You are on page 1of 47

PROJECT REPORT

Om Exports Business Site

CENTRAL BOARD
OF
EDUCATION

Submitted By
Akshita Gupta

X-B
Under The Supervision of
Mr. Rajeev Khushwaha

DELHI PUBLIC SCHOOL ALIGARH.


2022-2023
Pre ace
Programming languages, paradigms and practices don’t
stand still very long. It often seems that the method and
techniques we applied yesterday are out of date today. Of
course, this rapid change is also one of the things that keep
programming existing. There is always something new on
the horizon.

Although I put a tot of effort and did my best in making this


project a success but I feel that there is scope of making
further improvements in it.

The project is developed for ARTIFICIAL


INTELLIGENCE . The project is built in HTML with CSS
in front END. It is easy to handle. Since the software is user
friendly so any one can use it efficiently.
Acknowledgement†
It is customary to preface such work as the present one without
formal acknowledgement of guidance and help received from
respected teachers but in fact these few words of thanks are not
sufficient to express grate fullness to our teachers.

At the outset, I would like to extend my heartfelt gratitude to


Mr. RAJEEV KUSHWAHA (project in charge) for his
wholehearted support .

A special thanks to my class teachers Mr. RAJEEV KUSHWAHA


for their help without which the project would not have been
completed .

I would also like to extend my thanks to honorable


Principal Mrs. ARTI JHA,
Delhi Public School Aligarh for guidance and encouragement
throughout my project. Last but not the least I would like to thanks
the affordable cooperation and companionship of my friends and
my parents.

At last the greatest of all I thank the ALMIGHTY for his blessing
and wishes that remains with me always.

( AKSHITA GUPTA )
DELHI PUBLIC SCHOOL
ALIGARH 2019-20
Department of Computer Science

CERTIFICATE
This is to certify that AKSHITA GUPTA of Class X B has prepared the report on
the project entitled “Om Exports Business Site”. The report is the result of his
effort & endeavors. The report is found worthy of acceptance as final project
report for the subject Computer Applications of Class X-B. He has prepared the
report under my guidance.

(Mr. RAJEEV KUSHWAHA)


TGT (Computer Science)
Department of Computer Science
Delhi Public School.
Aligarh U.P.
DECLARATION
I hereby declare that the project work entitled “Om Exports Business Site”,
submitted to Department of Computer Science,
DELHI PUBLIC SCHOOL ALIGARH U.P is prepared by me. All the
Coding, Graphic, work are result of my personal efforts.

Sign :-
Name:- AKSHITA GUPTA
Class X-B
Board Roll no:-
project
HTML -: It is a special document called HTML or
hypertext markup language .This language tells the
browser how to display text, picture and links on the
screen .It is a document layout and hyperlinks
specification language i.e a language used to design
the layout of a document and o specify the
hyperlinks .It support multimedia but it is not a word
processing tool .It is a standardized system for tagging
text files to achieve font, color, graphic and hyperlink
effect on WWW.

CSS-: A CSS rule is a single statement is a style sheet


that identifies what should be styled the selector and
how those styles should be applied the declaration. A
list of many css rule makes a style sheet.
Ch – 2 Coding Of HTML Project
Home page
<html>
<head> <title> Om Exports </title>
<style type = "text/css">
h1{font-family : cursive ; color : black }
h2{font-family : cursive ; color : blue }
li{font-family : cursive ;
list-style-position : outside}
h3{font-family : cursive ; color : black}
</style>
</head>
<body Bgcolor = "FOE68C" alink = "green"
vlink = "red" >
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> <b>HOME PAGE </b></h1>
</center>
</p>
<p>
<table CELLSPACING ="60" CELLPADDING = "40" border = "5" bgcolor = "F5DEB3">
<tr>
<td>
<A href = "homepage.html">
HOME PAGE </A>
</td>
<td>
<A href = "productpage.html">
PRODUCT PAGE </A>
</td>
<td>
<A href = "aboutuspage.html">
ABOUT US PAGE </A>
</td>
<td>
<A href = "contactuspage.html">
CONTACT US PAGE </A>
</td>
<td>
<A href = "description.html">
DESCRIPTION PAGE
</A>
</td>
</tr>
</table>
</p>
<center>
<center>
<h1> WELCOME TO OUR WEBSITE <h1>
</center>
<h2> <p>In Our website, you can see a variety of brass statues. </p>
Let's have Tutorial for our website -: <br>
<ul>
<p>
<li> <font color = "red"> ALL PAGES ARE LINKED WITH HOMEPAGE. </font></li>
</p>
<li> <font color = "red"> EACH PRODUCT HAS A SEPARATE PAGE, linked with product page and
homepage. </font></li>
<p>
<li> First is <font color = "red"> Homepage
</font>where u will get the access for the next pages. </li>
</p>
<li> Second is <font color = "red"> Product Page </font>, when u will open it, you will get access for our
products.
You have to click on the name of product to get the detailed information about that product.</li>
<p>
<li> Our Next Page is <font color = "red">
About Us Page </font> , where you can get infotmation about our organisation.
</p>
<li> Then we have <font color = "red">
Contact Us Page </font>, where u can fill the form for telling your demands hence, contacting us. </li>
<li> Then we have our <font color = "red"> Description Page </font>, where you can tell your views after
visiting our site. </li>
</ul>
<center>
<h3> Now You can Explore <br>
Few Samples our shown below -: </h3>
</center>
<p>
<table>
<tr>
<td> <img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_23243_web.whatsapp.com.jpeg" height = "200" width = "200"> </td>
<td> <img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_23139_web.whatsapp.com.jpeg" height = "200" width = "200"> </td>

