-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslidebar.html
149 lines (104 loc) · 5.26 KB
/
slidebar.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Gamja+Flower|Kosugi+Maru|Montserrat|Mukta|Open+Sans+Condensed:300|Oswald|PT+Sans|Roboto+Mono|Ruslan+Display|Slabo+27px|Ubuntu|lobster" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.li{
list-style-type: none;
font-size: xx-large;
}
.li{border-style: inset;
line-height:85px}
</style>
<link rel="stylesheet" href="Style.css">
</head>
<body id="table">
<div class="Main">
<ul>
<li>
<div id="mySidenav" class="sidenav">
<div id="white" href="javascript:void(0)">
<div id="closebtn" class="closebtn" onclick="closeNav()">×</div>
</div>
<div id="center" style="line-height:normal;"></div>
</div>
<span id="mainfaha" style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</li>
<li><a class="Menu" href="index.html">HOME</a></li>
<!-- <li class="Menu" id="li2"> -->
<li class="Menu" style="line-height:130px ">
<div class="dropdown" style="line-height:normal">CATEGORIES<br>
<i class="fa fa-caret-down"></i>
<div class="dropdown-content">
<a href='caterages/Men.html'>MEN</a>
<a href='caterages/women.html'>WOMEN</a>
<a href='caterages/shoes.html'>SHOES</a>
<a href='caterages/Glasses.html'>GLASSES</a>
<a href='caterages/watch.html'>WATHES</a>
<a href='caterages/Bag.html'>BAGS</a>
<a href='caterages/capes.html'>CAPS</a>
<a href='caterages/Jewelry.html'>JEWELLRY</a>
</div>
</div>
</li>
<li>
<a class="Menu" href="Contact.html" >CONTACT
</a>
</li>
<img src="black (1).jpg" alt="logomain" id="logo">
<li><a class="Menu" href="favourite.html" id="sup" style="height: 2%;"></a>
</li>
<!-- Here i will place labels after few day -->
<!-- <li id="li2" class="top">
FAHAD
<br>MEMON
</li> -->
<li><a class="Menu" href="">
DEALS</a>
</li>
<li><a class="Menu" href="About us.html">ABOUT
</a>
</li>
<li> <a class="Menu" id="if" href="login.html"></a></li>
</ul>
</div>
<ol>
<li class="li">Profile</li>
<li class="li" onclick="location.href='theme.html'" >Change Color</li>
<li class="li" onclick="location.href='Text_style.html'">Change Writing</li>
<li class="li">Adanvestion setting</li>
<li class="li" onclick="localStorage.removeItem('login'),alert('Your account has being Sigout')" >Sigout</li>
</ol>
<div id="end" style="background-color: black;color: white;">
<div class="secondEnd">
<h2>contact us</h2>
<p>
<b>PHONE NUMBER:</b>03**-*********</p>
<p>
<b>Tell Free:</b>021-*******</p>
<p>
<b>Email</b>Fa******4*g***.com</p>
</div>
<div class="thirdEnd">
<h2>Head Office</h2>
<p>XXXX---XXX</p>
</div>
<div class="fourEnd">
<a href='' class="fa fa-facebook"></a>
<a href='' class="fa fa-twitter"></a>
<a href='' class="fa fa-google"></a>
<a href='' class="fa fa-linkedin"></a>
<a href='' class="fa fa-youtube"></a>
<a href='' class="fa fa-instagram"></a>
<a href='' class="fa fa-skype" ></a>
<br>
</div>
</div>
</body>
<script src="js.js"></script>
</html>