0% found this document useful (0 votes)
66 views16 pages

Maharastrian Food

The document contains the code for the homepage of a Maharashtrian food website. It includes headings welcoming users and describing the site, navigation links, images, and text sections about the culture of Maharashtrian food and the address of the restaurant. Styling is done through CSS to set colors and formatting. The page aims to introduce users to Maharashtrian cuisine and culture.

Uploaded by

jaya bhutekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views16 pages

Maharastrian Food

The document contains the code for the homepage of a Maharashtrian food website. It includes headings welcoming users and describing the site, navigation links, images, and text sections about the culture of Maharashtrian food and the address of the restaurant. Styling is done through CSS to set colors and formatting. The page aims to introduce users to Maharashtrian cuisine and culture.

Uploaded by

jaya bhutekar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Home page

<!DOCTYPE html>
<html>
<head>
<title>home</titl
e> <style
type="text/css"> a {
font-size: 20px; text-
decoration: none;
padding: 20px 20px;

}
</style>
</head>
<body bgcolor="black">
<center><img src="logo.png" height="100" width="100"></center>
<center><h1 style="color:orange">Welcome To Our Maharashtra
foods
</h1></center>
<hr style="color: orange">
<center><h3 style="color: orange">It's shan of Maharashtra..<br>
Enjoy this amazing food's..<br>
Healthy and wealthy food is here <br>

</table>

<hr>
<marquee style="color: orange" behavior="alternate"
direction="right">Maharashriyan food</marquee>
<hr>
<br>
<br>

<table style="color: orange">

<tr>
<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/hotel.html"
style="color: orange">home</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/menu1.html"
style="color: orange">menu</a></th>
<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/cooks.html"
style="color: orange">our cooks</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/help.html"
style="color: orange">contact us</a></th>
</tr>

</table>
<h3 style="color: orange">about us: </h3>

<img src="hotel.JPG" height="300" width="600">


<h3 style="color: orange">
From the world-famous pav bhaji to the delicious poha, <br>
Maharashtra Food has a lot to offer. <br>
We love our culture .. <br>
And trying to save by it's foods. <br>
</h3>

<hr>
<h2 style="color: orange" >address:</h2>
<h3 style="color: orange">
India , Maharastra , Jalna , chaman , udhan complex 23453245
</h3>
<hr>
<h2 style="color: orange">
Thanks for vigiting our website..... <br>
Have a nice Day.....
</h2 >

</body>
</html>
Login page
<!DOCTYPE html>
<html>
<head>
<title>help and support</title>
<style
type="text/css"> a { font-
size: 20px; text-decoration:
none; padding: 20px 20px;

}
</style>
</head>
<body bgcolor="black">

<img src="help1.jpg">
<table style="color: orange">
<tr>
<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/hotel.html"
style="color: orange">home</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/menu1.html"
style="color: orange">menu</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/cooks.html"
style="color: orange">our cooks</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/help.html"
style="color: orange">contact us</a></th>

</tr>

</table>
<hr>
<h2 style="color: orange">Help & Support<h2>
<h3 style="color: orange">Let's take a step ahead and help
you better.</h3> <fieldset>
<br>
<br>
<br>
<h1 style="color:orange">Sign in with your Maharastriyan
food account</h1>
<label style="color: orange" for="srn">user name </label>
<input type="text" name=""> <br>
<br>
<label style="color:orange" for="password">password</label>
<input type="password" name="">
<br>
<br>

<label style="color:orange">submit</label>
<input type="submit" name="">
<br>
<br>
<center><a
href="file:///C:/Users/ABCD/Desktop/hotel/createNewAccount.html"
style="color:orange">create new account</a></center>
</fieldset>
</body>
</html>
Menu page
<html>
<head>
<meta name="viewport" content="width=device-width, initial-
scale=1">
<style>
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align:
middle;}
/* Slideshow container */
.slideshow-container { max-
width: 1000px; position:
relative; margin: auto;
}

