-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog.html
385 lines (355 loc) · 15.5 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="css/fontawesome.all.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="shortcut icon" href="#">
<link rel="manifest" href="/manifest.json">
<title>FinHit</title>
</head>
<body class="light-grey blog-page">
<!-- Loading Container Start -->
<div class="d-flex flex-column justify-content-center align-items-center w-100 h-100" id="load">
<div class="preload-image mb-4">
<img src="img/icons/worldwide-coverage.svg" class="rot" alt="World Icon">
</div>
<div class="please-wait-text">
<div class="primary-text">
Please Wait
</div>
<div class="secondary-text">
We are working on your task
</div>
</div>
</div>
<!-- Loading Container End -->
<!-- Header Start -->
<div class="main-header w-100">
<div class="middle-row d-flex justify-content-between w-100 with-back-btn">
<div class="d-flex align-items-center">
<!-- Icon Back Start -->
<div class="icon-back">
<a href="home.html">
<span></span>
</a>
</div>
<!-- Icon Back End -->
<!-- Menu Icon Start -->
<div class="menu-icon icon-open">
<a href="menu.html">
</a>
</div>
<!-- Menu Icon End -->
</div>
<!-- Page Title Start -->
<div class="page-title">
Blog
</div>
<!-- Page Title End -->
<!-- Notification and User Block Start -->
<div class="main-header_notification-user-block d-flex align-items-center">
<a href="notifications.html">
<div class="notification-block">
<img src="img/icons/notification.svg" alt="Notification Image">
<div class="notification-number">2</div>
</div>
</a>
<a href="menu.html">
<img src="img/icons/menu-icon.svg" alt="Menu Icon">
</a>
</div>
<!-- Notification and User Block End -->
</div>
<div class="bottom-row">
</div>
</div>
<!-- Header End -->
<div class="main-content p-60">
<!-- All Content Start -->
<div class="content-padding">
<!-- Content Title & Slogan Start -->
<div class="sub-pages-top-content-section">
<div class="d-flex align-items-center">
<div class="title-image mr-2">
<img src="img/icons/paperwork.svg" class="d-block" alt="Paperwork Icon">
</div>
<div class="title">
Blog
</div>
</div>
<div class="slogan">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae.
</div>
</div>
<!-- Content Title & Slogan End -->
<!-- Devide Start -->
<div class="devider-without-line"></div>
<!-- Devide End -->
<!-- All News Start -->
<div class="all-news-wrapper d-flex flex-wrap justify-content-between">
<!-- One News Start -->
<div class="news-wrapper">
<div class="item-news">
<div class="news-thumbnail">
<a href="single-article.html">
<img src="img/news-image-1.jpg" alt="News Image">
</a>
</div>
<div class="news-content">
<div class="news-info d-flex justify-content-between align-items-center">
<div class="news-views-comments">
6.8K view - 379 comments
</div>
<div class="d-flex align-items-center">
<div class="new-bookmark">
<i class="fal fa-bookmark"></i>
</div>
<div class="news-share ml-2">
<i class="fal fa-share-alt"></i>
</div>
</div>
</div>
<div class="news-title">
<a href="single-article.html">
Lorem Ipsum Dolores Sit Amet Concateur.
</a>
</div>
</div>
</div>
</div>
<!-- One News End -->
<!-- One News Start -->
<div class="news-wrapper">
<div class="item-news">
<div class="news-thumbnail">
<a href="single-article.html">
<img src="img/news-image.jpg" alt="News Image">
</a>
</div>
<div class="news-content">
<div class="news-info d-flex justify-content-between align-items-center">
<div class="news-views-comments">
6.8K view - 379 comments
</div>
<div class="d-flex align-items-center">
<div class="new-bookmark">
<i class="fal fa-bookmark"></i>
</div>
<div class="news-share ml-2">
<i class="fal fa-share-alt"></i>
</div>
</div>
</div>
<div class="news-title">
<a href="single-article.html">
Lorem Ipsum Dolores Sit Amet Concateur.
</a>
</div>
</div>
</div>
</div>
<!-- One News End -->
<!-- One News Start -->
<div class="news-wrapper">
<div class="item-news">
<div class="news-thumbnail">
<a href="single-article.html">
<img src="img/news-image-2.jpg" alt="News Image">
</a>
</div>
<div class="news-content">
<div class="news-info d-flex justify-content-between align-items-center">
<div class="news-views-comments">
6.8K view - 379 comments
</div>
<div class="d-flex align-items-center">
<div class="new-bookmark">
<i class="fal fa-bookmark"></i>
</div>
<div class="news-share ml-2">
<i class="fal fa-share-alt"></i>
</div>
</div>
</div>
<div class="news-title">
<a href="single-article.html">
Lorem Ipsum Dolores Sit Amet Concateur.
</a>
</div>
</div>
</div>
</div>
<!-- One News End -->
<!-- One News Start -->
<div class="news-wrapper">
<div class="item-news">
<div class="news-thumbnail">
<a href="single-article.html">
<img src="img/news-image-3.jpg" alt="News Image">
</a>
</div>
<div class="news-content">
<div class="news-info d-flex justify-content-between align-items-center">
<div class="news-views-comments">
6.8K view - 379 comments
</div>
<div class="d-flex align-items-center">
<div class="new-bookmark">
<i class="fal fa-bookmark"></i>
</div>
<div class="news-share ml-2">
<i class="fal fa-share-alt"></i>
</div>
</div>
</div>
<div class="news-title">
<a href="single-article.html">
Lorem Ipsum Dolores Sit Amet Concateur.
</a>
</div>
</div>
</div>
</div>
<!-- One News End -->
<!-- One News Start -->
<div class="news-wrapper">
<div class="item-news">
<div class="news-thumbnail">
<a href="single-article.html">
<img src="img/news-image-4.jpg" alt="News Image">
</a>
</div>
<div class="news-content">
<div class="news-info d-flex justify-content-between align-items-center">
<div class="news-views-comments">
6.8K view - 379 comments
</div>
<div class="d-flex align-items-center">
<div class="new-bookmark">
<i class="fal fa-bookmark"></i>
</div>
<div class="news-share ml-2">
<i class="fal fa-share-alt"></i>
</div>
</div>
</div>
<div class="news-title">
<a href="single-article.html">
Lorem Ipsum Dolores Sit Amet Concateur.
</a>
</div>
</div>
</div>
</div>
<!-- One News End -->
<!-- One News Start -->
<div class="news-wrapper">
<div class="item-news">
<div class="news-thumbnail">
<a href="single-article.html">
<img src="img/news-image-5.jpg" alt="News Image">
</a>
</div>
<div class="news-content">
<div class="news-info d-flex justify-content-between align-items-center">
<div class="news-views-comments">
6.8K view - 379 comments
</div>
<div class="d-flex align-items-center">
<div class="new-bookmark">
<i class="fal fa-bookmark"></i>
</div>
<div class="news-share ml-2">
<i class="fal fa-share-alt"></i>
</div>
</div>
</div>
<div class="news-title">
<a href="single-article.html">
Lorem Ipsum Dolores Sit Amet Concateur.
</a>
</div>
</div>
</div>
</div>
<!-- One News End -->
</div>
<!-- All News End -->
</div>
<!-- All Content End -->
</div>
<!-- Footer Start -->
<div class="main-footer w-100">
<div class="top-row"></div>
<div class="bottom-row d-flex justify-content-between align-items-center">
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-overview">
<a href="home.html" class="no-text-decoration">
<img src="img/icons/overviews.svg" class="pasive" alt="Overview Icon">
<img src="img/icons/overviews-active.svg" class="active" alt="Overview Active Icon">
<div class="menu-title">
Overview
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-pages">
<a href="all-pages.html" class="no-text-decoration">
<img src="img/icons/pages.svg" class="pasive" alt="Pages Icon">
<img src="img/icons/pages-active.svg" class="active" alt="Pages Active Icon">
<div class="menu-title">
Pages
<div class="notification-number">2</div>
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-components">
<a href="components.html" class="no-text-decoration">
<img src="img/icons/components.svg" class="pasive" alt="Components Icon">
<img src="img/icons/components-active.svg" class="active" alt="Components Icon">
<div class="menu-title">
Components
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-cards">
<a href="#" class="no-text-decoration">
<img src="img/icons/card.svg" class="pasive" alt="My Cards Icon">
<div class="menu-title">
My Cards
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-settings">
<a href="#" class="no-text-decoration">
<img src="img/icons/settings.svg" alt="Settings Icon">
<div class="menu-title">
Settings
</div>
</a>
</div>
<!-- Menu Item End -->
</div>
</div>
<!-- Footer End -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.4.1.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>