-
Notifications
You must be signed in to change notification settings - Fork 1
/
bootes.html
82 lines (70 loc) · 3.12 KB
/
bootes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mens Boots | Nordstrom</title>
<link rel="stylesheet" href="./boots.css">
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="./footer.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<script src="https://kit.fontawesome.com/24c494a6b6.js"crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbar_sd"></div>
<section id="activeware">
<div id="location_sd">
<p>Home /</p>
<p>Men /</p>
<p>Shoes /</p>
<p>Boots /</p>
</div>
<div id="cont_sd">
<div id="sidebar">
<h3>Size <i class="bi bi-plus-lg"></i></h3>
<h3>Color <i class="bi bi-plus-lg"></i></h3>
<h3>Brand <i class="bi bi-plus-lg"></i></h3>
<h3>Feature <i class="bi bi-plus-lg"></i></h3>
<h3>Hell Height <i class="bi bi-plus-lg"></i></h3>
<h3>Material <i class="bi bi-plus-lg"></i></h3>
<h3>Occasion <i class="bi bi-plus-lg"></i></h3>
<h3>Price <i class="bi bi-plus-lg"></i></h3>
<h3>Sale <i class="bi bi-plus-lg"></i></h3>
<h3>Style <i class="bi bi-plus-lg"></i></h3>
<h3>Width <i class="bi bi-plus-lg"></i></h3>
</div>
<div id="act_items">
<h2>Men's Boots</h2>
<div id="sub_menu_sd" >
<h3>All Boots</h3>
<h3>Dress</h3>
<h3>Chelsea</h3>
<h3>Chukka</h3>
<h3>Rain & Waterproof</h3>
<h3>Snow & Winter</h3>
<h3>Sweatshirts & Hoodies </h3>
</div>
<hr id="hr_sd">
<div id="sort_items_sd" >
<p>36 items</p>
<select name="" id="sort_opt">
<option value="">Sort by feature</option>
<option value="">Sort by customer rating</option>
<option value="new">Sort by newest</option>
<option value="">Sort by percent off</option>
<option value="htl">Sort by price: high to low</option>
<option value="lth">Sort by price: low to high</option>
</select>
</div>
<div id="append_items_sd">
</div>
</div>
</div>
</section>
<div id="footer_sd"></div>
</body>
</html>
<script src="./boots.js" type="module"></script>