-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog-listing.html
335 lines (331 loc) · 19.5 KB
/
blog-listing.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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!--========================================
= Basic Page Needs =
========================================-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Doux - Creative One Page HTML Template</title>
<meta name="description" content="Doux - Creative One-Page HTML Template">
<meta name="author" content="Habaza">
<!--===================================
= Mobile Meta =
===================================-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--======================================
= CSS References =
======================================-->
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Web Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500italic,700,700italic,500' rel='stylesheet' type='text/css'>
<!-- Icon Fonts -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/stroke-gap-font.css">
<link rel="stylesheet" type="text/css" href="css/doux-icons-font.css">
<!-- Animate.css Framwork -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Owl Carousel -->
<link rel="stylesheet" type="text/css" href="js-plugins/owl-carousel/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="js-plugins/owl-carousel/owl.theme.css">
<link rel="stylesheet" type="text/css" href="js-plugins/owl-carousel/owl.transitions.css">
<!-- Magnific Popup -->
<link rel="stylesheet" type="text/css" href="js-plugins/magnific-popup/magnific-popup.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/layout.css">
<link rel="stylesheet" type="text/css" href="css/light.css">
<!-- Modernizr -->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<script src="js/modernizr-3.1.0.min.js" type="text/javascript"></script>
<!--================================
= Favicons =
================================-->
<link rel="shortcut icon" href="images/favicon/favicon.ico">
<link rel="apple-touch-icon" href="images/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-touch-icon-144x144.png">
</head>
<body data-spy="scroll" data-target="#mainMenu">
<div class="loading-container" id="preloader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!--======================================
= Primary Page Layout =
======================================-->
<!-- Main Wrapper -->
<div id="mainWrapper">
<!-- Header -->
<header class="mainHeader sticky">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-2 navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<i class="fa fa-navicon"></i>
</button>
<a href="#" class="navbar-brand logo">
</a>
</div>
<div class="col-sm-12 col-md-10">
<div class="mainMenu navbar-collapse collapse" id="bs-example-navbar-collapse-1">
<!-- Social Icons -->
<ul class="socialIcons hidden-sm hidden-xs">
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
</ul>
<!-- / Social Icons -->
<!-- Navigation -->
<nav id="mainMenu" class="navigation">
<ul class="nav navbar-nav" role="tablist">
<li><a href="index.html#mainWrapper">Home</a></li>
<li><a href="index.html#AboutUs">About</a></li>
<li><a href="index.html#OurServices">Services</a></li>
<li><a href="index.html#OurPortfolio">Portfolio</a></li>
<li><a href="index.html#PricingTables">Pricing</a></li>
<li><a href="index.html#LatestNews">Blog</a></li>
<li><a href="index.html#Footer">Contact</a></li>
</ul>
</nav>
<!-- / Navigation -->
</div>
</div>
</div>
</div>
</header>
<!-- / Header -->
<!-- Page Title -->
<section id="PageTitle" class="page-title bg-img-4 parallax">
<div class="container">
<div class="row">
<div class="col-md-12 txt-center">
<h1>Our Blog</h1>
<div class="doux-icon-divider"></div>
<h4>Read More Articles from our Awesome Writers</h4>
</div>
</div>
</div>
</section>
<!-- / Page Title -->
<!-- Page Content -->
<section id="PageContent">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 blog-post">
<div class="author-info">
<img src="images/blog/authors/author-1.jpg" alt="Author-Photo">
<h5>By <a href="#">Mohamed Habaza</a> on <span>28 July 2015</span></h5>
</div>
<h2 class="post-title">Tofu selfies skateboard freegan, lo-fi Brooklyn</h2>
<div class="post-media">
<img src="images/blog/media/image-1.jpg" alt="Post-Image">
<div class="media-credit">Image Credit: Human Photography © 2015</div>
</div>
<p class="post-breif">
hambray four loko wayfarers, crucifix Pinterest quinoa Austin try-hard mlkshk PBR pop-up mixtape actually bespoke Marfa. Tote bag asymmetrical Marfa brunch gastropub gluten-free...
</p>
<a href="#" class="action-btn">Read Article</a>
</div>
<div class="col-md-8 col-md-offset-2 blog-post">
<div class="author-info">
<img src="images/blog/authors/author-2.jpg">
<h5>By <a href="#">Ahmed Essam</a> on <span>27 July 2015</span></h5>
</div>
<h2 class="post-title">Messenger bag actually occupy polaroid leggings, PBR&B Tumblr</h2>
<div class="post-media">
<div class="media-carousel">
<div class="item">
<img src="images/blog/media/image-2.jpg">
</div>
<div class="item">
<img src="images/blog/media/image-3.jpg">
</div>
<div class="item">
<img src="images/blog/media/image-4.jpg">
</div>
</div>
</div>
<p class="post-breif">
Salvia McSweeney's ugh, beard literally meditation bicycle rights normcore drinking vinegar trust fund kogi skateboard wolf next level single-origin coffee...
</p>
<a href="#" class="action-btn">Read Article</a>
</div>
<div class="col-md-8 col-md-offset-2 blog-post">
<div class="author-info">
<img src="images/blog/authors/author-3.jpg" alt="Author-Photo">
<h5>By <a href="#">Kareem Fahmey</a> on <span>25 July 2015</span></h5>
</div>
<h2 class="post-title">Polaroid master cleanse single</h2>
<p class="post-breif">
Gentrify McSweeney's High Life typewriter pug synth, PBR DIY migas lo-fi wolf. Etsy umami keffiyeh pickled, yr meh fashion axe iPhone crucifix dreamcatcher wayfarers chambray irony Godard. Chambray Pinterest swag, scenester taxidermy bespoke post...
</p>
<a href="#" class="action-btn">Read Article</a>
</div>
<div class="col-md-8 col-md-offset-2 blog-post">
<div class="author-info">
<img src="images/blog/authors/author-1.jpg" alt="Author-Photo">
<h5>By <a href="#">Mohamed Habaza</a> on <span>18 July 2015</span></h5>
</div>
<h2 class="post-title">Awesome Embedded Vimeo Video</h2>
<div id="embedVideo1" class="post-media embed-video">
<img src="images/blog/media/image-4.jpg">
<a href="#" class="overlay-btn em-video-play" data-vidType="vimoe" data-vidID="79876010"><i class="fa fa-play"></i></a>
</div>
<p class="post-breif">
Salvia McSweeney's ugh, beard literally meditation bicycle rights normcore drinking vinegar trust fund kogi skateboard wolf next level single-origin coffee...
</p>
<a href="#" class="action-btn">Read Article</a>
</div>
<div class="col-md-8 col-md-offset-2 blog-post">
<div class="post-quote bg-image1">
<div class="inner-text">
<p>Life is not a problem to be solved, but a reality to be experienced.</p>
<span>- Soren Kierkegaard</span>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2 blog-post">
<div class="author-info">
<img src="images/blog/authors/author-2.jpg" alt="Author-Photo">
<h5>By <a href="#">Ahmed Essam</a> on <span>01 June 2015</span></h5>
</div>
<h2 class="post-title">Awesome SoundCloud Audio Post</h2>
<div class="post-media embed-audio">
<img src="images/blog/media/image-5.jpg" alt="Post-Image">
<a href="#" class="overlay-btn em-audio-play" data-audType="soundcloud" data-audID="131800160"><i class="fa fa-music"></i></a>
</div>
<p class="post-breif">
Salvia McSweeney's ugh, beard literally meditation bicycle rights normcore drinking vinegar trust fund kogi skateboard wolf next level single-origin coffee...
</p>
<a href="#" class="action-btn">Read Article</a>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="blog-paging">
<ul>
<li class="current"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#"><i class="fa fa-chevron-right"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- / Page Content -->
<!-- Footer Sections -->
<section id="Footer" class="no-bottom-padding">
<div class="container">
<div class="title light">
<h1>Contact Us</h1>
<div class="doux-icon-divider"></div>
<h4>Let’s Talk about your Needs, we’re Here to Help!</h4>
</div>
<div class="main-footer">
<div class="row">
<div class="col-sm-6 col-md-6">
<div class="row">
<div class="col-md-9">
<ul class="contact-details">
<li><i class="fa fa-map-marker"></i>36 Street Name, 3rd Floor
<br>New York, 10200
<br>United States.</li>
<li><i class="fa fa-phone"></i>+1 (888) 520-1234</li>
<li><i class="fa fa-mobile-phone"></i><a href="#">[email protected]</a></li>
</ul>
<div class="folow-us">
<h5>Follow Us</h5>
<ul class="footer-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6">
<div class="row">
<div class="contact-form">
<form action="#" id="contact" name="contact">
<div class="col-md-6">
<input type="text" name="name" placeholder="Your Name">
</div>
<div class="col-md-6">
<input type="text" name="email" placeholder="E-mail">
</div>
<div class="col-md-12">
<textarea rows="3" name="message" placeholder="Message"></textarea>
</div>
<div class="col-md-3">
<button type="submit" class="gold-btn">Submit</button>
</div>
<div class="col-md-9">
<div id="success" class="contact-message success">
<p>Your message was sent succssfully!<br>We will contact you soon.</p>
</div>
<div id="error" class="contact-message error">
<p>Something went wrong, try refreshing and submitting the form again.</p>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="copyright txt-center">
<p>© 2016, Doux Agency. All Rights Reserved</p>
</div>
</div>
</section>
<!-- / Footer Sections -->
</div>
<!-- End Main Wrapper -->
<!--===== End of Primary Page Layout ======-->
<!--=====================================
= JS References =
=====================================-->
<!-- Jquery -->
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<!-- Bootstrap -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Third party Plugins -->
<script type="text/javascript" src="js-plugins/smoothscroll/jquery.smooth-scroll.js"></script>
<script type="text/javascript" src="js-plugins/SmoothScroll.js"></script>
<script type="text/javascript" src="js-plugins/easing/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js-plugins/responsive-nav/responsive-nav.min.js"></script>
<script type="text/javascript" src="js-plugins/revolution/js/jquery.themepunch.tools.min.js?rev=5.0"></script>
<script type="text/javascript" src="js-plugins/revolution/js/jquery.themepunch.revolution.min.js?rev=5.0"></script>
<script type="text/javascript" src="js-plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="js-plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="js-plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="js-plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="js-plugins/isotope/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js-plugins/vide/jquery.vide.js"></script>
<script type="text/javascript" src="js-plugins/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="js-plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js-plugins/jquery-beacons.min.js"></script>
<script type="text/javascript" src="js-plugins/jquery.countTo.js"></script>
<script type="text/javascript" src="js-plugins/responsive-nav/responsive-nav.min.js"></script>
<script type="text/javascript" src="js-plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="js-plugins/jquery.form.js"></script>
<script type="text/javascript" src="js-plugins/morphext.min.js"></script>
<!-- Custom JS -->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>