File tree 3 files changed +20
-18
lines changed
3 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
- @font-face {
2
- font-family : 'Dosis' ;
3
- src : url ('/fonts/dosis-medium-webfont.eot' );
4
- src : url ('/fonts/dosis-medium-webfont.eot?#iefix' ) format ('embedded-opentype' ),
5
- url ('/fonts/dosis-medium-webfont.woff2' ) format ('woff2' ),
6
- url ('/fonts/dosis-medium-webfont.woff' ) format ('woff' ),
7
- url ('/fonts/dosis-medium-webfont.ttf' ) format ('truetype' ),
8
- url ('/fonts/dosis-medium-webfont.svg#dosismedium' ) format ('svg' );
9
- font-weight : normal;
10
- font-style : normal;
11
- }
12
1
/**
13
2
* Eric Meyer's CSS Reset
14
3
* http://meyerweb.com/eric/tools/css/reset/
@@ -102,17 +91,22 @@ a:active {
102
91
}
103
92
104
93
.page-main .call-to-action {
105
- font : 32 px/40px 'Dosis' , monospace;
94
+ font : 32 px/40px 'Share Tech Mono' , monospace;
95
+ text-align : center;
96
+ }
97
+
98
+ .page-main .note {
99
+ font : 18 px/20px 'Share Tech Mono' , monospace;
106
100
text-align : center;
107
101
}
108
102
109
103
.page-main iframe {
110
104
display : block;
111
- margin : 10 px auto;
105
+ margin : 20 px auto 40 px ;
112
106
}
113
107
114
108
.page-footer {
115
- font : 12 px/20px 'Dosis ' , monospace;
109
+ font : 12 px/20px 'Share Tech Mono ' , monospace;
116
110
text-align : center;
117
111
margin : 20px ;
118
112
}
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en-us ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < title > Hackathon Hackers | Make Awesome Things</ title >
4
+ < meta charset ="utf-8 " />
5
+ < title > /join #hackers | Hackathon Hackers Slack</ title >
6
+
7
+ < link rel ="stylesheet " href ="/css/app.css " />
8
+ < link href ="https://fonts.googleapis.com/css?family=Share+Tech+Mono " rel ="stylesheet " type ="text/css " /> >
9
+
10
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no " /> >
11
+ < meta property ="og:url " content ="http://hackathons.com " />
12
+ < meta property ="og:title " content ="/join #hackers | Hackathon Hackers Slack " />
13
+ < meta property ="og:description " content ="The all-inclusive hackathons community is getting a Slack. Make awesome things. " />
14
+ < meta property ="og:image " content ="http://hackathons.com/facebook.png " />
6
15
7
- < link rel ="stylesheet " href ="/css/app.css ">
8
- < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
9
16
<!--[if lt IE 9]>
10
17
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
18
<![endif]-->
19
26
20
27
< main class ="page-main ">
21
28
< p class ="call-to-action "> /join #hackers</ p >
29
+ < p class ="note "> Hackathon Hackers Slack</ p >
22
30
< script async defer src ="http://hashtaghackers.com/slackin.js?large "> </ script >
23
31
</ main >
24
32
You can’t perform that action at this time.
0 commit comments