<td> <img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_111240_web.whatsapp.com.jpeg" height = "200" width = "200"> </td>
<td> <img src = "C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 12.27.22 AM
(2).jpeg" height = "200" width = "200"> </td>
<td> <img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_2323_web.whatsapp.com.jpeg" height = "200" width = "200"> </td>
<td> <img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_2344_web.whatsapp.com.jpeg" height = "200" width = "250"> </td>
</tr>
</table>
</p>
<hr width = "100%" size = "5" color = "black"
</BODY>
</HTML>
PRODUCT PAGE
<html>
<head>
<title> Product Page </title>
<style type = "text/css">
h1{ font-family : cursive ; color = black ;
}
h2{ font-family : cursive ; color = black ;
text-align : center ; }
li{ text-transform : capitalise ;
letter spacing : 3px ; font-family : cursive;
list-style-position : inside }
</style>
</head>
<body bgcolor = "F0E68C" alink = "Green" vlink = "red">
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> PRODUCT PAGE <h1>
</center>
</p>

<h2>
<p>
Here You can get access to take a vision of our all products

<ol>
<p>
<li> <A href = "Ganeshji.html" >
<Img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_23454_web.whatsapp.com.jpeg"
Height = "350" width = "300" align = center >
Lord Ganesha Statues </A>
</p>
<p>
<li> <A href = "Goddessdurga.html" >
<Img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_22910_web.whatsapp.com.jpeg"
height = "400" width = "400" align = center >
Goddess Durga Statues </A>
</p>
<p>
<li> <A href = "animalstatue.html" >
<Img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_111410_web.whatsapp.com.jpeg" height = "400" width = "400" align = center >
Animal Statues </A>
</p>
<p>
<li> <A href = "gautambuddha.html" >
<Img src = "C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 12.27.21 AM.jpeg" height
= "400" width = "400" align = center >
Gautam Buddha Statues </A>
</p>

<p>
<li> <A href = "radhakrishna.html" >
<Img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_23220_web.whatsapp.com.jpeg" height = "400" width = "400" align = center >
Radha Krishna Statues </A>
</p>
</ol>

<CENTER>
<A href = "omexports.html>
BACK TO HOME PAG </A>
</CENTER>

<hr width="100%" size = "5" color = "black">

</body>
</html>
GANESH JI PAGE
<html>
<head>
<title> Ganesh Ji Statue </title>
<style type = "text/css">
h1{ font-family : cursive ; color = black ;
}
h2{ font-family : cursive ; color = black ;
text-align : center ; }
li{ text-transform : capitalise ;
letter spacing : 3px ; font-family : cursive;
list-style-position : inside }
</style>
</head>
<body bgcolor = "F0E68C">
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> LORD GANESHA <h1>
</center>
</p>
<h2>
<p>
LORD GANESHA brass statues are available in several figures with four types of additional specification which
are as follows -:
<ol>
<li> Gold Polishigng </li>
<li> Antique Polishing </li>
<li> Stone Work (Gold) </li>
<li> Stone Work (Antique)</li>
<li> Paint Work </li>
</ol>
</p>
<p>
You can see the four different types here -:
</p>
<p>
<ol>
<li> Gold polishing </li>
<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_23343_web.whatsapp.com.jpeg" >
</p>
<p>
<li> Antique Polishing </li>
<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_75652_web.whatsapp.com.jpeg"
align = center width = "350">
</p>
</ol>
<ol start = "3">
<p>
<ol start = "3">
<p>
<li> Stone work (Gold) </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_964_web.whatsapp.com.jpeg"


