-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-fullwidth.html
308 lines (288 loc) · 15.3 KB
/
blog-fullwidth.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
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="favicon.ico">
<title>Shailendra Singh</title>
<meta name="Data Science Portfolio" content="">
<meta name="keywords" content="Data Science, Data Engineer, Software Developer">
<meta name="author" content="Shailendra Singh">
<!-- Mobile Specific Metas
================================================== -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Template CSS Files
================================================== -->
<!-- Twitter Bootstrs CSS -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Ionicons Fonts Css -->
<link rel="stylesheet" href="plugins/ionicons/ionicons.min.css">
<!-- animate css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Hero area slider css-->
<link rel="stylesheet" href="plugins/slider/slider.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Fancybox -->
<link rel="stylesheet" href="plugins/facncybox/jquery.fancybox.css">
<!-- hover -->
<link rel="stylesheet" href="plugins/hover/hover-min.css">
<!-- template main css file -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--
==================================================
Header Section Start
================================================== -->
<section class="top-bar animated-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">
<img src="../images/logo.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">Service</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="404.html">404 Page</a>
<a class="dropdown-item" href="gallery.html">Gallery</a>
<a class="dropdown-item" href="single-post.html">Single Post</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Blog
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="blog-fullwidth.html">Blog Full</a>
<a class="dropdown-item" href="blog-left-sidebar.html">Blog Left sidebar</a>
<a class="dropdown-item" href="blog-right-sidebar.html">Blog Right sidebar</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section>
<!--
==================================================
Global Page Section Start
================================================== -->
<section class="global-page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Full width blog</h2>
<ol class="breadcrumb list-inline text-center">
<li class="list-inline-item">
<a href="index.html">
<i class="ion-ios-home"></i>
Home /
</a>
</li>
<li class="active list-inline-item">Blog</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!--=====================================
= Full Width Blog =
======================================-->
<section id="blog-full-width">
<div class="container">
<div class="row">
<div class="col-md-12">
<article class="wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">
<div class="blog-post-image">
<a href="post-fullwidth.html"><img class="img-fluid" src="images/blog/post-1.jpg"
alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="post-fullwidth.html">Space shouldn’t be the final frontier</a>
</h2>
<div class="blog-meta">
<span>Dec 11, 2020</span>
<span>by <a href="">Admin</a></span>
<span><a href="">business</a>,<a href="">people</a></span>
</div>
<p>Ultrices posuere cubilia curae curabitur sit amet tortor ut massa commodo. Vestibulum
consectetur euismod malesuada tincidunt cum. Sed ullamcorper dignissim consectetur ut
tincidunt eros sed sapien consectetur dictum. Pellentesques sed volutpat ante, cursus
port. Praesent mi magna, penatibus et magniseget dis parturient montes sed quia
consequuntur magni dolores eos qui ratione.
</p>
<a href="single-post.html" class="btn btn-dafault btn-details hvr-bounce-to-right">Continue
Reading</a>
</div>
</article>
<article class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">
<div class="blog-post-image">
<a href="post-fullwidth.html"><img class="img-fluid" src="images/blog/post-2.jpg"
alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="post-fullwidth.html">Space shouldn’t be the final frontier</a>
</h2>
<div class="blog-meta">
<span>Dec 11, 2020</span>
<span>by <a href="">Admin</a></span>
<span><a href="">business</a>,<a href="">people</a></span>
</div>
<p>Ultrices posuere cubilia curae curabitur sit amet tortor ut massa commodo. Vestibulum
consectetur euismod malesuada tincidunt cum. Sed ullamcorper dignissim consectetur ut
tincidunt eros sed sapien consectetur dictum. Pellentesques sed volutpat ante, cursus
port. Praesent mi magna, penatibus et magniseget dis parturient montes sed quia
consequuntur magni dolores eos qui ratione.
</p>
<a href="single-post.html" class="btn btn-dafault btn-details hvr-bounce-to-right">Continue
Reading</a>
</div>
</article>
<article class="wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">
<div class="blog-post-image">
<a href="post-fullwidth.html"><img class="img-fluid" src="images/blog/post-3.jpg"
alt="" /></a>
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a href="post-fullwidth.html">Space shouldn’t be the final frontier</a>
</h2>
<div class="blog-meta">
<span>Dec 11, 2020</span>
<span>by <a href="">Admin</a></span>
<span><a href="">business</a>,<a href="">people</a></span>
</div>
<p>Ultrices posuere cubilia curae curabitur sit amet tortor ut massa commodo. Vestibulum
consectetur euismod malesuada tincidunt cum. Sed ullamcorper dignissim consectetur ut
tincidunt eros sed sapien consectetur dictum. Pellentesques sed volutpat ante, cursus
port. Praesent mi magna, penatibus et magniseget dis parturient montes sed quia
consequuntur magni dolores eos qui ratione.
</p>
<a href="single-post.html" class="btn btn-dafault btn-details hvr-bounce-to-right">Continue
Reading</a>
</div>
</article>
</div>
</div>
</div>
</section>
<!--
==================================================
Call To Action Section Start
================================================== -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">SO WHAT YOU
THINK ?</h1>
<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">I am available for
short term projects as well as long term contracts.</p>
<a href="mailto:shailendrasingh@usf.edu" class="btn btn-default btn-contact wow fadeInDown"
data-wow-delay=".7s" data-wow-duration="500ms">Contact With Me</a>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Footer Section Start
================================================== -->
<footer id="footer">
<div class="container">
<div class="row content-justify-between">
<div class="col-md-8 col-12 text-center text-lg-left text-md-left">
<p class="copyright">Copyright: Design and Developed by <a href="http://www.Themefisher.com"
target="_blank">Themefisher</a>. <br>
Get More Bootstrap Template From Our
<a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">Store</a>
</p>
</div>
<div class="col-md-4 col-12">
<!-- Social Media -->
<ul class="social text-center text-md-right text-lg-right">
<li>
<a href="http://wwww.fb.com/themefisher" class="Facebook">
<i class="ion-social-facebook"></i>
</a>
</li>
<li>
<a href="http://wwww.twitter.com/themefisher" class="Twitter">
<i class="ion-social-twitter"></i>
</a>
</li>
<li>
<a href="#" class="Linkedin">
<i class="ion-social-linkedin"></i>
</a>
</li>
<li>
<a href="http://wwww.fb.com/themefisher" class="Google Plus">
<i class="ion-social-googleplus"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer> <!-- /#footer -->
<!-- Template Javascript Files
================================================== -->
<!-- jquery -->
<script src="plugins/jQurey/jquery.min.js"></script>
<!-- Form Validation -->
<script src="plugins/form-validation/jquery.form.js"></script>
<script src="plugins/form-validation/jquery.validate.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- bootstrap js -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- wow js -->
<script src="plugins/wow-js/wow.min.js"></script>
<!-- slider js -->
<script src="plugins/slider/slider.js"></script>
<!-- Fancybox -->
<script src="plugins/facncybox/jquery.fancybox.js"></script>
<!-- template main js -->
<script src="js/main.js"></script>
</body>
</html>