-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
228 lines (201 loc) · 8.45 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Spa</title>
<link rel="shortcut icon" href="./assets/images/android-chrome-512x512.png" type="image/x-icon">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/about-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Montserrat:wght@300&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Chat Icon -->
<div class="chat">
<img src="./assets/images/chat.png">
</div>
<!-- Navbar -->
<nav>
<div class="logo">
<img src="./assets/images/logo.png" class="logo-img">
<div class="logo-items">
<h4>SERENITY</h4>
<p>Health Spa</p>
</div>
</div>
<ul>
<li><a href="./about.html">About</a></li>
<li><a href="./facilities.html">Facilities</a></li>
<li><a href="./treatment.html">Treatments</a></li>
<li><a href="./shop.html">Shop</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<div class="login">
<a href="">
Log In
<i class="fa-regular fa-user"></i>
</a>
<i class="fa-solid fa-bag-shopping"></i>
</div>
</nav>
<!-- About -->
<div class="about">
<h2 class="heading">ABOUT THE SPA</h2>
<div class="row">
<div class="left-content">
<img src="./assets/images/image-13.jpg">
</div>
<div class="right-content">
<p>I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or
double click me to add your own content and make changes to the font. Feel free to drag and drop me
anywhere you like on your page. I’m a great place for you to tell a story and let your users know a
little more about you.<br><br>This is a great space to write a long text about your company and your
services. You can use this space to go into a little more detail about your company. Talk about your
team and what services you provide. Tell your visitors the story of how you came up with the idea
for your business and what makes you different from your competitors. Make your company stand out
and show your visitors who you are.</p>
<a href="" class="book-treatment">Book A Treatment</a>
</div>
</div>
</div>
<!-- Middle Image -->
<div class="middle"></div>
<!-- Testimonials -->
<div class="testimonials">
<h2 class="heading">TESTIMONIALS</h2>
<div class="row">
<div class="left-content">
<section class="customer-revs">
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width slides/quotes -->
<div class="mySlides">
<div class="mySlidesContainer">
<q>
I'm a testimonial. Click to edit me and add text that says something nice about you and your services. Let your customers review you and tell their friends how great you are.
</q>
</div>
<p class="author"><span>Jason</span></p>
</div>
<div class="mySlides">
<div class="mySlidesContainer">
<q>
I'm a testimonial. Click to edit me and add text that says something nice about you and your services.
</q>
</div>
<p class="author"><span>Jenny</span></p>
</div>
<div class="mySlides">
<div class="mySlidesContainer">
<q>
I'm a testimonial. Click to edit me and add text that says something nice about you and your services. Let your customers review you and tell their friends how great you are.
</q>
</div>
<p class="author"><span>Talia</span></p>
</div>
<!-- Next/prev buttons -->
<a class="prev">❮</a>
<a class="next">❯</a>
</div><!-- END slidehow-container -->
<!-- Dots/bullets/indicators -->
<div class="dot-container">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</section>
</div>
<div class="right-content">
<img src="./assets/images/image-15.jpg">
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="row">
<div class="content-left">
<img src="./assets/images/logo.png">
<a href="#">SERENITY<br>HEALTH SPA</a>
</div>
<div class="content-right">
<div class="column menu">
<h2>Menu</h2>
<a href="./about.html">About</a>
<a href="./facilities.html">Facilities</a>
<a href="./treatment.html">Treatments</a>
<a href="./shop.html">Shop</a>
<a href="./contact.html">Contact</a>
</div>
<div class="column">
<h2>Follow Us</h2>
<a href="">Facebook</a>
<a href="">Instagram</a>
<a href="">Yelp</a>
<a href="">TripAdvisor</a>
</div>
<div class="column">
<h2>Reservations</h2>
<a href="mailto:[email protected]">Mail: [email protected]</a>
<a href="tel:123-456-7890">Tel: 123-456-7890</a>
</div>
</div>
</div>
<div class="row">
<div class="content-left">
<p>© 2035 by Serenity Health Spa.<br>Powered and secured by Ayush</p>
</div>
<div class="content-right terms">
<a href="">Terms & Conditions</a>
<a href="">Shipping Policy</a>
<a href="" class="privacy">Privacy Policy</a>
</div>
</div>
</div>
</body>
<script>
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
let prev = document.querySelector(".prev");
let next = document.querySelector(".next");
if (!slides.length == 0) {
let slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides((slideIndex += n));
}
let currentSlide = function (n) {
showSlides((slideIndex = n));
};
function showSlides(n) {
if (n > slides.length) {
slideIndex = 1;
}
if (n < 1) {
slideIndex = slides.length;
}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
}
}
prev.addEventListener("click", () => {
plusSlides(-1);
});
next.addEventListener("click", () => {
plusSlides(1);
});
</script>
</html>