-
Notifications
You must be signed in to change notification settings - Fork 0
/
productPage.html
142 lines (133 loc) · 6.64 KB
/
productPage.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
<!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>Trinity Fashion</title>
<link rel="stylesheet" href="./src/css/productPage.css">
<link rel="stylesheet" href="./src/css/mainMenu.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<header id="mainmenu">
<a href="homepage.html" class="homeLink"><img class = "logo" src="./src/resources/homepage/logo.png" alt="Logo" href="./homepage.html"></a>
<nav>
<ul class = "nav_links">
<li class = "menuList"><a href = "./productListPage.html?Category=socks">Socks</a>
<div class="dropdown-content">
<a href="./productListPage.html?Category=socks&filter=male">Mens</a>
<a href="./productListPage.html?Category=socks&filter=female">Womens</a>
<a href="./productListPage.html?Category=socks&filter=all">View All</a>
</div>
</li>
<li class = "menuList"><a href = "./productListPage.html?Category=hats">Hats</a>
<div class="dropdown-content">
<a href="./productListPage.html?Category=hats&filter=male">Mens</a>
<a href="./productListPage.html?Category=hats&filter=female">Womens</a>
<a href="./productListPage.html?Category=hats&filter=all">View All</a>
</div>
</li>
<li class = "menuList"><a href = "./productListPage.html?Category=shoes">Shoes</a>
<div class="dropdown-content">
<a href="./productListPage.html?Category=shoes&filter=male">Mens</a>
<a href="./productListPage.html?Category=shoes&filter=female">Womens</a>
<a href="./productListPage.html?Category=shoes&filter=all">View All</a>
</div>
</li>
<li class = "menuList"><a href = "./productListPage.html?Category=shirts">Shirts </a>
<div class="dropdown-content">
<a href="./productListPage.html?Category=shirts&filter=male">Mens</a>
<a href="./productListPage.html?Category=shirts&filter=female">Womens</a>
<a href="./productListPage.html?Category=shirts&filter=all">View All</a>
</div></li>
<li class = "menuList"><a href = "./productListPage.html?Category=pants">Pants </a>
<div class="dropdown-content">
<a href="./productListPage.html?Category=pants&filter=male">Mens</a>
<a href="./productListPage.html?Category=pants&filter=female">Womens</a>
<a href="./productListPage.html?Category=pants&filter=all">View All</a>
</div></li>
</ul>
</nav>
<nav>
<ul class ="cta">
<li class ="searchBarMovement"><input class="search" placeholder="Search For Items" id="search"></button></li>
<li class = "menuList"><a href="" id = "searchIconEnter"><button><img class="searchIcon"src="./src/resources/homepage/Vector-Search.png"></button></a></li>
<li class = "menuList"><a href="./cartPage.html"><button><img class = "cartIMG" src="./src/resources/homepage/cart.png"><span class = "ATCcounter" id="ATCcounter">0</span></button></a></li>
<li class = "menuList"><a href="./LoginPage.html"><img class = "pfpIMG"src="./src/resources/homepage/profile.png"></a>
<div class="dropdown-content">
<a>Login For Exclusive Content</a>
</div></li>
</ul>
</nav>
</header>
<div class="qnd">
<nav class="wrapper">
<ul class="quick_Nav">
<li class="clickable"><a class="bg" href = "./homepage.html">Home</a></li>
<li><a class="bg">/</a></li>
<li class="clickable"><a class="bg" id="category" href = "./productListPage.html">Category</a></li>
<li><a class="bg">/</a></li>
<li><a class="bg" id="Item_Name"></a></li>
</ul>
</nav>
</div>
<div class="wrapper">
<div class="item">
<a id="Item_Image"></a>
</div>
<div class="iteminfo">
<h1 class="itemname2" id="Item_Name2"></h1>
<ul class="itemsubandprice">
<li id="itemsubcategory"></li>
<li class="price" id="itemprice"></li>
</ul>
<div class="sizes" id = "sizes">
<div id="S" style="display:none;">
<input type="hidden" name="size" id="S1" >
<label for="S1">S</label>
</div>
<div id="M" style="display:none;">
<input type="hidden" name="size" id="M1">
<label for="M1">M</label>
</div>
<div id="L" style="display:none;">
<input type="hidden" name="size" id="L1">
<label for="L1">L</label>
</div>
<div id="XL" style="display:none;">
<input type="hidden" name="size" id="XL1">
<label for="XL1">XL</label>
</div>
</div>
<div>
<select id = "dropdown" class = "COLORS">
<option>--Select-A-Color--</option>
<option id ="white" value="white">white</option>
<option style="display:none;" id ="green" value="green">green</option>
<option style="display:none;" id ="black" value="black">black</option>
<option style="display:none;" id ="blue" value="blue">blue</option>
<option style="display:none;" id ="red" value="red">red</option>
</select>
</div>
<div class = "sizes">
<select style="display:none;" id = "dropdown1" class = "COLORS">
<option value="">--Select-A-Size--</option>
<option style="display:none;"id ="8" value="8">8</option>
<option style="display:none;" id ="8.5" value="8.5">8.5</option>
<option style="display:none;" id = "9" value="9">9</option>
<option style="display:none;" id ="9.5" value="9.5">9.5</option>
<option style="display:none;" id ="10" value="10">10</option>
<option style="display:none;" id ="10.5" value="10.5">10.5</option>
<option style="display:none;" id = "11" value="11">11</option>
<option style="display:none;" id ="11.5" value="11.5">11.5</option>
<option style="display:none;" id ="12" value="12">12</option>
<option style="display:none;" id ="12.5" value="12.5">12.5</option>
</select>
</div>
<a id = "ATC" name="ATC" class="add_to_cart">Add to Cart</a>
</div>
</div>
<script src="./src/javascript/productPage/main.js"></script>
</body>
</html>