Skip to content

Commit 3d011c9

Browse files
committed
redesign: add github badge
1 parent f9db82c commit 3d011c9

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

css/overrides.css

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Overriding the PureCSS landing page template with some custom styles */
2+
13
.splash {
24
height: 80%;
35
text-transform: none;
@@ -20,13 +22,24 @@
2022

2123

2224
/* Form elements */
25+
2326
.pure-form input[type] {
2427
width: inherit;
2528
}
29+
2630
.pure-button-primary {
2731
background: white;
2832
color: #1f8dd6;
2933
border-radius: 5px;
3034
font-size: 120%;
3135
}
3236

37+
38+
/* New stuff */
39+
40+
.forkMe {
41+
position: absolute;
42+
right: 0;
43+
width: 150px;
44+
}
45+

img/forkme.png

8.38 KB
Loading

nu.html

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
-->
3030

3131
<div class="splash-container">
32+
<a href="https://github.com/hacklschorsch/metafahr"><img alt="Fork me on GitHub" class="forkMe" src="/img/forkme.png" /></a>
3233
<div class="splash">
3334
<h1 class="splash-head">metafahr</h1>
3435
<p class="splash-subhead">Metasuchmaschine f&uuml;r Ride-Sharing</p>

0 commit comments

Comments
 (0)