-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices_male.html
232 lines (204 loc) · 10.3 KB
/
services_male.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>Kotikutz | Services | male</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
<link rel="stylesheet" href="css/services_male.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/parallax.min.js"></script>
</head>
<body onload="phonesize()" onresize="phonesize()">
<!--NavBar to be inserted here-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="index.html">KotiKutz</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="About_us.html">About Us</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarServices" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<a class="dropdown-item active" href="services_male.html">Mens</a>
<a class="dropdown-item" href="services_female.html">Ladies</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link zoom" href="appointments.html">Book an Appointment</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item dropdown logged-out" style="display: none;">
<a class="nav-link dropdown-toggle active" href="#" id="navbarLogin" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Account
</a>
<div class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<a class="dropdown-item logged-out active" href="sign_in.html">Log In</a>
<a class="dropdown-item logged-out" href="sign_up.html">Sign Up</a>
</div>
</li>
<li class="nav-item logged-in" style="display: none;">
<a href="index.html" class="nav-link" id="logOut">Log Out</a>
</li>
</ul>
</div>
</nav>
<!--navbar over-->
<nav class="nav justify-content-center py-2 bg-white mt-5">
<h3>
<a class="nav-link active px-0 mx-0" href="services_male.html">Gents</a>
</h3>
<h3 class="nav-link px-0 mx-2">/</h3>
<h3>
<a class="nav-link px-0 mx-0" href="services_female.html">Ladies</a>
</h3>
</nav>
<div class="serv-contain">
<div class="parallax-window" id="parallax"></div>
<div class="centered">
<h1 class="text-center" style="color: white; font-family: cursive; font-size: 3rem;">
Services
</h1>
</div>
</div>
<div class="container my-5 services" id="services">
<div class="row">
<div class="col-lg my-3 serv-contain">
<img id="haircut" src="img/services_haircut.jpg" alt="" />
<div id="haircut-text" class="centered">
<h4>Haircut/Style/ Blow Dry</h4>
<p>
Our highly trained stylists are here to tackle all your needs with
a professional Cutting that will leave you looking and feeling
phenomenal.
</p>
</div>
</div>
<div class="col-lg my-3 serv-contain">
<img id="color" src="img/Treatwell_1020-1" alt="" />
<div id="color-text" class="centered mx-0">
<h4>Hair Colour and Highlights</h4>
<p>
Our custom colour experts are here to help you pick the perfect
COLOR/HIGKLIGHT/AMBRE AND BALAYAGE. Let us know what you desire
and we'll bring that vision to life at the Salon.
</p>
</div>
</div>
<div class="col-lg my-3 serv-contain">
<img id="shaving" src="img/shaving.jpg" alt="" />
<div id="shaving-text" class="centered">
<h4>Shaving</h4>
<p>
We offer a professional shave that will leave you looking and
feeling fablulos.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg my-3 serv-contain">
<img id="facial" src="img/facial.jpg" alt="" />
<div id="facial-text" class="centered">
<h4>Facial/Clean up</h4>
<p>
We offer a full range of aesthetic services like clean up, facial
which are carried out in our private room.
</p>
</div>
</div>
<div class="col-lg my-3 serv-contain">
<img id="spa" src="img/spa.jpg" alt="" />
<div id="spa-text" class="centered">
<h4>Hair Spa/Body Spa</h4>
<p>
Discover the excelence of Fine and Fade hair care. The Luxury Spa
pamper you in comfort.
</p>
</div>
</div>
<div class="col-lg my-3 serv-contain">
<img id="manicure" src="img/manicure.jpg" alt="" />
<div id="manicure-text" class="centered">
<h4>Manicure and Pedicure</h4>
<p>
Pedicure and manicure are blessings for the ones who are always on
the go. What a luxury it is to sit, relax, and rejuvenate while a
handful of professionals take care of your feet and hands.
</p>
</div>
</div>
</div>
</div>
<div class="serv-contain">
<div class="parallax-window1" id="parallax1"></div>
<div class="centered">
<h1 class="text-center" style="color: white; font-family: cursive; font-size: 2rem;">
Making you look good is in our heritage
</h1>
</div>
</div>
<div class="container-fluid my-5 py-3 text-center" id="bottom">
<h1 class="text-center">
KotiKutz
</h1>
<p class="text-center mb-5">
KotiKutz is the salon in your town acquainted with top notch
tools and professionals for stunning looks and absolute luxury.
</p>
<div>
<a href="index.html" class="text-body mb-2 mx-5">Home</a>
<a href="About_us.html" class="text-body mb-2 mx-5">About Us</a>
<a href="services_male.html" class="text-body mb-2 mx-5">Services</a>
<a href="sign_in.html" style="display: none;" class="logged-out text-body mb-2 mx-5">Log In</a>
<a href="sign_up.html" style="display: none;" class="logged-out text-body mb-2 mx-5">sign Up</a>
<a href="" style="display: none;" class="logged-in text-body mb-2 mx5" id="logOut1">Log Out</a> <br>
<a href="appointments.html" class="text-body mx-5" id="booking">Book an Appointment</a>
</div>
</div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase-firestore.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyBISrz9sezY5UXWC4L1ytWjQGk-MjWrvW8",
authDomain: "kotikutz-ee8c7.firebaseapp.com",
databaseURL: "https://kotikutz-ee8c7.firebaseio.com",
projectId: "kotikutz-ee8c7",
storageBucket: "kotikutz-ee8c7.appspot.com",
messagingSenderId: "794467128691",
appId: "1:794467128691:web:358ad18cd5e4e077586106",
measurementId: "G-V54FS4FERX",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
const auth = firebase.auth();
const db = firebase.firestore();
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="script/ui.js"></script>
<script src="script/auth.js"></script>
<script src="script/services_male.js"></script>
</body>
</html>