-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (192 loc) · 11.5 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
<!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">
<link href="https://fonts.googleapis.com/css?family=Courgette|Kaushan+Script" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="hover.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<title>TRESSES</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="#"><img src="images/logo.png" alt="navIcon"></img> TRESSES </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contac_us.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="spacer"></div>
<main>
<!-- Carousel
-------------------- -->
<section>
<div class="container">
<div class="row section__carousel">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/hairstylee.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/hairstylee (1).png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/hairstylee (2).png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button"
data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button"
data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row section_about">
<div class="col-md">
<h4 style="color: lemonchiffon;">About Tresses</h4>
<br />
<p style="color: #cdd7bd;">Tresses Hair Studio is a high-end hair salon that caters to both men
and women, conveniently located in Bangalore's vibrant Indiranagar
neighborhood.<br /><br /> Our team of expert stylists is well-versed in the latest hair
trends and techniques, ensuring you leave our salon with the perfect hairdo. We specialize
in precision haircuts, hair coloring, balayage, and hair extensions. Feel free to walk in
for a consultation or conveniently book your appointment online today!
<br /><br /> At Tresses, our focus is on delivering top-notch service, all while
creating a warm and welcoming atmosphere where you can relax and enjoy your hair
transformation.
</p>
<br>
</div>
<!--<div class="col-md-4"> <h5>Salon Hours</h5>-->
<!--<p class="footer-para">Monday 12-8 <br /> Tuesday 12-8 <br > Wednesday 10-8 <br /> Thursday 10-8 <br /> Friday 10-8 <br /> Saturday 9-6 <br /> Sunday 10-6</p>-->
<!--</div>-->
</div>
</div>
</section>
<section>
<div class="container review">
<div class="row section_review">
<div class="col">
<h3>Our Customers Love Us</h3>
</div>
</div>
<div class="row section_review">
<div class="col">
<h6 style="color: darkolivegreen;">Wonder WHY?</h6>
</div>
</div>
<hr />
<div class="container">
<div class="row ">
<div class="col-sm-4">
<div class="card cust_review">
<p style="font-style: italic;">Hands down, the best salon experience in Indiranagar!
Tresses Hair Studio offers reasonable prices, a fantastic location, and a cool,
inviting atmosphere. The staff treats you like a friend, not just a customer. I
wholeheartedly recommend Tresses to anyone – it's where I've had the best haircut
ever.</p>
</div><br />
<p style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Abhigna K P.<br /> Indiranagar, Bangalore</p>
</div>
<div class="col-sm-4 ">
<div class="card cust_review">
<p style="font-style: italic;"> This salon is a league of its own for hairdressers.
Nicole is absolutely incredible, not only as a talented hairdresser but also as an
exceptional individual. My highlights are consistently breathtaking. If you're in
search of a new salon, look no further – this is the one."<br /><br /></p>
</div><br />
<p style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Shalini P.<br /> Vijayanagar, Bangalore</p>
</div>
<div class="col-sm-4 ">
<div class="card cust_review">
<p style="font-style: italic;">Hands down, the best salon experience in Indiranagar! Tresses Hair Studio offers reasonable prices, a fantastic location, and a cool, inviting atmosphere. The staff treats you like a friend, not just a customer. I wholeheartedly recommend Tresses to anyone – it's where I've had the best haircut ever.
<br /></p>
</div><br />
<p style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">Ram Khanna <br /> M G Road, Bangalore</p>
</div>
</div>
</div>
</section>
</main>
<br>
<footer>
<div class="container">
<div class="row">
<div class="footer-col footer-about col-sm">
<h5 class="footer-headding">TRESSES</h5>
<p class="footer-para" style="color: rgb(46, 60, 21);">Tresses Hair Salon is situated in the charming South End of Bangalore. Our dedicated team of skilled and continually updated hairstylists is devoted to collaborating with each client to achieve the ideal look tailored just for them.
<br /><br />We are unwavering in our pursuit of providing top-tier service, all while upholding a warm, welcoming, and unpretentious atmosphere.
<br>
<br>
Come & Experience Luxury.
</p>
</div>
<div class="footer-col col-sm">
<h5 class="footer-headding">Location</h5>
<p class="footer-para">#234 , 6th Main Road, Indiranagar <br /> Bangalore, KA 560001<br /><br /> P: 080-1234-5678
<br /> E: tresses_studio.com
</p>
<h5 class="footer-headding">Hours</h5>
<p class="footer-para">Monday 10-6 | Tuesday 10-6 | Wednesday 1-5 Thursday 12-7 | Friday 12-7 |
Saturday 8-5 Sunday 10-6</p>
</div>
<div class="footer-col col-sm">
<h5 class="footer-headding">Follow Us</h5>
<a class="footer_social hvr-pop" href="#"><i class="fab fa-facebook-square"></i></a>
<a class="footer_social hvr-pop" href="#"><i class="fab fa-twitter-square"></i></a>
<a class="footer_social hvr-pop" href="#"> <i class="fab fa-instagram"></i><br /></a><br /><br />
<img class="footer-img" src="images/logo.png" alt="footrIcon">
<span id="footer-brand">Tresses</span>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>