This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
news.html
392 lines (387 loc) · 15.9 KB
/
news.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>News - Write The Docs</title>
<link rel="stylesheet" href="dist/styles.min.css">
</head>
<body>
<div class="offcanvas--bg" data-offcanvas-bg></div>
<div class="offcanvas" data-offcanvas>
<button class="offcanvas__close btn-link" data-offcanvas-close></button>
<ul class="offcanvas__menu menu-mobile">
<li class="menu-mobile__item">
<a href="">News</a>
</li>
<li class="menu-mobile__item" data-dropdown-mobile>
<span>Program</span>
<ul class="menu-mobile__dropdown">
<li><a href="">Overview</a></li>
<li><a href="#join">Hike</a></li>
<li><a href="">Writing day</a></li>
<li><a href="">Tutorials</a></li>
<li><a href="">Welcome reception</a></li>
<li><a href="">Presentations</a></li>
<li><a href="">Lightning talks</a></li>
<li><a href="">Unconference</a></li>
</ul>
</li>
<li class="menu-mobile__item">
<a href="">Register</a>
</li>
<li class="menu-mobile__item" data-dropdown-mobile>
<span>Speak</span>
<ul class="menu-mobile__dropdown">
<li><a href="">Submit a Talk</a></li>
<li><a href="">Presentation Guidelines</a></li>
</ul>
</li>
<li class="menu-mobile__item" data-dropdown-mobile>
<span>Sponsor</span>
<ul class="menu-mobile__dropdown">
<li><a href="">Meet our sponsors</a></li>
<li><a href="">Why sponsor</a></li>
<li><a href="">Sponsorship levels</a></li>
<li><a href="">Contact form</a></li>
</ul>
</li>
<li class="menu-mobile__item">
<span>Visit</span>
<ul class="menu-mobile__dropdown">
<li><a href="">Venue Information</a></li>
<li><a href="">Travel</a></li>
<li><a href="">Things to Do</a></li>
</ul>
</li>
<li class="menu-mobile__item" data-dropdown-mobile>
<span>About</span>
<ul class="menu-mobile__dropdown">
<li><a href="">Welcome Wagon</a></li>
<li><a href="">Meet the Team</a></li>
<li><a href="">Past Events</a></li>
<li><a href="">Code of Conduct</a></li>
</ul>
</li>
<li class="menu-mobile__item">
<a href="">Contact Us</a>
</li>
</ul>
</div>
<div class="mobile-bar">
<div class="mobile-bar__col mobile-bar__col--hamburger">
<button class="mobile-bar__hamburger btn-link" data-offcanvas-icon></button>
</div>
<div class="mobile-bar__col mobile-bar__col--logo">
<a href="index.html">
<img src="dist/images/logo-mobile.svg" alt="Write The Docs" class="mobile-bar__logo">
</a>
</div>
</div>
<div class="menu">
<nav class="menu__wrapper">
<ul class="menu__list list-unstyled">
<li class="menu__list-item menu__list-item--first menu__list-item--active">
<a href="index.html" class="menu__item btn btn-link menu__item--home">

