-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
702 lines (689 loc) · 24 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
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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Static Template</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main>
<!-- <div class="container black-bg">
<article class="box">
<div class="underline"></div>
<h1 class>I'm Cao Dua Tran</h1>
<h4>Full stack Web Developer And Designer</h4>
<a class="contact-btn" href="#contact">CONTACT ME</a>
<div class="social-group">
<a
class="social-icon"
href="https://www.linkedin.com/in/garvnanwani/"
target="_blank"
>
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
<a
class="social-icon"
href="https://github.com/trancaodua"
target="_blank"
>
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a
class="social-icon"
href="https://dev.to/thisisgarv"
target="_blank"
>
<i class="fab fa-dev" aria-hidden="true"></i>
</a>
<a
class="social-icon"
href="https://www.instagram.com/garv_nanwani/"
target="_blank"
>
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
</div>
</article>
<article class="photo-box right-border">
<img
class="home-photo"
src="https://garvnanwani.netlify.app//images/mypic.jpg"
alt=""
/>
</article>
</div> -->
<div class="container white-bg">
<article class="photo-box white-bg left-border">
<img
class="home-photo"
src="ava.jpeg"
loading="lazy"
alt="garv nanwani"
/>
</article>
<article class="box">
<div class="underline"></div>
<h1 class>I'm Cao Dua Tran</h1>
<h4>Full stack Web Developer</h4>
<h2>About</h2>
<div class="underline"></div>
<p>
Hey, My name is Cao Dua Tran and I graduated from HCM University of
Technology and Education in 2015 majoring Electronics and
Telecommunications.
</p>
<p>My field of Interests are programming and web.</p>
<p>
I have been coding for around 0.6 years now. I love to design
websites and build fontend applications using HTML, Reactjs, React
Redux, React Router Dom, React Hook Form, MUI,.
</p>
<h2>Connect with me</h2>
<div class="underline"></div>
<div class="social-group">
<a
class="social-icon"
href="https://github.com/trancaodua"
target="_blank"
>
<i class="fab fa-skype"></i>
trancaodua
</a>
<a class="social-icon" href="#" target="_blank">
<i class="fab fa-github" aria-hidden="true"></i>
https://github.com/trancaodua
</a>
<a class="social-icon" href="#" target="_blank">
<i class="fa fa-google" aria-hidden="true"></i>
</a>
<a
class="social-icon"
href="https://www.instagram.com/garv_nanwani/"
target="_blank"
>
<i class="fa fa-mobile" aria-hidden="true"></i>
0392201498
</a>
</div>
</article>
</div>
<div class="container black-bg">
<div class="project-header">
<h2>Projects</h2>
<div class="underline m-auto mt-10"></div>
</div>
<div class="card-box">
<img
class="card-box-img"
src="react-film.jpeg"
loading="lazy"
alt="blog project"
/>
<h2 class="card-box-head">Blogging Film</h2>
<div class="card-box-title">
Tech Used :Html, Css, ReactJs, React Router Dom, MUI, React Hook
Form
</div>
<div class="card-box-description">
<a
style="display: block"
href="https://react-film-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>https://react-film-trancaodua.netlify.app/</a
>
Website where I see all movie host my blogs. Made favorite movies.
</div>
<div class="card-box-action">
<a
href="https://react-film-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="far fa-window-restore"></i>
<span> Live Site </span>
</span>
</button>
</a>
<a
href="https://github.com/trancaodua/react-film"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="fab fa-github"></i>
<span> Repo Link </span>
</span>
</button>
</a>
</div>
</div>
<div class="card-box">
<img
class="card-box-img"
src="coder-store.jpeg"
loading="lazy"
alt="blog project"
/>
<h2 class="card-box-head">Store</h2>
<div class="card-box-title">
Tech Used :Html, Css, ReactJs, React Router Dom, MUI, React Hook
Form
</div>
<div class="card-box-description">
<a
style="display: block"
href="https://coder-store-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>https://coder-store-trancaodua.netlify.app/</a
>
Website where I see all produce host my blogs. Filter produce.
</div>
<div class="card-box-action">
<a
href="https://coder-store-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="far fa-window-restore"></i>
<span> Live Site </span>
</span>
</button>
</a>
<a
href="https://github.com/trancaodua/coder-store"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="fab fa-github"></i>
<span> Repo Link </span>
</span>
</button>
</a>
</div>
</div>
<div class="card-box">
<img
class="card-box-img"
src="character-game.jpeg"
loading="lazy"
alt="blog project"
/>
<h2 class="card-box-head">Mini game</h2>
<div class="card-box-title">
Tech Used :Html, Css, ReactJs, React Router Dom, MUI, React Hook
Form
</div>
<div class="card-box-description">
<a
style="display: block"
href="https://character-customiation-game-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>https://character-customiation-game-trancaodua.netlify.app/</a
>
Website where play mini game. You can change layout characters.
</div>
<div class="card-box-action">
<a
href="https://character-customiation-game-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="far fa-window-restore"></i>
<span> Live Site </span>
</span>
</button>
</a>
<a
href="https://github.com/trancaodua/character-customiation-game"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="fab fa-github"></i>
<span> Repo Link </span>
</span>
</button>
</a>
</div>
</div>
<div class="card-box">
<img
class="card-box-img"
src="timer.jpeg"
loading="lazy"
alt="blog project"
/>
<h2 class="card-box-head">Timer</h2>
<div class="card-box-title">Tech Used :Html, Css, Javascript</div>
<div class="card-box-description">
<a
style="display: block"
href="https://react-timer-starter-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>https://react-timer-starter-trancaodua.netlify.app/</a
>
Website where watch time. You can watch and split timer.
</div>
<div class="card-box-action">
<a
href="https://react-timer-starter-trancaodua.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="far fa-window-restore"></i>
<span> Live Site </span>
</span>
</button>
</a>
<a
href="https://github.com/trancaodua/cs-react-timer-starter-code"
target="_blank"
rel="noopener noreferrer"
>
<button>
<span>
<i class="fab fa-github"></i>
<span> Repo Link </span>
</span>
</button>
</a>
</div>
</div>
</div>
<div class="container white-bg">
<div class="skills-box-header">
<h2>Skills</h2>
<div class="underline m-auto mt-10"></div>
</div>
<article class="skills-box">
<h3 class="skills-box-header">Technologies</h3>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="javascript.svg" alt="" />
<p class="skill-name">Javascript</p>
</div>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="html.png" alt="" />
<p class="skill-name">HTML</p>
</div>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="css.svg" alt="" />
<p class="skill-name">CSS</p>
</div>
</article>
<article class="skills-box">
<h3 class="skills-box-header">Technologies</h3>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="react.svg" alt="" />
<p class="skill-name">ReactJs</p>
</div>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="router.png" alt="" />
<p class="skill-name">React Router</p>
</div>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="redux.png" alt="" />
<p class="skill-name">Redux</p>
</div>
</article>
<article class="skills-box">
<h3 class="skills-box-header">Technologies</h3>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="mui.png" alt="" />
<p class="skill-name">Mui</p>
</div>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="f.jpeg" alt="" />
<p class="skill-name">Hook Form</p>
</div>
<div class="skill-box-photo-group">
<img class="skill-box-photo" src="git.svg" alt="" />
<p class="skill-name">Git</p>
</div>
</article>
</div>
<div class="container black-bg">
<div class="project-header">
<h2>Timeline</h2>
<div class="underline m-auto mt-10"></div>
</div>
<div class="timeline-box">
<article class="timeline-item">
<h4 class="white-color">May - 2022</h4>
<p>I quit one's job at Hytek company</p>
<span class="number"> 6 </span>
</article>
<article class="timeline-item">
<h4 class="white-color">April - 2022</h4>
<p>I start study at Coder School</p>
<span class="number"> 5 </span>
</article>
<article class="timeline-item">
<h4 class="white-color">2020</h4>
<p>I work at Hytek company</p>
<span class="number"> 4 </span>
</article>
<article class="timeline-item">
<h4 class="white-color">2016</h4>
<p>Go to home town</p>
<span class="number"> 3 </span>
</article>
<article class="timeline-item">
<h4 class="white-color">2015</h4>
<p>
I graduated from HCM University of Technology and Education in
2015
</p>
<span class="number"> 2 </span>
</article>
<article class="timeline-item">
<h4 class="white-color">2010</h4>
<p>
Started with learning at HCM University of Technology and
Education majoring Electronics and Telecommunications.
</p>
<span class="number"> 1 </span>
</article>
</div>
</div>
<!-- <div class="container white-bg">
<div class="header-blog-box">
<h2>Blog</h2>
<div class="underline m-auto mt-10"></div>
</div>
<a
href="https://dev.to/dailydotdev/introduction-to-testing-in-react-4958"
><div class="blog-box">
<img
class="blog-box-photo"
src="https://res.cloudinary.com/practicaldev/image/fetch/s--DOPTqFp1--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/upys89egbbj0fa806g8k.jpg"
loading="lazy"
alt="Blog cover"
/>
<div class="blog-box-body">
<span class="tag-teal">Technology</span>
<h4>Introduction To Testing In React</h4>
<p>
Consider a situation, You build out an entire application, and
now you want to release it on the web so that other people can
use it. But you are scared that your application may fail in
some conditions,
</p>
<div class="user">
<img
src="https://garvnanwani.netlify.app/images/mypic.jpg"
loading="lazy"
alt="garv nanwani"
/>
<div class="user-info">
<h5>Garv Nanwani</h5>
<small>Oct 7</small>
</div>
</div>
</div>
</div>
</a>
<a
href="https://dev.to/dailydotdev/making-an-awesome-developer-portfolio-ek0"
target="_blank"
rel="noopener noreferrer"
>
<div class="blog-box">
<img
class="blog-box-photo"
src="https://res.cloudinary.com/practicaldev/image/fetch/s--b1z_F-bw--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/rnvyuuvo7dcityo08bi9.jpg"
loading="lazy"
alt="Blog cover"
/>
<div class="blog-box-body">
<span class="tag-teal">Technology</span>
<h4>Making An Awesome Developer Portfolio</h4>
<p>
The two main things that can help you get that job are the
necessary skills, projects, and a place to showcase them. That's
where you need a killer portfolio.
</p>
<div class="user">
<img
src="https://garvnanwani.netlify.app/images/mypic.jpg"
loading="lazy"
alt="garv nanwani"
/>
<div class="user-info">
<h5>Garv Nanwani</h5>
<small>Oct 7</small>
</div>
</div>
</div>
</div>
</a>
<a
href="https://dev.to/dailydotdev/8-tips-for-optimizing-your-website-s-speed-46da"
target="_blank"
rel="noopener noreferrer"
target="_blank"
rel="noopener noreferrer"
>
<div class="blog-box">
<img
class="blog-box-photo"
src="https://res.cloudinary.com/practicaldev/image/fetch/s--5eT38Sdt--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/j7rybxfyas3grpenn4hx.jpg"
loading="lazy"
alt="Blog cover"
/>
<div class="blog-box-body">
<span class="tag-teal">Technology</span>
<h4>8 Tips for Optimizing Your Website’s Speed</h4>
<p>
Have you ever considered the performance of your website, how
fast your content loads, and what is the response time of your
page?
</p>
<div class="user">
<img
src="https://garvnanwani.netlify.app/images/mypic.jpg"
loading="lazy"
alt="garv nanwani"
/>
<div class="user-info">
<h5>Garv Nanwani</h5>
<small>Oct 7</small>
</div>
</div>
</div>
</div>
</a>
<a
href="https://dev.to/dailydotdev/semantic-html-and-why-does-it-matter-4kjh"
target="_blank"
rel="noopener noreferrer"
>
<div class="blog-box">
<img
class="blog-box-photo"
src="https://res.cloudinary.com/practicaldev/image/fetch/s--bx9DCmRJ--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/y8zc4pnsyua3jq42e2xt.jpg"
loading="lazy"
alt="Blog cover"
/>
<div class="blog-box-body">
<span class="tag-teal">Technology</span>
<h4>Semantic HTML And Why Does it Matter </h4>
<p>
Do you use a div tag for enclosing every significant section of your webpage and are tired of
maintaining the whole codebase afterward
</p>
<div class="user">
<img
src="https://garvnanwani.netlify.app/images/mypic.jpg"
loading="lazy"
alt="garv nanwani"
/>
<div class="user-info">
<h5>Garv Nanwani</h5>
<small>Oct 7</small>
</div>
</div>
</div>
</div>
</a>
<a
href="https://dev.to/dailydotdev/what-is-a-pwa-and-why-you-should-know-about-it-31kf"
rel="noopener noreferrer"
target="_blank"
>
<div class="blog-box">
<img
class="blog-box-photo"
src="https://res.cloudinary.com/practicaldev/image/fetch/s--vNq83PZg--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/k4ijh6bii59r3dye36lv.jpg"
loading="lazy"
alt="Blog cover"
/>
<div class="blog-box-body">
<span class="tag-teal">Technology</span>
<h4>What is a PWA and why you should know about it</h4>
<p>Have you ever wondered how you can convert your webpage to an app that can run on a mobile phone no
matter
its Android or
iOS?
</p>
<div class="user">
<img
src="https://garvnanwani.netlify.app/images/mypic.jpg"
loading="lazy"
alt="garv nanwani"
/>
<div class="user-info">
<h5>Garv Nanwani</h5>
<small>Oct 7</small>
</div>
</div>
</div>
</div>
</a>
<a
href="https://dev.to/dailydotdev/getting-started-with-responsive-web-design-1h39" target="_blank" rel="noopener noreferrer""
target="_blank"
rel="noopener noreferrer"
target="_blank"
rel="noopener noreferrer"
><div class="blog-box">
<img
class="blog-box-photo"
src="https://res.cloudinary.com/practicaldev/image/fetch/s--XWHlMH3_--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/6dknixp8786pkgeq7tyy.jpg"
loading="lazy"
alt="Blog cover"
/>
<div class="blog-box-body">
<span class="tag-teal">Technology</span>
<h4>Getting Started With Responsive Web Design</h4>
<p>
Whenever you create any website, you often see the desktop version of it, but what if someone sees it on
a smaller screen size like a mobile phone or a tablet
</p>
<div class="user">
<img
src="https://garvnanwani.netlify.app/images/mypic.jpg"
loading="lazy"
alt="garv nanwani"
/>
<div class="user-info">
<h5>Garv Nanwani</h5>
<small>Oct 7</small>
</div>
</div>
</div>
</div>
</a>
</div> -->
<!-- <div class="contact-container black-bg">
<form class="contact-box" action="">
<h6>Contact Me</h6>
<input class="contact-input" type="text" placeholder="Your name" id="contact-name">
<input class="contact-input" type="email" placeholder="Your email" id="contact-email">
<textarea class="contact-input" placeholder="Message" id="contact-message"></textarea>
<button class="contact-button">Send Message</button>
</form>
</div> -->
</main>
<footer class="footer">
<ul class="social-icons">
<li>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="social-icon"
>
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="social-icon"
>
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="social-icon"
>
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="social-icon"
>
<i class="fab fa-dev"></i>
</a>
</li>
<li>
<a
href="#"
target="_blank"
rel="noopener noreferrer"
class="social-icon"
>
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
<p>
© <span id="date">2022</span> TranCaoDua. All rights reserved
<span>🇮 🇳</span>
</p>
</footer>
<script
src="https://kit.fontawesome.com/e05859d94d.js"
crossorigin="anonymous"
></script>
</body>
</html>