-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
71 lines (45 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!--[if IE]><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- !CSS -->
<link rel="stylesheet" href="css/screen.css">
<!-- !Modernizr - All other JS at bottom -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<header>
<h1>Add your name and something about you!</h1>
<p>When you're done, submit a pull request.</p>
</header><!-- /header -->
<div id="container">
<section>
<h1>Your name here!</h1>
<p>Tell us about yourself.</p>
</section>
<section>
<h1>Your name here!</h1>
<p>Tell us about yourself.</p>
</section>
<section>
<h1>Your name here!</h1>
<p>Tell us about yourself.</p>
</section>
<section>
<h1>Your name here!</h1>
<p>Tell us about yourself.</p>
</section>
</div><!--!/#container -->
<footer>
</footer><!-- /footer -->
<!-- !Javascript - at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
</body>
</html>