-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader06.html
97 lines (88 loc) · 3.18 KB
/
header06.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
<!doctype html>
<html class="no-js" lang="es">
<head>
<meta charset="utf-8">
<title>GlowQueen</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<link rel="stylesheet" href="css/header06.css">
<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=Poppins:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<img src="img/header06/FinestMart.svg" alt="Logo de la pagina">
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Services</a></li>
<li><a href="">Facilities</a></li>
<li><a href="">More <img src="img/header06/Vector.svg" alt=""></a></li>
</ul>
</nav>
<div class="account">
<div>
<a href=""><img src="img/header06/Search.svg" alt=""></a>
<a href=""><img src="img/header06/ShoppingBag.svg" alt=""></a>
</div>
<div class="register">
<a href="">Sign in</a>
<a class="button" href="">Sign up</a>
</div>
</div>
</header>
<main>
<div class="hero">
<h1>Bring back the beauty and glow of your skin</h1>
<p>We provide you various treatments from head to toe using the best product, advanced technology, and affordable price</p>
<a class="button" href="">Book Now</a>
<a class="button2" href=""> <img src="img/header06/video.png" alt="">Watch Video</a>
</div>
<section class="services">
<article>
<img src="img/header06/icon1.svg" alt="">
<p class="number">15+</p>
<p>Special Treatment</p>
</article>
<article>
<img src="img/header06/icon2.svg" alt="">
<p class="number">25+</p>
<p>Professional Therapist</p>
</article>
<article>
<img src="img/header06/icon3.svg" alt="">
<p class="number">100%</p>
<p>Herbal Cream Formula</p>
</article>
</section>
<section class="opinion">
<article>
<img src="img/header06/“.svg" alt="">
<p>I have a regular schedule to take treatment from GlowQueen, they gave me the best service and treatment ever to maintain the beauty and health of my skin</p>
<span>Sophia Princeton</span>
</article>
<article>
<img src="img/header06/“.svg" alt="">
<p>For the past few years, I've had a hard time finding the right place for skin care to deal with my complicated skin condition, thank God I found GlowQueen to treat my skin</p>
<span>Tamara Jules</span>
</article>
</section>
</main>
</div>
<div class="background"></div>
<img src="img/header06/image.png" alt="">
</body>
</html>