-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
163 lines (93 loc) · 4.96 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<title>Client Name Project Hub</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="" />
<!-- http://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="http://fonts.googleapis.com/css?family=Karla:400,700,400italic" rel="stylesheet" type="text/css" />
<link href="../c/project-hub.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrap clearfix">
<div class="page-header-wrap">
<header class="page-header" role="banner">
<h1 class="page-header-title">Client Name</h1>
<h2 class="page-header-subtitle">Project Hub</h2>
</header>
</div><!-- .page-header-wrap -->
<section role="main" class="main">
<article class="entry entry-future">
<h1 class="entry-title">Design Round 11</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 10</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 9</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 8</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 7</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 6</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 5</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-future">
<h1 class="entry-title">Design Round 4</h1>
<p class="entry-date">June 4, 2014</p>
</article><!-- .entry -->
<article class="entry entry-latest">
<h1 class="entry-title">Design Round 3</h1>
<p class="entry-date">June 4, 2014</p>
<p>Lorem ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet.</p>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Home Variation</a></li>
<li><a href="#">About</a></li>
</ul>
</article><!-- .entry -->
<article class="entry">
<h1 class="entry-title">Design Round 2 a long title of this entry</h1>
<p class="entry-date">June 4, 2014</p>
<p>Lorem ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet.</p>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Home Variation</a></li>
<li><a href="#">About</a></li>
</ul>
</article><!-- .entry -->
<article class="entry">
<h1 class="entry-title">Design Round 1</h1>
<p class="entry-date">June 4, 2014</p>
<p>Lorem ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet ipsum dolor sit amet.</p>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Home Variation</a></li>
<li><a href="#">About</a></li>
</ul>
</article><!-- .entry -->
</section><!-- .main -->
</div><!-- .wrap -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="../j/project-hub.js"></script>
</body>
</html>