-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspecs.html
More file actions
48 lines (41 loc) · 1.88 KB
/
Copy pathspecs.html
File metadata and controls
48 lines (41 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<!--
(*・ω・)ノ
I'm not the best at web development, if anything looks unusual then feel free to report it here: https://github.com/RidgewayWeb/RidgeWeb/issues
-->
<head>
<meta charset="UTF-8">
<meta content="Specs" property="og:title">
<meta content="This page shows the specs of the desktops, phones, and laptops I own, such as it's CPU and more."
property="og:description">
<meta content="PC Specs" property="og:site_name">
<meta content="./currentpfp2.png" property="og:image">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="details-polyfill.js"></script>
<link rel="stylesheet" href="style.css">
<title>Ridgeway's site</title>
</head>
<body>
<main>
<h1 class="ridge">Device specs</h1>
<p>I use 1 Desktop, 1 phone.</p>
<h1 class="ridge">Custom built</h1>
<p>Motherboard: MSI B550-A Pro</p>
<p>CPU: AMD Ryzen 9 5900XT</p>
<p>RAM: 2 sticks of Corsair Vengeance RGB Pro</p>
<p>Storage: 512GB NVME, 256GB SATA SSD, 1TB HDD, 1 TB HDD, 1TB HDD</p>
<p>WiFi: Netgear Nighthawk A7500 USB WiFi 6 Adaptor</p>
<p>Display 1: ASUS VY249HF-R 24" FHD 100Hz</p>
<p>Mouse: Razer Basilisk V3 X Hyperspeed + Logitech G502 Hero</p>
<p>Keyboard: Steelseries Apex 7 TKL + Razer Ornata V3 X</p>
<p>Note: This computer is slowly starting to die. It will soon be retired and specs will be updated. </p>
<h1 class="ridge">Phone 1</h1>
<p>Model: iPhone 13 Pro - 512GB - Alpine Green</p>
<p>Operator: Telstra</p>
<hr>
<a href="./index.html">Home</a> | <a href="domains.html"> Domain list
</a> | <a href="LICENSE">License</a> | <a href="extended-collection.html"> Extended Collection</a>
</main>
</body>
</html>