align = center width = "250" >
</p>
<p>
<li> Stone Work (Antique) </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_9810_web.whatsapp.com.jpeg"


align = center width = "270">
</p>
<p>
<li> Paint Work </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_23454_web.whatsapp.com.jpeg" >


</p>
</ol>
<p>
<A href = "productpage.html">
BACK TO PRODUCT PAGE
</A>
</p>
<A href = "homepage.html">
BACK TO HOMEPAGE
</A>

</body>
</html>
GODDESS DURGA
<html>
<head>
<title> Goddess Durga Statue </title>
<style type = "text/css">
h1{ font-family : cursive ; color = black ;
}
h2{ font-family : cursive ; color = black ;
text-align : center ; }
li{ text-transform : capitalise ;
letter spacing : 3px ; font-family : cursive;
list-style-position : inside }
</style>
</head>
<body bgcolor = "F0E68C" alink = “green” vlink = “red”>
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> GODDESS DURGA <h1>
</center>
</p>
<h2>
<p>
GODDESS DURGA's brass statues are available in several figures with two types of additional specification
which are as follows -:
<ol>
<li> Gold Polishigng </li>
<li> Antique Polishing </li>
</ol>
</p>
<p>
You can see the two different types here -:
</p>
<p>
<ol>
<li> Gold polishing </li>
<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_104112_web.whatsapp.com.jpeg"
>
</p>
<p>
<li> Antique Polishing </li>
<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_22910_web.whatsapp.com.jpeg"
align = center >
<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_104150_web.whatsapp.com.jpeg">

</p>
<p>
<p>
<li> More Designs </li>
<img src = "C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 12.27.23 AM.jpeg"
height = "450" width = "400">
<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_104214_web.whatsapp.com.jpeg">
</ol>
<A href ="productpage.html">
BACK TO PRODUCT PAGE </A>
<hr width="100%" size = "5" color = "black">

</body>
</html>
ANIMALS PAGE
<html>
<head>
<title> Animal Statues </title>
<style type = "text/css">
h1{ font-family : cursive ; color = black ;
}
h2{ font-family : cursive ; color = black ;
text-align : center ; }
li{ text-transform : capitalise ;
letter spacing : 3px ; font-family : cursive;
list-style-position : inside }
</style>
</head>
<body bgcolor = "F0E68C" alink = "green" vlink = "red" >
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> ANMAL STATUES <h1>
</center>
</p>
<h2>
<p>
We sells <u> ANIMAL STATUES </u>
of various animals like Cows, elephants,
Tigers, Bull Carts and many more terrestrial animals. </p>
Here, you can see our kinds of animal statues -:

<ol>
<li> Elephants </li>
<li> Tigers </li>
<li> Lions </li>
<li> Cows </li>
<li> Bull Carts </li>
</ol>
</p>
<p>
You can see the two different types here -:
</p>
<p>
<ol>
<li> Elephants </li>
<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_111321_web.whatsapp.com.jpeg"
>
</p>
<p>
<li> Tigers </li>
<li> Tigers </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_11132_web.whatsapp.com.jpeg" align = center >
</p>
<p>
<li> Lions </li>
<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_111348_web.whatsapp.com.jpeg">
</p>
<p>
<li> Cows </li>
<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_111410_web.whatsapp.com.jpeg">
</p>
<p>
<li> Bull Carts </li>

<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_111524_web.whatsapp.com.jpeg">

<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_111448_web.whatsapp.com.jpeg">

<img src = "C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_11157_web.whatsapp.com.jpeg">
</ol>
<p>
<A href = "productpage.html">
BACK TO PRODUCT PAGE </A>
</p>
<A href = "omexports.html">
BCAK TO HOME PAGE
</A>

<hr width="100%" size = "5" color = "black">

