-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (177 loc) · 9.48 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
207
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<title>KotiKutz</title>
<link rel="stylesheet" href="css/index.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<!--NavBar to be inserted here-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<a class="navbar-brand zoom" 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 active">
<a class="nav-link zoom" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link zoom" href="About_us.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle zoom" href="#" id="navbarServices" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu bg-dark zoom" aria-labelledby="navbarDropdown">
<a class="dropdown-item" 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-->
<!--carousel Begins here-->
<div id="carouselExampleIndicators" class="carousel slide my-5" 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>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner bg-white">
<div class="carousel-item active">
<img src="img/carousel%201.jpg" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item">
<img src="img/carousel2.jpg" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item">
<img src="img/carousel3.png" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item">
<img src="img/carousel4.jpg" class="d-block w-100" alt="..." />
</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>
<!--Carousel ends here-->
<div class="container">
<h1 class="text-center m-3">Our Services</h1>
<p class="text-center m-3 services-sub">
KotiKutz offers Top-notch services for both men and women
</p>
<div class="row my-5">
<div class="col-md zoom">
<a href="services_male.html"><img src="img/Our-Services-male.jpg" alt="Male" class="w-100 imgborder my-3" />
</a>
</div>
<div class="col-md zoom">
<a href="services_female.html"><img src="img/Our-Services-female.jpg" alt="Female" class="w-100 imgborder my-3" />
</a>
</div>
</div>
<div class="row my-5">
<div class="col-md w-100 px-0 py-0 mx-0 haircut">
<img id="haircut" src="img/haircut.jpg" class="w-100" alt="" />
</div>
<div class="col-md bg-white">
<div class="vertical-center">
<h1>WE HELP YOU <br />LOOK GREAT</h1>
<p class="mt-2 text-secondary">
KotiKutz is a premier barber shop for stylish men looking for a
place where they can feel comfortable, speak their minds, and
leave satisfied.
</p>
<a href="About_us.html"><button type="button" class="btn btn-gold zoom">
Learn More
</button></a>
</div>
</div>
</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/[email protected]/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>
</body>
</html>