-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3073025
Showing
42 changed files
with
3,958 additions
and
0 deletions.
There are no files selected for viewing
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,266 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>About | Shaif`s cuisine</title> | ||
<link rel="stylesheet" href="./css/reset.css"> | ||
<link rel="stylesheet" href="./css/styles.css"> | ||
<link rel="stylesheet" href="./css/components.css"> | ||
<link rel="stylesheet" href="./css/about.css"> | ||
<!-- aos --> | ||
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> | ||
</head> | ||
<body> | ||
|
||
<!-- Nav section --> | ||
<div class="nav"> | ||
<div class="container"> | ||
<div class="nav__wrapper"> | ||
<a href="./index.html" class="logo"> | ||
<img src="./images/logo.svg" alt=""> | ||
</a> | ||
<nav> | ||
<div class="nav__icon"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
stroke="currentColor" | ||
stroke-width="2" | ||
stroke-linecap="round" | ||
stroke-linejoin="round"> | ||
<line x1="3" y1="12" x2="21" y2="12" /> | ||
<line x1="3" y1="6" x2="21" y2="6" /> | ||
<line x1="3" y1="18" x2="21" y2="18" /> | ||
</svg> | ||
</div> | ||
<div class="nav__bgOverlay "></div> | ||
<ul class="nav__list "> | ||
<div class="nav__close "> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
stroke="currentColor" | ||
stroke-width="2" | ||
stroke-linecap="round" | ||
stroke-linejoin="round"> | ||
<line x1="18" y1="6" x2="6" y2="18" /> | ||
<line x1="6" y1="6" x2="18" y2="18" /> | ||
</svg> | ||
</div> | ||
|
||
<div class="nav__list_wraper"> | ||
<li> | ||
<a href="./index.html" class="nav__link">Home</a> | ||
</li> | ||
<li> | ||
<a href="./menu.html" class="nav__link">Menu</a> | ||
</li> | ||
<li> | ||
<a href="./about.html" class="nav__link">About</a> | ||
</li> | ||
<li> | ||
<a href="./contact.html" class="nav__link">Contact</a> | ||
</li> | ||
<li> <a href="./booking.html" class="btn primary-btn"> Book Table</a></li> | ||
</div> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End of Nav section --> | ||
|
||
<!-- Our Story --> | ||
<section id="ourStory" data-aos="fade-up"> | ||
<div class="container"> | ||
<div class="ourStory__wrapper"> | ||
<div class="ourStory__img"> | ||
<img src="./images/ourStoryImg.png" alt=""> | ||
</div> | ||
<div class="ourStory__info"> | ||
<h3 class="ourStory__title">Our Story</h3> | ||
<p class="ourStory__subtitle">It`s all started in 1998</p> | ||
<p class="ourStory__text"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum quisquam consectetur inventore tempore delectus odit perspiciatis assumenda quod eligendi repudiandae minima aspernatur, commodi totam, quaerat neque, itaque enim pariatur doloremque. | ||
<br> <br> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi cum omnis labore in incidunt deserunt doloribus cumque eum delectus obcaecati exercitationem non sapiente magnam, commodi dolores eveniet, assumenda aut harum. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!--End of Our Story --> | ||
|
||
<!-- Our Goals Section --> | ||
<section id="ourGoals" data-aos="fade-down"> | ||
<div class="container"> | ||
<div class="ourGoals__wrapper"> | ||
<div class="ourGoals__info"> | ||
<h3 class="ourGoals__title">Our Goals</h3> | ||
<p class="ourGoals__text"> | ||
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ducimus earum eum odio quidem, nesciunt laudantium. Similique quas modi harum placeat, praesentium animi in dicta tempora laboriosam eos ducimus eligendi totam. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eius ullam eum quod excepturi, suscipit eos possimus voluptatibus, cum alias quas, explicabo similique recusandae harum iusto cupiditate et. Illum, voluptatum debitis. | ||
</p> | ||
</div> | ||
<div class="ourGoals__img__wrapper"> | ||
<div class="ourGoals__img1"> | ||
<img src="./images/ourGoals_img1.png" alt="goals"> | ||
</div> | ||
<div class="ourGoals__img2"> | ||
<img src="./images/ourGoals_img2.png" alt="goals"> | ||
</div> | ||
<div class="ourGoals__img3"> | ||
<img src="./images/ourGoals_img3.png" alt="goals"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End of Our Goals Section --> | ||
|
||
<!-- Footer --> | ||
|
||
<footer> | ||
<div class="container"> | ||
<div class="footer__wrapper"> | ||
<div class="footer__info"> | ||
<div class="footer__logo"> | ||
<img src="./images/logo.svg" alt="Shaif`s cuisine"> | ||
</div> | ||
<p class="footer__desc"> | ||
Fresh and delicious traditional Bangladeshi food to delight the whole family. | ||
</p> | ||
<div class="footer__socials"> | ||
<h4 class="footer__socials__title">Follow us</h4> | ||
<ul> | ||
<li> | ||
<a href="#"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
stroke="currentColor" | ||
stroke-width="1" | ||
stroke-linecap="round" | ||
stroke-linejoin="round"> | ||
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" /> | ||
</svg> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
stroke="currentColor" | ||
stroke-width="1" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
> | ||
<rect x="2" y="2" width="20" height="20" rx="5" ry="5" /> | ||
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" /> | ||
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5" /> | ||
</svg> | ||
</a> | ||
</li> | ||
<li> | ||
<a href=""> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
stroke="currentColor" | ||
stroke-width="1" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
> | ||
<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z" /> | ||
</svg> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="footer__links"> | ||
<h3 class="footer__text__title">Links</h4> | ||
<ul class="footer__text"> | ||
<li> | ||
<a href="./index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="./menu.html">Menu</a> | ||
</li> | ||
<li> | ||
<a href="./booking.html">Book Table</a> | ||
</li> | ||
<li> | ||
<a href="./about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="./contact.html">Contact Us</a> | ||
</li> | ||
<li> | ||
<a href="#">Privacy & Policy</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer__support"> | ||
<h3 class="footer__text__title">Support</h3> | ||
<ul class="footer__text"> | ||
<li> | ||
<a href="./contact.html">Contact</a> | ||
</li> | ||
<li> | ||
<a href="#">Support Center</a> | ||
</li> | ||
<li> | ||
<a href="#">Feedback</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer__contact"> | ||
<h3 class="footer__text__title">Contact</h3> | ||
<ul class="footer__text"> | ||
<li> | ||
<a href="tel:+880199">+880199</a> | ||
</li> | ||
<li> | ||
<a href="malito:[email protected]">[email protected]</a> | ||
</li> | ||
<li> | ||
<a href="#">Gec Circle, Chittagong, Bangladesh</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<!-- End of footer --> | ||
|
||
<div id="copyright"> | ||
<div class="container"> | ||
<p class="copyright__text"> | ||
© copyright 2022 Shaif`s Cuisine | All rights reserved | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<!-- aos script--> | ||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<!-- custom script --> | ||
<script src="./main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.