You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/equipment.html

137 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Aney's Network</title>
</head>
<body>
<header>
<h1>Aney's Network</h1>
<nav>
<p><a href="index.html">home</a></p>
<p><a href="blog.html">blog</a></p>
<p><a href="equipment.html">equipment</a></p>
<p><a href="onebag.html">onebag</a></p>
<p><a href="#">video</a></p>
<p><a href="#">git</a></p>
<p><a href="support.html">support</a></p>
<p><a href="files/cv.pdf">cv</a></p>
<hr/>
</nav>
</header>
<main>
<section>
<h1>My tech, and gear</h1>
<p>This is the hardware I use to make and manage my home and life.</p>
<p>This page is going to be reworked, for now it's content is there to prevent broken links</p>
</section>
<section id="equipment">
<section id="computers">
<h1>Computers</h1>
<section id="laptop" class="item">
<h1>Laptop</h1>
<p>Thinkpad x220</p>
<section class="specs">
<ul>
<li><p>i5 2540m</p></li>
<li><p>6GB RAM</p></li>
<li><p>500GB mSata SSD</p></li>
<li><p>500GB SSD</p></li>
</ul>
</section>
</section>
<section id="computer" class="item">
<h1>Computer</h1>
<p>Custom Build</p>
<section class="specs">
<ul>
<li><p>R5 2600X</p></li>
<li><p>16GB RAM</p></li>
<li><p>500GB m.2. SSD</p></li>
<li><p>Vega 64</p></li>
</ul>
</section>
</section>
</section>
<section id="peripherals">
<h1>Peripherals</h1>
<section class="item">
<h1>Keyboard</h1>
<p>Razer Blackwidow Lite</p>
</section>
<section class="item">
<h1>Mouse</h1>
<p>Logitech MX Master</p>
</section>
<section class="item">
<h1>Microphone</h1>
<p>Blue Yeti</p>
</section>
<section class="item">
<h1>Monitors</h1>
<p>Something 1920x1080</p>
<p>BenQ 1600x900</p>
</section>
</section>
<section id="servers">
<h1>Servers</h1>
<section class="item">
<h1>Thinkcentre</h1>
<p>Proxmox Host</p>
<section class="specs">
<ul>
<li><p>i5 4570</p></li>
<li><p>16GB RAM</p></li>
<li><p>1TB HDD</p></li>
<li><p>2 Port Network Card</p></li>
<li><p>GT 710</p></li>
</ul>
</section>
</section>
<section class="item">
<h1>lilnas</h1>
<p>OMV NAS</p>
<section class="specs">
<ul>
<li><p>i3 4160</p></li>
<li><p>8GB RAM</p></li>
<li><p>32GB USB</p></li>
<li><p>500GB HDD</p></li>
<li><p>4TB HDD</p></li>
</ul>
</section>
</section>
<section class="item">
<h1>moxbox</h1>
<p>Proxmox Host</p>
<section class="specs">
<ul>
<li><p>i7 7500</p></li>
<li><p>8GB RAM</p></li>
<li><p>500GB HDD</p></li>
</ul>
</section>
</section>
</section>
<section id="mobile" class="item">
<h1>Mobile</h1>
<p>Huawei P8 Lite 2017</p>
</section>
</section>
</main>
<footer>
<hr/>
<p>Designed and written with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind</p>
<p>Made with <a href="#">aSite</a> | <a href="https://github.com/Aney/website">Source Code</a></p>
</footer>
</body>
</html>