</body>
</html>
GAUTAM BUDDHA PAGE
<html>
<head>
<title> Gautam Buddha Statue </title>
<style type = "text/css">
h1{ font-family : cursive ; color = black ;
}
h2{ font-family : cursive ; color = black ;
text-align : center ; }
li{ text-transform : capitalise ;
letter spacing : 3px ; font-family : cursive;
list-style-position : inside }
</style>
</head>
<body bgcolor = "F0E68C" alink = "green" vlink = "red">
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> GAUTAM BUDDHA <h1>
</center>
</p>

<h2>
<p>
GAUTAM BUDDHA's brass statues are available in several figures with two types of additional
specification which are as follows -:

<ol>
<li> Gold Polishigng </li>
<li> Stone Work </li>

</ol>
</p>

<p>
You can see the two different types here -:
</p>
<p>
<ol>
<li> Gold polishing </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 12.27.22 AM (3).jpeg"


height ="400"
width = "450">
</p>
<p>
<li> Stone Work </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_111610_web.whatsapp.com.jpeg" >
</p>
<p>
</ol>
<h2>
<CENTER>
<p>
<A href ="productpage.html">
BACK TO PRODUCT PAGE </A>
</p>
<A href = "omexports.html">
BCAK TO HOME PAGE
</A>
</CENTER>
<hr width="100%" size = "5" color = "black">

<hr width="100%" size = "5" color = "black">

</body>
</html>
RADHA KRISHNA PAGE
<html>
<head>
<title> Radha Krishna Statues</title>
<style type = "text/css">
h1{ font-family : cursive ; color = black ;
}
h2{ font-family : cursive ; color = black ;
text-align : center ; }
li{ text-transform : capitalise ;
letter spacing : 3px ; font-family : cursive;
list-style-position : inside }
</style>
</head>
<body bgcolor = "F0E68C" alink = "green"
vlink ="red">
<p>
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width = "100%" height =
"20%">
</p>
<p>
<center>
<h1> RADHA KRISHNA STATUES <h1>
</center>
</p>
<h2>
<p>
RADHA KRISHNA's brass statues are available in several figures with two types of additional specification
which are as follows -:

<ol>
<li> Gold Polishigng </li>
<li> Stone Work </li>
</ol>
</p>
<p>
You can see the two different types here -:
</p>
<p>
<ol>
<li> Gold polishing </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-2022_23434_web.whatsapp.com.jpeg"


height ="400"
width = "450">
<p>
<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-
2022_23220_web.whatsapp.com.jpeg" >
</p>
<p>
<li> Stone Work </li>

<img src ="C:\Users\Lenovo\Desktop\practical file\Web capture_11-11-


2022_23514_web.whatsapp.com.jpeg" >
</p>
<p>
<li> More like/related this-: </li>
<img src ="C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 12.27.22 AM
(1).jpeg" width = "400"
height = "400">
</p>
<img src = "C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 12.27.23 AM
(1).jpeg" height ="400" width = "400">
<p>
<A href = "productpage.html">
BACK TO PRODUCT PAGE
</A>
</p>
<A href = "homepage.html">
BACK TO HOME PAGE
</A>

</ol>
<hr width="100%" size = "5" color = "black">

</body>
</html>
CONTACT US PAGE
<HTML>
<HEAD> <TITLE> Contact Us Page</TITLE>
<style type = "text/css">
h1{ font-family : cursive ; color : red}
h2{ font-family : cursive ; color : black}
</style>
</HEAD>
<BODY bgcolor ="F0E68C" alink = "green" vlink = "red">
<IMG src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png"
width = "100%"
height = "20%" / >
<P ALIGN = "Center">
<font color = "Red">
<CENTER><h1> Contact Us Page </h1></CENTER>
</font>
</P>
<CENTER>
<H2>
<FORM action = "mailto:ekansharya13@gmail.com" method = "post">
<p>
First Name :
<INPUT type = "text" name="first_name" />
</p>
Last Name :
<INPUT type = "text" name="last_name" />
</p>
<p>
Gender :
<INPUT type="radio" name ="gender" value="male" /> Male
<INPUT type="radio" name ="gender" value="female" /> Female
<INPUT type="radio" name ="gender" value="trans" /> Transgender
</p>
STATE :
<INPUT type = "text" name="STATE" />
<p>
CITY :
<INPUT type = "text" name="CITY" />
</p>
Email ID :
<INPUT type = "text" name="email_ID" />
</p>
Contact no. :
<INPUT type = "text" name="Contact_no."
/>
<p>
<INPUT type = "submit" name = "Submit" value = "Submit" />
<INPUT type = "reset" value = "Reset" />
</p>
</H2>
</CENTER>
</FORM>
<center>
<H2>
<A href = "omexports.html">
BACK TO HOME PAGE </A>
</h2>
</center>
<hr width = "100%" height = "5" color = "black">

