-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhardware.html
70 lines (62 loc) · 2.9 KB
/
hardware.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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta name="description" content="Hawmi's hardware setup" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Hawmi's Hardware</title>
</head>
<body>
<main>
<div id="home-section" class="section">
<h1 class="page-title entry-fade">hardware</h1>
<div id="cards" class="entry-fade">
<div class="card">
<img src="assets/icons/laptop_large.png" alt="pc" />
<p class="card-title">Main Laptop</p>
<p class="card-desc">Lenovo Legion 5 Pro</p>
<a href="/specs-main.html" class="button">
<img src="assets/icons/info.png" alt="pc" />
More Info
</a>
</div>
<div class="card">
<img src="assets/icons/laptop_large.png" alt="pc" />
<p class="card-title">School Laptop</p>
<p class="card-desc">Lenovo Ideapad</p>
<a href="/specs-school.html" class="button">
<img src="assets/icons/info.png" alt="pc" />
More Info
</a>
</div>
<div class="card">
<img src="assets/icons/mouse_large.png" alt="pc" />
<p class="card-title">Mouse</p>
<p class="card-desc">HyperX Pulesfire Haste</p>
</div>
<div class="card">
<img src="assets/icons/mouse_large.png" alt="pc" />
<p class="card-title">Mouse</p>
<p class="card-desc">HyperX Pulsefire Haste Red and Black Limited Edition</p>
</div>
<div class="card">
<img src="assets/icons/keyboard_large.png" alt="pc" />
<p class="card-title">Keyboard</p>
<p class="card-desc">Modded HyperX Alloy Origins TKL with red switches</p>
</div>
<div class="card">
<img src="assets/icons/keyboard_large.png" alt="pc" />
<p class="card-title">Keyboard</p>
<p class="card-desc">Royal Kludge 61 with golden speed switches</p>
</div>
</div>
<a href="/" class="button entry-fade" style="margin-top: 20px">
<img src="assets/icons/back.png" alt="back" />
Back
</a>
</div>
</main>
</body>
</html>
<style></style>