-
Notifications
You must be signed in to change notification settings - Fork 0
/
protfolio-details.html
450 lines (433 loc) · 17 KB
/
protfolio-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
<!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/avator.jpg" 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 text-center">
<a href="protfolio.html" class="section-sub" data-aos="fade-down" data-aos-duration="1000">
Back To Protfolio
</a>
<h2 class="stitle fw-500 mt-3 mb-4" data-aos="fade-down" data-aos-duration="1500">
Digital Brands Design
</h2>
<p class="pra-clr max-458">
Branding, UI/UX Design, Front-end Development,
Back-end Development
</p>
</div>
</div>
</section>
<!--<< banner >>-->
<!--<< project one >>-->
<section class="project-section pb-120">
<div class="container">
<div class="row g-4">
<div class="col-lg-4">
<div class="protfolio-details-wrap pe-xxl-4">
<h4 class="white mb-30">
Project Details
</h4>
<div class="des-dated-area">
<div class="date-border"></div>
<div class="dates-item">
<span class="date-text">
Date:
</span>
<span class="pra-clr fw-400">
March 25th, 2024
</span>
</div>
<div class="date-border"></div>
<div class="dates-item">
<span class="date-text">
Client:
</span>
<span class="pra-clr fw-400">
Envato Users
</span>
</div>
<div class="date-border"></div>
<div class="dates-item">
<span class="date-text">
Service:
</span>
<p class="pra-clr fw-400">
Branding, UI/UX Design,
Front-end Development,
Back-end Development
</p>
</div>
<div class="date-border"></div>
<div class="dates-item d-grid gap-lg-4 gap-3">
<span class="date-text">
Description:
</span>
<p class="pra-clr fw-400 pra-one">
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut magni eos ratione
voluptatem sequi nesciunt.
</p>
<p class="pra-clr fw-400">
Sed quia non numquam eius modi incidunt ut labore et dolore magnam eni exercitationem ullam
corporis suscipit
laboriosam,
</p>
<div class="date-border"></div>
<div class="visit-btn mt-xxl-5 mt-4">
<a href="#" class="cmn-shadow round100 py-xxl-3 py-3 px-xxl-5 px-4 white fz-16">
Visit Link
</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="project-detial-right mt-lg-0 mt-4">
<div class="thumbs w-100">
<img src="static/picture/pd1.png" alt="img" class="w-100">
</div>
<div class="thumbs w-100">
<img src="static/picture/pd2.png" alt="img" class="w-100">
</div>
<div class="thumbs w-100">
<img src="static/picture/pd3.png" alt="img" class="w-100">
</div>
<div class="thumbs w-100">
<img src="static/picture/pd4.png" alt="img" class="w-100">
</div>
</div>
</div>
</div>
</div>
</section>
<!--<< project one >>-->
<!--<< Single Project >>-->
<section class="single-project pb-100">
<div class="container">
<h3 class="single-head white">
Related Projects
</h3>
<div class="single-project-wrap">
<div class="row g-4">
<div class="col-lg-4 col-md-6">
<div class="protfolio-porject-item d-center">
<img src="static/picture/pro1.png" alt="img">
<div class="project-cont-inner">
<span class="title date-title text-end pt-3 pe-4 d-block">
@2024
</span>
<div class="project-cont-box d-center w-100 h-100 position-relative">
<div class="boxes text-center">
<h4>
<a href="" class="title">
<span class="d-block">
Digital
</span>
Masterpieces
</a>
</h4>
<span class="ui-badge">
UI/Ux Design
</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="protfolio-porject-item d-center">
<img src="static/picture/pro2.png" alt="img">
<div class="project-cont-inner">
<span class="title date-title text-end pt-3 pe-4 d-block">
@2024
</span>
<div class="project-cont-box d-center w-100 h-100 position-relative">
<div class="boxes text-center">
<h4>
<a href="" class="title">
<span class="d-block">
Wev
</span>
Development
</a>
</h4>
<span class="ui-badge">
Web Design
</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="protfolio-porject-item d-center">
<img src="static/picture/pro3.png" alt="img">
<div class="project-cont-inner">
<span class="title date-title text-end pt-3 pe-4 d-block">
@2024
</span>
<div class="project-cont-box d-center w-100 h-100 position-relative">
<div class="boxes text-center">
<h4>
<a href="" class="title">
<span class="d-block">
Graphic
</span>
Designer
</a>
</h4>
<span class="ui-badge">
UI/Ux Design
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<< Single Project >>-->
<!--<< 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">
contactinfo@gmail.com
</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="#">
infocontact@gmail.com
</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>