</a>
</li>
<li class="menu__list-item">
<a href="news.html" class="menu__item btn btn-link">
News
</a>
</li>
<li class="menu__list-item" data-dropdown>
<a href="schedule.html" class="menu__item btn btn-link">
Program
</a>
<ul class="menu__dropdown">
<li><a href="">Overview</a></li>
<li><a href="">Hike</a></li>
<li><a href="">Writing day</a></li>
<li><a href="">Tutorials</a></li>
<li><a href="">Welcome reception</a></li>
<li><a href="">Presentations</a></li>
<li><a href="">Lightning talks</a></li>
<li><a href="">Unconference</a></li>
</ul>
</li>
<li class="menu__list-item">
<a href="#" class="menu__item btn btn-link">
Register
</a>
</li>
<li class="menu__list-item" data-dropdown>
<a href="#" class="menu__item btn btn-link">
Speak
</a>
<ul class="menu__dropdown">
<li><a href="">Submit a Talk</a></li>
<li><a href="">Presentation Guidelines</a></li>
</ul>
</li>
<li class="menu__list-item" data-dropdown>
<a href="#" class="menu__item btn btn-link">
Sponsor
</a>
<ul class="menu__dropdown">
<li><a href="">Meet our sponsors</a></li>
<li><a href="">Why sponsor</a></li>
<li><a href="">Sponsorship levels</a></li>
<li><a href="">Contact form</a></li>
</ul>
</li>
<li class="menu__list-item" data-dropdown>
<a href="#" class="menu__item btn btn-link">
Visit
</a>
<ul class="menu__dropdown">
<li><a href="">Venue Information</a></li>
<li><a href="">Travel</a></li>
<li><a href="">Things to Do</a></li>
</ul>
</li>
<li class="menu__list-item" data-dropdown>
<a href="#" class="menu__item btn btn-link">
About
</a>
<ul class="menu__dropdown">
<li><a href="">Welcome Wagon</a></li>
<li><a href="">Meet the Team</a></li>
<li><a href="">Past Events</a></li>
<li><a href="">Code of Conduct</a></li>
</ul>
</li>
<li class="menu__list-item">
<a href="contact.html" class="menu__item btn btn-link">
Contact us
</a>
</li>
</ul>
</nav>
</div>
<div class="container-fluid">
<header class="header">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h1 class="header__title">Latest News</h1>
</div>
</div>
</div>
</header>
<!-- MAIN SECTION -->
<main>
<div class="container">
<div class="row">
<div class="col-xs-12 text-left">
<div class="main-container news">
<div class="row">
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
<div class="col-xs-12 col-md-4">
<a href="news-post.html" class="well news__tile">
<h5>
Announcing Ticket Sales and Call for Proposals
</h5>
<p>
Write the Docs NA 2016 is four months away and we hope you’re getting excited! It will be another wonderful year full of great conversation and…
</p>
<div>
<span>12:30 AM</span>|<span>12.04.2016</span>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<button class="btn btn-primary button news__more">Load more</button>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- FOOTER BLOCK -->
<section class="join">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h4 class="join__heading">Join us now!</h4>
<a href="#" class="btn btn-primary button join__talk">Submit a talk!</a>
<p class="join__paragraph">or</p>
<a href="#" class="btn btn-primary button join__ticket">Buy a ticket!</a>
</div>
</div>
</div>
</section>
<section class="instagram">
<div class="owl-carousel" id="owl-instagram">
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile instagram__tile--trf">
<img src="https://c8.staticflickr.com/9/8134/29748860951_027c9f1a2c_h.jpg" alt="">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile instagram__tile--trf">
<img src="https://c3.staticflickr.com/8/7578/29538907850_8c35d4b3c4_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile">
<img src="https://c6.staticflickr.com/9/8675/29748801741_a0cc72a0c5_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile instagram__tile--trf">
<img src="https://c7.staticflickr.com/9/8391/29718537462_a403680768_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile">
<img src="https://c6.staticflickr.com/9/8483/29831405845_3c94eab001_b.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile">
<img src="https://c1.staticflickr.com/9/8349/29795983096_aef7564590_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile instagram__tile--trf">
<img src="https://c8.staticflickr.com/9/8159/29205315943_6910b76da2_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile">
<img src="https://c4.staticflickr.com/9/8409/29730550291_ac9cae39e4_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile instagram__tile--trf">
<img src="https://c1.staticflickr.com/9/8269/29699644392_9a2bff93e5_h.jpg" alt="Flickr photo">
</a>
<a href="https://www.flickr.com/photos/writethedocs" class="instagram__tile">
<img src="https://c7.staticflickr.com/9/8172/29519732830_11d3487091_h.jpg" alt="Flickr photo">
</a>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-8 text-xs-center text-md-left">
<ul class="list-unstyled footer__copy copy">
<li><p class="copy__item copy__item--first">© 2017 Write the Docs</p></li>
<li><a href="#" class="copy__item">Code of Conduct</a></li>
<li><a href="#" class="copy__item">Write the Docs</a></li>
</ul>
</div>
<div class="col-xs-12 col-md-4 text-xs-center text-md-right">
<ul class="socials list-inline">
<li><a href="#" class="socials__item"></a></li>
<li><a href="#" class="socials__item"></a></li>
<li><a href="#" class="socials__item socials__item--flickr"></a></li>
<li><a href="#" class="socials__item"></a></li>
<li><a href="#" class="socials__item"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- END OF FOOTER BLOCK -->
</div>
<script src="dist/script.min.js"></script>
<script src='dist/owl.carousel.min.js'></script>
</body>
</html>