0% found this document useful (0 votes)
5 views

Developers Guide 2

HTML, power cement report

Uploaded by

Sana khan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Developers Guide 2

HTML, power cement report

Uploaded by

Sana khan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 19

DREAM WEAVER E-PROJECT

INDEX
Acknowledgement……………………………………3
Objectives……………………………………………….4
Introduction To Madam Boutique………………5
Flowchart……………………………………………….6
Gallery…………………………………………………..7
Requirements Specification………………………..8
.Hardware Requirement……………………...8
.Software Requirement………………………..8
Table……………………………………………………..9
Source Code………………………………………10-75
.
Acknowledgement

We r thanks full to almighty Allah that by his grace


we have been success full we r presenting madam
bouquet. We have tried our best to take all brands
so that this project may become comprehensive.
This is our first year semester E project. We have
tried our best and struggled for a better outlook to
become. This project is about bouquet and all its
brands so that people come to know about new
and unique brands.
We earnestly hope that this project will provide all
the necessary information required for the
customer to fulfill their inspiration. However
suggestion for improvement of the project will be
thankful received and acknowledge.
Objectives

 Working application
 Source code
 Compiled code
 E-Project report
Eproject report should be comprise
 Acknowledgement
 Eproject synopsis
 Eproject analysis
 Eproject design
 Screen shots
 Source code with comment
INTRODUCTION

Madam Boutique
Madam’s Boutique is the leading store of branded and designer clothes for
women. The boutique has tie up with various designers whose collection is
on their display. Also different apparel, accessories collection is also
available with the store. The website must be designed for this boutique
showing the collection of clothing of various brands, designer, unstitched
garments.
Flow Chart
Gallery:
In gallery option you can get to see clothing and
accessories of different brands and different prices.
In gallery you can get different brands of clutches
and also jewelry of different styles. It also contains
some outfits for women.
Hardware/Software Requirements

HARDWARE:

 A minimum computer system that will help you


access all the tools in the courses is a Pentium 166 or
better
 64 Megabytes of RAM or better

SOFTWARE:

.windows operating system


.internet explorer/Google chrome/Mozilla Firefox.
TABLE
Program used for making e-project:

FOR: PROGRAM:

Source program Dreamweaver


Material searching Google chrome
Guide MS word
Coding Notepad
Source code
Home page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<meta name="description" content="" />

<meta name="keywords" content="" />

<title>Madam Boutique</title>

<link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>

<link rel="stylesheet" type="text/css" href="fwt.css" />

<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>

<script type="text/javascript" src="js/jquery.slidertron-0.3.1.js"></script>

<script type="text/javascript" src="js/jquery.dropotron-1.0.js"></script>

<script type="text/javascript" src="js/init.js"></script>

</head>

<body>

<div id="wrapper">

<div id="header">

<div id="logo">

<h1><a href="#">Madam <span>Boutique</span></a></h1>

</div>

<div id="nav">

<ul id="dropmenu">

<li class="first current">

<a href="index.html">Home</a>

</li>
<li>

<a href="#">Gallery</a>

<ul>

<li><a href="#">Accessories ></a>

<ul>

<li><a href="bag.html"> Clutches</a></li>

<li><a href="jewellery.html"> Jewellery</a></li>

<li><a href="shoes.html"> Shoes ></a>

<ul>

<li><a href="#"> Men ></a>

<ul>

<li><a href="bata.html"> Bata</a></li>

<li><a href="nike.html"> Nike</a></li>

<li><a href="service.html"> Service</a></li>

</ul>

</li>

<li><a href="#"> Women ></a>

<ul>

<li><a href="aerosoft.html"> Aerosoft</a></li>

<li><a href="metro.html"> Metro</a></li>

<li><a href="stylo.html"> Stylo</a></li>

</ul>

</li>

</ul>

</li>

</ul>

</li>
<li><a href="#">Clothing ></a>

<ul>

<li><a href="alkaram.html"> AlKaram</a></li>

<li><a href="asimjofa.html"> Asim Jofa</a></li>

<li><a href="strawberry.html"> Strawberry</a></li>

<li><a href="zainab.html"> Zainab Chottani</a></li>

</ul>

</li>

<li><a href="hitcollection.html">Hit Collection</a></li>

</ul>

</li>

<li>

<a href="contactus.html">Contact Us</a>

</li>

<li class="last">

<a href="aboutus.html">About Us</a>

</li>

</ul>

<br class="clear" />

</div>

</div>

<!-- END HEADER -->

<div id="page">

<div id="slidertron">

<div class="viewer">

