-
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.
Design is Ready and Reservation Working using LocalStorage API
- Loading branch information
1 parent
9ba99a7
commit 86a5318
Showing
41 changed files
with
773 additions
and
122 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
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.
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 |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="theme-color" content="#000000"/> | ||
<meta | ||
name="description" | ||
content="A resturent is known for unique taste and tailord serving as per demand." | ||
name="description" | ||
content="A restaurant is known for unique taste and tailored serving as per demand." | ||
/> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/> | ||
<title>Little Lemon - Restaurant</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script src="https://raw.githubusercontent.com/Meta-Front-End-Developer-PC/capstone/master/api.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
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
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 |
---|---|---|
@@ -1,13 +1,22 @@ | ||
import {LittleAbout} from "./parts/common/LittleAbout"; | ||
import {PrimaryButton} from "./ui/PrimaryButton"; | ||
|
||
export const AboutSection = () => { | ||
return ( | ||
<section> | ||
<LittleAbout/> | ||
<div> | ||
<section | ||
className={"flex flex-col md:flex-row px-8 md:px-12 lg:px-16 xl:px-32 justify-between items-center pb-16"}> | ||
<LittleAbout> | ||
<PrimaryButton> | ||
Read More | ||
</PrimaryButton> | ||
</LittleAbout> | ||
<div className={"w-[100%] flex flex-col items-end"}> | ||
<img src="about-images.jpg" | ||
alt="Mario and Adrian A. are cooking meal for thier customers."/> | ||
alt="Mario and Adrian A. are cooking meal for thier customers." | ||
className={"w-fit"} | ||
/> | ||
</div> | ||
|
||
</section> | ||
) | ||
} |
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 |
---|---|---|
@@ -1,45 +1,38 @@ | ||
import FooterSectionItem from "./parts/common/FooterSectionItem"; | ||
|
||
export const Footer = () => { | ||
return ( | ||
<footer> | ||
<img src="images/white-logo.png" width={"200px"} | ||
alt="Littel lemon white logo - monochrome logo"/> | ||
<div> | ||
<h6>Quick Links</h6> | ||
<footer className={"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 px-8 md:px-12 lg:px-16 xl:px-32 py-16 w-full bg-primary2"}> | ||
<div className={"px-8 sm:px-0 pb-4 sm:pb-0"}> | ||
<img src="images/LittleLemon_footerLogo.png" width={"200px"} | ||
alt="Littel lemon white logo - monochrome logo"/> | ||
</div> | ||
|
||
<FooterSectionItem itemTitle={"Quick Links"}> | ||
<ul> | ||
<li>About</li> | ||
<li>Menu</li> | ||
<li>Reservation</li> | ||
<li>Online Order</li> | ||
<li>Login</li> | ||
</ul> | ||
</div> | ||
</FooterSectionItem> | ||
|
||
<div> | ||
<h6>Contact Us</h6> | ||
<FooterSectionItem itemTitle={"Contact Us"}> | ||
<div> | ||
<p>Moh. Jattuwakal, Gujrat, Pakistan</p> | ||
<p>+92 342 126277</p> | ||
<p>conact@littlelemon.com</p> | ||
</div> | ||
</div> | ||
</FooterSectionItem> | ||
|
||
<div> | ||
<h6>Social Links</h6> | ||
<FooterSectionItem itemTitle={"Social Links"}> | ||
<div> | ||
<p><span>FB</span> @littlelemonresturent</p> | ||
<p><span>IG</span> @littlelemonresturent</p> | ||
<p><span>Pin</span> @littlelemonresturent</p> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<ul> | ||
<li>Little Lemon</li> | ||
<li>Privacy Policy</li> | ||
<li>Contact Us</li> | ||
</ul> | ||
<small>© Little Lemon 2023</small> | ||
</div> | ||
</FooterSectionItem> | ||
</footer> | ||
) | ||
} |
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.