Skip to content

Commit 873446d

Browse files
author
Visnu Pitiyanuvath
committed
kiinda prettier
1 parent 2b15c6b commit 873446d

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

public/index.html

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
46
<title>Node.js Knockout</title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
67
<style type="text/css">
78
body {
89
font-family: "helvetica neue", helvetica, arial, sans-serif;
10+
font-size: 18px;
11+
font-weight: 300;
912
padding: 0px;
1013
margin: 0px;
11-
color: #142229;
1214
text-align: center;
13-
text-shadow: 0 1px 0 #d8d8d8;
14-
min-height: 100%;
15-
text-rendering: optimizelegibility;
15+
text-rendering: optimizeLegibility;
16+
}
17+
18+
footer, header, menu, nav, section, time {
19+
display:block;
1620
}
1721

1822
#logo {
1923
color: transparent;
20-
text-shadow: none;
2124
background: url('/images/logo.png') no-repeat scroll center center;
2225
font-size: xx-large;
2326
height: 232px;
2427
}
2528

26-
a {
27-
text-shadow: none;
28-
}
29-
3029
#nko-start {
30+
font-family: 'Permanent Marker';
3131
font-size: 64px;
32-
display: block;
3332
}
3433

3534
footer ul {
36-
padding-left: 0;
37-
font-size: 14px;
35+
padding: 0;
3836
}
3937
footer li {
4038
display: inline-block;
@@ -51,6 +49,7 @@
5149
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
5250
})();
5351
</script>
52+
<link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
5453
</head>
5554
<body>
5655
<header>
@@ -63,16 +62,16 @@ <h1 id="logo">Node.js Knockout</h1>
6362
</p>
6463

6564
<p id="when">
66-
Node.js Knockout 2011 wil be
65+
Node.js Knockout 2011 will be
6766
<time id="nko-start" datetime="2011-08-27T00:00:00Z">
6867
August 27-28, 2011
6968
</time>
7069
<span id="countdown"></span>
7170
</p>
7271

7372
<p id="more">
74-
For more:
75-
<a href="http://2010.nodeknockout.com">see last year's winners</a>
73+
What do I do until then?
74+
<a href="http://2010.nodeknockout.com">See last year's winners</a>
7675
or
7776
<a href="http://twitter.com/node_knockout">follow us on Twitter</a>.
7877
</p>
@@ -87,7 +86,7 @@ <h1 id="logo">Node.js Knockout</h1>
8786
</footer>
8887

8988
<!-- javascript -->
90-
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
89+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
9190

9291
<script type="text/javascript">
9392
$(function() {

0 commit comments

Comments
 (0)