-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
306 lines (303 loc) · 17.4 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--- Basic Page Needs -->
<meta charset="utf-8">
<title>Blog || Prooklyn</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="flaticon/flaticon.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="img/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader"></div>
<header class="inner-header">
<div class="header-container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 col-12">
<div class="logo">
<a class="link" href="index.html">Proo<span class="color">klyn</span></a>
</div>
</div>
<div class="col-lg-7 col-md-6 col-sm-6 col-12">
<div class="menu">
<nav id="mobile_menu_active">
<ul>
<li><a href="#">Home</a>
<ul class="drop">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Home 2</a></li>
<li><a href="blog.html">Blog</a>
<ul class="third">
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="index.html">Home 2</a></li>
<li><a class="active" href="blog.html">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-4 col-12">
<div class="header-links">
<a class="outline home1-link link" href="#">Sign in</a>
<a class="home1-link link hvr-bs" href="#">Sign up</a>
</div>
</div>
</div>
</div>
</header>
<section class="inner-hero-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="inner-hero-content">
<h2 class="title">Blogs</h2>
<ul class="breadcumb">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="blog-area">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-12 col-sm-12 col-12">
<div class="all-blog">
<div class="single-blog">
<div class="img">
<a href="blog-details.html"><img src="img/blog/blog-1.jpg" alt=""></a>
<span class="type">Real Estate</span>
</div>
<div class="content">
<h2 class="title">Become Who You Say You Always Will</h2>
<ul class="meta">
<li><span class="icon"><i class="far fa-calendar-times"></i></span> January 01, 2019</li>
<li><span class="icon"><i class="far fa-comments"></i></span> 62k Comment</li>
<li><span class="icon"><i class="far fa-heart"></i></span> 14M Likes</li>
</ul>
<p class="text">If I have a chance to whisper the best advice to a baby and he’ll remember it for the rest of his life is this enjoy your life Nothing else. In whatever he has to do and wher</p>
<a href="blog-details.html" class="more">Read More <span class="icon"><i class="fas fa-long-arrow-alt-right"></i></span></a>
</div>
</div>
<div class="single-blog">
<div class="img">
<a href="blog-details.html"><img src="img/blog/blog-2.jpg" alt=""></a>
<span class="type">Real Estate</span>
</div>
<div class="content">
<h2 class="title">Become Who You Say You Always Will</h2>
<ul class="meta">
<li><span class="icon"><i class="far fa-calendar-times"></i></span> January 01, 2019</li>
<li><span class="icon"><i class="far fa-comments"></i></span> 62k Comment</li>
<li><span class="icon"><i class="far fa-heart"></i></span> 14M Likes</li>
</ul>
<p class="text">If I have a chance to whisper the best advice to a baby and he’ll remember it for the rest of his life is this enjoy your life Nothing else. In whatever he has to do and wher</p>
<a href="blog-details.html" class="more">Read More <span class="icon"><i class="fas fa-long-arrow-alt-right"></i></span></a>
</div>
</div>
<div class="single-blog">
<div class="img">
<a href="blog-details.html"><img src="img/blog/blog-3.jpg" alt=""></a>
<span class="type">Real Estate</span>
</div>
<div class="content">
<h2 class="title">Become Who You Say You Always Will</h2>
<ul class="meta">
<li><span class="icon"><i class="far fa-calendar-times"></i></span> January 01, 2019</li>
<li><span class="icon"><i class="far fa-comments"></i></span> 62k Comment</li>
<li><span class="icon"><i class="far fa-heart"></i></span> 14M Likes</li>
</ul>
<p class="text">If I have a chance to whisper the best advice to a baby and he’ll remember it for the rest of his life is this enjoy your life Nothing else. In whatever he has to do and wher</p>
<a href="blog-details.html" class="more">Read More <span class="icon"><i class="fas fa-long-arrow-alt-right"></i></span></a>
</div>
</div>
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#"><span><i class="fas fa-arrow-left"></i></span></a></li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">4</a></li>
<li class="page-item"><a class="page-link" href="#"><span></span><i class="fas fa-arrow-right"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-4 offset-lg-0 col-md-8 offset-md-2 col-sm-10 offset-sm-1 col-12">
<div class="sidebar">
<div class="sw-search sidebar-widget">
<form action="#">
<div class="sw-input-box">
<input type="text" placeholder="Search....">
<button><i class="fas fa-search"></i></button>
</div>
</form>
</div>
<div class="sw-categories sidebar-widget">
<h4 class="title">Categories</h4>
<ul class="categories">
<li><a href="#">Art <span class="number">(3)</span></a></li>
<li><a href="#">Business <span class="number">(4)</span></a></li>
<li><a href="#">Fashion <span class="number">(5)</span></a></li>
<li><a href="#">Life Style <span class="number">(6)</span></a></li>
<li><a href="#">Music <span class="number">(7)</span></a></li>
</ul>
</div>
<div class="sw-post sidebar-widget">
<h4 class="title">Recent Post</h4>
<ul class="posts">
<li><a href="#">
<span class="img"><img src="img/blog/post-1.png" alt=""></span>
<span class="content">
<span class="name">Know who your Favorite customers are.</span>
<span class="info">Aug 01, 2018</span>
</span>
</a></li>
<li><a href="#">
<span class="img"><img src="img/blog/post-2.png" alt=""></span>
<span class="content">
<span class="name">Know who your Favorite customers are.</span>
<span class="info">Aug 01, 2018</span>
</span>
</a></li>
</ul>
</div>
<div class="sw-post sidebar-widget">
<h4 class="title">Populer tags</h4>
<ul class="tags">
<li><a href="#">Classic</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Advertising</a></li>
<li><a href="#">Magazine</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Video</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Quote</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="video-area">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 col-12">
<div class="video-content">
<a class="popup-youtube" href="https://www.youtube.com/watch?v=6ZfuNTqbHE8"><i class="flaticon-play-button"></i></a>
<h2 class="title">Prooklyn has introduced to real estate</h2>
<p class="text">Phasellus ut condimentum diam, eget tempus lorem. Morbi bibendum est quis arcu posuere condimentum. Nullam justo eros, pellentesque a metus non</p>
<a href="#" class="link btn-style-1 hvr-bs">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-top-area">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-3 col-12">
<div class="fw-logo footer-widget">
<p class="flogo">Prooklyn</p>
</div>
</div>
<div class="col-lg-3 col-md-5 col-sm-5 col-12">
<div class="fw-address footer-widget">
<h4 class="title">Contact Us</h4>
<ul class="address">
<li><span class="icon"><i class="flaticon-facebook-placeholder-for-locate-places-on-maps"></i></span>House No 08, Road No 08, <br>Din Bari, Dhaka,Banladesh</li>
<li><span class="icon"><i class="flaticon-envelope"></i></span>[email protected] <br>[email protected]</li>
<li><span class="icon"><i class="flaticon-phone-receiver"></i></span>(+660 256 24857) <br>(+660 256 24857)</li>
</ul>
</div>
</div>
<div class="col-lg-2 offset-lg-1 col-md-3 offset-md-1 col-sm-4 col-12">
<div class="fw-links footer-widget">
<h4 class="title">Quick Links</h4>
<ul class="links">
<li><a href="#">About</a></li>
<li><a href="#">Project</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-8 col-12">
<div class="fw-subscribe footer-widget">
<h4 class="title">Stay in touch</h4>
<div class="fw-subscribe-input-box">
<form action="#">
<input type="email" placeholder="Enter Email Address">
<button><i class="fab fa-telegram-plane"></i></button>
</form>
</div>
<h4 class="title">Folllow</h4>
<ul class="social">
<li><a href="#" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-google-plus-g"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom-area">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-8 col-12">
<p class="copyright">© Prettily 2019. AL Rights Reserved.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-4 col-12">
<p class="top">
<a href="#hero" class="link smoothscroll">Back on Top <span class="icon"><i class="fas fa-chevron-up"></i></span></a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.meanmenu.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>