-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomikeysa.html
118 lines (118 loc) · 4.99 KB
/
domikeysa.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="productpage.css">
<link rel="icon" href="images/logo2.png">
<title>DOMIKEY ABS DOUBLESHOT</title>
<script type="text/javascript" src="javascript.js"></script>
</head>
<body onload="checkBadge()">
<header class="topnav">
<div class="logo">
<a href="homepage.html"><img src="images/logo.png" alt="logo"></a>
</div>
<nav>
<ul class="left">
<div class="dropdown-keyboard">
<li class='primarynav'><a href="keyboard.html">Keyboards</a></li>
<ul class="dropdown-content">
<li><a href="keyboard.html">Barebone Kits</a></li>
<li id='pre-build'><a href="keyboard.html">Pre-Builds</a></li>
</ul>
</div>
<div class="dropdown-keyboard">
<li class='primarynav'><a href="switches.html">Switches</a></li>
<ul class="dropdown-content">
<li><a href="switches.html">Linear</a></li>
<li><a href="switches.html">Tactile</a></li>
<li><a href="switches.html">Clicky</a></li>
</ul>
</div>
<div class="dropdown-keyboard">
<li class='primarynav'><a href="keycaps.html">Keycaps</a></li>
<ul class="dropdown-content">
<li><a href="keycaps.html">Cherry Profile</a></li>
<li><a href="keycaps.html">SA Profile</a></li>
<li><a href="keycaps.html">XDA Profile</a></li>
</ul>
</div>
</ul>
<ul class='right'>
<li><a href="cart.html" id="cart">Cart</a><span class='badge'></span> </li>
</ul>
</nav>
</header>
<div class="main">
<div class="productgallery">
<div class="bigProduct">
<img id='mainProduct' src="images/domikeysa.png" alt="domikeysa">
</div>
<ul class='multipleProducts'>
<li> <img src="images/domikeysa.png" alt="domikeysa" onclick="showProduct(this)"> </li>
<li><img src="images/domikeysa2.png" alt="domikeysa2" onclick="showProduct(this)"> </li>
<li> <img src="images/domikeysa3.png" alt="domikeysa" onclick="showProduct(this)"> </li>
</ul>
</div>
<div class="description">
<h4>DOMIKEY ABS DOUBLESHOT WESTERN WORLD KEYCAPS</h4>
<p id='price'>$89</p>
<p id='features'>Features</p>
<ul>
<li>ABS material</li>
<li>SA Profile</li>
<li>Doubleshot</li>
</ul>
<button id='button' type="button" name="button" onclick="addCart()">Add to cart</button>
</div>
</div>
<br>
<div class="description2">
<h3>About</h3>
<p>The Domikey Western World keycap set is a true favorite of the mech keys community. This time around, we’re bringing this NASA-inspired color combination back in tall, sculpted SA profile for a satisfying feel. Produced by Signature Plastics, the set is made from durable doubleshot ABS plastic and compatible with Cherry MX switches and clones. </p>
</div>
<div class="considered">
<p>Others also considered</p>
<a href="keycaps.html">Browse all keycaps →</a>
<div class="consider">
<ul class='card'>
<ul>
<li><a href="wobpbt.html"><img src="images/wobpbt.png" alt="wobpbt"> </a> </li>
<li>WOB PBT DOUBLESHOT</li>
</ul>
<ul>
<li><a href="beigegrey.html"><img src="images/beigegreyxda.png" alt="beigegrey"> </a> </li>
<li>BEIGE GREY DYE SUB</li>
</ul>
<ul>
<li><a href="koreanroot.html"><img src="images/koreanroot.png" alt=""> </a> </li>
<li>KOREAN ROOT DYE SUB PBT</li>
</ul>
</ul>
</div>
</div>
<footer>
<div class="footer">
<div class="socials">
<ul>
<li><a href="https://www.facebook.com/" target="_blank"><img src="images/facebooklogo.png" alt="facebook"> </a> </li>
<li><a href="https://www.instagram.com/" target="_blank"><img src="images/instagramlogo.png" alt="instagram"> </a> </li>
<li><a href="https://www.twitter.com/" target="_blank"><img src="images/twitterlogo.png" alt="twitter"> </a> </li>
</ul>
</div>
<div class="summary">
<ul>
<li><a href="keyboard.html">Keyboards</a> </li>
<li><a href="switches.html">Switches</a> </li>
<li><a href="keycaps.html">Keycaps</a> </li>
</ul>
<ul>
<li><a href="https://www.termsfeed.com/live/59ad481b-1194-435b-a391-e6f91ed8f6ed" target="_blank">Terms of use</a></li>
<li><a href="https://www.freeprivacypolicy.com/live/8e5b8faf-cad3-462d-9b82-a0a66e7875df" target="_blank">Privary Policy</a> </li>
</ul>
</div>
<p>© 2022 KeyboardBar</p>
</div>
</footer>
</body>
</html>