/* Caption text */
.text { color:
orange; font-size:
15px; padding: 8px
12px; position:
absolute; bottom:
8px; width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */


.numbertext {

color: orange; font-


size: 12px; padding:
8px 12px; position:
absolute; top: 0;
}

/* The dots/bullets/indicators */
.dot { height: 15px;
width: 15px; margin: 0
2px; background-color:
orange; border-radius:
50%; display: inline-
block;
transition: background-color 0.6s
ease; }
.active { background-color:
#717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade; -webkit-
animation-duration: 1.5s; animation-
name: fade; animation-duration: 1.5s;
}
@-webkit-keyframes fade
{ from {opacity: .4}
to {opacity: 1} }

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

/* On smaller screens, decrease text size */


@media only screen and (max-width: 300px) {

.text { background-color:
orange;
font-size: 11px}
} a { font-size: 20px;
text-decoration: none;
padding: 20px 20px;

}
</style>
</head>
<body bgcolor="black">

<center><h2 style="color: orange">Our Menu</h2></center>


<hr>
<br>
<br>
<br>
<table style="color: orange padding:20px 20px">

<tr>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/hotel.html"
style="color: orange">home</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/menu1.html"
style="color: orange">menu</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/help.html"
style="color: orange">contact us</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/cooks.html"
style="color: orange">order</a></th>
<th><a href="#" style="color: orange"> our shef</a></th>
</tr>
</table>
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 15</div>
<img src="gulabjamun.JFIF" style="width:100%">
<div class="text">gulabjamun</div>
</div>

<div class="mySlides fade">


<div class="numbertext"> 2 / 15</div>
<img src="ladu.JFIF" width="800" height="500">
<div class="text">Ladu</div>
</div>

<div class="mySlides fade">


<div class="numbertext">3 / 15</div>
<img src="jalebi.JFIF" width="800" height="500">
<div class="text">jalebi</div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 15</div>
<img src="ab.JFIF" width="800" height="500">
<div class="text">samosa</div>
</div>

<div class="mySlides fade">


<div class="numbertext">5 / 15</div>
<img src="modk.JFIF" width="800" height="500">
<div class="text">Modak</div>
</div>

<div class="mySlides fade">


<div class="numbertext">6 / 15</div>
<img src="bhakrvai.JFIF" width="800" height="500">
<div class="text">bhakrvai</div>
</div>

<div class="mySlides fade">


<div class="numbertext">7 / 15</div>
<img src="chakli.JFIF" width="800" height="500">
<div class="text">chakli</div>
</div>

<div class="mySlides fade">


<div class="numbertext">8 / 15</div>
<img src="anarse.JFIF" width="800" height="500">
<div class="text">anarse</div>
</div>

<div class="mySlides fade">


<div class="numbertext">9 / 15</div>
<img src="carngi.JFIF" width="800" height="500">
<div class="text">carngi</div>
</div>

<div class="mySlides fade">


<div class="numbertext">10 / 15</div>
<img src="panipuri.JFIF" width="800" height="500">
<div class="text">panipuri</div>
</div>

<div class="mySlides fade">


<div class="numbertext">11 / 15</div>
<img src="shankarpale.JFIF" width="800" height="500">
<div class="text">shankarpale</div>
</div>

<div class="mySlides fade">


<div class="numbertext">12 / 15</div>
<img src="chivda.JFIF" width="800" height="500">
<div class="text">Chivda</div>
</div>

<div class="mySlides fade">


<div class="numbertext">13 / 15</div>
<img src="pavbhagi.JFIF" width="800" height="500">
<div class="text">pavbhagi</div>
</div>

<div class="mySlides fade">


<div class="numbertext">14 / 15</div>
<img src="shabudana.JFIF" width="800" height="500">
<div class="text">shabudana</div>
</div>

<div class="mySlides fade">


<div class="numbertext">15 / 15</div>
<img src="Thali.jpg" width="800" height="500">
<div class="text"> full thali</div>
</div>

</div>
<br>

<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>

<script> var
slideIndex = 0;
showSlides();

function showSlides() {
var i; var slides =
document.getElementsByClassName("mySlides"); var dots
= document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active",
"");
} slides[slideIndex-1].style.display =
"block"; dots[slideIndex-1].className += "
active";
setTimeout(showSlides, 2000); // Change image every 2 seconds
}
</script>
</body>
</html>
Cooks page

<!DOCTYPE html>
<html>
<head>
<title>cooks of maharastriyan food</title>
<style
type="text/css"> a {
font-size: 20px; text-
decoration: none;
padding: 20px 20px;

}
</style>
</head>
<body bgcolor="black">

<center> <h1 style="color:orange" > Information about


out cooks</h1></center>
<br>
<br>
<br>
<hr>
<br>
<br>
<table style="color: orange">

<tr>
<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/hotel.html"
style="color: orange">home</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/menu1.html"
style="color: orange">menu</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/cooks.html"
style="color: orange">our cooks</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/help.html"
style="color: orange">contact us</a></th>

</tr>
</table>
<br>
<br>
<br>
<center>
<table border="1" style="color:orange">
<tr>
<th>Sr. No.</th>
<th>Name</th>
<th>details</th>
<th>image</th>
</tr>
<tr>
<td>1.</td>
<td>Anand kolhe</td>
<td></td>
<td><img src="anada kolhe.jfif" height="100"
vspace="20"
hspace="20"></td>
</tr>
<tr>
<td>2.</td>
<td>Rahul Mohite</td>
<td></td>
<td><a
href="file:///C:/Users/ABCD/Desktop/hotel/help.html"><img
src="rahulmohite.jfif" height="100" vspace="20"
hspace="20"></a> </td>

</tr>
<tr>
<td>3.</td>
<td>Prakash Deshmukh</td>
<td></td>
<td><img src="prakash deshmukh.jpg" height="100"
vspace="20" hspace="20"></td>
</tr>
<tr>
<td>4.</td>
<td>Raghav jadhv</td>
<td></td>
<td><img src="raghav jadhv.jfif" height="130"
vspace="20"
hspace="20"></td>
</tr>
<tr>
<td>5.</td>
<td>Chef Parimal Sawant</td>
<td></td>
<td><img src="Chef Parimal Sawant.jpg"
height="120"
vspace="20" hspace="20"></td>

</tr>
</table>
</center>
</body>
</html>
Create new account

<!DOCTYPE html>
<html>
<head>
<title>help and support</title>
<style
type="text/css"> a { font-
size: 20px; text-decoration:
none; padding: 20px 20px;

}
</style>
</head>
<body bgcolor="black">

<img src="help1.jpg">
<table style="color: orange">

<tr>
<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/hotel.html"
style="color: orange">home</a></th>
<th><a href="file:///C:/Users/ABCD/Desktop/hotel/menu1.html"
style="color: orange">menu</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/cooks.html"
style="color: orange">our cooks</a></th>

<th><a
href="file:///C:/Users/ABCD/Desktop/hotel/help.html"
style="color: orange">contact us</a></th>

</tr>

</table>
<hr>
<h2 style="color: orange">Help & Support<h2>
<h3 style="color: orange">Let's take a step ahead and help
you better.</h3> <fieldset>
<br>
<br>
<br>
<h1 style="color:orange">Sign in with your Maharastriyan
food account</h1>
<label style="color: orange" for="srn">user name </label>
<input type="text" name=""> <br>
<br>
<label style="color:orange" for="password">password</label>
<input type="password" name="">
<br>
<br>

<label style="color:orange">submit</label>
<input type="submit" name="">
<br>
<br>
<center><a
href="file:///C:/Users/ABCD/Desktop/hotel/createNewAccount.html"
style="color:orange">create new account</a></center>
</fieldset>
</body>
</html>

You might also like