-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (112 loc) · 4.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>BelleBeauty</title>
</head>
<body>
<section class="header">
<nav>
<img src="images/logo.png" class="logo">
<div class="nav-links">
<ul>
<li><a href="">Home</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Services</a></li>
<li><a href="">Location</a></li>
<li><a href="">Contact</a></li>
<li><a href="">Reviews</a></li>
</ul>
</div>
</nav>
<div class="text-box">
<h1>Retreat Beauty Salon</h1>
<p>Taking Care of All your Beauty Needs</p>
<a href=""class="burtn">Let's Style You Today</a>
</div>
</section>
<!---------------Services--------------->
<section class="Services">
<h1>Services We Offer</h1>
<p>Retreat Beauty offers the best hairstyling services, Spa, Pedicure, Manicure, and all beauty services</p>
<div class="row">
<div class="Services-col">
<h3>Hair Treatment</h3>
<p>We use some of the most popular and effective methods for hair treatments and preservation. It ranges from nourishing to revitalization that makes your hair shine and look beautiful quickly without the fear of hair loss.</p>
</div>
<div class="Services-col">
<h3>Pedicure</h3>
<p>Get the finest nails and toes services at Retreat Beauty Salon. Our trusted pedicure methods gives you the best results.</p>
</div>
<div class="Services-col">
<h3>Manicure</h3>
<p>Retreat Beauty offers the best manicure methods like Hot Stone Manicure, French Manicure, Gel Manicure, and other effective manicure techniques that makes you look beautiful.</p>
</div>
</div>
</section>
<!-----Salon------->
<section class="salon">
<h1>Salon Locations</h1>
<p>Retreat Beauty Salon is located in the hearts of Beverley Hills, United States of America. We are also spread across different major cities ranging from Miami, to Charlotte, and New York</p>
<div class="row">
<div class="salon-col">
<img src="images/salon.jpg" width="300px" height="300px">
</div>
<div>
<div class="salon-col">
<img src="images/salonn.jpg" width="300px" height="300px">
</div>
</div>
</section>
<!--------Reviews------------>
<section class="review">
<h1>Reviews</h1>
<p>What customers think about Retreat Beauty Salon</p>
<div class="row">
<div class="review-col">
<img src="images/lady.jpg">
<div>
<p>"I got the best hair treatment and styling that sparked my beauty, making me feel even more confident".</p>
<h3>Emma McClean</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
<div class="review-col">
<img src="images/ladyy.jpg">
<div>
<p>"My manicure and pedicure sessions were amazing. It was spotless and pretty. Retreat Beauty got me feeling pretty".</p>
<h3>Shailey Jones</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="footer-col">
</div>
<h4>About Us</h4>
<p>For more than two decades the Retreat Beauty Salons have affected the magnificence scene with redid trimming, great styling, signature shading and a salon propelled gathering of hair items that were relatively revolutionary.
Provence conceived, Paris prepared, Retreat Beauty Salon opened his namesake salon on New York’s Bergdorf Goodman Department Store. A classy haven where liberality and closeness achieve exquisite new statutes. The universe of style is turned on its head.
Everybody who sits in his chair develops as a power of unadulterated appeal. Increasingly sexy, more a la mode and more capably themselves than any other time in recent memory thought conceivable.</p>
<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
</section>
</body>
</html>