forked from ankythshukla/underexpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogs.html
286 lines (267 loc) · 14.5 KB
/
blogs.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="./assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./assets/plugins/animatecss/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css">
</head>
<body class="bg-dark-gradient">
<nav class="navbar navbar-expand-lg navbar-light navbar-shrink p-3">
</nav>
<section>
<div class="container">
<div class="row">
<div class="col-12">
<ul class="components-list">
<li><a href="navigation.html" >Navigation (14)</a></li>
<li><a href="headers.html" >Headers (15)</a></li>
<li><a href="features.html" >Features (9)</a></li>
<li><a href="forms.html" >Forms (12)</a></li>
<li><a href="calltoaction.html" >Call to Action (4)</a></li>
<li><a href="counters.html" >Counters (6)</a></li>
<li><a href="showcase.html" >Showcase (5)</a></li>
<li><a href="people.html">People (6)</a></li>
<li><a href="pricing.html" >Pricing (8)</a></li>
<li><a href="clients.html" >Clients (6)</a></li>
<li><a href="blogs.html" >Blog (5)</a></li>
<li><a href="footers.html" >Footer (14)</a></li>
<li><a href="colors.html" >Colors</a></li>
</ul>
</div>
</div>
</div>
</section>
<div class="container">
<!-- Component Blog 1 Start -->
<section class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 my-4">
<div class="card card-blog-1 material-shadow" >
<div class="card-header background-cover p-5" style="background-image:url('./assets/img/backgrounds/colors.jpeg')"></div>
<div class="card-body">
<img src="./assets/img/backgrounds/people4a.jpeg" width="50px" class="circle mx-auto my-2 inline">
<h6 class="inline m-3 font-title">Author Name</h6>
<h5 class="inline my-3 font-body">Small Space Big Ideas</h5>
<p>This is a short summary of blog post and can be used to give a gist to google and others...</p>
<a href="#" class="btn btn-sm btn-outline-danger m-1">Read More</a>
<a href="#" class="btn btn-sm btn-outline-danger m-1 pull-right"><i class="fa fa-share-alt"></i></a>
<a href="#" class="btn btn-sm btn-outline-danger m-1 pull-right"><i class="fa fa-comment-o"></i>10</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 my-4">
<div class="card card-blog-1 material-shadow">
<div class="card-header background-cover p-5" style="background-image:url('./assets/img/backgrounds/ice.jpeg')"></div>
<div class="card-body">
<img src="./assets/img/backgrounds/people3a.jpeg" width="50px" class="circle mx-auto my-2 inline">
<h6 class="inline m-3 font-title">Author Name</h6>
<h5 class="inline my-3 font-body">Small Space Big Ideas</h5>
<p>This is a short summary of blog post and can be used to give a gist to google and others...</p>
<a href="#" class="btn btn-sm btn-outline-danger m-1">Read More</a>
<a href="#" class="btn btn-sm btn-outline-danger m-1 pull-right"><i class="fa fa-share-alt"></i></a>
<a href="#" class="btn btn-sm btn-outline-danger m-1 pull-right"><i class="fa fa-comment-o"></i>5</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 my-4">
<div class="card card-blog-1 material-shadow" >
<div class="card-header background-cover p-5" style="background-image:url('./assets/img/backgrounds/paris.jpeg')"></div>
<div class="card-body">
<img src="./assets/img/backgrounds/people2a.jpeg" width="50px" class="circle mx-auto my-2 inline">
<h6 class="inline m-3 font-title">Author Name</h6>
<h5 class="inline my-3 font-body">Small Space Big Ideas</h5>
<p>This is a short summary of blog post and can be used to give a gist to google and others...</p>
<a href="#" class="btn btn-sm btn-outline-danger m-1">Read More</a>
<a href="#" class="btn btn-sm btn-outline-danger m-1 pull-right"><i class="fa fa-share-alt"></i></a>
<a href="#" class="btn btn-sm btn-outline-danger m-1 pull-right"><i class="fa fa-comment-o"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Blog 1 end -->
<br><br>
<!-- Component Blog 2 Start -->
<section class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-4 my-4">
<div class="card card-blog-2 material-shadow" >
<div class="card-header background-cover p-5" style="background-image:url('./assets/img/backgrounds/ice.jpeg')"></div>
<div class="card-body">
<h6 class="my-2">By <a href="#" class="cprimary">Author Name</a><i class="small uppercase pull-right inline"><i class="m-1 fa fa-tag"></i><a href="#" class="m-1">Design</a><a href="#" class="m-1"> Code</a></i></h6>
<h5 class="my-3 font-body">Small Space Big Ideas</h5>
<p class="mb-3">This is a short summary of blog post and can be used to give a gist to google and others This is a short summary of blog post and can be used to give a gist to google and others...
</p>
<a href="#" class="cprimary m-1">Read More</a>
<a href="#" class="cdanger m-1 pull-right"><i class="fa fa-heart-o mr-1"></i>30</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 my-4">
<div class="card card-blog-2 material-shadow" >
<div class="card-header background-cover p-5" style="background-image:url('./assets/img/backgrounds/food.jpeg')"></div>
<div class="card-body">
<h6 class="my-2">By <a href="#" class="cprimary">Author Name</a><i class="small uppercase pull-right inline"><i class="m-1 fa fa-tag"></i><a href="#" class="m-1">Design</a><a href="#" class="m-1"> Code</a></i></h6>
<h5 class="my-3 font-body">Small Space Big Ideas</h5>
<p class="mb-3">This is a short summary of blog post and can be used to give a gist to google and others This is a short summary of blog post and can be used to give a gist to google and others...
</p>
<a href="#" class="cprimary m-1">Read More</a>
<a href="#" class="cdanger m-1 pull-right"><i class="fa fa-heart-o mr-1"></i>30</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 my-4">
<div class="card card-blog-2 material-shadow" >
<div class="card-header background-cover p-5" style="background-image:url('./assets/img/backgrounds/gr_mac.jpeg')"></div>
<div class="card-body">
<h6 class="my-2">By <a href="#" class="cprimary">Author Name</a><i class="small uppercase pull-right inline"><i class="m-1 fa fa-tag"></i><a href="#" class="m-1">Design</a><a href="#" class="m-1"> Code</a></i></h6>
<h5 class="my-3 font-body">Small Space Big Ideas</h5>
<p class="mb-3">This is a short summary of blog post and can be used to give a gist to google and others This is a short summary of blog post and can be used to give a gist to google and others...
</p>
<a href="#" class="cprimary m-1">Read More</a>
<a href="#" class="cdanger m-1 pull-right"><i class="fa fa-heart-o mr-1"></i>30</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Blog 2 end -->
<br><br>
<!-- Component Blog 3 Start -->
<section class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-6 my-4">
<div class="card card-blog-3 flex-row" >
<div class="col-4 p-0">
<img src="./assets/img/backgrounds/gr_mac.jpeg" class="w-100 h-100">
</div>
<div class="col-8">
<div class="content text-left py-3">
<h5 class="my-3 font-body">Small Space Big Ideas</h5>
<h6 class="my-2">By <a href="#" class="cprimary">Author Name</a><i class="small uppercase pull-right inline"><i class="m-1 fa fa-clock-o"></i><a href="#" class="m-1">Sept 29, 2017</a></i></h6>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 my-4">
<div class="card card-blog-3 flex-row" >
<div class="col-4 p-0">
<img src="./assets/img/backgrounds/phone1.jpeg" class="w-100 h-100">
</div>
<div class="col-8">
<div class="content text-left py-3">
<h5 class="my-3 font-body">Small Space Big Ideas</h5>
<h6 class="my-2">By <a href="#" class="cprimary">Author Name</a><i class="small uppercase pull-right inline"><i class="m-1 fa fa-clock-o"></i><a href="#" class="m-1">Sept 29, 2017</a></i></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Blog 3 end -->
<br><br>
<!-- Component Blog 4 Start -->
<section class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-6 my-4">
<div class="card card-blog-4 background-cover px-5 pt-5 pb-3 cwhite" style="background-image:url('./assets/img/backgrounds/gr_mac.jpeg')">
<div class="overlay op-4"></div>
<div class="content p-relative">
<h6 class="mt-5"><i class="fa fa-flash m-2"></i>Trending</h6>
<h4 class="my-2"><a href="#">Small Space Big Ideas</a></h4>
<img src="./assets/img/backgrounds/people3a.jpeg" width="35px" class="circle mx-auto my-3 inline">
<h6 class="inline m-3 font-title">Author Name</h6>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 my-4">
<div class="card card-blog-4 background-cover px-5 pt-5 pb-3 cwhite" style="background-image:url('./assets/img/backgrounds/flower1.jpeg')">
<div class="overlay op-4"></div>
<div class="content p-relative">
<h6 class="mt-5"><i class="fa fa-diamond m-2"></i>Popular</h6>
<h4 class="my-2"><a href="#">Small Space Big Ideas</a></h4>
<img src="./assets/img/backgrounds/people3a.jpeg" width="35px" class="circle mx-auto my-3 inline">
<h6 class="inline m-3 font-title">Author Name</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Blog 4 end -->
<br><br>
<!-- Component Blog 5 Start -->
<section class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-6 my-4">
<div class="card card-blog-5 background-cover pt-5 cwhite" style="background-image:url('./assets/img/backgrounds/gr_mac.jpeg')">
<div class="p-relative p-5 w-100 m-3"></div>
<div class="content p-relative mt-5 p-4">
<div class="overlay op-7"></div>
<div class="p-relative">
<a class="uppercase my-2 small cwarning" href="#">UX Design</a>
<h4 class="my-2"><a href="#">Small Space Big Ideas</a></h4>
<img src="./assets/img/backgrounds/people2a.jpeg" width="35px" class="circle mx-auto my-3 inline">
<h6 class="inline m-3 font-title"><a href="#">Author Name</a></h6>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 my-4">
<div class="card card-blog-5 background-cover pt-5 cwhite" style="background-image:url('./assets/img/backgrounds/guy_wall.jpeg')">
<div class="p-relative p-5 w-100 m-3"></div>
<div class="content p-relative mt-5 p-4">
<div class="overlay op-7"></div>
<div class="p-relative">
<a class="uppercase my-2 small cwarning" href="#">UX Design</a>
<h4 class="my-2"><a href="#">Small Space Big Ideas</a></h4>
<img src="./assets/img/backgrounds/people2a.jpeg" width="35px" class="circle mx-auto my-3 inline">
<h6 class="inline m-3 font-title"><a href="#">Author Name</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Component Blog 5 end -->
</div>
<footer class="p-3 pt-5 text-center">
<hr>
<p class="cwhite font-title">© 2017 | <a class="" href="https://underexpress.com">UnderExpress.com</a></p>
</footer>
</body>
<script src="./assets/plugins/jquery/jquery-3.2.0.min.js"></script>
<script src="./assets/plugins/popper/popper.js"></script>
<script src="./assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="./assets/js/script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108011681-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108011681-1');
</script>
<!-- Hotjar Tracking Code for underexpress.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:657265,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</html>