</BODY>
</HTML>
DISCRIPTION PAGE

<HTML>
<HEAD> <TITLE> Description Page </TITLE>
<STYLE type = "text/css">
h1 , h2{font-family : cursive }
</style>
</HEAD>
<body bgcolor = "FOE68C" alink = "green"
vlink = "red" >
<img src = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" width =
"100%" height = "20%">
<center>
<h1> DESCRIPTION PAGE <h1>
<h2> Please Tell us your expirience after visiting our site in the description box
below-: <h2>
<form method ="post" action = "mailto:ekansharya13@gmail.com">
<TEXTAREA rows = "20" cols = "50" name = "description">
</TEXTAREA>
<p>
<INPUT type = "submit" name = "submit" value = "submit" />
<INPUT type = "reset" name = "reset" value = "reset" />
</p>
</form>
<CENTER>
<A href = "homepage.html">
BACK TO HOME PAGE
</A>
</CENTER>
<hr width = "100%" height = "5" color = "black">
</body>
</html>
ABOUT US PAGE

<HTML>
<HEAD> <TITLE> About us Page </TITLE>
<style type = "text/css">
h1{ font-family : cursive;
color : black}
h2{ font-family : cursive;
color : red}
h3{ font-family : cursive;
color : blue}
</style>
</HEAD>
<BODY bgcolor="F0E68C" >
<IMG SRC = "C:\Users\Lenovo\Desktop\practical file\OM EXPORTS LOGO.png" WIDTH="100%"
HEIGHT="20%" >
<CENTER>
<H1> About Us Page </H1>
</CENTER>
<h3> We are selling Brass Statues for more than 20 years. We have great knowledge about all the
materialistic needs related to our work. We are working with the workers who are experts in their work
like belding, polishing, pebble art, moulding etc. We always ensure that there is no fault in each and
every stages of devloping of our statues. We transport our goods to almost every part of India, like from
Uttar Pradesh to West bengal, gujrat, maharshtra and any more places. We also sell our goods cheaper
than the prices in various malls and culutural stores. Our priority is that, our client does'nt have eccentric
feelings for us and our products.
</h3>
<hr width="100%" size = "5" color = "black">
<IMG src = "C:\Users\Lenovo\Desktop\practical file\WhatsApp Image 2022-11-11 at 3.04.14 AM.jpeg"
width = "400" height = "300" align = right>
<p>
<h1> Frequently Asked Questions (FAQs) -:
</p>
<h1>
<h2>
Q1- what is the price of the base varient ? <br>
<h2>
<h3>
Ans - Our base prices starts from 550/kg and it increases according to the weight.
</h3>
<h2>
Q2 - What kind of Statues do you make ?
<h2>
<h3>
Ans- We make statues of idols, gods, animals and several handicrafts.
<h3>
<h2>
Q3 - what is the maximum and minimum weight ranges in your business?
<h2>
<h3>
Ans - It usually depends on the needs of our customers. we can sell items from 20g to
2000kg or more as per the customer's needs.
<h3>
<h2>
Q4 - How much time you take for the delivery ?
<h2>
<h3>
Ans - It depends on te quantity of goods purchased by the customer. if the quantitiy of
goods purchased is less, transport will be also fast and if thw quantity of purchased
goods is more it will take time accordingly.
<h3>
<A href = "omexports.html">
BCAK TO HOME PAGE
</A>

<hr width="100%" size = "5" color = "black">

</BODY>
</HTML>
HOME PAGE
PRODUCT PAGE
GANESH JI PAGE
GODDESS DURGA PAGE
ANIMAL STATUE PAGE
GAUTAM BUDDHA PAGE
RADHA KRISHNA PAGE
CONTACT US PAGE
DECSRIPTION PAGE
I HAVE
DONE
THIS
PROJECT
WITH
THE HELP
OF MY
PARENTS,
TEACHERS
AND
FRIENDS.
I HAVE
USED -:
STUDENT NAME -: EKANSH ARYA GUPTA
BOARD ROLL NO. - : ___________________

STUDENT NAME -: AKSHITA GUPTA


BOARD ROLL NO. - : ___________________

STUDENT NAME -: KRITIKA SAXENA


BOARD ROLL NO. - : ___________________

You might also like