-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Profile-Page
- Loading branch information
Showing
43 changed files
with
12,505 additions
and
330 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
<!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>rom 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"> | ||
<div class="container py-5"> | ||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<h1 class="section-title position-relative mb-5">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"> | ||
<div class="team-item"> | ||
<div class="team-img mx-auto"> | ||
<img class="rounded-circle w-100 h-100" src="team-1.jpg" style="object-fit: cover;"> | ||
</div> | ||
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;"> | ||
<h3 class="font-weight-bold mt-5 mb-3 pt-5">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-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> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="team-item"> | ||
<div class="team-img mx-auto"> | ||
<img class="rounded-circle w-100 h-100" src="team-2.jpg" style="object-fit: cover;"> | ||
</div> | ||
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;"> | ||
<h3 class="font-weight-bold mt-5 mb-3 pt-5">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-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> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="team-item"> | ||
<div class="team-img mx-auto"> | ||
<img class="rounded-circle w-100 h-100" src="team-3.jpg" style="object-fit: cover;"> | ||
</div> | ||
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;"> | ||
<h3 class="font-weight-bold mt-5 mb-3 pt-5">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-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> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="team-item"> | ||
<div class="team-img mx-auto"> | ||
<img class="rounded-circle w-100 h-100" src="team-4.jpg" style="object-fit: cover;"> | ||
</div> | ||
<div class="position-relative text-center bg-light rounded px-4 py-5" style="margin-top: -100px;"> | ||
<h3 class="font-weight-bold mt-5 mb-3 pt-5">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-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> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- 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"> | ||
<div class="col-12 mb-4"> | ||
<a href="index.html" class="navbar-brand m-0"> | ||
<h1 class="m-0 mt-n2 display-4 text-primary"><span class="text-secondary">Arctic</span>Delights</h1> | ||
</a> | ||
</div> | ||
<div class="col-12 mb-4"> | ||
<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> | ||
<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"> | ||
<h5 class="font-weight-bold mb-2">Get In Touch</h5> | ||
<p class="mb-2">123 Street, Delhi, India</p> | ||
<p class="mb-0">+012 345 67890</p> | ||
</div> | ||
<div class="col-sm-6 text-center text-sm-left"> | ||
<h5 class="font-weight-bold mb-2">Opening Hours</h5> | ||
<p class="mb-2">Mon – Sat, 8AM – 5PM</p> | ||
<p class="mb-0">Sunday: Closed</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-12"> | ||
<p class="m-0">© <a href="#">Domain</a>. All Rights Reserved Arctic Delights</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.