-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (215 loc) · 7.82 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
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
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project 1 Random</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@1,600&display=swap" rel="stylesheet">
</head>
<body>
<section id="banner">
<img src="logo.png" alt="logo" class="logo">
<div class="banner-text">
<h1>Hair Studio</h1>
<p>Style Your Hair Is Style Your Life</p>
<div class="banner-btn">
<a href="#"> <span></span>Find Out</a>
<a href="#"> <span></span>Read More</a>
</div>
</div>
</section>
<div class="sideNav">
<nav>
<ul>
<li><a href="#banner">HOME</a></li>
<li><a href="#feature">FEATURES</a></li>
<li><a href="#service">SERVICES</a></li>
<li><a href="#testimonial">TESTIMONIALS</a></li>
<li><a href="#footer">MEET US</a></li>
</ul>
</nav>
</div>
<div id="menuBtn">
<img src="menu.png" alt="menu" id="menu">
</div>
<!-- FEATURES -->
<section id="feature">
<div class="title-text">
<p>FEATURES</p>
<h1>Why Choose Us</h1>
</div>
<div class="feature-box">
<div class="features">
<h1>Experienced Staff</h1>
<div class="features-desc">
<div class="feature-icon">
<i class="fa fa-shield"></i>
</div>
<div class="feature-text">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt, non.</p>
</div>
</div>
<h1>Pre Booking Online</h1>
<div class="features-desc">
<div class="feature-icon">
<i class="fa fa-check-square-o"></i>
</div>
<div class="feature-text">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt, non.</p>
</div>
</div>
<h1>Affordable Price</h1>
<div class="features-desc">
<div class="feature-icon">
<i class="fa fa-inr"></i>
</div>
<div class="feature-text">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt, non.</p>
</div>
</div>
</div>
<div class="features-img">
<img src="barber-man.jpg" alt="barber-man">
</div>
</div>
</div>
</section>
<!-- service -->
<section id="service">
<div class="title-text">
<p>SERVICES</p>
<h1>We Provide Better</h1>
</div>
<div class="service-box">
<div class="single-service">
<img src="men.avif">
<div class="overlay"></div>
<div class="service-desc">
<h3>Hair Styling</h3>
<hr>
<p>this is thte test under the description of barber foundation.</p>
</div>
</div>
<div class="single-service">
<img src="pic-2.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Beard Trim</h3>
<hr>
<p>this is thte test under the description of barber foundation.</p>
</div>
</div>
<div class="single-service">
<img src="pic-3.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Hair Cut</h3>
<hr>
<p>this is thte test under the description of barber foundation.</p>
</div>
</div>
<div class="single-service">
<img src="pic-4.jpg">
<div class="overlay"></div>
<div class="service-desc">
<h3>Dry Shapoo</h3>
<hr>
<p>this is thte test under the description of barber foundation.</p>
</div>
</div>
</div>
</section>
<!-- TESTIMONIALS -->
<section id="testimonial">
<div class="title-text">
<p>TESTIMONIALS</p>
<h1>What Client Says</h1>
</div>
<div class="testimonial-row">
<div class="testimonial-col">
<div class="user">
<img src="img-1.jpg" alt="">
<div class="user-info">
<h4>KEN NORMAN <i class="fa fa-twitter"></i></h4>
<SMAll>@kennorman</SMAll>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum neque blanditiis dolorem consectetur, magni eaque molestias minus, vitae repellat voluptas culpa distinctio, eum recusandae! Inventore.</p>
</div>
<div class="testimonial-col">
<div class="user">
<img src="img-2.jpg" alt="">
<div class="user-info">
<h4>LIARA KARIAN <i class="fa fa-twitter"></i></h4>
<SMAll>@liarakarian</SMAll>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum neque blanditiis dolorem consectetur, magni eaque molestias minus.</p>
</div>
<div class="testimonial-col">
<div class="user">
<img src="img-3.jpg" alt="">
<div class="user-info">
<h4>RICKY DANIEL <i class="fa fa-twitter"></i></h4>
<SMAll>@rickydaniel</SMAll>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum neque blanditiis dolorem consectetur, magni eaque molestias minus, vitae repellat voluptas culpa distinctio, eum recusandae! Inventore.</p>
</div>
</div>
</section>
<!-- footer -->
<section id="footer">
<img src="footer-img.png" alt="" class="footer-img">
<div class="title-text">
<p>CONTACT</p>
<h1>Visit Shop Today</h1>
</div>
<div class="footer-row">
<div class="footer-left">
<h1>Opening Hours</h1>
<p><i class="fa fa-clock-o"></i>Monday To Friday - 9am to 9pm</p>
<p><i class="fa fa-clock-o"></i>Saturday And Sunday - 8am to 11pm</p>
</div>
<div class="footer-right">
<h1>Get In Touch</h1>
<p>#abc Colony , abc City PK<i class="fa fa-map-marker"></i></p>
<P>[email protected]<i class="fa fa-paper-plane"></i></P>
<p>+01 123456789<i class="fa fa-phone"></i></p>
</div>
</div>
<div class="social-links">
<i class="fa fa-facebook"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-youtube-play"></i>
<p>Copyright ©<a href=" target="_blank">hasnainaqdam </a> Made with ♥</p>
</div>
</section>
<script>
var menuBtn = document.getElementById("menuBtn")
var sideNav = document.getElementById("sideNav")
var menu = document.getElementById("menu")
sideNav.style.right = "-250px";
menuBtn.onclick = function(){
if(sideNav.style.right == "-250px"){
sideNav.style.right = "0";
menu.src = "close.png";
}
else{
sideNav.style.right = "-250px";
menu.src = "menu.png";
}
}
var scroll = new SmoothScroll('a[href*="#"]', {
speed: 1000,
speedAsDuration: true
});
</script>
</body>
</html>