<div class="reel">

<div class="slide">
<a href="alkaram.html"><img
src="images/ak.jpg" alt="" width="100%"></a>

</div>

<div class="slide">

<a href="asimjofa.html"><img
src="images/as.jpg" alt="" width="100%"></a>

</div>

<div class="slide">

<a href="strawberry.html"><img
src="images/st.jpg" alt="" width="100%"></a>

</div>

<div class="slide">

<a href="zainab.html"><img
src="images/z1.jpg" alt="" width="100%"></a>

</div>

</div>

</div>

<div class="indicator">

<ul>
<li class="active">1</li>

<li>2</li>

<li>3</li>

<li>4</li>

</ul>

<br class="clear" />

</div>

<div class="captionLine1"></div>

<div class="captionLine2"></div>

</div>

<script type="text/javascript">

$('#slidertron').slidertron({

viewerSelector: '.viewer',

reelSelector: '.viewer .reel',

slidesSelector: '.viewer .reel .slide',

indicatorSelector: '.indicator ul li',

navPreviousSelector: '.previous',

navNextSelector: '.next',

navFirstSelector: '.first',

navLastSelector: '.last',

navStopAdvanceSelector: '.stop',

navPlayAdvanceSelector: '.play',

advanceDelay: 3000,

speed: 'slow'

});

</script>

<br class="clear" />

<!-- END SLIDER -->

</div>

<!-- END PAGE -->

<div id="products">
<ul>

<li><img src="images/b2.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/wke1420_1_.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/b4.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/bg10.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/jy10.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/b3.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/sc3.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/mt8.jpg" width="300" height="300" alt="" /></li>

<li><img src="images/n9.jpg" width="300" height="300" alt="" /></li>

</ul>

<br class="clear" />

</div>

</div>

<!-- END WRAPPER -->

<div id="footer">

</div>

<div id="copyright">

Madam Boutique.&copy; All Rights Reserved.

</div>

</body

</html>

Contact Us:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<meta name="description" content="" />


<meta name="keywords" content="" />

<title> Contact Us</title>

<link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'>

<link rel="stylesheet" type="text/css" href="fwt.css" />

<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>

<script type="text/javascript" src="js/jquery.slidertron-0.3.1.js"></script>

<script type="text/javascript" src="js/jquery.dropotron-1.0.js"></script>

<script type="text/javascript" src="js/init.js"></script>

</head>

<body>

<div id="wrapper">

<div id="header">

<div id="logo">

<h1><a href="#">Madam <span>Boutique</span></a></h1>

</div>

<div id="nav">

<ul id="dropmenu">

<li class="first current">

<a href="index.html">Home</a>

</li>

<li>

<a href="#">Gallery</a>

<ul>

<li><a href="#">Accessories ></a>

<ul>

<li><a href="bag.html"> Clutches</a></li>

<li><a href="jewellery.html"> Jewellery</a></li>

<li><a href="shoes.html"> Shoes ></a>

<ul>
<li><a href="#"> Men ></a>

<ul>

<li><a href="bata.html"> Bata</a></li>

<li><a href="nike.html"> Nike</a></li>

<li><a href="service.html"> Service</a></li>

</ul>

</li>

<li><a href="#"> Women ></a>

<ul>

<li><a href="aerosoft.html"> Aerosoft</a></li>

<li><a href="metro.html"> Metro</a></li>

<li><a href="stylo.html"> Stylo</a></li>

</ul>

</li>

</ul>

</li>

</ul>

</li>

<li><a href="#">Clothing ></a>

<ul>

<li><a href="alkaram.html"> AlKaram</a></li>

<li><a href="asimjofa.html"> Asim Jofa</a></li>

<li><a href="strawberry.html"> Strawberry</a></li>


<li><a href="zainab.html"> Zainab Chottani</a></li>

</ul>

</li>

<li><a href="hitcollection.html">Hit Collection</a></li>

</ul>

</li>

<li>

<a href="contactus.html">Contact Us</a>

</li>

<li class="last">

<a href="aboutus.html">About Us</a>

</li>

</ul>

<br class="clear" />

</div>

</div>

<!-- END HEADER -->

<!-- END PAGE -->

<div id="products">

<p>email - [email protected] </br>

location - Chandigarh, India.</p>

<iframe width="100%" height="400 !important" src="geolocation.html"> </iframe>

<br class="clear" />

</div>

</div>

<!-- END WRAPPER -->

<div id="footer">

</div>
<div id="copyright">

Madam Boutique.&copy; All Rights Reserved.

</div>

</body>

</html>

You might also like