-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
370 lines (302 loc) · 10.7 KB
/
index.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1, shrink-to-fit=no' name='viewport'>
<meta content='ie=edge' http-equiv='x-ua-compatible'>
<title>Home page</title>
<link href='img/favicon.ico' rel='shortcut icon' type='image/x-icon'>
<!-- Font Awesome -->
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css' rel='stylesheet'>
<!-- Bootstrap core CSS -->
<link href='css/bootstrap.min.css' rel='stylesheet'>
<!-- Material Design Bootstrap -->
<link href='css/mdb.min.css' rel='stylesheet'>
<!-- Your custom styles (optional) -->
<link href='css/style.css' rel='stylesheet'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-188043863-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-188043863-1');
</script>
</head>
<body>
<header>
<nav class='navbar fixed-top navbar-expand-lg navbar-light white scrolling-navbar'>
<div class='container'>
<a class='navbar-brand waves-effect empty-anchor' href='#'>
<strong class='blue-text'>Brand</strong>
</a>
<button aria-controls='contentId' aria-expanded='false' class='navbar-toggler' data-target='#contentId'
data-toggle='collapse' type='button'>
<span class='navbar-toggler-icon'></span>
</button>
<div class='collapse navbar-collapse' id='contentId'>
<ul class='navbar-nav mr-auto'>
<li class='nav-item active'>
<a class='nav-link waves-effect empty-anchor' href='#'>Home</a>
</li>
<li class='nav-item'>
<a class='nav-link waves-effect' href='blogs.html'>Blogs</a>
</li>
<li class='nav-item'>
<a class='nav-link waves-effect' href='posts.html'>Posts</a>
</li>
<li class='nav-item'>
<a class='nav-link waves-effect' href='contacts.html'>Contacts</a>
</li>
</ul>
<ul class='navbar-nav nav-flex-icons'>
<li class='nav-item'>
<a class='nav-link waves-effect border border-light rounded' href='https://www.facebook.com/'>
<i class='fab fa-facebook-square'></i>
</a>
</li>
<li class='nav-item'>
<a class='nav-link waves-effect border border-light rounded' href='https://twitter.com/'>
<i class='fab fa-twitter-square'></i>
</a>
</li>
<li class='nav-item'>
<a class='nav-link waves-effect border border-light rounded' href='https://www.youtube.com/'>
<i class='fab fa-youtube-square'></i>
</a>
</li>
<li class='nav-item'>
<a class='nav-link waves-effect border border-light rounded' href='https://github.com/olvipi'>
<i class='fab fa-github-square'></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class='mt-5 pt-5'>
<div class='container'>
<section class='card wow fadeIn'
style='background-image:url(https://images.pexels.com/photos/176851/pexels-photo-176851.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260)'>
<div class='card-body text-white text-center py-5 px-5 my-5'>
<h1 class='mb-4'>
<strong>A R T I C L E</strong>
</h1>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eos, explicabo?</p>
<p class='mb-4'>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quod, numquam nihil? Neque saepe blanditiis illo,
eius fugiat fuga dolores. Beatae aspernatur at debitis velit voluptatibus?
</p>
<a class='btn btn-outline-white btn-lg empty-anchor' href='#'>
Start right now <i class='fa fa-graduation-cap ml-2'></i>
</a>
</div>
</section>
<hr class='my-5'>
<section class='wow fadeIn'>
<h2 class='h1 text-center my-5 font-weight-bold'>
A R T I C L E
</h2>
<div class='row text-left'>
<div class='col-lg-6 col-md-12'>
<div class='view overlay rounded z-depth-1-half mb-3'>
<img alt='img' class='img-fluid'
src='https://images.pexels.com/photos/169647/pexels-photo-169647.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
<a class='empty-anchor' href='#'>
<div class='mask rgba-white-slight'></div>
</a>
</div>
<div class='news-data'>
<a class='light-blue-text empty-anchor' href='#'>
<h6>
<i class='fa fa-plane'></i>
<strong>Travel</strong>
</h6>
</a>
<p>
<strong>
<i class='fa fa-clock-o'></i>
20/08/2018
</strong>
</p>
</div>
<h3>
<a class='empty-anchor' href='#'>
<strong>This is the list of news</strong>
</a>
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique laudantium, eaque vel est id
perferendis. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia, cum.</p>
<hr>
<div class='row'>
<div class='col-md-3'>
<div class='view overlay rounded z-depth-1'>
<img alt='moto' class='img-fluid'
src='https://images.pexels.com/photos/345121/pexels-photo-345121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
</div>
</div>
<div class='col-md-9'>
<p class='dark-grey-text'>
<strong>19/08/2018</strong>
</p>
<a class='empty-anchor text-reset' href='#'>
Lorem ipsum dolor sit amet consectetur.
<i class='fa fa-angle-right float-right'></i>
</a>
</div>
</div>
<hr>
<div class='row'>
<div class='col-md-3'>
<div class='view overlay rounded z-depth-1'>
<img alt='moto' class='img-fluid'
src='https://images.pexels.com/photos/345121/pexels-photo-345121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
</div>
</div>
<div class='col-md-9'>
<p class='dark-grey-text'>
<strong>19/08/2018</strong>
</p>
<a class='empty-anchor text-reset' href='#'>
Lorem ipsum dolor sit amet consectetur.
<i class='fa fa-angle-right float-right'></i>
</a>
</div>
</div>
<hr>
<div class='row'>
<div class='col-md-3'>
<div class='view overlay rounded z-depth-1'>
<img alt='moto' class='img-fluid'
src='https://images.pexels.com/photos/345121/pexels-photo-345121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
</div>
</div>
<div class='col-md-9'>
<p class='dark-grey-text'>
<strong>19/08/2018</strong>
</p>
<a class='empty-anchor text-reset' href='#'>
Lorem ipsum dolor sit amet consectetur.
<i class='fa fa-angle-right float-right'></i>
</a>
</div>
</div>
<hr>
</div>
<div class='col-lg-6 col-md-12'>
<div class='view overlay rounded z-depth-1-half mb-3'>
<img alt='img' class='img-fluid'
src='https://images.pexels.com/photos/169647/pexels-photo-169647.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
<a class='empty-anchor' href='#'>
<div class='mask rgba-white-slight'></div>
</a>
</div>
<div class='news-data'>
<a class='light-blue-text empty-anchor' href='#'>
<h6>
<i class='fa fa-plane'></i>
<strong>Travel</strong>
</h6>
</a>
<p>
<strong>
<i class='fa fa-clock-o'></i>
20/08/2018
</strong>
</p>
</div>
<h3>
<a class='empty-anchor' href='#'>
<strong>This is the list of news</strong>
</a>
</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique laudantium, eaque vel est id
perferendis. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia, cum.</p>
<hr>
<div class='row'>
<div class='col-md-3'>
<div class='view overlay rounded z-depth-1'>
<img alt='moto' class='img-fluid'
src='https://images.pexels.com/photos/345121/pexels-photo-345121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
</div>
</div>
<div class='col-md-9'>
<p class='dark-grey-text'>
<strong>19/08/2018</strong>
</p>
<a class='empty-anchor text-reset' href='#'>
Lorem ipsum dolor sit amet consectetur.
<i class='fa fa-angle-right float-right'></i>
</a>
</div>
</div>
<hr>
<div class='row'>
<div class='col-md-3'>
<div class='view overlay rounded z-depth-1'>
<img alt='moto' class='img-fluid'
src='https://images.pexels.com/photos/345121/pexels-photo-345121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
</div>
</div>
<div class='col-md-9'>
<p class='dark-grey-text'>
<strong>19/08/2018</strong>
</p>
<a class='empty-anchor text-reset' href='#'>
Lorem ipsum dolor sit amet consectetur.
<i class='fa fa-angle-right float-right'></i>
</a>
</div>
</div>
<hr>
<div class='row'>
<div class='col-md-3'>
<div class='view overlay rounded z-depth-1'>
<img alt='moto' class='img-fluid'
src='https://images.pexels.com/photos/345121/pexels-photo-345121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260'>
</div>
</div>
<div class='col-md-9'>
<p class='dark-grey-text'>
<strong>19/08/2018</strong>
</p>
<a class='empty-anchor text-reset' href='#'>
Lorem ipsum dolor sit amet consectetur.
<i class='fa fa-angle-right float-right'></i>
</a>
</div>
</div>
<hr>
</div>
</div>
</section>
</div>
</main>
<footer class='page-footer text-center font-small mdb-color darken-2 mt-4 wow fadeIn'>
<div class='py-3'>
<a class='fab fa-facebook mr-3' href='https://www.facebook.com/'></a>
<a class='fab fa-twitter mr-3' href='https://twitter.com/'></a>
<a class='fab fa-youtube mr-3' href='https://www.youtube.com/'></a>
<a class='fab fa-github mr-3' href='https://github.com/olvipi'></a>
</div>
<div class='footer-copyright py-3'>
olvipi 2019
</div>
</footer>
<!-- SCRIPTS -->
<!-- JQuery -->
<script src='js/jquery-3.3.1.min.js' type='text/javascript'></script>
<!-- Bootstrap tooltips -->
<script src='js/popper.min.js' type='text/javascript'></script>
<!-- Bootstrap core JavaScript -->
<script src='js/bootstrap.min.js' type='text/javascript'></script>
<!-- MDB core JavaScript -->
<script src='js/mdb.js' type='text/javascript'></script>
<!-- Custom script -->
<script src='js/main.js' type='text/javascript'></script>
<script>
new WOW().init();
</script>
</body>
</html>