Sie sind auf Seite 1von 24

Project Report

ON

Hardware Store Website

SUBMITTED IN PARTIAL FULFILLMENT FOR THE


AWARD OF THE
DEGREE OF BACHELOR OF BUSINESS
ADMINISTRATION 2014-2017
UNDER THE GUIDANCE OF
Dr. Renu Vashisth
(Associate Professor)
SUBMITTED BY:
Ashish Dhingra (01117701814)

Vivekananda School of Business Studies


Vivekananda Institute of Professional Studies
AU Block (Outer Ring Road) Pitampura
Delhi 110034

DECLARATION
I here by declare that the following documented project report titled
HARDWARE STORE WEBSITE is an authentic work done by me and group
members.
The project was undertaken as a part of the course curriculum of B.B.A.
programme, Vivekananda School of Business Studies, Pitampura.

ASHISH DHINGRA

Signature

CERTIFICATE

This is to certify that the project titled HARDWARE STORE WEBSITE is an academic
work done by Ashish Dhingra submitted in the partial fulfillment of the requirement for the
award of the degree of Bachelor of Business Administration (BBA) from Vivekananda
Institute of Professional Studies, Vivekananda School of Business Studies, New Delhi., under
my guidance & direction. To the best of my knowledge and belief the data & information
presented by her in the project has not been submitted earlier.

Dr. Renu Vashisth

Signature

Coding and
their
screenshots of
webpages

HOMEPAGE:
CODING AND
SCREENSHOTS

Home Page

Coding
<html>
<head>
<title> CJY Hardware Store</title>
</head>
<body >
<font color="blue" face="AR CHRISTY" size="+3" > <h1> CJY Hardware
Store </h1> </font>
<img src="C:\Users\rohan laptop\Downloads\products.jpg" height="150"
width="350" align="center">
<br>
<br>
<font color="brown" face="algerian" size="+1"> b>We are your local
helpful hardware store for all your home improvement and
repair needs. From everyday items like batteries and light
bulbs, to special, hard-to-find items. CJY Hardware is your onestop shopping place. You can't beat our prices and our personal
home-town service. We also specialize in special-ordering items
from a vast array of goods.We carry quality power and hand
tools from companies like Stanley, DeWalt, Black & Decker and
Skil. We can make any interior, exterior, wall or trim paint or
stain from our quality line of Valspar, Laura Ashley & Rustoleum
paints and Cabot, Penofin, Minwax & Varathane stains. We carry
a large line of power equipment: lawn mowers, tractors, snow
blowers, chain saws, trimmers, blowers, just to mention a few.
No one around can beat our selection of nails, screws, bolts,
nuts and all other hardware. We have what you need.
</font>
<hr>
7

<img src="C:\Users\rohan laptop\Downloads\banner.jpg" height="150"


width="1000" align="right">
<h2><font color="crimson" face="narkisim">LINKS </font> </h2>
<h4>
<ul type="square">
<li><a href="C:\Users\rohan laptop\Desktop\CA Practical\Project\about
us.html">About Us</a></li>
<li><a href="C:\Users\rohan laptop\Desktop\CA
Practical\Project\products.html" >Products</a></li>
<li><a href="C:\Users\rohan laptop\Desktop\CA
Practical\Project\contactus.html">Contact Us</a></li>
</ul>
</h4>
<br>
<br>
<hr>
<marquee bgcolor="yellow" behavior="alternate"><h2> EXTRA DISCOUNT
ON BULK ORDERS</h2></marquee>
<hr>
</body>
</html>

ABOUT US:
CODING AND
SCREENSHOTS

About Us
9

10

Coding
<html>
<head>
<title> About Us </title>
</head>
<body>
<marquee><h1><font color="red" face="monotype corsiva" > ABOUT US
</font></h1></marquee>
<hr>
<img src="images.jpg" >
<p> <font "face="Century" size=4> CJY Hardware, started in 2014. Over the
years it has grown to be a full service hardware store for all your home &
garden needs. From the typical nuts & bolts, to plumbing, paint and power
tools. We have a full shop in our lower level where we work on all types of
power equipment, do our screen & window repair and other labor. We do
surprise many new customers on just how diverse our product selection has
become. And if you can't find the item here in our store, we will gladly special
order it for you.
</font> </p>
<hr>
<h2><a href="C:\Users\rohan laptop\Desktop\CA
Practical\Project\homepage.html">Back to Home Page</a></h2>
<hr>
<h3><a href="www.facebook.com">Connect with Us on Facebook</a></h3>
</body>
</html>
11

