Skip to content

Commit

Permalink
add image folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bavanagaranR committed Jul 14, 2024
1 parent 15bf7cb commit bac3ff4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file added images/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/img4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@ <h1 class="top__title">Reestar</h1>
</nav>
<div class="mid">
<div class="mid__food1">
<img src="https://source.unsplash.com/300x300/?pizza?">
<img src="images/img1.png">
<h3 class="mid__food1--name">Pizza</h3>
<p class="mid__food1--desc">Hand-crafted pizzas with fresh toppings, baked to crispy perfection
Get your fix of flavor! </p>
<button class="mid__food1--button">Order Now</button>
</div>
<div class="mid__food2">
<img src="https://source.unsplash.com/300x300/?burger?">
<img src="images/img2.png">
<h3 class="mid__food2--title">Burger</h3>
<p class="mid__food2--desc">Our juicy burgers are made with fresh, never frozen beef and piled high with delicious toppings</p>
<button class="mid__food2--button">Order Now</button>
</div>


<div class="mid__food3">
<img src="https://source.unsplash.com/300x300/?Briyani?">
<img src="images/img3.png">
<h3 class=" mid__food3--title">Briyani</h3>
<p class="mid__food3--desc">Aromatic basmati rice layered with succulent meat & warm spices. A taste of India in every bite</p>
<button class="mid__food3--button">Order Now</button>

</div>
<div class="mid__food4">
<img src="https://source.unsplash.com/300x300/?fried chicken?">
<img src="images/img4.png">
<h3 class="mid__food4--title">fried chicken</h3>
<p class="mid__food4--desc">Cool & Comforting tasty chiken best price fry chiken Classic South Indian curd rice made fresh daily</p>
<button class="mid__food4--button">Order Now</button>
Expand All @@ -51,7 +51,7 @@ <h1 class="bottom__title">Contuct Us</h1>
<form >
<table class="bottom__table" >
<tr>
<td>Name:</td><td><input type="text" placeholder="Nme"></td>
<td>Name:</td><td><input type="text" placeholder="Name"></td>
</tr>
<tr><td>Age:</td><td><input type="text" placeholder="Age"></td></tr>
<tr><td>Email:</td><td><input type="email" placeholder="Email" ></td></tr>
Expand Down

0 comments on commit bac3ff4

Please sign in to comment.