-
Notifications
You must be signed in to change notification settings - Fork 226
/
about_us_page.html
393 lines (351 loc) · 17.4 KB
/
about_us_page.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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Us</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="about_css_s.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<!-- Header Start -->
<div class="jumbotron jumbotron-fluid page-header" style="margin-bottom: 90px;">
<div class="container text-center py-5">
<h1 class="text-white display-3 mt-lg-5">About Us</h1>
<div class="d-inline-flex align-items-center text-white">
<p class="m-0"><a class="text-white" href="index.html">Home</a></p>
<i class="fa fa-circle px-3"></i>
<p class="m-0">About Section</p>
</div>
</div>
</div>
<!-- Header End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-7">
<h1 class="section-title position-relative text-center mb-5">Traditional & Delicious Ice Cream Since 1950</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 py-5">
<h4 class="font-weight-bold mb-3">Our Story</h4>
<h5 class="text-muted mb-3">At Arctic Delights, we believe that ice cream is more than just a dessert—it’s an experience.</h5>
<p>From our humble beginnings in a small town, we’ve grown into a beloved brand that combines premium ingredients, innovative flavors, and a passion for crafting the perfect scoop. Whether it’s a classic favorite or a daring new creation, our ice cream reflects the love and dedication we put into each batch.</p>
</div>
<div class="col-lg-4" style="min-height: 400px;">
<div class="position-relative h-100 rounded overflow-hidden">
<img class="position-absolute w-100 h-100" src="ice-cream1.gif" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-5">
<h4 class="font-weight-bold mb-3">Our Mission</h4>
<p>Our mission is simple: to bring joy and sweetness into every moment.</p>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Locally Sourced Ingredients</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Handcrafted in Small Batches</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Innovative Flavors</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Sustainability</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Dairy-Free & Vegan Options</h5>
<h5 class="text-muted mb-3"><i class="fa fa-check text-secondary mr-3"></i>Artisanal Craftsmanship</h5>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Team Start -->
<div class="container-fluid py-5 bg-ice-cream">
<div class="container py-5">
<div class="row">
<div class="col-lg-6">
<h1 class="section-title position-relative mb-5 animated fadeInUp">Experienced & Most Famous Ice Cream Chefs</h1>
</div>
<div class="col-lg-6 mb-5 mb-lg-0 pb-5 pb-lg-0"></div>
</div>
<div class="row">
<div class="col-12">
<div class="owl-carousel team-carousel">
<!-- Team Member 1 -->
<div class="team-item">
<div class="team-img mx-auto animated zoomIn">
<img class="rounded-circle w-100 h-100 shadow-lg" src="team-1.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center team-content rounded px-4 py-5 shadow" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5 text-ice-cream">Chilly Charlie</h3>
<h6 class="text-uppercase text-muted mb-4">Master Ice Cream Artisan</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<!-- Team Member 2 -->
<div class="team-item">
<div class="team-img mx-auto animated zoomIn">
<img class="rounded-circle w-100 h-100 shadow-lg" src="team-2.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center team-content rounded px-4 py-5 shadow" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5 text-ice-cream">Frosty Fiona</h3>
<h6 class="text-uppercase text-muted mb-4">Frozen Dessert Connoisseur</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<!-- Team Member 3 -->
<div class="team-item">
<div class="team-img mx-auto animated zoomIn">
<img class="rounded-circle w-100 h-100 shadow-lg" src="team-3.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center team-content rounded px-4 py-5 shadow" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5 text-ice-cream">Coolhand Caleb</h3>
<h6 class="text-uppercase text-muted mb-4">Chief Ice Cream Curator</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<!-- Team Member 4 -->
<div class="team-item">
<div class="team-img mx-auto animated zoomIn">
<img class="rounded-circle w-100 h-100 shadow-lg" src="team-4.jpg" style="object-fit: cover;">
</div>
<div class="position-relative text-center team-content rounded px-4 py-5 shadow" style="margin-top: -100px;">
<h3 class="font-weight-bold mt-5 mb-3 pt-5 text-ice-cream">Churner Chuck</h3>
<h6 class="text-uppercase text-muted mb-4">Frozen Delights Designer</h6>
<div class="d-flex justify-content-center pt-1">
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mr-2 hover-social" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
/* Bright, playful gradient background */
.bg-ice-cream {
background: linear-gradient(120deg, #f9bcb3, #fce38a, #f38181, #a3de83, #85c1e9);
background-size: 300% 300%;
animation: bg-slide 10s ease infinite;
}
/* Slide animation for the background */
@keyframes bg-slide {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Title styling */
.section-title {
font-size: 2.5rem;
color: #2e4053;
font-weight: bold;
}
/* Team content with gradient and shadow */
.team-content {
background: linear-gradient(145deg, #ffe7d1, #ffcec7);
transition: 0.3s;
}
/* Social icons hover effect */
.hover-social:hover {
background-color: #ff6f61;
color: #fff;
}
/* Color accents for team members */
.text-ice-cream {
color: #ff6f61;
}
/* Team member animation */
.team-item {
transition: transform 0.3s ease;
}
.team-item:hover {
transform: translateY(-10px);
}
/* Custom button styling */
.btn-outline-light {
border-color: #ff6f61;
color: #ff6f61;
}
.btn-outline-light:hover {
background-color: #ff6f61;
color: #fff;
}
</style>
<!-- JavaScript for owl-carousel (if not already included) -->
<script>
$(document).ready(function(){
$(".team-carousel").owlCarousel({
items: 3,
loop: true,
margin: 20,
autoplay: true,
autoplayTimeout: 3000,
smartSpeed: 700,
responsive: {
0: { items: 1 },
576: { items: 2 },
992: { items: 3 }
}
});
});
</script>
<!-- Team End -->
<!-- Footer Start -->
<div class="container-fluid footer bg-light py-5" style="margin-top: 90px;">
<div class="container text-center py-5">
<div class="row">
<!-- Animated Logo Title -->
<div class="col-12 mb-4">
<a href="index.html" class="navbar-brand m-0">
<h1 class="m-0 mt-n2 display-4 animated-logo"><span class="text-secondary">Arctic</span>Delights</h1>
</a>
</div>
<!-- Social Media Links with bounce effect -->
<div class="col-12 mb-4 social-icons">
<a class="btn btn-outline-secondary btn-social mr-2" href="#">
<i class="fab fa-twitter"></i>
</a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="btn btn-outline-secondary btn-social" href="#">
<i class="fab fa-instagram"></i>
</a>
</div>
<!-- Contact & Opening Hours with individual animations -->
<div class="col-12 mt-2 mb-4">
<div class="row">
<div class="col-sm-6 text-center text-sm-right border-right mb-3 mb-sm-0 animated-text">
<h5 class="font-weight-bold mb-2 slide-in">Get In Touch</h5>
<p class="mb-2 fade-up">123 Street, Delhi, India</p>
<p class="mb-0 fade-up">+012 345 67890</p>
</div>
<div class="col-sm-6 text-center text-sm-left animated-text">
<h5 class="font-weight-bold mb-2 slide-in">Opening Hours</h5>
<p class="mb-2 fade-up">Mon – Sat, 8AM – 5PM</p>
<p class="mb-0 fade-up">Sunday: Closed</p>
</div>
</div>
</div>
<!-- Footer Copy with glow effect -->
<div class="col-12">
<p class="m-0 footer-copy">© <a href="#" class="footer-link">Domain</a>. All Rights Reserved Arctic Delights</p>
</div>
</div>
</div>
</div>
<style>
/* Logo Animation - Scaling and Color Change on Hover */
.animated-logo {
transition: all 0.5s ease;
animation: logoScale 1s forwards;
}
.animated-logo:hover {
color: #ff6f61;
transform: scale(1.1);
}
@keyframes logoScale {
0% { opacity: 0; transform: scale(0.8); }
100% { opacity: 1; transform: scale(1); }
}
/* Social Media Bounce Effect */
.btn-social {
transition: transform 0.2s ease, color 0.3s;
}
.btn-social:hover {
transform: translateY(-5px);
color: #0d6efd;
}
/* Slide-in and Fade-up Animations for Text */
.slide-in {
position: relative;
animation: slideIn 1s ease-out forwards;
}
.fade-up {
opacity: 0;
animation: fadeUp 1.2s ease-out forwards;
}
@keyframes slideIn {
0% { transform: translateX(-30px); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}
@keyframes fadeUp {
0% { transform: translateY(10px); opacity: 0; }
100% { transform: translateY(0); opacity: 1; }
}
/* Footer Link Hover Effect with Text Glow */
.footer-link {
transition: color 0.3s ease, text-shadow 0.3s ease;
}
.footer-link:hover {
color: #ff6f61;
text-shadow: 0 0 8px rgba(255, 111, 97, 0.7);
}
/* Animated Text Effects for Contact Info */
.animated-text {
transition: transform 0.3s ease, color 0.3s;
}
.animated-text:hover {
color: #ff6f61;
transform: scale(1.05);
}
/* Footer Copy Glow Effect */
.footer-copy {
color: #000;
transition: color 0.3s ease, text-shadow 0.3s ease;
}
.footer-copy:hover {
color: #ff6f61;
text-shadow: 0 0 6px #ff6f61;
}
/* Responsive Design */
@media (max-width: 576px) {
.footer .row > .col-12, .footer .row > .col-sm-6 {
text-align: center;
border: none;
}
}
</style>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-secondary px-2 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>