1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
4
6
< title > Node.js Knockout</ title >
5
- < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
6
7
< style type ="text/css ">
7
8
body {
8
9
font-family : "helvetica neue" , helvetica, arial, sans-serif;
10
+ font-size : 18px ;
11
+ font-weight : 300 ;
9
12
padding : 0px ;
10
13
margin : 0px ;
11
- color : # 142229 ;
12
14
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;
16
20
}
17
21
18
22
# logo {
19
23
color : transparent;
20
- text-shadow : none;
21
24
background : url ('/images/logo.png' ) no-repeat scroll center center;
22
25
font-size : xx-large;
23
26
height : 232px ;
24
27
}
25
28
26
- a {
27
- text-shadow : none;
28
- }
29
-
30
29
# nko-start {
30
+ font-family : 'Permanent Marker' ;
31
31
font-size : 64px ;
32
- display : block;
33
32
}
34
33
35
34
footer ul {
36
- padding-left : 0 ;
37
- font-size : 14px ;
35
+ padding : 0 ;
38
36
}
39
37
footer li {
40
38
display : inline-block;
51
49
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
52
50
} ) ( ) ;
53
51
</ script >
52
+ < link href ='http://fonts.googleapis.com/css?family=Permanent+Marker ' rel ='stylesheet ' type ='text/css '>
54
53
</ head >
55
54
< body >
56
55
< header >
@@ -63,16 +62,16 @@ <h1 id="logo">Node.js Knockout</h1>
63
62
</ p >
64
63
65
64
< p id ="when ">
66
- Node.js Knockout 2011 wil be
65
+ Node.js Knockout 2011 will be
67
66
< time id ="nko-start " datetime ="2011-08-27T00:00:00Z ">
68
67
August 27-28, 2011
69
68
</ time >
70
69
< span id ="countdown "> </ span >
71
70
</ p >
72
71
73
72
< 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 >
76
75
or
77
76
< a href ="http://twitter.com/node_knockout "> follow us on Twitter</ a > .
78
77
</ p >
@@ -87,7 +86,7 @@ <h1 id="logo">Node.js Knockout</h1>
87
86
</ footer >
88
87
89
88
<!-- 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 >
91
90
92
91
< script type ="text/javascript ">
93
92
$ ( function ( ) {
0 commit comments