forked from RidgewayWeb/RidgeWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecs.html
More file actions
56 lines (47 loc) · 2.26 KB
/
specs.html
File metadata and controls
56 lines (47 loc) · 2.26 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
<!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 laptop, and 2 phones.</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 16GBx2</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>
<h1 class="ridge">Laptop</h1>
<p>Model: Microsoft Surface Pro 9 5G (Platinum) (8 Core Microsoft SQ3, 16GB RAM, 256GB SSD)</p>
<p>Operator: Telstra (physical sim)</p>
<p>Accessories: Signature Keyboard + Slim Pen 2</p>
<h1 class="ridge">Phone 1</h1>
<p>Model: OPPO Reno12 5G - 256GB - Astro Silver</p>
<p>Operator: JB-HiFi Mobile (Powered by Telstra)</p>
<h1 class="ridge">Phone 2</h1>
<p>Model: iPhone SE (2020) - 64GB - Red (White screen after replacement)</p>
<p>Operator: lifecell UA, Ultra Mobile (T-Mobile), 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>