-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgear.html
More file actions
113 lines (91 loc) · 5.71 KB
/
gear.html
File metadata and controls
113 lines (91 loc) · 5.71 KB
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
<!DOCTYPE html>
<html>
<title>Kenesti's Gear</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Karma">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Karma", sans-serif}
.w3-bar-block .w3-bar-item {padding:20px}
</style>
<body>
<div class="w3-top">
<div class="w3-white w3-xlarge" style="max-width:1200px;margin:auto">
<a href="https://kenesti.github.io/">Home</a>
<div class="w3-center w3-padding-16">Kenesti's Gear</div>
</div>
</div>
<div class="w3-main w3-content w3-padding" style="max-width:1200px;margin-top:100px">
<!-- First Photo Grid-->
<div class="w3-row-padding w3-padding-16 w3-center">
<div class="w3-quarter">
<img src="/images/tower.jpg" alt="Fractal Design Define S2" style="width:100%">
<h3>Tower</h3>
<p><a href="https://www.amazon.com/gp/product/B07J1DD9SK/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B07J1DD9SK&linkCode=as2&tag=kenesti-20&linkId=a78992a30b8e968352e3c4f73885f0de" target="_blank">Fractal Design Define S2</a></p>
</div>
<div class="w3-quarter">
<img src="/images/motherboard.jpg" alt="Motherboard" style="width:100%">
<h3>Motherboard</h3>
<p><a href="https://www.amazon.com/gp/product/B08RBCQX1W/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B08RBCQX1W&linkId=bfbed14d876490f773138d992f9150ee" target="_blank">MSI MPG Z490 Gaming Edge ATX</a></p>
</div>
<div class="w3-quarter">
<img src="/images/cpu.jpg" alt="CPU" style="width:100%">
<h3>CPU</h3>
<p><a href="https://www.amazon.com/gp/product/B086MMS6FV/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B086MMS6FV&linkId=3b3f6fc3f0a2d564f9363a289d954bba" target="_blank">Intel Core i7-10700k</a></p>
</div>
<div class="w3-quarter">
<img src="/images/gpu.jpg" alt="GPU" style="width:100%">
<h3>GPU</h3>
<p><a href="https://www.amazon.com/gp/product/B07GJKR7RW/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B07GJKR7RW&linkId=502f19f89bf009d0ac8e68b28038535a" target="_blank">GIGABYTE GeForce RTX 2080 Ti</a></p>
</div>
</div>
<!-- Second Photo Grid-->
<div class="w3-row-padding w3-padding-16 w3-center">
<div class="w3-quarter">
<img src="/images/cooling.jpg" alt="Cooling" style="width:100%">
<h3>Cooling</h3>
<p><a href="https://www.amazon.com/gp/product/B07Y87YHRH/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B07Y87YHRH&linkId=38a1db2a4d2be7cfd950d4712d927120" target="_blank">Noctua NH-D15 Chromax Black</a></p>
</div>
<div class="w3-quarter">
<img src="/images/ram.jpg" alt="RAM" style="width:100%">
<h3>RAM</h3>
<p><a href="https://www.amazon.com/gp/product/B016ORTNI2/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B016ORTNI2&linkId=363fb68bf994993153356729af38200d" target="_blank">Corsair Vengeance LPX 32GB (2x 16GB)</a></p>
</div>
<div class="w3-quarter">
<img src="/images/psu.jpg" alt="PSU" style="width:100%">
<h3>PSU</h3>
<p><a href="https://www.amazon.com/gp/product/B07PZR9JLT/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B07PZR9JLT&linkId=da3c0dfa5ca18cf55844480050b69d1a" target="_blank">Thermaltake Toughpower GF1 850W</a></p>
</div>
<div class="w3-quarter">
<img src="/images/camera.jpg" alt="Camera" style="width:100%">
<h3>Camera</h3>
<p><a href="https://www.amazon.com/gp/product/B0916KVSYQ/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B0916KVSYQ&linkId=cc4032805ed9dfac446ab051c0ce8003" target="_blank">Logitech C920</a></p>
</div>
</div>
<!-- Third Photo Grid -->
<div class="w3-row-padding w3-padding-16 w3-center">
<div class="w3-quarter">
<img src="/images/mic.jpg" alt="Mic" style="width:100%">
<h3>Mic</h3>
<p><a href="https://www.amazon.com/gp/product/B07QKQJL17/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B07QKQJL17&linkId=86c12a5101bd466bdf59f2305e5a81ee" target="_blank">Blue Yeti X</a></p>
</div>
<div class="w3-quarter">
<img src="/images/headphones.jpg" alt="Headphones" style="width:100%">
<h3>Headphones</h3>
<p><a href="https://www.amazon.com/gp/product/B0011UB9CQ/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B0011UB9CQ&linkId=c67333f23eca97030c0d24d0e99c04d7" target="_blank">Beyerdynamic DT 990 PRO 250 Ohm (Gray)</a></p>
</div>
<div class="w3-quarter">
<img src="/images/screen.jpg" alt="Green Screen" style="width:100%">
<h3>Green Screen</h3>
<p><a href="https://www.amazon.com/gp/product/B0743Z892W/ref=as_li_tl?ie=UTF8&tag=kenesti-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B0743Z892W&linkId=df3cd1989f78d7555c22da92602eb81a" target="_blank">Elgato Green Screen (Standing)</a></p>
</div>
<div class="w3-quarter">
<img src="/images/.jpg" alt="" style="width:100%">
<h3></h3>
<p><a href="" target="_blank"></a></p>
</div>
</div>
</div>
</body>
</html>