-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-single.html
430 lines (429 loc) · 26.1 KB
/
blog-single.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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<title>Flower - Wedding Template</title>
<meta charset=utf-8>
<meta name=description content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/vendor/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/vendor/slick.css">
<link rel="stylesheet" type="text/css" href="css/vendor/slick-theme.css">
<link rel="stylesheet" type="text/css" href="css/vendor/lightbox.min.css">
<!-- Main style -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display%7COpen+Sans:300,400,600,700%7CSource+Serif+Pro%7CDosis" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav id="navbar" class="navbar navbar-expand-lg fixed-top p-0 text-white">
<div class="d-lg-flex w-100 align-items-start">
<a class="navbar-brand text-primary" href="#">
<img class="d-none d-lg-block navbar-brand__img" src="img/logo.png" alt="logo">
<img class="d-lg-none navbar-brand__img" src="img/logo-small.png" alt="logo">
</a>
<button type="button" class="d-lg-none navbar-toggle collapsed" data-toggle="collapse" data-target="#navbarSupportedContent" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link page-scroll" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="rsvp.html">RSVP</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="blog-single.html">Single Post</a>
</li>
<li class="nav-item d-flex ml-lg-4">
<a class="nav-link nav-link_social" href="#">
<i class="fa fa-2x fa-facebook-square"></i>
</a>
<a class="nav-link nav-link_social" href="#">
<i class="fa fa-2x fa-twitter-square"></i>
</a>
<a class="nav-link nav-link_social" href="#">
<i class="fa fa-2x fa-google-plus-square"></i>
</a>
</li>
<li class="nav-item ml-lg-4 d-lg-none">
<span class="nav-link">© Joseph and Sophia 2018.</span>
</li>
</ul>
</div>
</div>
</nav>
<div id="loader" class="loader">
<div id="my-svg"></div>
<div class="loader-img text-center">
<img src="img/story-flowers.png" alt="flowers">
</div>
</div>
<section class="page-hero">
<div class="c-hero-banner c-hero-banner--md">
<div class="c-hero-banner__section c-hero-banner__image img--cover">
<img class="lazyload" src="img/banner-blog.jpg" alt="image" />
</div>
<div class="jumbotron jumbotron--bottom text-light p-0">
<h1 class="text-light title--special">Single Post</h1>
<p class="lead d-none d-md-block">Find our best stories in these articles. Enjoy the reading and our love</p>
</div>
<div class="c-hero-banner__mask">
<img src="img/mask.png" alt="mask_img">
</div>
</div>
</section>
<section id="news" class="py-5">
<div class="container">
<div class="mb-1 breadcrumbs">
<a href="#">Home</a> <i class="fa fa-circle"></i>
<a href="#" rel="category tag">Wedding</a> <i class="fa fa-circle"></i> First we meet</div>
<div class="row">
<div class="col-md-8 primary-block mb-4 mb-md-0">
<div class="post-article">
<div class="single-post_banner">
<img src="img/article.jpg" alt="article image">
</div>
<h1 class="single-post_title">Story of love</h1>
<div class="post-tags card-tags">
<span><a href="#">love</a></span>
<span><a href="#">wedding</a></span>
<span><a href="#">we</a></span>
<span><a href="#">love story</a></span>
</div>
<div class="post-content">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
<p class="post-hightlight">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<blockquote>There are only four questions of value in life. What is sacred? Of what is the spirit made? What is worth living for, and what is worth dying for? The answer to each is the same: only love.
<cite>- Don Juan Demarco</cite>
</blockquote>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</p>
</div>
<div class="blog-item_meta">
<span class="posted_date">March 4, 2019</span>
<span class="by">by Anna Maria</span>
<span class="comment">4 Comments</span>
</div>
</div>
<div>
<div class="post__author d-flex clearfix">
<div class="post-author__img">
<img alt="" src="http://1.gravatar.com/avatar/a3de8c687cbc2f5c759fa62b7b729ffe?s=160&d=mm&r=g" srcset="http://1.gravatar.com/avatar/a3de8c687cbc2f5c759fa62b7b729ffe?s=320&d=mm&r=g 2x" class="avatar avatar-160 photo" height="160" width="160"> </div>
<div class="post-author__meta">
<span class="post-author__name">
Anna Maria </span>
<div class="post-author__desc">
<p>Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus.</p>
</div>
</div>
</div>
</div>
<!-- Comments -->
<div id="comments" class="comments-area">
<h3 class="comments-title">
Comments
</h3>
<!-- .comments-title -->
<ol class="comment-list">
<li class="comment even thread-even depth-1" id="li-comment-13">
<div id="comment-13">
<div class="comment-author vcard clearfix">
<div class="comment-authot__img">
<img alt="" src="http://2.gravatar.com/avatar/58b6060b0cca52af7b33787196323459?s=80&d=mm&r=g" srcset="http://2.gravatar.com/avatar/58b6060b0cca52af7b33787196323459?s=160&d=mm&r=g 2x" class="avatar avatar-80 photo" height="80" width="80">
</div>
<div class="comment-author__meta">
<div class="comment-author__name"><a href="http://shields.org/est-laborum-blanditiis-quod-in-quia-voluptatem-es" rel="external nofollow" class="url">Dr. Hobart Abernathy</a></div>
<div class="comment-meta commentmetadata">
17 Mar 2019 (Edit)
</div>
<div class="comment__text">
<p>Animi ex enim minus consequatur quia laborum. Laboriosam est unde et ad et id. Explicabo optio voluptas consequuntur aliquid voluptas. Ipsam quaerat laudantium molestias voluptas occaecati labore.</p>
</div>
<div class="comment__reply">
<a rel="nofollow" class="comment-reply-link" href="/projects/wp/queenflowers/2019/03/04/first-we-meet/?replytocom=13#respond" data-commentid="13" data-postid="20" data-belowelement="comment-13" data-respondelement="respond" aria-label="Reply to Dr. Hobart Abernathy">Reply</a>
</div>
</div>
</div>
</div>
</li>
<!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="li-comment-14">
<div id="comment-14">
<div class="comment-author vcard clearfix">
<div class="comment-authot__img">
<img alt="" src="http://0.gravatar.com/avatar/9897267da4a99ad5e294d2048588777b?s=80&d=mm&r=g" srcset="http://0.gravatar.com/avatar/9897267da4a99ad5e294d2048588777b?s=160&d=mm&r=g 2x" class="avatar avatar-80 photo" height="80" width="80">
</div>
<div class="comment-author__meta">
<div class="comment-author__name"><a href="http://www.feest.com/quaerat-sint-esse-quas-magnam-excepturi-fugit.htm" rel="external nofollow" class="url">Kyra Ritchie</a></div>
<div class="comment-meta commentmetadata">
17 Mar 2019 (Edit)
</div>
<div class="comment__text">
<p>Possimus quia consectetur tenetur tempora mollitia sed. Tenetur quaerat dolorem illo saepe nihil consequatur id. Illo et rem error sed.</p>
<p>Quam qui ut ut vitae incidunt. Dicta voluptates qui voluptatibus debitis laudantium nostrum. Aut placeat tempore at ad incidunt expedita. Nostrum voluptatibus nisi qui laboriosam numquam et. Sit at quia sed ut consequuntur reprehenderit.</p>
</div>
<div class="comment__reply">
<a rel="nofollow" class="comment-reply-link" href="/projects/wp/queenflowers/2019/03/04/first-we-meet/?replytocom=14#respond" data-commentid="14" data-postid="20" data-belowelement="comment-14" data-respondelement="respond" aria-label="Reply to Kyra Ritchie">Reply</a>
</div>
</div>
</div>
</div>
</li>
<!-- #comment-## -->
<li class="comment even thread-even depth-1" id="li-comment-15">
<div id="comment-15">
<div class="comment-author vcard clearfix">
<div class="comment-authot__img">
<img alt="" src="http://0.gravatar.com/avatar/973843a37c0e51b74c62ddeaee739046?s=80&d=mm&r=g" srcset="http://0.gravatar.com/avatar/973843a37c0e51b74c62ddeaee739046?s=160&d=mm&r=g 2x" class="avatar avatar-80 photo" height="80" width="80">
</div>
<div class="comment-author__meta">
<div class="comment-author__name"><a href="http://fadel.com/id-excepturi-rerum-cumque-aspernatur-a-expedit" rel="external nofollow" class="url">Priscilla White</a></div>
<div class="comment-meta commentmetadata">
17 Mar 2019 (Edit)
</div>
<div class="comment__text">
<p>Minus rem suscipit ut. Officia officia cum et dolor. Incidunt recusandae maxime eum maiores laudantium veniam nihil. Ut molestias totam accusantium sunt. Fuga laborum eaque quo delectus fuga quo.</p>
<p>Voluptate omnis iusto qui ab exercitationem a ab ut. Consequatur sunt accusantium qui eum asperiores quasi enim.</p>
</div>
<div class="comment__reply">
<a rel="nofollow" class="comment-reply-link" href="/projects/wp/queenflowers/2019/03/04/first-we-meet/?replytocom=15#respond" data-commentid="15" data-postid="20" data-belowelement="comment-15" data-respondelement="respond" aria-label="Reply to Priscilla White">Reply</a>
</div>
</div>
</div>
</div>
</li>
<!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="li-comment-16">
<div id="comment-16">
<div class="comment-author vcard clearfix">
<div class="comment-authot__img">
<img alt="" src="http://1.gravatar.com/avatar/ab60e2609043bfe1bb698e953ce17bb5?s=80&d=mm&r=g" srcset="http://1.gravatar.com/avatar/ab60e2609043bfe1bb698e953ce17bb5?s=160&d=mm&r=g 2x" class="avatar avatar-80 photo" height="80" width="80">
</div>
<div class="comment-author__meta">
<div class="comment-author__name"><a href="http://davis.com" rel="external nofollow" class="url">Prof. Stone Gleason</a></div>
<div class="comment-meta commentmetadata">
17 Mar 2019 (Edit)
</div>
<div class="comment__text">
<p>Sed illum eos voluptates molestiae quisquam. Hic blanditiis consectetur dicta minima. Ipsam et consectetur pariatur sapiente. Tempore enim laudantium numquam dolorum.</p>
</div>
<div class="comment__reply">
<a rel="nofollow" class="comment-reply-link" href="/projects/wp/queenflowers/2019/03/04/first-we-meet/?replytocom=16#respond" data-commentid="16" data-postid="20" data-belowelement="comment-16" data-respondelement="respond" aria-label="Reply to Prof. Stone Gleason">Reply</a>
</div>
</div>
</div>
</div>
</li>
<!-- #comment-## -->
</ol>
<!-- .comment-list -->
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/projects/wp/queenflowers/2019/03/04/first-we-meet/#respond" style="display:none;">Cancel reply</a></small></h3>
<form action="http://pavlyukpetr.com/projects/wp/queenflowers/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate="">
<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p>
<p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea></p>
<p class="comment-form-author"><input id="author" name="author" type="text" placeholder="Name*" value="" size="30"></p>
<p class="comment-form-email"><input id="email" name="email" type="text" placeholder="Email*" value="" size="30"></p>
<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p>
<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment"> <input type="hidden" name="comment_post_ID" value="20" id="comment_post_ID">
<input type="hidden" name="comment_parent" id="comment_parent" value="0">
</p>
</form>
</div>
<!-- #respond -->
</div>
</div> <!-- col-md-8 -->
<div class="col-md-4">
<div class="widget-area aside p-1">
<section id="search-2" class="widget widget_search">
<form role="search" method="get" id="searchform" action="">
<input class="search-field" type="text" value="" name="s" id="s" placeholder="Search">
<button class="search-submit" type="submit" id="searchsubmit"><i class="fa fa-search"></i></button>
</form>
</section>
<section id="my_custom_widget-1" class="widget widget_my_custom_widget">
<div class="widget-author wp_widget_plugin_box">
<div class="widget-author__image">
<img alt="" src="http://1.gravatar.com/avatar/a3de8c687cbc2f5c759fa62b7b729ffe?s=226&d=mm&r=g" srcset="http://1.gravatar.com/avatar/a3de8c687cbc2f5c759fa62b7b729ffe?s=452&d=mm&r=g 2x" class="avatar avatar-226 photo" height="226" width="226">
</div>
<div class="widget-author__name">Anna Maria</div>
<div class="widget-author__desc">Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus.</div>
</div>
</section>
<section id="recent-posts-2" class="widget widget_recent_entries">
<h2 class="widget-title">Recent Posts</h2>
<ul>
<li>
<div class="d-flex">
<div class="widget-rp__img">
<img width="80" height="80" src="img/latest-post1.jpg" class="attachment-small-thumbnail size-small-thumbnail wp-post-image" alt="post">
</div>
<div class="widget-rp__content">
<a href="blog-single.html">First we meet</a>
<div class="post-date">March 4, 2019</div>
</div>
</div>
</li>
<li>
<div class="d-flex">
<div class="widget-rp__img">
<img width="80" height="80" src="img/latest-post2.jpg" class="attachment-small-thumbnail size-small-thumbnail wp-post-image" alt="post">
</div>
<div class="widget-rp__content">
<a href="blog-single.html">Bridesmaids</a>
<div class="post-date">March 3, 2019</div>
</div>
</div>
</li>
<li>
<div class="d-flex">
<div class="widget-rp__img">
<img width="80" height="80" src="img/latest-post3.jpg" class="attachment-small-thumbnail size-small-thumbnail wp-post-image" alt="post">
</div>
<div class="widget-rp__content">
<a href="blog-single.html">Our Wedding</a>
<div class="post-date">March 2, 2019</div>
</div>
</div>
</li>
<li>
<div class="d-flex">
<div class="widget-rp__img">
<img width="80" height="80" src="img/latest-post4.jpg" class="attachment-small-thumbnail size-small-thumbnail wp-post-image" alt="post">
</div>
<div class="widget-rp__content">
<a href="blog-single.html">First date</a>
<div class="post-date">February 27, 2019</div>
</div>
</div>
</li>
<li>
<div class="d-flex">
<div class="widget-rp__img">
<img width="80" height="80" src="img/latest-post5.jpg" class="attachment-small-thumbnail size-small-thumbnail wp-post-image" alt="post">
</div>
<div class="widget-rp__content">
<a href="blog-single.html">Wedding Party</a>
<div class="post-date">February 25, 2019</div>
</div>
</div>
</li>
</ul>
</section>
<section id="categories-2" class="widget widget_categories">
<h2 class="widget-title">Categories</h2>
<ul>
<li class="cat-item cat-item-2"><a href="#">Love</a></li>
<li class="cat-item cat-item-3"><a href="#">Friends</a></li>
<li class="cat-item cat-item-4"><a href="#">Wedding</a></li>
<li class="cat-item cat-item-4"><a href="#">Family</a></li>
<li class="cat-item cat-item-4"><a href="#">Party</a></li>
</ul>
</section>
<section id="tag_cloud-1" class="widget widget_tag_cloud">
<h2 class="widget-title">Tags</h2>
<div class="tagcloud">
<a href="#" class="tag-cloud-link tag-link-5 tag-link-position-1" aria-label="love (2 items)">love</a>
<a href="#" class="tag-cloud-link tag-link-6 tag-link-position-2" aria-label="wedding (2 items)">wedding</a>
<a href="#" class="tag-cloud-link tag-link-6 tag-link-position-2" aria-label="wedding (2 items)">party</a>
<a href="#" class="tag-cloud-link tag-link-6 tag-link-position-2" aria-label="wedding (2 items)">family</a>
</div>
</section>
<p class="text-secondary font-italic mt-3">
Duis pharetra codeply varius quam sit amet vulputate. Quisque Sed and Codeply editor ac orci quis tortor imperdiet venenatis. Duis elementum auctor
accumsan. Aliquam in felis sit amet augue.
</p>
</div>
</div> <!-- col-md-4 -->
</div><!-- row -->
</div>
</section>
<!-- Footer -->
<footer class="section">
<div class="container text-white position-relative">
<div class="footer__title">
<div class="text-center">Save the date</div>
<div class="text-center">Joseph and Sophia</div>
</div>
<div class="row pb-4">
<div class="col-md-6 text-justify">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-md-6 text-justify">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<div class="row pb-4">
<div class="col-md-12 border p-1 mx-1">
<ul class="d-sm-flex justify-content-center">
<li class="nav-item">
<a class="nav-link page-scroll" href="#">Events</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#cases">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#donations">Testimanials</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#news">Contacts</a>
</li>
</ul>
</div>
<div class="col-md-12 border border-bottom-0 border-top-0 mx-1">
<div class="row">
<div class="col-md-4 text-center border-right border-bottom px-0">
<div class="pt-1 pb-1">
<i class="fa fa-phone fa-3x"></i>
</div>
<div class="pb-1">+38090-111-2233</div>
</div>
<div class="col-md-4 text-center border-right border-bottom px-0">
<div class="pt-1 pb-1">
<i class="fa fa-map-marker fa-3x"></i>
</div>
<div class="pb-1">New York, USA</div>
</div>
<div class="col-md-4 text-center border-bottom px-0">
<div class="pt-1 pb-1">
<i class="fa fa-envelope-o fa-3x"></i>
</div>
<div class="pb-1">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="copyright text-center">© Copyright 2019. All right Reserved.</div>
</div>
</footer>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/jquery.easing.1.3.js"></script>
<script src="js/vendor/popper.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/slick.min.js"></script>
<script src="js/vendor/vivus.min.js"></script>
<script src="js/vendor/circletype.min.js"></script>
<script src="js/vendor/masonry.pkgd.min.js"></script>
<script src="js/vendor/lightbox.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>