-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details.html
530 lines (514 loc) · 21.6 KB
/
blog-details.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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<!--<< Header Area >>-->
<head>
<!--<< Required meta tags >>-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<< Title >>-->
<title>Shihong Yuan's Website</title>
<!--<< Favcion >>-->
<link rel="shortcut icon" href="static/picture/avator.jpg">
<!--<< Bootstrap min.css >>-->
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<!--<< Aos animation css >>-->
<link rel="stylesheet" href="static/css/aos.css">
<!--<< Main.css >>-->
<link rel="stylesheet" href="static/css/main.css">
</head>
<!--<< Body Area >>-->
<body>
<!--<< Preloader >>-->
<div class="preloader__Dixon">
<div class="box text-center">
<span class="fz-30 mati fw-600 text-uppercase">
Disum
</span>
</div>
</div>
<!--<< Preloader >>-->
<!--<< banner >>-->
<section class="breadcrumnd-section" id="bn">
<!--<< Header v-1 >>-->
<header class="header-section header-style-inner">
<div class="container">
<div class="header-wrapper align-items-lg-start align-items-center">
<div class="main-logo cmn-shadow round8">
<a href="index.html" class="logo">
<img src="static/picture/logo.png" alt="logo">
</a>
</div>
<div class="main-menu-wrapper w-100">
<ul class="main-menu cmn-shadow round8">
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="index.html#about">
About me
</a>
</li>
<li>
<a href="index.html#reprot">
Resume
</a>
</li>
<li>
<a href="index.html#skill">
Stact
</a>
</li>
<li>
<a href="index.html#serv">
Services
</a>
</li>
<li>
<a href="index.html#ports">
Protfolio
</a>
</li>
<li>
<a href="index.html#testi">
Client
</a>
</li>
<li>
<a href="index.html#blogs">
Insight
</a>
</li>
<li>
<a href="index.html#conts">
Contact Us
</a>
</li>
</ul>
</div>
<div class="right-bar">
<div class="bars-style cmn-shadow round8 d-lg-none">
<div class="header-bar">
<span></span>
<span></span>
<span></span>
</div>
</div>
<ul class="right-social-com d-xl-flex d-none cmn-social cmn-shadow round8">
<li>
<a href="#">
<i class="bi bi-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-twitter"></i>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-behance"></i>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-globe"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!--<< Header v-1 >>-->
<!--<< Bread Content >>-->
<div class="container pt-100 pb-100">
<div class="section-title breadcurmd-blogdetails">
<a href="protfolio.html" class="section-sub" data-aos="fade-down" data-aos-duration="1000">
Blog Details
</a>
<h2 class="stitle fw-500 mt-3" data-aos="fade-down" data-aos-duration="1500">
The art of typography in
web design
</h2>
<div class="bread-head-info">
<div class="d-flex align-items-center gap-3">
<img src="static/picture/jhone.png" alt="img" class="round50">
<span class="pra-clr fw-400 fz-16">
Jhone Deo
</span>
</div>
<div class="rline"></div>
<span class="pra-clr fw-400 fz-16">
March 25, 2024
</span>
<div class="rline"></div>
<span class="pra-clr fw-400 fz-16">
2 Comments
</span>
</div>
</div>
</div>
</section>
<!--<< banner >>-->
<!--<< Blog Details >>-->
<section class="blog-details-section pb-100">
<div class="container">
<div class="details-blog-wrap">
<div class="d-thumb w-100 mb-60">
<img src="static/picture/blog-details1.png" alt="img" class="w-100">
</div>
<p class="pra-clr fw-400 mb-60">
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni
dolores eos qui
ratione quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non
numquam eius modi
tempora incidunt ut labore et enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit
laboriosam,
nisi ut aliquid ex ea commodi consequatur? Quis autem reprehenderit a qui in ea voluptate velit esse quam
nihil
molestiae consequatur,
</p>
<div class="quoting-box mb-60">
<i class="bi bi-quote"></i>
<p class="white mt-16 mb-30">
Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is
occasionally
circumstances occur in which toil and pains can procure him some great pleasure. To take a trivial
example,
which of us ever undertakes laborious physical exercise,
</p>
<span class="fz-20 fw-500 white d-block">
- UI-THEMEZ
</span>
</div>
<p class="pra-clr fw-400 mb-60">
On the other hand, we denounce with righteous indignation an dislike men who are so beguiled and
demoralized by the
charms of pleasure of the moments, so blinded by desire, that they cannot foresee the pain and trouble
that are bound to
ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the
same as saying
through shrinking from toil and pain.
</p>
<div class="title-box">
<h3 class="white mb-30">
How to update your theme
</h3>
<p class="pra-clr mb-30">
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur
magni dolores eos qui
ratione quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non
numquam eius modi
tempora incidunt ut labore et enim ad minima veniam, quis nostrum exercitationem ullam corporis
suscipit laboriosam,
nisi ut aliquid ex ea commodi consequatur.
</p>
<ul class="title-listing d-grid gap-xxl-3 gap-2 mb-60">
<li class="d-flex align-items-center gap-1">
<i class="bi bi-dot"></i>
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
</li>
<li class="d-flex align-items-center gap-1">
<i class="bi bi-dot"></i>
Quis autem vel eum iure reprehenderit qui in ea voluptate molestiae consequatur,
</li>
<li class="d-flex align-items-center gap-1">
<i class="bi bi-dot"></i>
Sunt in culpa qui officia deserunt mollit anim id est laborum.
</li>
</ul>
<div class="social-tag d-md-flex d-grid gap-3 align-items-center justify-content-md-between justify-content-center">
<div class="d-flex justify-content-center align-items-center gap-xxl-4 gap-3">
<span class="fz-20 fw-500 white">
Tag:
</span>
<span class="pra-clr">
Branding, Business
</span>
</div>
<div class="d-flex flex-wrap justify-content-center align-items-center gap-xxl-4 gap-3">
<span class="fz-20 fw-500 white">
Share This:
</span>
<ul class="right-social-com d-flex cmn-social gap-xxl-3 gap-2 round8">
<li>
<a href="#">
<i class="bi bi-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-twitter"></i>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-behance"></i>
</a>
</li>
<li>
<a href="#">
<i class="bi bi-globe"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="toom-bio cmn-shadow round8">
<img src="static/picture/tomm.png" alt="img" class="round50">
<div class="cont">
<span class="white fz-20 fw-500 d-block mb-24">
About Tomm Beross
</span>
<p class="fz-16 pra-clr mb-30">
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni eos qui ratione
quisquam est qui dolorem ipsum quia dolor sit amet,
</p>
<ul class="social-text d-flex">
<li>
<a href="#" class="pra-clr">
Twitter
</a>
</li>
<li>
<a href="#" class="pra-clr">
Facebook
</a>
</li>
<li>
<a href="#" class="pra-clr">
Instagram
</a>
</li>
</ul>
</div>
</div>
<div class="trendint-preview-next pb-100 d-flex align-items-center justify-content-between pt-100">
<div class="tr-left">
<span class="pra-clr cmn-shadow round100 py-3 px-4 d-inline-flex align-items-center gap-xxl-3 gap-2">
Prev
<img src="static/picture/left-arrow.png" alt="img">
</span>
<span class="fz-20 d-block mt-24 fw-500 white">
Exploring UI/UX Trends 2024
</span>
</div>
<div class="tr-left">
<span class="pra-clr cmn-shadow round100 py-3 px-4 d-inline-flex align-items-center gap-xxl-3 gap-2">
<img src="static/picture/right-arrow.png" alt="img">
Next
</span>
<span class="fz-20 d-block mt-24 fw-500 white">
Navigating the Digital Landscape
</span>
</div>
</div>
<div class="comment-area pb-100">
<h3 class="white mb-50">
Comments (2)
</h3>
<div class="comment-item mb-40">
<div class="thumb">
<img src="static/picture/nicolast1.png" alt="img">
</div>
<div class="content">
<span class="mb-8 d-block fw-400 pra-clr">
March 25, 2024
</span>
<span class="fz-20 fw-500 white d-block mb-10">
Nicolas Jhone
</span>
<p class="pra-clr fz-16 mb-2">
On the other hand, we denounce with righteous indignation an dislike men who are so beguiled
and demoralized by the
charms
</p>
<a href="#" class="d-flex white fs-16 align-items-center gap-1 text-uppercase">
REPLY
<i class="bi bi-dot"></i>
</a>
</div>
</div>
<div class="comment-item comment-items-2">
<div class="thumb">
<img src="static/picture/nicolast2.png" alt="img">
</div>
<div class="content">
<span class="mb-8 d-block fw-400 pra-clr">
March 25, 2024
</span>
<span class="fz-20 fw-500 white d-block mb-10">
Casey Mallep
</span>
<p class="pra-clr fz-16 mb-2">
On the other hand, we denounce with righteous indignation an dislike men who are so beguiled
</p>
<a href="#" class="d-flex white fs-16 align-items-center gap-1 text-uppercase">
REPLY
<i class="bi bi-dot"></i>
</a>
</div>
</div>
</div>
<div class="replay-wrapper">
<div class="mb-60">
<h3 class="white mb-24">
Leave a Reply
</h3>
<p class="pra-clr fz-16">
Your email address will not be published. Required fields are marked *
</p>
</div>
<form action="#" class="reply-form">
<div class="reply-grp">
<textarea name="comment" rows="4" placeholder="Your Comments"></textarea>
</div>
<div class="reply-grp">
<input type="text" placeholder="Your Name*">
</div>
<div class="reply-grp">
<input type="email" placeholder="Your Email*">
</div>
<div class="reply-grp">
<input type="text" placeholder="Website*">
</div>
<div class="form-check mb-30">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">
Save my name, email, and website in this browser for the next time I comment.
</label>
</div>
<button type="submit" class="submit-btn">
Post Comments
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!--<< Blog Details >>-->
<!--<< Footer >>-->
<div class="footer-section check-box-style pt-100">
<div class="container p-0">
<div class="talk-text text-center " data-aos="zoom-in" data-aos-duration="1400">
LET’S WITH
TALK
</div>
<a href="#" class="infomail d-center cmborder round100">
</a>
<div class="footer-topping-wrap check-box-style round30">
<div class="row justify-content-between">
<div class="col-xl-4 col-lg-6">
<div class="contact-left">
<p class="pra-clr fz16 pragraph-one">
Great! We're excited to hear from you and
let's start something special togerter. call
us for any inquery.
</p>
<div class="contact-infos">
<a href="#">
Valentin, Street Road 24, New York,
USA - 67452
</a>
<a href="#">
(+02) 574 - 328 - 301
</a>
<a href="#">
</a>
</div>
<div class="footer-social">
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Facebook
</a>
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Twitter
</a>
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Behance
</a>
<a href="#0" class="fsocial d-inline-flex align-items-center justify-content-center">
Dribble
</a>
</div>
</div>
</div>
<div class="col-xl-7 col-lg-6">
<form action="#" class="cmn-contact-form row g-4">
<div class="col-lg-6">
<input type="text" placeholder="Name">
</div>
<div class="col-lg-6">
<input type="email" placeholder="Email">
</div>
<div class="col-lg-12">
<input type="text" placeholder="Subject">
</div>
<div class="col-lg-12">
<textarea name="message" rows="5" placeholder="Message"></textarea>
</div>
<div class="col-lg-12">
<div class="btns">
<button type="submit" class="cmn-btn">
Send Message
</button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="copyright">
<p class="pra-clr">
© 2024. All rights reserved <a href="index.html" class="pwhite">Disum.</a>
</p>
<a href="#bn" class="scroll-toptext">
Back To Home
</a>
<ul class="terms">
<li>
<a href="#0">
Terms & Condition
</a>
</li>
<li>
<a href="#0">
Privacy Policy
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--<< Footer >>-->
<!--<< Jquery Latest >>-->
<script src="static/js/jquery-3.7.0.min.js"></script>
<!--<< Viewport Js >>-->
<script src="static/js/viewport.jquery.js"></script>
<!--<< Bootstrap Js >>-->
<script src="static/js/bootstrap.min.js"></script>
<!--<< Aos animation Js >>-->
<script src="static/js/aos.js"></script>
<!--<< Nice Select Js >>-->
<script src="static/js/jquery.nice-select.min.js"></script>
<!--<< Swiper Slide Js >>-->
<script src="static/js/swiper-bundle.min.js"></script>
<!--<< Swiper Bundle Js >>-->
<script src="static/js/jquery.magnific-popup.min.js"></script>
<!--<< magnific popup Js >>-->
<script src="static/js/odometer.min.js"></script>
<!--<< Odometer js Js >>-->
<script src="static/js/wow.min.js"></script>
<!--<< Wow Animation js >>-->
<script src="static/js/main.js"></script>
<!--<< Main.js >>-->
</body>
</html>