Skip to content

Commit

Permalink
Assignment done
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithhadi committed Mar 19, 2024
0 parents commit d3ab3e4
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<style>
body{
background: #90EE90;
}
</style>
</head>
<body>
<table width="100" align="center">
<tr>
<td><img src="logo.png" height="200px" width="200px"></td>
<td><a href="index.html">Home</a></td>
<td><a href="contact.html">Contact</a></td>
<td><a href="about.html">About</a></td>
</tr>
</table>
<hr>
<center><img src="dahi bare.jpg" width="600px" height="400px">
<br>
<h2>Dahi bare</h2>
<br><br><br>
<img src="pastry.jpg" width="600px" height="400px">
<br><h2>Butter pastry</h2></center>



</body>
</html>
Binary file added bakery-products.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact us</title>
<style>
body{
background: #90EE90;
}
</style>
</head>
<body>
<table width="100" align="center">
<tr>
<td><img src="logo.png" height="200px" width="200px"></td>
<td><a href="index.html">Home</a></td>
<td><a href="contact.html">Contact</a></td>
<td><a href="about.html">About</a></td>
</tr>
</table>
<hr>
<center><h1>Your information</h1>
<table>
<form>
<tr>
<b><td>Your full name</td>
<td><input type="text"></td></b>
</tr>
<tr>
<b><td>Phone</td>
<td><select>
<option>+92</option>
<option>+91</option>
<option>+44</option>
<option>+1</option>
</select>&nbsp;
<input type="number"></td></b>
</tr>
<tr>
<b><td>Your email</td>
<td><input type="email"></td></b>
</tr>
<tr><td><a href="thnks.html">Submit</a></td></tr>
</form>
</table>
<h1>My information</h1>
<table>
<tr>
<td><img src="phot1.png"></td>
</tr>
<tr>
<b><td align="center"><h2>Abdul hadi 2237</h2></td></b>
</tr>
</table>
</center>
</body>
</html>
Binary file added dahi bare.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>sweet bakers</title>
<style>
body{
background: #90EE90;
}
</style>
</head>
<body>
<table width="100" align="center">
<tr>
<td><img src="logo.png" height="200px" width="200px"></td>
<td><a href="index.html">Home</a></td>
<td><a href="contact.html">Contact</a></td>
<td><a href="about.html">About</a></td>
</tr>
</table>
<hr>
<img src="BHG-milk-bread-4CdeIL1uKGyB5ryU8J_EED-aaa76729c86a413ca7500029edba79f0.jpg" width="100%">
<br><br><br><br><br>
<table align="center">
<tr>
<td><img src="bakery-products.jpg" height="350px" width="450px" id="bakery"></td>
<tr><td><h2>Sweet bakers</h2></td></tr>
<tr>
<td><p>
A bakery is a haven of aromas, warmth, and culinary delights. <br> Stepping into a bakery, one is greeted by the enticing scent of freshly baked bread, pastries, and cakes. <br> The display cases are adorned with an array of tempting treats, from flaky croissants to decadent chocolate éclairs. <br> The skilled artisans behind the counter craft each item with precision and passion, using time-honored recipes passed down through generations. <br> Whether it's a crusty baguette for a morning breakfast, a delicate macaron for a sweet indulgence, or a custom-decorated cake for a special occasion, <br> the bakery offers a symphony of flavors to tantalize the taste buds. <br></p></td>
</tr>

</tr>
<tr>
<td><a href="about.html"><button>About us</button></a></td>
</tr>
</table>
</body>
</html>
Binary file added logo.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 pastry.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 phot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions thnks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Customer satisfaction</title>
</head>
<body>
<center><h1>Thankyou! for filling the form</h1></center>
</body>
</html>

0 comments on commit d3ab3e4

Please sign in to comment.