-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtofu60diy.html
99 lines (99 loc) · 4.13 KB
/
tofu60diy.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
<!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>TOFU60 DIY KIT</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">
<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 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/tofu60diykit.png" alt="tofu60" >
</div>
<ul class='multipleProducts'>
<li> <img src="images/tofu60diykit.png" alt="tofu60" onclick="showProduct(this)"> </li>
<li><img src="images/tofu60diy2.png" alt="tofu602" onclick="showProduct(this)"> </li>
<li> <img src="images/tofu60diy3.png" alt="tofu603" onclick="showProduct(this)"> </li>
</ul>
</div>
<div class="description">
<h4>TOFU60 DZ60 RGB V2 HOT SWAP 60% CUSTOM KEYBOARD DIY KIT</h4>
<p id='price'>$159</p>
<p id='features'>Features</p>
<ul>
<li>60%</li>
<li>Hotswap</li>
<li>RGB</li>
<li>Wireless</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>CNC’d from aluminum with an anodized finish, these cases are smooth and heavy. Add a little alloy to your favorite compact keyboard with the Universal 60% Custom Brass Plate from Teamwolf. Each stabilizer features updated housings that do an even better job staying put during custom builds. Gold plating provides excellent hardness and oxidation resistance, while colorful components add extra flair to any board.</p>
</div>
<div class="considered">
<p>Others also considered</p>
<a href="keyboard.html">Browse all keyboards →</a>
<div class="consider">
<ul class='card'>
<ul>
<li><a href="tofu60acrylic.html"><img src="images/tofu60acrylic.png" alt="tofu60acrylic"> </a> </li>
<li>TOFU60 ACRYLIC</li>
</ul>
<ul>
<li><a href="womiertkl.html"><img src="images/womiertklacrylic.png" alt="womiertkl"> </a> </li>
<li>WOMIER TKL ACRYLIC</li>
</ul>
<ul>
<li><a href="nj80.html"><img src="images/nj80.png" alt="nj80"> </a> </li>
<li>NJ80 BAREBONES KIT</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>