-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbarcamp.html
More file actions
334 lines (302 loc) · 14.6 KB
/
barcamp.html
File metadata and controls
334 lines (302 loc) · 14.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog Single</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Lingua project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link href="plugins/video-js/video-js.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="styles/blog_single.css">
<link rel="stylesheet" type="text/css" href="styles/blog_single_responsive.css">
</head>
<body>
<div class="super_container">
<!-- Header -->
<header class="header">
<!-- Top Bar -->
<div class="top_bar">
<div class="top_bar_container">
<div class="container">
<div class="row">
<div class="col">
<div class="top_bar_content d-flex flex-row align-items-center justify-content-start">
<div class="top_bar_phone"><span class="top_bar_title">phone:</span>+44 300 303 0266</div>
<div class="top_bar_right ml-auto">
<!-- Language -->
<div class="top_bar_lang">
<span class="top_bar_title">site language:</span>
<ul class="lang_list">
<li class="hassubs">
<a href="#">English<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul>
<li><a href="#">Ukrainian</a></li>
<li><a href="#">Japanese</a></li>
<li><a href="#">Lithuanian</a></li>
<li><a href="#">Swedish</a></li>
<li><a href="#">Italian</a></li>
</ul>
</li>
</ul>
</div>
<!-- Social -->
<div class="top_bar_social">
<span class="top_bar_title social_title">follow us</span>
<ul>
<li><a target="_blank" href="https://www.facebook.com/ciscpucmm"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/ciscpucmm"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://twitter.com/ComitesISC"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Header Content -->
<div class="header_container">
<div class="container">
<div class="row">
<div class="col">
<div class="header_content d-flex flex-row align-items-center justify-content-start">
<div class="logo_container mr-auto">
<a href="#">
<div class="logo_text">CISC</div>
</a>
</div>
<nav class="main_nav_contaner">
<ul class="main_nav">
<li><a href="/index.html">Inicio</a></li>
<li><a href="/carrera.html">Carrera</a></li>
<li class="active"><a href="/eventos.html">Eventos</a></li>
<li><a href="/nosotros.html">Nosotros</a></li>
<li><a href="/contacto.html">Contáctanos</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Menu -->
<div class="menu d-flex flex-column align-items-end justify-content-start text-right menu_mm trans_400">
<div class="menu_close_container"><div class="menu_close"><div></div><div></div></div></div>
<div class="search">
<form action="#" class="header_search_form menu_mm">
<input type="search" class="search_input menu_mm" placeholder="Search" required="required">
<button class="header_search_button d-flex flex-column align-items-center justify-content-center menu_mm">
<i class="fa fa-search menu_mm" aria-hidden="true"></i>
</button>
</form>
</div>
<nav class="menu_nav">
<ul class="menu_mm">
<li><a href="/index.html">Inicio</a></li>
<li><a href="/carrera.html">Carrera</a></li>
<li class="active"><a href="/eventos.html">Eventos</a></li>
<li><a href="/nosotros.html">Nosotros</a></li>
<li><a href="/contacto.html">Contáctanos</a></li>
</ul>
</nav>
<div class="menu_extra">
<div class="menu_phone"><span class="menu_title">phone:</span>+44 300 303 0266</div>
<div class="menu_social">
<span class="menu_title">follow us</span>
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Blog Image -->
<div class="blog_top_image">
<div class="blog_top">
<div class="blog_background parallax-window" data-parallax="scroll" data-image-src="images/barcamp.png" data-speed="0.8"></div>
</div>
</div>
<!-- Blog Content -->
<div class="blog_container">
<div class="container">
<div class="row blog_content_row">
<div class="col">
<div class="blog_content">
<div class="blog_post_title_container">
<div class="blog_category"><a href="#">barcamp</a></div>
<div class="blog_title">Barcamp 2018</div>
</div>
<div class="blog_text">
<p>Nam egestas lorem ex, sit amet commodo tortor faucibus a. Suspendisse commodo, turpis a dapibus fermentum, turpis ipsum rhoncus massa, sed commodo nisi lectus id ipsum. Sed nec elit vehicula, aliquam neque euismod, porttitor ex. Nam consequat iaculis maximus. Suspendisse potenti. In rutrum justo et diam egestas luctus. Mauris eu neque eget odio suscipit eleifend. Sed imperdiet ante quis felis tempor hendrerit. Curabitur eget fermentum ipsum. Sed efficitur eget velit eu vulputate. Duis tincidunt quam in erat dignissim consequat. Praesent tempus leo eu nisl fringilla interdum. Maecenas rutrum libero eget lacus bibendum tristique. Curabitur at felis lobortis, mollis ante ut, tempus elit. Morbi justo nisi, posuere sed augue id, iaculis tincidunt mi. Pellentesque sed dolor sed dui congue tempus a et felis.</p>
<div class="blog_quote"><span></span>I’m sure Gwyneth Paltrow and her Goop disciples would chastise me for my enthusiastic consumption of carbohydrates, but bread is god’s nectar witched into dough, and I will not forsake it.</div>
<p>And as for “junk food,” that obscure category, I don’t gravitate toward much of it. When I was growing up, my mother would anoint our school lunches with Little Debbie treats — Oatmeal Creme (sic) Pies, Swiss Rolls — and our pantry generally housed a bag or two of Utz potato chips, but the gastronomical larks stopped there. My sisters and I drank milk with dinner every night. We took vitamins as directed. We were flush with privilege: Our parents possessed the means to feed us bountifully, and our mother dedicated herself to our welfare; she cooked for us most every night. My indulgences tend to correspond with the felicities enabled by an upper-middle-class socioeconomic background: cheeses from specialty stores, crème brûlée at a well-reviewed French restaurant, tea cookies from Whole Foods. In every culinary choice, my coddled upbringing rears its cushioned head.</p>
<figure class="blog_post_image">
<img src="images/blog_post_image.jpg" alt="">
<figcaption>Lorem Ipsum Dolor Sit Amet</figcaption>
</figure>
<p>I can’t argue for the virtues of the Flamin’ Hot Cheetos: None exist. They’re amoral and fundamentally neutral, no more capable of assuaging my grief than the empty husk of “thoughts and prayers.” But not everything requires meaning — not everything needs to be something else. When I tuck away a bag of Flamin’ Hot Cheetos, I do it because I like them, because they’re nothing more than what they reveal themselves to be. That’s enough.</p>
</div>
<div class="blog_tags">
<ul>
<li><a href="#">Manual</a></li>
<li><a href="#">Liberty</a></li>
<li><a href="#">Interpretation</a></li>
<li><a href="#">Recommendations</a></li>
</ul>
</div>
<div class="blog_post_footer d-flex flex-lg-row flex-column align-items-lg-center align-items-start justify-content-start">
<div class="blog_post_author d-flex flex-row align-items-center justify-content-start">
<div class="author_image"><div><img src="images/blog_author.jpg" alt=""></div></div>
<div class="author_info">
<ul>
<li><a href="#">Sarah Parker</a></li>
<li>Sep 29, 2017 at 9:48 am</li>
</ul>
</div>
</div>
<div class="blog_post_share ml-lg-auto">
<span>share</span>
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-google" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Similar Posts -->
<div class="row similar_posts">
<!-- Blog Post -->
<div class="col-lg-6">
<div class="blog_post">
<div class="blog_image" style="background-image:url(images/blog_7.jpg)"></div>
<div class="blog_title_container">
<div class="blog_post_category"><a href="#">travel</a></div>
<div class="blog_post_title"><a href="blog_single.html">Design Better Forms</a></div>
<div class="blog_post_text">
<p>Whether it is a signup flow, a multi-view stepper, or a monotonous data entry interface, forms are one of the most important components of digital product design.</p>
</div>
<div class="read_more"><a href="blog_single.html">Read More <img src="images/right.png" alt=""></a></div>
</div>
</div>
</div>
<!-- Blog Post -->
<div class="col-lg-6">
<div class="blog_post">
<div class="blog_image" style="background-image:url(images/blog_8.jpg)"></div>
<div class="blog_title_container">
<div class="blog_post_category"><a href="#">travel</a></div>
<div class="blog_post_title"><a href="blog_single.html">Art Helps Healing</a></div>
<div class="blog_post_text">
<p>Whether it is a signup flow, a multi-view stepper, or a monotonous data entry interface, forms are one of the most important components of digital product design.</p>
</div>
<div class="read_more"><a href="blog_single.html">Read More <img src="images/right.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer_body">
<div class="container">
<div class="row">
<!-- Newsletter -->
<div class="col-lg-3 footer_col">
<div class="newsletter_container d-flex flex-column align-items-start justify-content-end">
<div class="footer_logo mb-auto"><a href="#">Lingua</a></div>
<div class="footer_title">Subscribe</div>
<form action="#" id="newsletter_form" class="newsletter_form">
<input type="email" class="newsletter_input" placeholder="Email" required="required">
<button class="newsletter_button"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></button>
</form>
</div>
</div>
<!-- About -->
<div class="col-lg-2 offset-lg-3 footer_col">
<div>
<div class="footer_title">About Us</div>
<ul class="footer_list">
<li><a href="#">Courses</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Brand Guidelines</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Advertise with us</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
<!-- Help & Support -->
<div class="col-lg-2 footer_col">
<div class="footer_title">Help & Support</div>
<ul class="footer_list">
<li><a href="#">Discussions</a></li>
<li><a href="#">Troubleshooting</a></li>
<li><a href="#">Duolingo FAQs</a></li>
<li><a href="#">Schools FAQs</a></li>
<li><a href="#">Duolingo English Test FAQs</a></li>
<li><a href="#">Status</a></li>
</ul>
</div>
<!-- Privacy -->
<div class="col-lg-2 footer_col clearfix">
<div>
<div class="footer_title">Privacy & Terms</div>
<ul class="footer_list">
<li><a href="#">Community Guidelines</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Brand Guidelines</a></li>
<li><a href="#">Privacy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col">
<div class="copyright_content d-flex flex-md-row flex-column align-items-md-center align-items-start justify-content-start">
<div class="cr"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> & distributed by <a href="https://themewagon.com" target="_blank">ThemeWagon</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></div>
<div class="cr_right ml-md-auto">
<div class="footer_phone"><span class="cr_title">phone:</span>+44 300 303 0266</div>
<div class="footer_social">
<span class="cr_social_title">follow us</span>
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="js/blog_single.js"></script>
</body>
</html>