Skip to content

Commit c5fbbbf

Browse files
committed
Add OG meta and change font.
1 parent 2bf2e01 commit c5fbbbf

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

css/app.css

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
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-
}
121
/**
132
* Eric Meyer's CSS Reset
143
* http://meyerweb.com/eric/tools/css/reset/
@@ -102,17 +91,22 @@ a:active {
10291
}
10392

10493
.page-main .call-to-action {
105-
font: 32px/40px 'Dosis', monospace;
94+
font: 32px/40px 'Share Tech Mono', monospace;
95+
text-align: center;
96+
}
97+
98+
.page-main .note {
99+
font: 18px/20px 'Share Tech Mono', monospace;
106100
text-align: center;
107101
}
108102

109103
.page-main iframe {
110104
display: block;
111-
margin: 10px auto;
105+
margin: 20px auto 40px;
112106
}
113107

114108
.page-footer {
115-
font: 12px/20px 'Dosis', monospace;
109+
font: 12px/20px 'Share Tech Mono', monospace;
116110
text-align: center;
117111
margin: 20px;
118112
}

facebook.png

59.7 KB
Loading

index.html

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
<!doctype html>
22
<html lang="en-us">
33
<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" />
615

7-
<link rel="stylesheet" href="/css/app.css">
8-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
916
<!--[if lt IE 9]>
1017
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1118
<![endif]-->
@@ -19,6 +26,7 @@
1926

2027
<main class="page-main">
2128
<p class="call-to-action">/join #hackers</p>
29+
<p class="note">Hackathon Hackers Slack</p>
2230
<script async defer src="http://hashtaghackers.com/slackin.js?large"></script>
2331
</main>
2432

0 commit comments

Comments
 (0)