12

PRODUCTS:
CODING AND
SCREENSHOTS

Products

13

14

Coding
<html>
15

<head>
<title>Products</title>
</head>
<body background="C:\Users\rohan laptop\Downloads\grey.jpg">
<h1 align="center"><font color="crimson" size="10" face="AR
CHRISTY"><b> PRODUCTS</b> </font></h1>
<hr>
<marquee behaviour="alternate"> <h2><font color="brown" size="+4"
face="AR CHRISTY" > PRODUCTS YOU CAN
TRUST</font></h2></marquee>
<ul><font color="blue">
<li><b>Bathroom fittings</li>
<br>
<ol><font color="green">
<li>Toilets</li>
<img src="C:\Users\rohan laptop\Downloads\toilets.jpg"height="150"
width="250">
<br>
<br>
<li>Taps and Shower Fittings </li>
<img src="C:\Users\rohan laptop\Downloads\Taps.jpg"height="150"
width="250">
<br>
<br>
16

<li>TOWEL HANGERS</li>
<img src="freshome._com_2010_05_03_elegant-wooden-towel-hanger-milan2010_.jpg"height="150" width="250">
<br>
<hr>
</ol>
<font color="blue"> <li>FURNITURES </li>
<br>
<ol><font color="green">
<li>SOFAS</li>
<img src="download.jpg"height="150" width="250">
<br>
<br>
<li>DINING TABLES</li>
<img src="download (1).jpg"height="150" width="250">
<br>
<br>
<li>STUDY TABLES</li>
<img src="images (1).jpg"height="150" width="250">
<br>
<hr>
</ol>
17

<font color="blue"><li>TOOLS AND HARDWARE</li>


<br>
<ol><font color="green">
<li>DRILL MACHINE</li>
<img src="images (2).jpg"height="150" width="250">
<br>
<br>
<li>SCREW DRIVERS</li>
<img src="images.png"height="150" width="250">
<br>
<br>
<li>HAMMERS</li>
<img src="images (3).jpg"height="150" width="250">
<br>
<br>
<h2><a href="C:\Users\rohan laptop\Desktop\CA
Practical\Project\homepage.html"><font color="blue">Back to Home
Page</font></a></h2>
<hr>
</body>
</html>

18

19

CONTACT US:
CODING AND
SCREENSHOTS

Contact Us
20

Coding
21

<html>
<head>
<title>Contact Us</title>
</head>
<h1 align="left"><img src="images (1).jpg " height="200" width="800">
<body>
<hr>
<h1>
<font color="maroon" size="5"> <b>How to Contact CJY Hardware
Store</b></font>
</h1>
<font size="4">We want to hear from you! Please direct your queries according
to these guidelines for a prompt reply.</font>
<br>
<h2>
<font color="maroon" size="5"><b>If you have a Hardware problem that needs
solving. </b></font>
</h2>
<font size="4">Consider posting your question in our user forums; our
thousands of members can help. Sign up here; it's free
www.ishancomputerstore.com. </font>
<br>
<h3>
<font color="maroon" size="5"><b>For advertising inquiries... </b> </font>
</h3>
<font size="4">For detailed rate information and custom quotes, please contact
our Sales Department at ads@ishancomputerstore.com or 9717677689. </font>
<br>
22

<h4>
<font color="maroon" size="5"> <b>Our general contact information... </b>
</font>
</h4>
<font size="4">CJY Hardware Store, <br>
Star Tower, 11th Floor, <br>
Nehru Place, New Delhi - 110087 <br>
(011)(48483131); 212-503-5000 (fax)
<h5>
<a href="C:\Users\rohan laptop\Desktop\CA
Practical\Project\homepage.html"><font color="blue">Back to Home
Page</font></a>
</h5>
</body>
</html>

23

Bibliography
http://www.w3schools.com/
http://www.tutorialspoint.com/html/
http://www.htmlcodetutorial.com/
https://en.wikipedia.org

24

Das könnte Ihnen auch gefallen