-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
767 lines (718 loc) · 41.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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
<!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">
<!-------------------favion ------------------->
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Creative Studio</title>
<!--============Font Awesome Icons=========-->
<link rel="stylesheet" href="HomePage/css/all.css">
<!--============Owl-Carousel===============-->
<link rel="stylesheet" href="HomePage/css/owl.carousel.min.css">
<link rel="stylesheet" href="HomePage/css/owl.theme.default.min.css">
<!--============AOS Library===============-->
<link rel="stylesheet" href="HomePage/css/aos.css">
<!--============Custom Style===============-->
<link rel="stylesheet" href="HomePage/css/Style.css">
<!--============add Font===============-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<!--============Library swiper.js==========-->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
</head>
<body>
<!-- ---------------------------- Navigation Menu ---------------------------------------------- -->
<header class="header" >
<!-- <a href="./Index.html" id="logo">Creative Studio</a> -->
<img src="images/logo.png" class="logo">
<div class="menu-btn">
<div class="menu-btn__lines"></div>
</div>
<ul class="menu-items">
<!-- Home -->
<li><a href="index.html" class="menu-item">Home</a></li>
<!-- Service -->
<li>
<a href="#" class="menu-item expand-btn">Service</a>
<div class="mega-menu expandable">
<div class="content">
<div class="col data-aos="fade-right" data-aos-delay="200"">
<section>
<h2>Logo & Identity</h2>
<ul class="mega-links">
<li><a href="ServicePage\LogoDesigner.html">Logo Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Business Card Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Letterhead Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Name Card Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Stationery Design</a></li>
</ul>
</section>
</div>
<div class="col">
<section>
<h2 >Graphic Design</h2>
<ul class="mega-links" >
<li><a href="ServicePage\LogoDesigner.html">Graphic Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Infographic Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">3D Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Photoshop Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Ad Design</a></li>
</ul>
</section>
</div>
<div class="col">
<section>
<h2>Art & Illustration</h2>
<ul class="mega-links">
<li><a href="#">Illustration Design</a></li>
<li><a href="#">Art Design</a></li>
<li><a href="#">Character Design</a></li>
</ul>
</section>
</div>
<div class="col">
<section>
<h2>Character Design</h2>
<ul class="mega-links">
<li><a href="ServicePage\LogoDesigner.html">T-shirt Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Label Design</a></li>
<li><a href="ServicePage\LogoDesigner.html">Packaging Design</a></li>
</ul>
</section>
</div>
</div>
</div>
</li>
<!-- Jobs -->
<li>
<a href="./Jobs.html" class="menu-item expand-btn">Jobs</a>
</li>
<!-- Blog -->
<li>
<a href="./Blogs.html" class="menu-item expand-btn">Blog</a>
</li> <li><li> <li></li> </li></li></li></li>
<!-- Icon contact -->
<li>
<div class="contact">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-github"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
</div>
</li>
</ul>
</header>
<!-- ------------x--------------- Navigation Menu --------------------------x-------------------->
<!------------------------------ Main Site ------------------------------>
<main>
<!----------------------------- Site Title----------------------->
<section class="site-background">
<div class="site-title" data-aos="fade-up" data-aos-delay="100">
<h3><span>Graphic Design </span>Service</h3>
<!-- <h1>Dịch Vụ Thiết kế đồ họa</h1> -->
<p>Our work is the culmination of creative visions, <br>
brilliant ideas and full commitment.</p> <br>
<a href="FormPage/Order-Form.html" class="btn-cs">
<span>ORDER</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</section>
<!----------x--------- Site title--------x--------->
<!-- ---------------------section Transmission Service----------------- -->
<section>
<div class="Services">
<div class="container">
<div class="title">
<h2 class="heading"> Outstanding Service </h2>
<div class="owl-carousel owl-theme Service-post">
<div class="Service-content" data-aos="fade-in" data-aos-delay="500">
<img src="./images/Product/pos1.png" alt="post-1" class="imgpos">
<div class="Service-title">
<h3>Logo Designer</h3>
<p>Legend says, in the beginning, there was a logo, and after the Bing Bang came all the rest.</p> <br>
<button class="btn btn-Service">Details more </button>
</div>
</div>
<div class="Service-content" data-aos="fade-in" data-aos-delay="500">
<img src="./images/Product/pos5.jpg" alt="post-1" class="imgpos">
<div class="Service-title">
<h3>Illustrations design</h3>
<p>Powerful messages are of successfully illustrated graphic forms into a unique picturesque.</p> <br>
<button class="btn btn-Service">Details more </button>
</div>
</div>
<div class="Service-content" data-aos="fade-in" data-aos-delay="500">
<img src="./images/Product/pos2.jpg" alt="post-1" class="imgpos">
<div class="Service-title">
<h3>Corporate identity</h3>
<p>Use a unique and comprehensive visual concept for
presenting your brand. We focus on key elements.</p> <br>
<button class="btn btn-Service">Details more </button>
</div>
</div>
<div class="Service-content" data-aos="fade-in" data-aos-delay="500">
<img src="./images/Product/pos3.jpg" alt="post-1" class="imgpos">
<div class="Service-title">
<h3>Poster Design</h3>
<p>Let posters be a reflection of your business. A creative converts into interactions.</p> <br>
<button class="btn btn-Service">Details more </button>
</div>
</div>
</div>
<div class="owl-navigation">
<span class="owl-nav-prev"><i class="fas fa-long-arrow-alt-left"></i></span>
<span class="owl-nav-next"><i class="fas fa-long-arrow-alt-right"></i></span>
</div>
</div>
</div>
</div>
</section>
<!--xxxx----xxxxxx--End section Transmission Service--xxxx-xxx-->
<!-- ---------------------- section about us-------------------------->
<section class="section2">
<div class="container about">
<div class="left" >
<div class="title">
<h2 class="heading"> Graphic design studio </h2>
</div>
<h3 data-aos="fade-up" data-aos-delay="70" data-aos-duration="1300">We can help you shape and build your brand.</h3>
<p data-aos="fade-up" data-aos-delay="70" data-aos-duration="1500">
By using appropriate and effective colors, we define your brand identity and create inspiring narratives which transmit the message and arouse emotions.
</p>
<p data-aos="fade-up" data-aos-delay="70" data-aos-duration="1700">
Memorable logo design, outstanding corporate identity and business-changing labels are only some of the solutions we offer. Ever since 2009, we are illustrating for brands, both big and small.
</p>
</div>
<div class="right" data-aos="fade-right" data-aos-duration="2000">
<div class="video-cont">
<video id="responsive-video" autoplay="" loop="loop" muted="muted" preload="none" width="725">
<source src="./images/vdlg.mp4" type="">
</video>
</div>
</div>
</div>
</section>
<!--xxxx----xxxx----End section about us----xxx----xxxxx-->
<!-----------section THE PROFESSIONAL------------>
<section class="services" id="services">
<div class="title">
<h1 class="heading" data-aos="fade-zoom-in" data-aos-delay="800">The professional graphic design process</h1>
<p data-aos="fade-zoom-in"" data-aos-delay="700">Along with professional service, we also need to have a professional process with personnel to deliver the best quality products.</p>
</div>
<div class="box-container">
<div class="box" data-aos="fade-left" data-aos-delay="800">
<img src="images/quotation.png" align="content">
<h3>QUOTATION</h3>
<p>
Consulting, quoting specific marketing solutions in accordance with the needs, finance and actual situation of the market.
</p>
</div>
<div class="box" data-aos="fade-left" data-aos-delay="1000">
<img src="images/plan.png" align="content">
<h3>PLAN</h3>
<p>
Plan an overview and detail of the design strategy and implementation content in each phase.
</p>
</div>
<div class="box" data-aos="fade-left" data-aos-delay="1200">
<img src="images/implement.png" align="content">
<h3>IMPLEMENT</h3>
<p>
Implement and execute according to the set plan. Monitor and measure the effectiveness of each specific campaign.
</p>
</div>
<div class="box" data-aos="fade-left" data-aos-delay="1400">
<img src="images/report.png" align="content">
<h3>REPORT</h3>
<p>
Report the work and results to the customer, and repair according to the final request and hand over.
</p>
</div>
</div>
</section>
<!-------xxxxx-----xxxxxx--- End THE PROFESSIONAL---xxxxxx-------xxxxx----->
<!-----------section Portfolio------------>
<section class="gallery" id="gallery">
<div class="title" >
<h2 class="heading">Portfolio</h2>
<p>We create ideas that speak, inspire and innovate.</p>
</div>
<div class="box-container">
<div class="box" data-aos="fade-right" data-aos-duration="1000" >
<img src="./images/dautu/d1.jpg" alt="">
<div class="content">
<h3> NEW YEAR CALENDAR 2017</h3>
<p>
Each month features original abstract watercolor artwork</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-down" data-aos-duration="1000">
<img src="./images/dautu/d2.jpg" alt="">
<div class="content">
<h3>Brand design Thang Long Tower</h3>
<p>Including:
Logo design,
Brand identity design,
Design office publicatio</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-down" data-aos-duration="1000">
<img src="./images/dautu/d3.jpg" alt="">
<div class="content">
<h3>Logo design </h3>
<p> Brand company Green FIVI <br>
The logo of the retail store, the retail system has a high application in many environments.
</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-left" data-aos-duration="1000">
<img src="./images/dautu/d4.jpg" alt="">
<div class="content">
<h3>Nikes On My Feet</h3>
<p>Nikes On My Feet Mac Miller’s song Nikes on my Feet was the perfect inspiration for the calendar.</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-right" data-aos-duration="1000">
<img src="./images/dautu/d5.jpg" alt="">
<div class="content">
<h3>Thunder gym</h3>
<p>T-shirt design and illustrations for coaches and athletes at Thunder Gym.</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-down" data-aos-duration="1000">
<img src="./images/dautu/d6.jpg" alt="">
<div class="content">
<h3>Rither Distillery</h3>
<p>Crane Town London dry gin bottle dlabel design and complete brandin</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-down" data-aos-duration="1000">
<img src="./images/dautu/d7.jpg" alt="">
<div class="content">
<h3>Greeting cards</h3>
<p>Design and print preparation of birthday,
New Year and celebration.</p>
<a href="#" class="btn">see more</a>
</div>
</div>
<div class="box" data-aos="fade-left" data-aos-duration="1000">
<img src="./images/dautu/d8.jpg" alt="">
<div class="content">
<h3>Menus design</h3>
<p>the restaurants across the world look more beautiful.</p>
<a href="#" class="btn">see more</a>
</div>
</div>
</div>
</section>
<!-------xxxxx-----xxxxxx--- End section Portfolio ---xxxxxx-------xxxxx----->
<!------------ section Team --------------->
<section class="section inclusive">
<div class="title">
<h2 class="heading">Meet some of creative people. </h2>
<p>It's great to do what you love and love what you create.</p>
</div>
<div class="container dij">
<!-- Member 1 -->
<div class="wrapper" data-aos="zoom-in-right" data-aos-duration="2000">
<div class="card front-face">
<img src="./images/team/team1.png">
</div>
<div class="card back-face">
<img src="./images/team/team1.png">
<div class="info">
<div class="title">
Middle No
</div>
<p>
Creative Director
</p>
</div>
<!-- Icon contact -->
<div>
<div class="contact">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-github"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Member 2 -->
<div class="wrapper" data-aos="zoom-in-down" data-aos-duration="2000">
<div class="card front-face">
<img src="./images/team/team2.jpg">
</div>
<div class="card back-face">
<img src="./images/team/team2.jpg">
<div class="info">
<div class="title">
Alan Fletcher
</div>
<p>
Illustrator
</p>
</div>
<!-- Icon contact -->
<div>
<div class="contact">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-github"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Membern 3 -->
<div class="wrapper" data-aos="zoom-in-up" data-aos-duration="2000">
<div class="card front-face">
<img src="./images/team/team3.jpg">
</div>
<div class="card back-face">
<img src="./images/team/team3.jpg">
<div class="info">
<div class="title">
Carl Forssell
</div>
<p>
Graphic Designer
</p>
</div>
<!-- Icon contact -->
<div>
<div class="contact">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-github"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Member 4 -->
<div class="wrapper" data-aos="zoom-in-up" data-aos-duration="2000">
<div class="card front-face">
<img src="./images/team/team4.jpg">
</div>
<div class="card back-face">
<img src="./images/team/team4.jpg">
<div class="info">
<div class="title">
Rob Janoff
</div>
<p>
UI/UX Designer
</p>
</div>
<!-- Icon contact -->
<div>
<div class="contact">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-github"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!----xxxxx---xxxxx--- End section Team ---xxxxx----xxxxx---->
<!---------------sections Trusted --------------->
<section class="brand-container">
<div class="swiper-container brand-slider">
<h2 class="heading">Trusted By 4,500+ Companies Over 100 Countries</h2>
<p></p>
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="images/d/d1.svg" alt=""></div>
<div class="swiper-slide"><img src="images/d/d2.svg" alt=""></div>
<div class="swiper-slide"><img src="images/d/d3.svg" alt=""></div>
<div class="swiper-slide"><img src="images/d/d4.svg" alt=""></div>
<div class="swiper-slide"><img src="images/d/d5.svg" alt=""></div>
<div class="swiper-slide"><img src="images/d/d6.svg" alt=""></div>
</div>
</div>
<div class="counter-up">
<div class="content">
<div class="box">
<div class="icon"><i class="fas fa-history"></i></div>
<div class="counter">724</div>
<div class="text">Working Hours</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-gift"></i></div>
<div class="counter">508</div>
<div class="text">Completed Projects</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-users"></i></div>
<div class="counter">436</div>
<div class="text">Happy Clients</div>
</div>
<div class="box">
<div class="icon"><i class="fas fa-award"></i></div>
<div class="counter">120</div>
<div class="text">Awards Received</div>
</div>
</div>
</div>
</section>
<!------------x--- End section Trusted ---x------------>
<!-----------CUSTOMERS SAY ------------>
<section class="review" id="review">
<div class="title">
<h2 class="heading"> What Customers Say About us </h2>
</div>
<div class="swiper-container review-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="box">
<img src="images/pic1.png" alt="">
<h3>Mrs S</h3>
<p>We will understand your business' unique needs, carefully design a visual identity strategy and create original solutions for logos, labels, brochures, posters, calendars and all your other promotional materials !!</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box">
<img src="images/pic2.png" alt="">
<h3>Mr A</h3>
<p> Knowing that before, I gave it to CS to do, but now it's delicious! Working with other parties is both expensive and frustrating, but ineffective. From the day of cooperation, the road to the top of the industry feels very close.</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box">
<img src="images/pic3.png" alt="">
<h3>Mrs O</h3>
<p>
Thank you, thanks to us, my dream of owning a modern SEO standard website and fanpage has come true. Looking forward to a long-term cooperation with a young, enthusiastic team. <br><br>
</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="box">
<img src="images/pic4.png" alt="">
<h3>Mr T</h3>
<p>
Advertising design Creetive is a history ! Huong has never seen a party that is hardworking, meticulous and good. Any requests or changes from Cretive Studio are very well met. <br><br>
</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------x--- CUSTOMERS SAY ---x------------>
</main>
<!---------------x------------- Main Site Section ---------------x-------------->
<!-- --------------------------- Footer ------------------------------------>
<footer>
<div class="main-content">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#ECEFFC " fill-opacity="1" d="M0,64L30,80C60,96,120,128,180,165.3C240,203,300,245,360,224C420,203,480,117,540,106.7C600,96,660,160,720,176C780,192,840,160,900,154.7C960,149,1020,171,1080,149.3C1140,128,1200,64,1260,42.7C1320,21,1380,43,1410,53.3L1440,64L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z"></path>
</svg>
<div class="left box" data-aos="fade-up" data-aos-duration="1000">
<h2>About us</h2>
<div class="content">
<p>We will understand your business' unique needs, carefully devise a visual identity strategy and create original solutions for logos, business cards, envelopes, catalogs, labels, brochures, posters, calendars and all other promotional materials.</p> <br>
</div>
</div>
<div class="center box" data-aos="fade-up" data-aos-duration="1000">
<h2 >Address</h2>
<div class="content">
<div class="place">
<span class="fas fa-map-marker-alt"></span>
<span class="text">Ngu Hanh Son, Da Nang city</span>
</div>
<div class="phone">
<span class="fas fa-phone-alt"></span>
<span class="text">+0375307021</span>
</div>
<div class="email">
<span class="fas fa-envelope"></span>
<span class="text">dntrung.20it269@vku.udn.vn</span>
</div>
</div>
</div>
<div class="right box" data-aos="fade-up" data-aos-duration="1000">
<h2 > <a href="FormPage\contact-Form.html">Contact us</a></h2>
<div class="content">
<form action="#">
<!-- Icon contact -->
<img src="./images/logoe.png" class="logoe">
<div class="c">
<div class="contact">
<div class="icon">
<i class="fab fa-facebook-f"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-github"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-twitter"></i>
</div>
</div>
<div class="contact">
<div class="icon">
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="bottom">
<center>
<span class="credit">Created By <a href="fb.com/simpson0175">Creative Studio</a> | </span>
<span class="far fa-copyright"></span><span> No copyright registered</span>
</center>
</div>
</footer>
<a href="#" id="Button">
<img src="./images/arrow.png" id="button" style="width: 100px">
</a>
<!-- -------------x------------- Footer --------------------x------------------- -->
<!-- Loader padding -->
<div class="loader-wrapper">
<div class='loader loader1'>
<div>
<div>
<div>
<div>
<div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Jquery Library goText -->
<script src="HomePage/js/scroll-out.js" type="text/javascript"></script>
<!-- --------- Chuyển động danhiệp ------------------->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Jquery Library file -->
<script src="HomePage/js/Jquery3.4.1.min.js"></script>
<!-- --------- Owl-Carousel js ------------------->
<script src="HomePage/js/owl.carousel.min.js"></script>
<!-- ------------ AOS js Library ------------------------- -->
<script src="HomePage/js/aos.js"></script>
<!-- Custom Javascript file -->
<script src="HomePage/js/main.js"></script>
<!-- Đếm chạy dự án -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
</body>
</html>