-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex .html
92 lines (68 loc) · 2.29 KB
/
index .html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE HTML>
<html>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="web.css">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Fashion Girls </title>
</head>
<body class="back">
<section id="home">
<div class="container">
<div class="logo">
<h1>Fashion Girls</h1>
<h5>Where Every Girl Is A Fashionista</h5>
</div>
<div class="menu">
<ul class="meList">
<LI><a href="index .html">Home</a></LI>
<li><a href ="hobbies.html">Hobbies </a></li>
<!-- <ul>
<li ><a href ="#">ballet </a></li>
<li><a href ="#">sport </a></li>
</ul> -->
<li><a href ="normal.html">Dailywear </a></li>
<!-- <ul>
<li><a href ="#">formal</a></li>
<li><a href ="#">casual </a></li>
<DIV class="pic"><img align="left" class= "one"src="images.jpeg"></p></DIV>
</ul> -->
<li><A href = "cart.html">cart</A></li>
<Li><a href= "about us.html">About Us </a></Li>
<Li><a href= "mycurrentdesigns.html">New Collection </a></Li>
</ul>
</div>
</div>
<div class="abc">
<div class="text">
<h1> We At Fashion Girls Try To
Make all Girls Fashionistas.
This website Is<br>Selling The Best Designs That Our CEO Likes The Most.<br>She
is a Fashion Designer. Her Name is Jiya. <br><br>
Our Clothes comes in 2 Categories Hobbies and Dailywear.Our
Hobbies Clothing Category consists of clothes for various hobbies Like Dance and Other Sports activities
Our Dailywear Clothing Category consists of clothes for Casual And Formal wear.
</h1> </div>
</div>
</section>
<section id="prod page"></section>
<div class="countainer height">
<a href ="hobbies.html">
<div class="hobbies" >
</div>
</a>
<a href="normal.html">
<div class= normal-wear>
</div>
</a>
<section id="product"></section>
<section id= "cart"></section>
<script type="text/javascript">
var s = document.getElementById("searchbar")
var searchInput = document.getElementById("searchInput");
function search(){
searchInput.value = '';
}
</script>
</body>
</html>