-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
745 lines (636 loc) · 30.4 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
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8" />
<title>Lưu Văn Huy | Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Bình thường thì rất máu, nhưng cáu lên thì rất hiền." />
<meta property="og:site_name" content="https://imhuy.github.io" />
<meta name="keywords" content="Lưu Văn Huy, Luu van huy, Huy Lưu, Huy Lưu là ai, , 0815501996">
<meta property="og:image" content="https://imhuy.github.io/images/image.jpg" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://imhuy.github.io/" />
<meta property="og:title" content="Lưu Văn Huy | Developer " />
<meta property="og:description" content="Bình thường thì rất máu, nhưng cáu lên thì rất hiền." />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="Lưu Văn Huy | Developer" />
<meta property="twitter:description" content="Bình thường thì rất máu, nhưng cáu lên thì rất hiền." />
<meta property="twitter:image" content="https://imhuy.github.io/images/image.jpg" />
<meta property="twitter:url" content="https://imhuy.github.io/" />
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/transition-animations.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<!-- This styles needs for demo -->
<link rel="stylesheet" href="css/lmpixels-demo-panel.css" type="text/css">
<!-- /This styles needs for demo -->
</script>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/api.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script data-ad-client="ca-pub-9221623517639104" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6280525959060961",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v3.0&appId=172941466900312&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Loading animation -->
<div class="preloader">
<div class="preloader-animation">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<!-- /Loading animation -->
<div id="page" class="page">
<!-- Header -->
<header id="site_header" class="header">
<div class="my-photo">
<!-- <img src="images/my_photo.jpg" alt="image"> -->
<div class="mask"></div>
</div>
<div class="site-title-block">
<h1 class="site-title">Lưu Văn Huy</h1>
<!-- <p>Web Developer</p> -->
<div class="left-nav">
<a class="site-description" href="#about_me" data-animation="59" data-goto="1">Home</a>
<a class="site-description" href="https://mdobi.com" target="blank">Blog</a>
<a class="site-description" href="#portfolio" data-animation="60" data-goto="3">Portfolio</a>
<a class="site-description" href="#contact" data-animation="67" data-goto="2">Contact</a>
<a class="site-description" href="https://imhuy.github.io/static/Luu-Van-Huy.pdf" data-animation="61"
data-goto="2">Download CV </a>
</div>
</div>
<a class="menu-toggle mobile-visible">
<i class="fa fa-bars"></i>
</a>
</header>
<!-- /Header -->
<!-- Main Content -->
<div id="main" class="site-main">
<!-- Page changer wrapper -->
<div class="pt-wrapper">
<!-- Navigation & Social buttons -->
<div class="site-nav mobile-menu-hide">
<!-- Main menu -->
<ul id="nav" class="site-main-menu">
<!-- About Me Subpage link -->
<li>
<a class="pt-trigger" href="#about_me" data-animation="58" data-goto="1">Thông Tin</a>
<!-- href value = data-id without # of .pt-page -->
</li>
<!-- /About Me Subpage link -->
<!-- <li>
<a class="pt-trigger" href="#resume" data-animation="59" data-goto="2">Kỹ Năng</a>
</li> -->
<li>
<a class="pt-trigger" href="#portfolio" data-animation="60" data-goto="3">Photo</a>
</li>
<li>
<a class="pt-trigger" href="#blog" data-animation="61" data-goto="4">Chat Now</a>
</li>
<li>
<a class="pt-trigger" href="#contact" data-animation="58" data-goto="5">Liên Hệ</a>
</li>
</ul>
<!-- /Main menu -->
<!-- Social buttons -->
<ul class="social-links">
<li><a class="tip social-button" href="https://twitter.com/Huyc0i" title="Twitter"><i
class="fa fa-twitter"></i></a></li>
<!-- Full list of social icons: http://fontawesome.io/icons/#brand -->
<li><a class="tip social-button" href="https://www.facebook.com/imm.huy" title="Facebook"><i
class="fa fa-facebook"></i></a></li>
<li><a class="tip social-button" href="https://www.instagram.com/im__huy/" title="instagram"><i
class="fa fa-instagram"></i></a></li>
<!--<li><a class="tip social-button" href="#" title="Youtube"><i class="fa fa-youtube"></i></a></li>-->
</ul>
<!-- /Social buttons -->
</div>
<!-- Navigation & Social buttons -->
<!-- Subpages -->
<div class="subpages">
<!-- About Me Subpage -->
<section class="pt-page pt-page-1" data-id="about_me">
<div class="section-title-block">
<h2 class="section-title">Về Tôi </h2>
<h4 class="section-description"><strong>Huy Lưu/ 20-11-1996</strong></h4>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 mobile-visible subpage-block">
<div class="my-photo-small">
<img src="images/image.jpg" alt="image">
</div>
</div>
<div class="col-sm-6 col-md-6 subpage-block">
<div class="general-info">
<h3>I am Lưu Văn Huy: Developer</h3>
<p>Tôi tên là Lưu Văn Huy, 22 tuổi (giờ đã là 25) đến từ Hà Nội và đang độc thân. Tốt nghiệp trường
đại
học công
nghiệp hà nội (Haui), chuyên ngành kỹ sư phần mềm.
</p>
<p>Tôi có đam mê mạnh mẽ trong công việc lập trình và thiết kế và thực sự muốn áp dụng những
kiến thức và kỹ năng của mình trong suốt quá trình học của mình để làm tốt công việc.</p>
<p>Thế mạnh của tôi là thái độ ham học hỏi và dễ thích nghi với môi trường làm việc và chủ động tiếp
cận công nghệ mới.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 subpage-block">
<div class="block-title">
<h3>Nhận xét từ bạn bè</h3>
</div>
<div class="testimonials owl-carousel">
<!-- Testimonial 1 -->
<div class="testimonial-item">
<!-- Testimonial Content -->
<div class="testimonial-content">
<div class="testimonial-text">
<p><strong>"Bình thường thì rất máu, nhưng máu lên thì rất hiền."</strong></p>
</div>
</div>
<!-- /Testimonial Content -->
<!-- Testimonial Author -->
<div class="testimonial-credits">
<!-- Picture -->
<div class="testimonial-picture">
<img src="images/testimonials/testimonial_photo_1.jpg" alt="">
</div>
<!-- /Picture -->
<!-- Testimonial author information -->
<div class="testimonial-author-info">
<p class="testimonial-author">Duy chó</p>
<p class="testimonial-firm">Tóc Xoăn</p>
</div>
</div>
<!-- /Testimonial author information -->
</div>
<!-- End of Testimonial 1 -->
<!-- Testimonial 2 -->
<div class="testimonial-item">
<!-- Testimonial Content -->
<div class="testimonial-content">
<div class="testimonial-text">
<p><b>"Đỗ đại học chỉ đơn giản là chuyển địa điểm chơi game từ nhà quê lên thành phố mà
thôi.!!"</b></p>
</div>
</div>
<!-- /Testimonial Content -->
<!-- Testimonial Author -->
<div class="testimonial-credits">
<!-- Picture -->
<div class="testimonial-picture">
<img src="images/testimonials/testimonila_photo_2.jpg" alt="">
</div>
<!-- /Picture -->
<!-- Testimonial author information -->
<div class="testimonial-author-info">
<p class="testimonial-author">Đại gia Hà Nam</p>
<p class="testimonial-firm">Béo</p>
</div>
</div>
<!-- /Testimonial author information -->
</div>
<!-- End of Testimonial 2 -->
</div>
</div>
</div>
<!-- Services block -->
<div class="block-title">
<h3>Services</h3>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 subpage-block">
<div class="service-block">
<div class="service-info">
<img src="images/service/web_design.png" alt="Responsive Design">
<h4>React Native</h4>
<p>Nhận OutSource các dự án React Native, fix bugs, cài đặt và cấu hình modules theo yêu cầu...</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 subpage-block">
<div class="service-block">
<div class="service-info">
<img src="images/service/copywrite.png" alt="Copywriter">
<h4>Website</h4>
<p>Xây dựng bảo trì phát triển, Website bằng Nodejs, React, Java, Python, C# </p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 subpage-block">
<div class="service-block">
<div class="service-info">
<img src="images/service/ecommerce.png" alt="E-Commerce">
<h4>Tool, bot, packages</h4>
<p>Nhận viết các loại tool, bot (crawl dữ liệu, autopost....)</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 subpage-block">
<div class="service-block">
<div class="service-info">
<img src="images/service/management.png" alt="Management">
<h4>Content Marketing</h4>
<p>Nhận viết bài viết công nghệ chuẩn seo.</p>
</div>
</div>
</div>
</div>
<!-- End of Services block -->
<!-- Clients block -->
<!-- Fun facts block -->
<div class="block-title">
<h3>Fun Facts</h3>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 subpage-block">
<div class="fun-fact-block gray-bg">
<i class="pe-7s-icon pe-7s-male"></i>
<h4>Thẳng</h4>
<span class="fun-value">100% </span>
</div>
</div>
<div class="col-sm-6 col-md-3 subpage-block">
<div class="fun-fact-block">
<i class="pe-7s-icon pe-7s-female"></i>
<h4>Thích</h4>
<span class="fun-value">Con gái</span>
</div>
</div>
<div class="col-sm-6 col-md-3 subpage-block">
<div class="fun-fact-block gray-bg">
<i class="pe-7s-icon pe-7s-car"></i>
<h4>Đam mê</h4>
<span class="fun-value">Xe </span>
</div>
</div>
<div class="col-sm-6 col-md-3 subpage-block">
<div class="fun-fact-block">
<i class="pe-7s-icon pe-7s-like"></i>
<h4>Yêu</h4>
<span class="fun-value">Gia đình</span>
</div>
</div>
</div>
<!-- End of Fun fucts block -->
</section>
<!-- End of About Me Subpage -->
<!-- Resume Subpage -->
<section class="pt-page pt-page-2" data-id="resume">
<div class="section-title-block">
<h2 class="section-title">Resume</h2>
<h5 class="section-description"><strong>Tôi không hoàn hảo nhưng tôi biết học hỏi</strong></h5>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 subpage-block">
<div class="block-title">
<h3>Học Vấn</h3>
</div>
<div class="timeline">
<!-- Single event -->
<div class="timeline-event te-primary">
<h5 class="event-date">2014 - 2018</h5>
<h4 class="event-name">Đại Học Công Nghiệp Hà Nội (Haui)</h4>
<span class="event-description"><b>Tốt Nghiệp Kỹ Sư Phần Mềm</b></span>
<p>Được đào tạo bài bản và nắm vũng kiến thức chuyên nghành kỹ thuật phần mềm: CTDL, Kiến Trúc MT...
</p>
<p>Được dạy các ngôn ngữ lập trình nền tảng phổ biến hiện nay như: C, C++, Java, JS...</p>
</div>
<!-- Single event -->
<div class="timeline-event te-primary">
<h5 class="event-date">2018</h5>
<h4 class="event-name">Khóa Học Trọn Bộ Kiến Thức NodeJs</h4>
<span class="event-description">Thầy Nhữ Bảo Vũ Edumall</span>
<p>Tạo ra các ứng dụng có tốc độ xử lý nhanh</p>
<p>Áp dụng kiến thức NodeJs cho những sản phẩm startup, yêu cầu thay đổi, mở rộng nhanh, có lượng
truy cập lớn</p>
</div>
<!-- Single event -->
<div class="timeline-event te-primary">
<h5 class="event-date">2018</h5>
<h4 class="event-name">GitHub Cho Lập Trình Và Thiết Kế Website</h4>
<span class="event-description">Thầy Nguyễn Đức Việt Edumall</span>
<p>Học cách sử dụng GIT&GITHUB lưu trữ file làm việc, dự án phát triển Website, phát triển phần mềm
với khách hàng hoặc team developer.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 subpage-block">
<div class="block-title">
<h3>Kinh Nghiệm</h3>
</div>
<div class="timeline">
<!-- Single event -->
<div class="timeline-event te-primary">
<h5 class="event-date">2018</h5>
<h4 class="event-name">Đồ án tốt nghiệp sử dụng Nodejs</h4>
<span class="event-description">Website thương mại điện tử</span>
<p>Xây dựng hoàn chỉnh Website bán hàng sử dụng Nodejs, Csdl MongoDb.</p>
<p>1 số modul được sửu dụng để xây dựng và hoàn thành Website: Express, Passportjs, Mongoose, Body
Parser, Ejs, Bcryptjs ...</p>
</div>
<!-- Single event -->
<div class="timeline-event te-primary">
<h5 class="event-date">2016</h5>
<h4 class="event-name">Phát triển Website Wordpress</h4>
<span class="event-description">Blog Wordpress</span>
<p>Xây dựng và phát triển blog Wordpress .</p>
<p>Sử dụng kiến thức cơ bản về: Php, Seo, Content, Server... </p>
</div>
<!-- Single event -->
</div>
</div>
<div class="col-sm-6 col-md-4 subpage-block">
<div class="block-title">
<h3>Coding Skills</h3>
</div>
<div class="skills-info">
<h4>NodeJs</h4>
<div class="skill-container">
<div class="skill-percentage skill-1"></div>
</div>
<h4>ReactJs</h4>
<div class="skill-container">
<div class="skill-percentage skill-2"></div>
</div>
<h4>React Native</h4>
<div class="skill-container">
<div class="skill-percentage skill-5"></div>
</div>
<h4>Javascript</h4>
<div class="skill-container">
<div class="skill-percentage skill-4"></div>
</div>
<h4>HML5</h4>
<div class="skill-container">
<div class="skill-percentage skill-6"></div>
</div>
<h4>CSS3</h4>
<div class="skill-container">
<div class="skill-percentage skill-7"></div>
</div>
<h4>Wordpress</h4>
<div class="skill-container">
<div class="skill-percentage skill-9"></div>
</div>
<h4>Git|GitHub</h4>
<div class="skill-container">
<div class="skill-percentage skill-10"></div>
</div>
</div>
</div>
</div>
</section>
<!-- End Resume Subpage -->
<!-- Portfolio Subpage -->
<section class="pt-page pt-page-3" data-id="portfolio">
<div class="section-title-block">
<h2 class="section-title">Portfolio</h2>
<h5 class="section-description"><b>Sở thích chụp ảnh, uống trà, nghe nhạc và hát tình ca</b></h5>
</div>
<!-- Portfolio Content -->
<div class="portfolio-content">
<!-- Portfolio filter -->
<ul id="portfolio_filters" class="portfolio-filters">
<li class="active">
<a class="filter btn btn-sm btn-link active" data-group="all">All</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="media">Media</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="illustration">PhoTo</a>
</li>
<li>
<a class="filter btn btn-sm btn-link" data-group="video">Video</a>
</li>
</ul>
<div id="portfolio_grid" class="portfolio-grid portfolio-masonry masonry-grid-3">
<figure class="item" data-groups='["all", "video","media"]'>
<a href="https://www.youtube.com/watch?v=ylCuEIN4EY0" title="Video Adobe after effct">
<img src="images/portfolio/2.jpg" height="420px">
<div>
<h5 class="name">Video Adobe After Effcts</h5>
<small>Video</small>
<i class="fa fa-video-camera"></i>
</div>
</a>
</figure>
<!-- /Portfolio Item 2 -->
<!-- Portfolio Item 3 -->
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/moc-chau.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/moc-chau.jpg" alt="">
<div>
<h5 class="name">Mộc Châu</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/3.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/3.jpg" alt="">
<div>
<h5 class="name">Sapa</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/ha-long.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/ha-long.jpg" alt="">
<div>
<h5 class="name">Hạ Long</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/phu-quoc.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/phu-quoc.jpg" alt="">
<div>
<h5 class="name">Phú Quốc</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/phong-cuong.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/phong-cuong.jpg" alt="">
<div>
<h5 class="name">Ngày tháng sinh viên</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/ta-xua.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/ta-xua.jpg" alt="">
<div>
<h5 class="name">Sơn La</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
<figure class="item" data-groups='["all","illustration"]'>
<a href="images/portfolio/ha-giang.jpg" class="lightbox" title="#Sapa">
<img src="images/portfolio/ha-giang.jpg" alt="">
<div>
<h5 class="name">Hà Giang</h5>
<small>Photo</small>
<i class="fa fa-image"></i>
</div>
</a>
</figure>
</div>
</div>
<!-- /Portfolio Content -->
</section>
<!-- /Portfolio Subpage -->
<!-- Blog Subpage -->
<section class="pt-page pt-page-4" data-id="blog">
<div class="section-title-block">
<h2 class="section-title">Blog</h2>
<h5 class="section-description"><b>Hãy sống với tất cả những gì mình có.</b></h5>
</div>
<div class="blog-masonry">
<!-- Blog Post 1 -->
<div class="fb-comments" data-href="https://huyme.github.io/#blog" data-width="600" data-numposts="10">
</div>
<!-- End of Blog Post 8 -->
</div>
</section>
<!-- End Blog Subpage -->
<!-- Contact Subpage -->
<section class="pt-page pt-page-5" data-id="contact">
<div class="section-title-block">
<h2 class="section-title">Contact</h2>
<h5 class="section-description"><strong>Giàu đổi bạn - Sang đổi vợ - Vỡ nợ đổi sim</strong></h5>
</div>
<div class="row">
<div class="col-sm-6 col-md-6 subpage-block">
<div class="block-title">
<h3>Liên hệ với tôi</h3>
</div>
<p>Nếu tôi có thể giúp đỡ gì bạn. Xin đừng ngần ngại liên hệ với tôi</p>
<!-- <div class="contact-info-block">
<div class="ci-icon">
<i class="pe-7s-icon pe-7s-map-marker"></i>
</div>
<div class="ci-text">
<h5>Yên Nhân - Tiền Phong - Mê Linh - Hà Nội</h5>
</div>
</div> -->
<div class="contact-info-block">
<div class="ci-icon">
<i class="pe-7s-icon pe-7s-mail"></i>
</div>
<div class="ci-text">
<h5><a href="mailto:[email protected]" target="blank">[email protected]</a></h5>
</div>
</div>
<div class="contact-info-block">
<div class="ci-icon">
<i class="pe-7s-icon pe-7s-call"></i>
</div>
<div class="ci-text">
<h5>0815501996</h5>
</div>
</div>
<div class="contact-info-block">
<div class="ci-icon">
<i class="pe-7s-icon pe-7s-user"></i>
</div>
<div class="ci-text">
<h5><a href="https://www.facebook.com/imm.huy" target="blank"> Facebok Cá Nhân</a></h5>
</div>
</div>
<div class="contact-info-block">
<div class="ci-icon">
<i class="pe-7s-icon pe-7s-album"></i>
</div>
<div class="ci-text">
<h5><a href="https://zalo.me/0815501996" target="blank"> Zalo</a></h5>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 subpage-block">
<div class="block-title">
<h3>Contact Form</h3>
</div>
<div class="controls">
<div class="form-group">
<input id="form_name" type="text" name="name" class="form-control" placeholder="Full Name"
required="required" data-error="Name is required.">
<div class="form-control-border"></div>
<i class="form-control-icon fa fa-user"></i>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<input id="form_email" type="email" name="email" class="form-control" placeholder="Email Address"
required="required" data-error="Valid email is required.">
<div class="form-control-border"></div>
<i class="form-control-icon fa fa-envelope"></i>
<div class="help-block with-errors"></div>
</div>
<div class="form-group">
<textarea id="form_message" name="message" class="form-control" placeholder="Message for me"
rows="4" required="required" data-error="Please, leave me a message."></textarea>
<div class="form-control-border"></div>
<i class="form-control-icon fa fa-comment"></i>
<div class="help-block with-errors"></div>
</div>
<h5><a class="button btn-send" href="mailto:[email protected]" target="blank">Send message</a></h5>
<!-- <input type="submit" class="button btn-send" value="Send message"> -->
</div>
</form>
</div>
</div>
</section>
<!-- End Contact Subpage -->
</div>
</div>
<!-- /Page changer wrapper -->
</div>
<!-- /Main Content -->
</div>
<script src="js/bootstrap.min.js"></script>
<script src="js/page-transition.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/validator.js"></script>
<script src="js/jquery.shuffle.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/main.js"></script>
<!-- Demo Color changer Script -->
<script src="js/lmpixels-demo-panel.js"></script>
<!-- /Demo Color changer Script -->
</div>
</div>
</body>
</html>