-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
338 lines (334 loc) · 18.8 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BLOG</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="page-wrapper chiller-theme">
<nav id="sidebar" class="sidebar-wrapper">
<div class="sidebar-content">
<div class="sidebar-brand">
<a href="#">
<img src="images/logo.png">
</a>
<div id="close-sidebar">
<i class="fa fa-times"></i>
</div>
</div>
<div class="sidebar-header">
<div class="user-pic">
<img class="img-responsive img-rounded" src="https://raw.githubusercontent.com/azouaoui-med/pro-sidebar-template/gh-pages/src/img/user.jpg"
alt="User picture">
</div>
<div class="user-info">
<span class="user-name">Jhon
<strong>Smith</strong>
</span>
<span class="user-role">Administrator</span>
<span class="user-status">
<i class="fa fa-circle"></i>
<span>Online</span>
</span>
</div>
</div>
<!-- sidebar-header -->
<div class="sidebar-search">
<div>
<div class="input-group">
<input type="text" class="form-control search-menu" placeholder="Search...">
<div class="input-group-append">
<span class="input-group-text">
<i class="fa fa-search" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
</div>
<!-- sidebar-search -->
<div class="sidebar-menu">
<ul>
<li>
<a href="index.html">
<i class="fa fa-home"></i>
<span>INDEX</span>
</a>
</li>
<li>
<a href="home.html">
<i class="fa fa-home"></i>
<span>HOME</span>
</a>
</li>
<li>
<a href="about.html">
<i class="fa fa-info-circle"></i>
<span>ABOUT US</span>
</a>
</li>
<li>
<a href="detail.html">
<i class="fa fa-eye"></i>
<span>DETAIL</span>
</a>
</li>
<li>
<a href="contact.html">
<i class="fa fa-map"></i>
<span>CONTACT US</span>
</a>
</li>
<li>
<a href="404.html">
<i class="fa fa-cog"></i>
<span>404</span>
</a>
</li>
</ul>
</div>
<!--- sidebar-menu --->
</div>
</nav>
</div>
<header class="position-relative">
<nav class="navbar navbar-expand bg-dark navbar-dark p-0" style="height: auto;">
<div class="container-fluid">
<div class="collapse navbar-collapse" >
<ul class="navbar-nav">
<li class="nav-item ">
<a id="show-sidebar" class="nav-link" href="#">
<span class="fa fa-bars"></span>
</a>
</li>
</ul>
<ul class="navbar-nav mx-auto">
<a class="" href="#">
<img src="images/logo.png">
</a>
</ul>
<ul class="navbar-nav social-media">
<li class="nav-item">
<a class="nav-link border-right-0" href="#">
<span class="fa fa-rss"></span>
</a>
</li>
<li class="nav-item border-right-0">
<a class="nav-link border-right-0" href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link border-right-0" href="#">
<span class="fa fa-tumblr"></span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<span class="fa fa-facebook"></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="main-home">
<div class="container-fluid">
<div class="row">
<div class="col-md-7 col-xl-9">
<!-- //////////////////Post ///////////////// -->
<div>
<img src="images/home=2.jpg" class="w-100">
</div>
<div class="post-home-1 bg-white">
<span class="fa fa-image top-m-icon shadow-sm"></span>
<div class="post-body">
<p class="heading-top">Travelling</p>
<h4>Travel besT Adventure</h4>
<div class="row">
<div class="col-md-6">
<p class="text-right heading-bottom"><span class="fa fa-user"></span> SUAVIS TECNOLOGY</p>
</div>
<div class="col-md-6">
<p class="text-left heading-bottom"><span class="fa fa-calendar"></span> January 25, 2016</p>
</div>
</div>
<p class="text">
This is Photoshop's version now we’s of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi eiilit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsans ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti have a great is the best sociosqu ad litora torquent per conubia nostra.</p>
<p> Exercitation photo booths stumptowns totes bag Banksy, elit small batch <br>
bit kale chips proident chillwave have a great work deep haves laborum.</p><p>
Proins gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagitgitis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec terzllus a odio tincidunt auctor a ornare odio. Sed non mauris vitae erat consequat auctor eu in elit. Class aptent taciti Duis aute irure dolor in reprehenderit in voluptate velit. Qui officia deserunt mollit anim id est labosasirum. Corrupti quosalores et quas molestias excepturi sint occaecati. Facere possimus, omnis voluptas assumenda have esOmnis dolor repellendus. Ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis.Et harum quidem the odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque.sociosqu ad litora torquent per conubia nostra. </p>
What a crowded bazaar! There were large crowds of people at the shops. There were motor cars, rickshaws, scooters and taxies. The has buses, too, were plying up and own the bazaar. We kept to the foot-path. Soon we were at the Fountain. There we is th saw the Gurdwara Sis Ganj with its golden dome. A large number of devotees were going in or coming out.</p><p>
We moved on. There were shops dealing in all sorts of goods. There were the cloth merchants, chemists, jewellers, confectioners1, tobaccoonists, leather goods merchants, wine merchants, gramophone dealers, radio shops and shops dealing in general merchandise. The show cases exhibited the goods in style to great idea gave a so much tempt us.
</p>
</div>
</div>
</div>
<div class="col-md-5 col-xl-3">
<div class="right-post">
<div class="search-post">
<div class="">
<div class="input-group mb-5">
<input type="text" class="form-control" placeholder="SEARCH" >
<div class="input-group-append">
<span class="input-group-text">
<span class="fa fa-search"></span>
</span>
</div>
</div>
</div>
</div>
<div class="right-post-cat">
<div class="Catagories">
<h5>Catagories</h5>
<table class="table">
<tbody>
<tr>
<td class="text-left">lifestyle</td>
<td class="text-right">98</td>
</tr>
<tr>
<td class="text-left">Audio</td>
<td class="text-right">102</td>
</tr>
<tr>
<td class="text-left">Gallery</td>
<td class="text-right">83</td>
</tr>
<tr>
<td class="text-left">Image</td>
<td class="text-right">04</td>
</tr>
<tr>
<td class="text-left">Standard</td>
<td class="text-right">109</td>
</tr>
<tr>
<td class="text-left">Status</td>
<td class="text-right">50</td>
</tr>
<tr>
<td class="text-left">Video</td>
<td class="text-right">102</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="right-post-cat">
<img src="images/home-2.jpg" class="w-100">
<div class="Latest-Post">
<h5>Latest Post</h5>
<div class="row py-3">
<div class="col-4">
<img src="images/home-latest.png" class="w-100">
</div>
<div class="col-8">
<h6>jurney towards a lifestyle</h6>
<span class="float-left">Jan. 16 2015</span>
<span class="float-right">Like 255</span>
</div>
</div>
<div class="row py-3">
<div class="col-4">
<img src="images/home-latest.png" class="w-100">
</div>
<div class="col-8">
<h6>jurney towards a lifestyle</h6>
<span class="float-left">Jan. 16 2015</span>
<span class="float-right">Like 255</span>
</div>
</div>
<div class="row py-3">
<div class="col-4">
<img src="images/home-latest.png" class="w-100">
</div>
<div class="col-8">
<h6>jurney towards a lifestyle</h6>
<span class="float-left">Jan. 16 2015</span>
<span class="float-right">Like 255</span>
</div>
</div>
<div class="row py-3">
<div class="col-4">
<img src="images/home-latest.png" class="w-100">
</div>
<div class="col-8">
<h6>jurney towards a lifestyle</h6>
<span class="float-left">Jan. 16 2015</span>
<span class="float-right">Like 255</span>
</div>
</div>
<div class="row py-3">
<div class="col-4">
<img src="images/home-latest.png" class="w-100">
</div>
<div class="col-8">
<h6>jurney towards a lifestyle</h6>
<span class="float-left">Jan. 16 2015</span>
<span class="float-right">Like 255</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="blog-footer">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="about-blog">
<h5>about blog</h5>
<p>
Lorem ipsum dolor sit amet, conser adipisicing esse cillum dolore nulla pariatur.
</p>
<img src="images/sign.jpg" class="w-100">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="latest-tweets">
<h5>latest tweets</h5>
<p class="mail"><span class="fa fa-twitter"></span> @Twitter@magicalrebekah</p>
<p class="text">Developer Advocate @heyval isaiyou knows the very well is about things .</p>
<p class="mail"><span class="fa fa-twitter"></span> @Twitter@magicalrebekah</p>
<p class="text">Developer Advocate @heyval isaiyou knows the very well is about things .</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="latest-tweets">
<h5>Follow me instagram</h5>
<img src="images/f1.jpg" class="float-left" style="padding: 3px;">
<img src="images/f2.jpg" class="float-left" style="padding: 3px;">
<img src="images/f3.jpg" class="float-left" style="padding: 3px;">
<img src="images/f4.jpg" class="float-left" style="padding: 3px;">
<img src="images/f5.png" class="float-left" style="padding: 3px;">
<img src="images/f6.jpg" class="float-left" style="padding: 3px;">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="latest-comment">
<h5>latest comment</h5>
<p class="mail"> From Alex : </p>
<p class="text">Developer Advocate @heyval isaiyou know the very well is talking about things.</p>
<hr style="border-color:#65676a">
<p class="mail">From Jhon Doe :</p>
<p class="text">Developer Advocate @heyval isaiyou knows the very well is about things .</p>
</div>
</div>
</div>
</div>
</section>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</html>