add files
This commit is contained in:
commit
d2c34fe273
10 changed files with 236 additions and 0 deletions
37
uses/index.html
Normal file
37
uses/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Hardware</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<header>
|
||||
<nav>
|
||||
<a href="../index.html">home</a> |
|
||||
<a href="../links/index.html">links</a> |
|
||||
<a href="../uses/index.html">uses</a> |
|
||||
<a href="../contact/index.html">contact</a>
|
||||
</nav>
|
||||
<hr class="rule" />
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h2>Hardware currently used by me</h2>
|
||||
<hr class="rule" />
|
||||
<h2>Lenovo P14s Gen. 1</h2>
|
||||
<ul>
|
||||
<li>AMD Ryzen 7 PRO 4750U 8C16T</li>
|
||||
<li>32+8 GB 2666MHz DDR4</li>
|
||||
<li>512 GB NVME running Win11 and Arch</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue