Project Report
Project Report
Tezpur University
2024
Submitted by
Guided by-
Mr.Amit Dutta
Lab Assistant
DOEACC Training Program,Computer Center.
Tezpur University,Napam
Acknowledgement
At the very outset we express our thanks to all persons, whose support and
guidance has helped us in carrying out this project. We feel a deep sense of
pleasure of submitting this report on the project entitled "Online Food
Order".
Jugal Karki
Roshan Chamlagain
STUDENT PROJECT PROPOSAL
Roshan Chamlagain(1331370)
Mr.Amit Dutta
Student Name
Jugal Karki
Roshan Chamlagain
PROJECT PROFILE
Duration:- 2 Months
1. Introduction
3. System Requirement
7. Java script
10. References
INTRODUCTION
The pages are designed by using CSS and HTML codes like <p>,
<a>, <style>, <div>, <section> etc. One of the most important tag
is anchor tag or <a>, which is used to link from one page to
another. It is defined by the attribute href as the link's
destination.
Software Requirements:
• OS Used : Windows 10
(Internet Explorer,
Hardware Requirements:
RAM : 4GB
An HTML document has two main parts: the head and the body.
But firstly every HTML document should start by declaring that it
is an HTML document.
These tags are of the form:
<html>
Should appear at the beginning of the document.
</html>
Should appear at the end of the document.
Cascading Style Sheet (CSS)
Cascading Style Sheets (CSS) is a style sheet language
used for describing the presentation of a document written in a
language. Although most often used to set the visual style of web
pages and user interfaces written in HTML and XHTML, the language
can be applied to any XML document, including plain XML, SVG and
XUL, and is applicable to rendering in speech, or on other media.
Along with HTML and JavaScript, CSS is a cornerstone technology used
by most websites to create visually engaging WebPages, user
interfaces for web applications, and user interfaces for many mobile
applications.
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<header>
<div class="navbar">
<div class="logo"></div>
</div>
<div class="add-icon">
<p class="add-second">India</p>
</div>
</div>
<div class="nav-search">
<select class="search-select">
<option>All</option>
</select>
<div class="search-icon">
</div>
</div>
<p><spam>Hello,sign in</spam></p>
</div>
<p><spam>Order</spam></p>
<P class="nav-second">Track</P>
</div>
cart
</div>
</div>
<div class="panel">
<div class="panel-all">
All
</div>
<div>
<div class="panel-ops">
<p>Home</p>
<p>Menu</p>
<p>Order Now</p>
<p>Contact</p>
</div>
</div>
<div class="panel-deals">
</div>
</div>
</header>
<div class="hero-section">
<div class="hero-message">
</div>
</div>
<div class="shop-section">
<div class="box1 box">
<div class="box-content">
<p>120 RS</p>
</div>
</div>
<div class="box-content">
<h2>Biriyani</h2>
<p>150 RS</p>
</div>
</div>
<div class="box-content">
<h2>Pizza</h2>
<p>350 RS</p>
</div>
</div>
<div class="box4 box">
<div class="box-content">
<h2>Sandwich</h2>
<p>75 RS</p>
</div>
</div>
<div class="box-content">
<h2>Hot Dog</h2>
<p>90 RS</p>
</div>
</div>
<div class="box-content">
<p>125 RS</p>
</div>
</div>
<div class="box-content">
<h2>Burger</h2>
<p>65 RS</p>
</div>
</div>
<div class="box-content">
<h2>Fired Chiken</h2>
<p>200 RS</p>
</div>
</div>
</div>
<footer>
<div class="foot-panel1">
Back to top
</div>
<div class="foot-panel2">
<ul>
<a>Who We Are</a>
<a>Blog</a>
<a>Work With</a>
<a>Investor Relation</a>
<a>Report Fraud</a>
<a>Press Kit</a>
<a>Contact Us</a>
</ul>
<ul>
<p>FOR RESTURENT</p>
<a>For Enterprises</a>
</ul>
<ul>
<a>Blinkit</a>
<a>Feeding India</a>
<a>Hyperpure</a>
<a>FOODland</a>
</ul>
<ul>
<p> LEARN MORE</p>
<a>Privacy</a>
<a>Scurity</a>
<a>Terms</a>
<a>sitemap</a>
</ul>
</div>
<div class="foot-panel3">
<div class="logo"></div>
</div>
<div class="foot-panel4">
<a>By continuing past this page, you agree to our Terms of Service, Cookie Policy,
Privacy Policy and Content Policies.</a>
</div>
</footer>
</body>
</html>
css
*{
margin: 0;
font-family: Arial;
border: border-box;
.navbar{
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: space-evenly;
.nav-logo{
height: 50px;
width: 100px;
.logo{
background-image: url(logo.png);
background-size: cover;
height: 50px;
width: 100%;
.border{
.border:hover{
/** box2**/
.add-first {
color: #d5cecb;
font-size: 0.89rem;
margin-left: 16px;
.add-second {
font-size: 1rem;
margin-left: 4px;
.add-icon{
display: flex;
align-items: center;
}
.nav-search{
display: flex;
justify-content: space-evenly;
background-color: blue;
width:500px;
height: 40px;
border-radius: 3px;
.search-select{
background-color: aquamarine;
width: 50px;
text-align: center;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border: none;
.search-input{
width: 100%;
font-size: 1rem;
border: none;
.search-icon{
width: 45px;
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
background-color: yellowgreen;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
spam{
font-size: 0.7rem;
.nav-second{
font-size: 0.85rem;
font-weight: 700;
.nav-cart i{
font-size: 20px;
.nav-cart{
font-size: 1rem;
font-weight: 700;
}
.panel{
height: 40px;
background-color: black;
display: flex;
color: white;
align-items: center;
justify-content: space-evenly;
.panel-ops p {
display: inline;
margin-left: 100px;
.panel-ops {
font-size: 0.85rem;
.panel-deals{
font-size: 0.9rem;
font-weight: 700;
background-image: url(all.webp);
background-size: cover;
height: 350px;
display: flex;
justify-content: center;
align-items: flex-end;
.hero-message{
background-color: white;
color: black;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
width: 80%;
margin-bottom: 25px;
/**shop section**/
.shop-section{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
background-color: lightgreen;
.box{
height: 250px;
width: 23%;
background-color: white;
margin-top: 5px;
.box-img{
height: 200px;
background-size: cover;
background-repeat: no-repeat;
.box-content{
margin-left: 10px;
margin-right: 10px;
/**Foter**/
.footer{
margin-top: 20px;
.foot-panel1{
background-color: blue;
color: greenyellow;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
font-size: 0.8rem;
.foot-panel2{
display: flex;
background-color: cornsilk;
color: black;
height: 300px;
justify-content: space-evenly;
ul{
margin-top: 10px;
ul a{
display: block;
font-size: 0.85rem;
margin-top: 10px;
.foot-panel3{
background-color: cornsilk;
color: white;
height: 70px;
display: flex;
justify-content: space-evenly;
align-items: center;
.logo{
background-image: url(logo.png);
background-size: cover;
height: 50px;
width: 100px;
.foot-panel4{
background-color: greenyellow;
display: flex;
justify-content: center;
align-items: center;