-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
307 lines (156 loc) · 6.21 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Boss Baby</title>
<link rel="stylesheet" href="style.css" type="text/css">
<!-- FONT AWSOME -->
<script src="https://kit.fontawesome.com/88ddfd17d7.js" crossorigin="anonymous"></script>
<!--GOOGLE FONTS-->
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<!--DELIVERY STRIP -->
<div id="totop">
</div>
<div class="delivery_strip">
<div class="strip_content">
<i class="fas fa-truck"></i>
<h2>FREE DELIVERY WORLDWIDE</h2>
</div>
</div>
<!--NAVIGATION -->
<div class="nav-bar">
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a style="margin-top: 50px;" href="serum.html">SERUMS</a>
<a href="about.html">ABOUT US</a>
<a href="contact.html">CONTACT US</a>
<a href="blog.html">BLOG</a>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div id="main">
<button class="openbtn" onclick="openNav()">☰ MENU</button>
</div>
<div class="logo_img">
<img src="images/logo_boss.png" alt="this is the image of our logo" />
</div>
<div class="basket">
<i class="fas fa-shopping-basket"></i>
</div>
</div>
<!--FIRST SECTION-->
<div class="section-one">
<div class="part_one">
<p>
WELCOME TO BOSSBABY, LET US MAKE YOUR PARENTING DREAMS COME TRUE!
</p>
<a href="about.html">LEARN MORE</a>
</div>
<div class="part_two">
<img src="images/bossbabypointingdown.png" alt="this is the image of the baby pointing down" />
</div>
</div>
<!--SERUM PART-->
<div class="serum_part">
<h1>BABY SERUMS</h1>
<hr style="height: 3px; width: 50px; color: #fff; background-color: #fff; margin-bottom: 35px; " />
<div class="serum_list">
<div class="first-serum">
<img src="images/serum-one.png" alt="this is the image of the green serum bottle" />
<h2>Goo-Goo Serum</h2>
<a href="serum.html">EXPLORE</a>
</div>
<div class="second-serum">
<img src="images/serum-two.png" alt="this is the image of the green serum bottle" />
<h2>Sunshine Serum</h2>
<a href="serum.html">EXPLORE</a>
</div>
<div class="third-serum">
<img src="images/serum-three.png" alt="this is the image of the green serum bottle" />
<h2>Glitter Serum</h2>
<a href="serum.html">EXPLORE</a>
</div>
</div>
</div>
<!--MEET THE TEAM -->
<div class="team-section">
<div class="meet-title">
<h1>MEET THE TEAM</h1>
<hr style="height: 3px; width: 50px; color: #fff; background-color: #fff; margin-bottom: 35px; " />
</div>
<div class="team_members">
<div class="member_one">
<img src="images/Boss baby.png" alt="this is the image of the green serum bottle" />
<h2>Boss Baby - CEO</h2>
</div>
<div class="member_two">
<img src="images/tim.png" alt="this is the image of the green serum bottle" />
<h2>Tim- EXECUTIVE ASSISTANT</h2>
</div>
<div class="member_three">
<img src="images/Staci.png" alt="this is the image of the green serum bottle" />
<h2>Stacy - PROJECT MANAGER</h2>
</div>
<div class="member_four">
<img src="images/jimbo.png" alt="this is the image of the green serum bottle" />
<h2>Jimbo - CUSTOMER SERVICE</h2>
</div>
</div>
</div>
<!--TESTIMONIALS SECTION-->
<div class="testimonials">
<h1>WHAT OUR CUSTOMERS THINK</h1>
<hr style="height: 3px; width: 50px; color: #fff; background-color: #fff; margin-bottom: 35px; " />
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<img src="images/slide_one.png">
<div class="text">Mary - 18.01.2020</div>
<p>"I always wanted to understand what is my little one telling me. my life is way easier now when I understand my baby's needs."</p>
</div>
<div class="mySlides fade">
<img src="images/slide_two.png">
<div class="text">Tim - 20.05.2020</div>
<p>"Thanks to BossBaby the end for all gross nappies has arrived. I can finally change a nappy without passing out."</p>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
</div>
<div class="backtotop">
<a class="arrowup" href="#totop"><i class="fas fa-chevron-up"></i></a>
</div>
<!--FOOTER-->
<div class="footer">
<div class="policies">
<a href="privacy.html" class="policy">Privacy Policy</a>
<a href="terms.html" class="policy">Terms Of Service</a>
</div>
<div class="social_icons">
<i class="fab fa-facebook-f icon-soc"></i>
<i class="fab fa-twitter icon-soc"></i>
<i class="fab fa-instagram icon-soc"></i>
</div>
</div>
<!--copyright bar-->
<div class="copyright">
<div class="copy-cont">
<h2>Copyright © 2020 BossBaby. All Rights Reserved</h2>
</div>
<div class="cards_icons">
<i class="fab fa-cc-visa payment-icons fa-2x"></i>
<i class="fab fa-apple-pay payment-icons fa-2x"></i>
<i class="fab fa-cc-mastercard payment-icons fa-2x"></i>
</div>
</div>
<script charset="utf-8" src="index.js" type="text/javascript"></script>
</body>
</html>