-
Notifications
You must be signed in to change notification settings - Fork 0
/
VANS.html
239 lines (207 loc) · 7.27 KB
/
VANS.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html>
<title>Vans</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.w3-sidebar a {font-family: "Roboto", sans-serif}
body,h1,h2,h3,h4,h5,h6,.w3-wide {font-family: "Montserrat", sans-serif;}
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("images/bg.jpg");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
<!-- css for dropdown button -->
.navbar {
overflow: hidden;
background-color: #FFEBCD;
}
.navbar a {
float: right;
font-size: 16px;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: right;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: black;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #CD5C5C;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="index.html" class="w3-bar-item w3-button w3-wide">MMPD</a>
<!-- Right-sided navbar links -->
<div class="navbar">
<a href="ContactUs.html">CONTACT <i class="fa fa-envelope"></i></a>
<a href="aboutus.html">ABOUT US <i class="fa fa-user"></i></a>
<div class="dropdown">
<button class="dropbtn">SHOP BRAND
<i class="fa fa-shopping-cart"></i>
</button>
<div class="dropdown-content">
<a href="adidas.html">Adidas <i class="fa fa-cart-plus"></i></a>
<a href="Converse.html">Converse <i class="fa fa-cart-plus"></i></a>
<a href="nike.html">Nike <i class="fa fa-cart-plus"></i></a>
<a href="VANS.html">Vans <i class="fa fa-cart-plus"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Image header -->
<div class="w3-display-container w3-container">
<br><br><br>
<img src="images/bgVANS.jpg" alt="bgVANS" style="width:100%">
<div class="w3-display-topleft w3-text-white" style="padding:24px 48px"><br><br><br><br>
<h1 class="w3-jumbo w3-hide-small" style="color:black;">New arrivals</h1>
<h1 class="w3-hide-large w3-hide-medium">New arrivals</h1>
<h1 class="w3-hide-small" style="color:black;">COLLECTION 2021</h1>
<p><a href="#shoe" class="w3-button w3-black w3-padding-large w3-large">SHOP NOW</a></p>
</div>
</div>
<div class="w3-container w3-text-grey" id="shoe">
<p>8 items</p>
</div>
<!-- Product grid -->
<div class="w3-col l3 s6">
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn.jpg" style="width:100%">
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS OLD SKOOL <br><b>MYR260.00</b></p>
</div>
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn1.jpg" style="width:100%">
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS Comfycush Old Skool <br><b>MYR 359.00</b></p>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn2.jpg" style="width:100%">
<span class="w3-tag w3-display-topleft">New</span>
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS Old Skool Flame <br><b>MYR 260.00</b></p>
</div>
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn3.jpg" style="width:100%">
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS Old Skool Children<br><b>MYR 179.00</b></p>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn4.jpg" style="width:100%">
<span class="w3-tag w3-display-topleft">New</span>
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS x Kide Slip On<br><b>MYR 249.00</b></p>
</div>
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn5.jpg" style="width:100%">
<span class="w3-tag w3-display-topleft">Sale</span>
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS Old Skool Women's Cleopatra <br><b class="w3-text-red">MYR 179.00</b></p>
</div>
</div>
<div class="w3-col l3 s6">
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn6.jpg" style="width:100%">
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS Old Skool Velcro Infant<br><b>MYR 159.00</b></p>
</div>
<div class="w3-container">
<div class="w3-display-container">
<img src="images/vn7.jpg" style="width:100%">
<span class="w3-tag w3-display-topleft">Sale</span>
<div class="w3-display-middle w3-display-hover">
<a href="buynow.html"><button class="w3-button w3-black">Buy now <i class="fa fa-shopping-cart"></i></button></a>
</div>
</div>
<p>VANS Old Skool Stacked Women's<br><b class="w3-text-red">MYR 350.00</b></p>
</div>
</div>
</div>
<script>
</script>
</body>
</html>