-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
733 lines (680 loc) · 24.9 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
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Deebo">
<meta name="author" content="Frenify">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Truong Tom</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<!-- /Google Fonts -->
<!-- Styles -->
<link type="text/css" rel="stylesheet" href="css/base.css?ver=4" />
<link type="text/css" rel="stylesheet" href="css/magnific.css?ver=4" />
<link type="text/css" rel="stylesheet" href="css/animated-headlines.css?ver=4" />
<link type="text/css" rel="stylesheet" href="css/style.css?ver=4" />
<!--[if lt IE 9]> <script type="text/javascript" src="js/modernizr.custom.js"></script> <![endif]-->
<!-- /Styles -->
</head>
<body class="light">
<div class="deebo_fn_main">
<!-- Modal CV Card -->
<div class="deebo_fn_cv">
<!-- CV Inner -->
<div class="deebo_fn__cv">
<!-- CV Background -->
<div class="cv__bg"></div>
<div class="cv__bg2"></div>
<!-- /CV Background -->
<!-- CV Left Side -->
<div class="cv__header">
<div class="in">
<div class="avatar">
<img src="img/header/2.jpg" alt="">
</div>
<h3><span>Truong</span> Tom</h3>
<p class="quote">I'm a passionate front-end web developer who excels at creating perfect web
interfaces. I’m available for a freelance job. <a href="mailto:[email protected]"
class="anchor">Hire me</a></p>
<ul class="contact_info">
<li>
<span class="icon"><img src="svg/location.svg" alt="" class="fn__svg"></span>
<p>04 Dong Tac, Dong Da, Ha Noi, Vietnam</p>
</li>
<li>
<span class="icon"><img src="svg/call.svg" alt="" class="fn__svg"></span>
<p>(+84) 917-093027</p>
</li>
<li>
<span class="icon"><img src="svg/message.svg" alt="" class="fn__svg"></span>
<p>[email protected]</p>
</li>
</ul>
<ul class="social">
<!-- <li>
<a href="#" target="_blank" title="twitter.com">
<img class="fn__svg" src="svg/twitter.svg" alt="twitter.com" />
</a>
</li> -->
<li>
<a href="https://www.fb.com/dnt0301" target="_blank" title="facebook.com">
<img class="fn__svg" src="svg/facebook-logo.svg" alt="facebook.com" />
</a>
</li>
<!-- <li>
<a href="https://www.instagram.com/truong.dn/" target="_blank" title="instagram.com">
<img class="fn__svg" src="svg/instagram.svg" alt="instagram.com" />
</a>
</li> -->
<li>
<a href="https://www.linkedin.com/in/truong-tom-b12b86152/" target="_blank" title="linkedin.com">
<img class="fn__svg" src="svg/linkedin.svg" alt="linkedin.com" />
</a>
</li>
<!-- <li>
<a href="#" target="_blank" title="youtube.com">
<img class="fn__svg" src="svg/youtube.svg" alt="youtube.com" />
</a>
</li> -->
</ul>
</div>
</div>
<!-- /CV Left Side -->
<!-- /CV Content Side -->
<div class="cv__content">
<section id="hero-header" class="section_header">
<div class="content">
<div class="left_hero_header">
<div class="circle">
<div class="bg_img" data-bg-img="img/header/3.jpg"></div>
<img src="img/thumb/square.jpg" alt="" />
<div class="circle_holder_blue"><span></span></div>
<div class="circle_holder_orange"><span></span></div>
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<div class="right_hero_header">
<div class="my_self">
<h4>Hello! I'm a</h4>
<h2>
<!-- It is animation title. You can change animation variation by changing extra class to one of next classes: zoom, rotate-1, letters type, letters rotate-2, loading-bar, slide, clip, letters rotate-3, letters scale, push. cd-headline class can not be removed. -->
<span class="cd-headline clip">
<span class="cd-words-wrapper">
<!-- <b class="is-visible">Designer</b> -->
<b class="is-visible">Developer</b>
<b>Freelancer</b>
</span>
</span>
</h2>
</div>
</div>
</div>
</section>
<!-- CV: Biography Section -->
<section id="cv_biography">
<div class="section_title">
<h3>Biography</h3>
</div>
<p>I'm a Freelancer Front-end Developer with over 7 years of
experience. I'm from Vietnam. I code and create web elements for
amazing people around the world. I like to work with various types
of personality. New people bring new experiences.</p>
<div class="fn_cs_info_items">
<ul>
<li>
<p>Name: <span>Dang Nhat Truong</span></p>
</li>
<li>
<p>Birthday: <span class="birthDay">January 03, 1993</span></p>
</li>
<li>
<p>Languages: <span>Vietnamese, English</span></p>
</li>
<li>
<p>Age: <span class="yearOld"></span></p>
</li>
<li>
<p>Nationality: <span>Vietnamese</span></p>
</li>
<li>
<p>Adress: <span>Ha Noi, Vietnam</span></p>
</li>
<!-- <li>
<p>Telegram: <span>Available</span></p>
</li> -->
<li>
<p>Phone: <span><a href="tel:+84917093027">(+84) 0917093027</a></span></p>
</li>
<li>
<p>Email: <span><a href="mailto:[email protected]">[email protected]</a></span></p>
</li>
</ul>
</div>
</section>
<!-- /CV: Biography Section -->
<!-- CV: Education Section -->
<section id="cv_education">
<div class="section_title">
<h3>Education</h3>
</div>
<div class="fn_cs_boxed_list">
<ul>
<li>
<div class="item">
<div class="item_top">
<h5>Vietnam National University - University of Engineering and Technology (VNU - UET)</h5>
<span>( 2011 - 2015 )</span>
</div>
<h3>Computer Science</h3>
<p>I was trained in the top 3 National Information Technology School in Vietnam. The training
process was extremely harsh and the number of
graduates is only 50 percent. During the time at university, I
overcame all challenges. Therefore, I am confident to have comprehensive
knowledge to solve the most difficult problems. Even when faced with special requests, I am
confident that I can fulfill them excellently. </p>
</div>
</li>
</ul>
</div>
</section>
<!-- /CV: Education Section -->
<!-- CV: Experience Section -->
<section id="cv_experience">
<div class="section_title">
<h3>Experience</h3>
</div>
<div class="fn_cs_boxed_list">
<ul>
<li>
<div class="item">
<div class="item_top">
<h5>VIETNAM PROSPERITY JOINT STOCK COMMERCIAL BANK - Top 1 state-owned bank in VietNam</h5>
<span>( 2020 — Today )</span>
</div>
<h3>Web Developer</h3>
<p>Farewell to FPT Software, I am currently developing internal product development projects for
VPBank (VIETNAM PROSPERITY JOINT-STOCK COMMERCIAL BANK). These projects require high security,
accuracy and rationality in the development process so that they can be easily scaled-up and
maintained later on.</p>
</div>
</li>
<li>
<div class="item">
<div class="item_top">
<h5>FTP Software - Top 1 outsourcing company in Vietnam - 22.000 EMPLOYEES</h5>
<span>( 2018 — 2020 )</span>
</div>
<h3>Front-end Developer</h3>
<p>At FPT, I had the opportunity to work on megaprojects from customers such as Airbus, PharmaCity
(the biggest state-of-the-art pharmacy chain in Vietnam), VinMec (invested by Vingroup Corporation
– Vietnam's leading private economic consortium). It helped me gain valuable experience in project
management, which I previously had been lacking.</p>
</div>
</li>
<li>
<div class="item">
<div class="item_top">
<h5>RIKKEISOFT CORPORATION - Top 5 outsourcing company in Vietnam - 2000+ EMPLOYEES</h5>
<span>( 2015 — 2018 )</span>
</div>
<h3>Front-end Developer</h3>
<p>The projects that I worked on at RikkeiSoft mainly came from Japanese clients. The
meticulousness,
precision and high demand from Japanese customers have helped me improve my discipline and
commitment to product quality from the first days at work.
</p>
<p>
During the 4 years working at RikkeiSoft, I have experienced dozens of large and small projects,
worked with many technologies, and met different requirements. Sparkly, I was honor to be selected
as the team lead for 5 projects with the absolute satisfaction score from customers, 100/100
points.
</p>
</div>
</li>
</ul>
</div>
</section>
<!-- /CV: Experience Section -->
<!-- CV: Skills Section -->
<section id="cv_skills">
<div class="section_title">
<h3>Professionality</h3>
</div>
<div class="fn_cs_progress_bar">
<div class="progress_item" data-value="99">
<div class="item_in">
<h3 class="progress_title">ReactJS</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="fn_cs_progress_bar">
<div class="progress_item" data-value="80">
<div class="item_in">
<h3 class="progress_title">NextJS</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="progress_item" data-value="90">
<div class="item_in">
<h3 class="progress_title">.NET</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="progress_item" data-value="95">
<div class="item_in">
<h3 class="progress_title">Java - Spring Boot</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="progress_item" data-value="99">
<div class="item_in">
<h3 class="progress_title">HTML5 & CSS3</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="progress_item" data-value="99">
<div class="item_in">
<h3 class="progress_title">Javascript</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="progress_item" data-value="90">
<div class="item_in">
<h3 class="progress_title">Typescript</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
<div class="progress_item" data-value="70">
<div class="item_in">
<h3 class="progress_title">NodeJS</h3>
<span class="progress_percent"></span>
<div class="progress_bg"></div>
</div>
</div>
</div>
</section>
<!-- /CV: Skills Section -->
<!-- CV: Services Section -->
<section id="cv_services">
<div class="section_title">
<h3>Services</h3>
</div>
<p>I help ambitious businesses like yours generate more profits by building awareness, driving web traffic,
connecting with customers and growing overall sales.</p>
<div class="fn_cs_service_list">
<ul>
<li>
<div class="item">
<div class="item_left">
<h3>Websites front-end (Responsive Desktop - Mobile)</h3>
<p>I will build a website based on customer’s wishes (or ideas I suggest). These websites will not
only have modern user-friendly interface, SEO, and mobile-first but also bring more revenue to
customers.</p>
</div>
<div class="item_right">
<p>Starts from</p>
<h3>$20$/hours</h3>
</div>
</div>
</li>
<li>
<div class="item">
<div class="item_left">
<h3>Web-Admin (ReactJS)</h3>
<p>Are you having special requirements or interesting features that need to be implemented?
I will make them for you!
With extensive experience, high responsibility for work, along with the ability to manage time
effectively, I will help you get the best results with minimal cost!
</p>
</div>
<div class="item_right">
<p>Starts from</p>
<h3>$20$/hours</h3>
</div>
</div>
</li>
<li>
<div class="item">
<div class="item_left">
<h3>Java & .NET-Backend System</h3>
<p>With my valuable experience from the current project for VPBank, I am very confident to build a
mid to very large back-end system. Meet requirements of security, maintenance and future
upgrade.</p>
</div>
<div class="item_right">
<p>Starts from</p>
<h3>$20$/hours</h3>
</div>
</div>
</li>
<li>
<div class="item">
<div class="item_left">
<h3>Consulting and developing digital-marketing strategies for business</h3>
<p>You have not had a specific development direction for your digital-marketing channel? Don’t
worry! I can guide you on every step at a very low cost.</p>
</div>
<div class="item_right">
<p>Starts from</p>
<h3>$15$/hours</h3>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- /CV: Services Section -->
<!-- CV: Portfolio Section-->
<section id="cv_portfolio">
<div class="section_title">
<h3>Project</h3>
</div>
<div class="fn_cs_portfolio">
<div class="portfolio_filter">
<ul>
<li><a href="#" class="current" data-filter="*">All</a></li>
<li><a href="#" data-filter=".youtube">Bamboo</a></li>
<li><a href="#" data-filter=".vimeo">Vinmec</a></li>
<li><a href="#" data-filter=".soundcloud">TGAL</a></li>
<li><a href="#" data-filter=".popup">VPBank</a></li>
<li><a href="#" data-filter=".pharmacity">Pharmacity</a></li>
</ul>
</div>
<div class="portfolio_list">
<ul class="gallery_zoom grid">
<li class="youtube grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://talent.bambooairways.com/home">
<img src="img/thumb/42-56.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/1.jpg"></div>
<div class="mobile_title">
<h3>Talent Page</h3>
<span>Bamboo Airway</span>
</div>
</a>
</div>
</div>
</li>
<li class="vimeo grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://vaythechap.vpbank.com.vn/vay-mua-nha-dat">
<img src="img/thumb/42-34.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/2.jpg"></div>
<div class="mobile_title">
<h3>Oncology - Radiotherapy</h3>
<span>Vinmec</span>
</div>
</a>
</div>
</div>
</li>
<li class="soundcloud grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://tgal.jp/brand/">
<img src="img/thumb/42-56.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/3.jpg"></div>
<div class="mobile_title">
<h3>TGAL HomePage</h3>
<span>TGAL Japan</span>
</div>
</a>
</div>
</div>
</li>
<li class="popup grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://vaythechap.vpbank.com.vn/vay-mua-nha-dat">
<img src="img/thumb/42-34.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/4.jpg"></div>
<div class="mobile_title">
<h3>Mortgage loan</h3>
<span>VPbank</span>
</div>
</a>
</div>
</div>
</li>
<li class="popup grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://vaytinchap.vpbank.com.vn/LOSWebDE/">
<img src="img/thumb/42-34.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/5.jpg"></div>
<div class="mobile_title">
<h3>Unsecured loan</h3>
<span>VPbank</span>
</div>
</a>
</div>
</div>
</li>
<li class="popup grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://neo.vpbank.com.vn/">
<img src="img/thumb/42-34.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/6.jpg"></div>
<div class="mobile_title">
<h3>VPBank NEO</h3>
<span>VPbank</span>
</div>
</a>
</div>
</div>
</li>
<li class="pharmacity grid-item">
<div class="inner">
<div class="entry">
<a target="_blank" href="https://www.pharmacity.vn/">
<img src="img/thumb/42-34.jpg" alt="" />
<div class="main" data-bg-img="img/portfolio/7.jpg"></div>
<div class="mobile_title">
<h3>Pharmacity Homepage</h3>
<span>Pharmacity</span>
</div>
</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- /CV: Portfolio Section-->
<!-- CV: Testimonials -->
<section id="cv_testimonials">
<div class="section_title">
<h3>References</h3>
</div>
<p>A testimonial is effectively a review or recommendation from a
client, letting you know how our products or services benefitted our
clients. We respect each client and help everyone with all our might.</p>
<div class="fn_cs_testimonials">
<ul>
<li>
<div class="item">
<div class="item_left">
<p>One of the best. It works quite well for software development also. The design and ease of
installation and customizing is exceptional. Many plaudits to the developers!</p>
</div>
<div class="item_right">
<div class="t_ava">
<div class="ava_in" data-bg-img="img/testimonials/1.webp"></div>
</div>
<div class="t_name">
<p>Dan Ludwig</p>
</div>
<div class="t_rating" data-stars="5">
<div class="rating_in">
<div class="rating_active"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
<div class="rating_regular"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="item">
<div class="item_left">
<p>Very good design and code quality. The costumer support is excellent. They respond within
minutes and solve problems on the fly. I sincerely recommend!</p>
</div>
<div class="item_right">
<div class="t_ava">
<div class="ava_in" data-bg-img="img/testimonials/2.webp"></div>
</div>
<div class="t_name">
<p>Robert Moum</p>
</div>
<div class="t_rating" data-stars="5">
<div class="rating_in">
<div class="rating_active"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
<div class="rating_regular"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="item">
<div class="item_left">
<p>I Like the whole Theme, the design, customizability, features, etc. The support has been
absolutely fantastic and friendly, helping me to solve any issue I was having.</p>
</div>
<div class="item_right">
<div class="t_ava">
<div class="ava_in" data-bg-img="img/testimonials/3.webp"></div>
</div>
<div class="t_name">
<p>Linus Dahms</p>
</div>
<div class="t_rating" data-stars="5">
<div class="rating_in">
<div class="rating_active"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
<div class="rating_regular"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="item">
<div class="item_left">
<p>The best theme in the world ;) Really love it. Support is amazing, and they always help me with
my problems. To be honest - I have earlier other theme, but this is so good, that why I choose
it</p>
</div>
<div class="item_right">
<div class="t_ava">
<div class="ava_in" data-bg-img="img/testimonials/4.webp"></div>
</div>
<div class="t_name">
<p>Kai Mimietz</p>
</div>
<div class="t_rating" data-stars="5">
<div class="rating_in">
<div class="rating_active"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
<div class="rating_regular"><img src="svg/five-stars.svg" alt="" class="fn__svg"></div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- /CV: Testimonials -->
<!-- CV: Clients Section -->
<section id="clients" class="section_clients">
<div class="section_title">
<h3>Clients</h3>
</div>
<div class="clients_wrapper">
<ul>
<li>
<a href="#">
<img src="img/clients/light/1.png" alt="colorlib" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/2.png" alt="envato" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/3.png" alt="pingdom" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/4.png" alt="magento" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/5.svg" alt="woocommerce" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/6.png" alt="larevel" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/7.png" alt="angular" />
</a>
</li>
<li>
<a href="#">
<img src="img/clients/light/8.png" alt="google" />
</a>
</li>
</ul>
</div>
</section>
<!-- /CV: Clients Section -->
</div>
<!-- /CV Content Side -->
</div>
<!-- CV Inner -->
</div>
<!-- /Modal CV Card -->
</div>
<!-- Scripts -->
<script type="text/javascript" src="js/jquery.js?ver=4"></script>
<script type="text/javascript" src="js/isotope.js"></script>
<script type="text/javascript" src="js/magnific.js"></script>
<script type="text/javascript" src="js/animated-headlines.js?ver=4"></script>
<script type="text/javascript" src="js/waypoints.js?ver=4"></script>
<!--[if lt IE 10]> <script type="text/javascript" src="js/ie8.js"></script> <![endif]-->
<script type="text/javascript" src="js/init.js?ver=4"></script>
<!-- /Scripts -->
</body>
</html>