Skip to content

Commit

Permalink
link all pages with each others.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifallak committed Sep 24, 2024
1 parent d0fa584 commit f501282
Show file tree
Hide file tree
Showing 21 changed files with 713 additions and 745 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><a href="https://aquadic.github.io/Resturant-Ecommerce" target="_blank"><img src="./images/shop.png" width="400"></a></p>
<p align="center"><a href="https://aquadic.github.io/resturant_ecommerce_front" target="_blank"><img src="./images/shop.png" width="400"></a></p>

Frontend Made by [AQuadic](https://aquadic.com)

Expand All @@ -9,17 +9,17 @@ Frontend Made by [AQuadic](https://aquadic.com)
## Important Links

- [AQuadic](https://aquadic.com)
- [Live Site](https://aquadic.github.io/Resturant-Ecommerce)
- [Live Site](https://aquadic.github.io/resturant_ecommerce_front)

## Installation

Clone the repository

git clone https://github.com/AQuadic/Resturant-Ecommerce.git
git clone https://github.com/AQuadic/resturant_ecommerce_front.git

Switch to the repo folder

cd Resturant-Ecommerce
cd resturant_ecommerce_front

open `index.html` and you're done.

Expand Down
10 changes: 5 additions & 5 deletions addAddress.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resturant-Ecommerce</title>
<title>Restaurant-Ecommerce</title>

<meta name="description" content="Resturant-Ecommerce" />
<meta name="keywords" content="Resturant-Ecommerce" />
<meta name="description" content="Restaurant-Ecommerce" />
<meta name="keywords" content="Restaurant-Ecommerce" />

<link
rel="stylesheet"
Expand Down Expand Up @@ -54,15 +54,15 @@
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
<a class="nav-link" href="contact_us.html">Contact Us</a>
</li>
</ul>
<div class="end_nav">
<a href="">
<img src="./images/shop.png" alt="shop" />
</a>
<button class="btn_page2" type="button">English</button>
<a href="" class="btn_page">Log In</a>
<a href="login.html" class="btn_page">Log In</a>
</div>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions addressDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resturant-Ecommerce</title>
<title>Restaurant-Ecommerce</title>

<meta name="description" content="Resturant-Ecommerce" />
<meta name="keywords" content="Resturant-Ecommerce" />
<meta name="description" content="Restaurant-Ecommerce" />
<meta name="keywords" content="Restaurant-Ecommerce" />

<link
rel="stylesheet"
Expand Down Expand Up @@ -54,15 +54,15 @@
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
<a class="nav-link" href="contact_us.html">Contact Us</a>
</li>
</ul>
<div class="end_nav">
<a href="">
<a href="carts.html">
<img src="./images/shop.png" alt="shop" />
</a>
<button class="btn_page2" type="button">English</button>
<a href="" class="btn_page">Log In</a>
<a href="login.html" class="btn_page">Log In</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -114,7 +114,7 @@ <h2 class="titleaddress">Add Address</h2>
</div>
<div class="personalDetails checkout_content">
<h2 class="cart_title2">Personal Details</h2>
<form class="row ">
<form class="row" method="GET" accept-charset="addresses.html">

<div class="col-md-6">

Expand Down
12 changes: 6 additions & 6 deletions addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resturant-Ecommerce</title>
<title>Restaurant-Ecommerce</title>

<meta name="description" content="Resturant-Ecommerce" />
<meta name="keywords" content="Resturant-Ecommerce" />
<meta name="description" content="Restaurant-Ecommerce" />
<meta name="keywords" content="Restaurant-Ecommerce" />

<link
rel="stylesheet"
Expand Down Expand Up @@ -54,15 +54,15 @@
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact Us</a>
<a class="nav-link" href="contact_us.html">Contact Us</a>
</li>
</ul>
<div class="end_nav">
<a href="">
<a href="carts.html">
<img src="./images/shop.png" alt="shop" />
</a>
<button class="btn_page2" type="button">English</button>
<a href="" class="btn_page">Log In</a>
<a href="login.html" class="btn_page">Log In</a>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit f501282

Please sign in to comment.