-
Notifications
You must be signed in to change notification settings - Fork 0
/
headset.html
220 lines (196 loc) · 10.5 KB
/
headset.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Headset catalog</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/album/">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="./index.js"></script>
<link href="./styles.css" rel="stylesheet">
<script src="./headset.js"></script>
<!-- Bootstrap core CSS -->
<link href="./bootstrap-5.0.2-examples/assets/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
a {
text-decoration: none;
}
.hov
{
color: white;
}
.hov:hover
{
color: black;
background-color: white;
}
</style>
</head>
<body>
<header>
<div class="collapse bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4 class="text-white">About</h4>
<p class="text-muted">This website was created by Alex Herting and Ter Xun. We are both students in Com S 319, currently learning about HTML, CSS, and JavaScript. We hope to exand our knowlodge in this field and to make a fully responsive webpage for professional use. </p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">Contact</h4>
<ul class="list-unstyled">
<li><a href="https://twitter.com/home?lang=en" class="hov">Follow on Twitter</a></li>
<li><a href="https://www.facebook.com/" class="hov">Like on Facebook</a></li>
<li><a href="./credits.html" class="hov">Email us</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container">
<a href="#" class="navbar-brand d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="me-2" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>
<strong>Mouz</strong>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<main>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light rounded" aria-label="Eleventh navbar example">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarsExample09">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./keyboard.html">Keyboards</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./headset.html">Headsets</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./credits.html">About Us</a>
</li>
</ul>
<form>
<a class="nav-link" href="#contain">Cart<i class="fa-solid fa-cart-shopping"></i></i></a>
</form>
<form>
<input class="form-control" type="text" placeholder="Search" aria-label="Search">
</form>
</div>
</div>
</nav>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">Headset Catalog</h1>
<p class="lead text-muted">Welcome to our catalog of gaming gear, only the top notch, most quality items will be found on this webpage.</p>
</div>
</div>
</section>
<div class="album py-5 bg-light">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
<!-- <img src="./images/Arctis-Nova-Pro.png"> -->
<img/>
<div class="card-body">
<h4 class="product-name">Nova Pro</h4>
<!-- <p class="card-text">Ultimate clarity and sound quality come together in the Nova Pro Acoustic System, raising the bar for what audio in gaming means. Our audio engineers pushed the envelope for legendary performance with Premium High Fidelity Drivers, achieving sound purity unlike any other gaming headset.</p> -->
<p class="card-text" id="prodTxt16" style="padding-bottom: 55px;"></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary" onclick="addToCart(15)">Add to Cart <i class="fa-solid fa-cart-shopping"></i></button>
<!-- <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> -->
</div>
<small class="text-muted">$382</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
<!-- <img src="./images/Cloud-Alpha.png"> -->
<img/>
<div class="card-body">
<h4 class="product-name" style="padding-top: 80px;">HyperX™ Cloud Alpha</h4>
<!-- <p class="card-text">Enhance your gaming experience with cleaner, smoother sound. The HyperX™ Cloud Alpha’s dual-chamber driver system separates the bass from the mids and highs, allowing them to be tuned individually for reduced distortion.</p> -->
<p class="card-text" id="prodTxt17" style="padding-bottom: 80px;"></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary" onclick="addToCart(16)">Add to Cart <i class="fa-solid fa-cart-shopping"></i></button>
<!-- <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> -->
</div>
<small class="text-muted">$100</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
<!-- <img src="./images/G535.png"> -->
<img/>
<div class="card-body">
<h4 class="product-name" style="padding-top: 180px;">G535</h4>
<!-- <p class="card-text">G535 is designed for low-latency performance, freedom from wires and lasting comfort for all your gaming sessions. Enjoy advanced LIGHTSPEED wireless, 33-hour battery life,3May vary based on user and computing conditions. Battery life is based on headset volume set to 50%. and 40 mm drivers for crystal-clear and booming sound. Weighing just 236 grams with an adjustable headband and soft memory foam earpads to ensure all-day comfort.</p> -->
<p class="card-text" id="prodTxt18"></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary" onclick="addToCart(17)">Add to Cart <i class="fa-solid fa-cart-shopping"></i></button>
<!-- <button type="button" class="btn btn-sm btn-outline-secondary">Edit</button> -->
</div>
<small class="text-muted">$130</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--cart placeholer -->
<div id="contain">
<h1 id="text">Temporary Shopping Cart</h1>
<div id="totHold">
Total Price: $<span id="total">0</span>
</div>
</div>
</main>
<footer class="text-muted py-5">
<div class="container">
<p class="float-end mb-1">
<a id="btt" href="#">Back to top</a>
</p>
<p class="mb-1">Created by Alex Herting and Ter Xun © </p>
<p class="mb-0">About the Authors: <a href="./credits.html">Credits</a></p>
</div>
</footer>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>