Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Images/Android.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/Flutter.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/Germany.jpg
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/MERN.jpeg
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/Machine_Learning.jpeg
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/React_JS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ <h3>grin</h3>
<section id="food-menu">
<h2 class="food-menu-heading">Courses Offered</h2>
<div class="food-menu-container container">

<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/tyMZ0" alt="" />
<img src="Images\Android.png" alt="error" />
</div>
<div class="food-description">
<h2 class="food-titile">Android</h2>
Expand All @@ -125,10 +126,7 @@ <h2 class="food-titile">Android</h2>

<div class="food-menu-item">
<div class="food-img">
<img
src="shorturl.at/rBJTY"
alt="error"
/>
<img src="Images\Machine_Learning.jpeg" alt="error" />
</div>
<div class="food-description">
<h2 class="food-titile">Machine Learning</h2>
Expand All @@ -139,9 +137,10 @@ <h2 class="food-titile">Machine Learning</h2>
<p class="food-price">Price: &#8377; 250</p>
</div>
</div>

<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/qNT12" alt="" />
<img src="Images\React_JS.png" alt="error" />
</div>
<div class="food-description">
<h2 class="food-titile">React JS</h2>
Expand All @@ -152,9 +151,10 @@ <h2 class="food-titile">React JS</h2>
<p class="food-price">Price: &#8377; 250</p>
</div>
</div>

<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/gnEMS" alt="" />
<img src="Images\Flutter.png" alt="error" />
</div>
<div class="food-description">
<h2 class="food-titile">Flutter</h2>
Expand All @@ -165,9 +165,10 @@ <h2 class="food-titile">Flutter</h2>
<p class="food-price">Price: &#8377; 250</p>
</div>
</div>

<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/sxMV9" alt="" />
<img src="Images\MERN.jpeg" alt="error" />
</div>
<div class="food-description">
<h2 class="food-titile">MERN</h2>
Expand All @@ -178,9 +179,10 @@ <h2 class="food-titile">MERN</h2>
<p class="food-price">Price: &#8377; 250</p>
</div>
</div>

<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/fkquA" alt="" />
<img src="Images\Germany.jpg" alt="error" />
</div>
<div class="food-description">
<h2 class="food-titile">German</h2>
Expand Down