-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (119 loc) · 3.44 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<title>Facet</title>
</head>
<body>
<header id="head" class="page-head">
<div class="wrapper">
<nav id="site-nav" class="site-nav">
<a id="site-nav-toggle" class="site-nav-toggle" href="#">
<i></i>
<span class="accessibility">Toggle navigation</span>
</a>
<span class="site-nav__title">Menu</span>
<ul>
<li class="site-nav__item">
<a href="/">Home</a>
</li>
<li class="site-nav__item">
<a href="#">Link</a>
</li>
<li class="site-nav__item">
<a href="#">Link</a>
</li>
<li class="site-nav__item">
<a href="#">Link</a>
</li>
<li class="site-nav__item">
<a href="#">Link</a>
</li>
</ul>
</nav> <!-- /site-nav -->
<a class="site-logo" href="/">
Facet
</a>
<a id="site-search-toggle" class="site-search-toggle" href="#">
<span class="accessibility">Toggle search</span>
<i class="fa fa-search"></i>
</a>
</div> <!-- /wrapper -->
</header> <!-- /page-head -->
<div id="body" class="page-body">
<section class="page-featured">
<article class="post page-featured__post">
<div class="page-featured__info">
</div>
</article>
</section>
<div class="wrapper">
<div class="grid">
<div class="grid__item desk-3/4">
<main class="page-main">
<div class="post-list">
<article id="" class="module post post-list__post">
<div class="layout">
<div class="layout__item 1/4">
<img src="http://lorempixel.com/output/nature-q-c-400-400-8.jpg">
</div>
<div class="layout__item 3/4">
<header class="post__head">
<h2 class="post__title"><a href="#">Your content, brought front and center.</a></h2>
<div class="post__by">
</div>
</header>
<div class="post__body">
</div>
</div>
</div>
</article>
<article id="" class="module post post-list__post">
<div class="layout">
<div class="layout__item 1/4">
<img src="http://lorempixel.com/output/nature-q-c-400-400-8.jpg">
</div>
<div class="layout__item 3/4">
<header class="post__head">
<h2 class="post__title"><a href="#">Your content, brought front and center.</a></h2>
<div class="post__by">
</div>
</header>
<div class="post__body">
</div>
</div>
</div>
</article>
<article id="" class="module post post-list__post">
<div class="layout">
<div class="layout__item 1/4">
<img src="http://lorempixel.com/output/nature-q-c-400-400-8.jpg">
</div>
<div class="layout__item 3/4">
<header class="post__head">
<h2 class="post__title"><a href="#">Your content, brought front and center.</a></h2>
<div class="post__by">
</div>
</header>
<div class="post__body">
</div>
</div>
</div>
</article>
</div>
</main>
</div>
<div class="grid__item desk-1/4">
<aside class="page-side">
</aside>
</div>
</div>
</div>
</div> <!-- /page-body -->
<footer id="foot" class="page-foot">
</footer> <!-- /page-foot -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>