hardware.html (1655B)
1 <head> 2 <title>Hardware</title> 3 <meta charset="utf-8"> 4 <meta name="author" content="mpizzzle"> 5 <link href="style.css" rel="stylesheet"> 6 <link rel="icon" type="image/jpg" href="mpizzzle.jpg"/ > 7 </head> 8 <body> 9 <nav> 10 <div class="nav-container"> 11 <div class="nav-element"> 12 <p><a href="https://git.michaelpercival.xyz"><img src="git.png" alt="" width="32" height="32" /></a> | <a href="https://github.com/mpizzzle"><img src="github.png" alt="" width="32" height="32" /></a> | <a href="rss.xml"><img src="rss.png" alt="" width="32" height="32" /></a></p> 13 </div> 14 <div class="nav-element"> 15 <p><a href="index.html">home</a> | 16 <a href="2020.html">thoughts</a> | 17 <a href="software.html">software</a> | 18 <a href="hardware.html">hardware</a> | 19 <a href="library.html">library</a> | 20 <a href="shaders.html">shaders</a></p> 21 </div> 22 <div class="nav-element"> 23 <p><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> | <a href="gpg.html"><img src="gnupg.png" alt="" width="32" height="32" /></a></p> 24 </div> 25 </div> 26 </nav> 27 <div class="main"> 28 <p>Hardware:</p> 29 <ul> 30 <li>Dell XPS 13 (main)</li> 31 <li>OS: <a href="https://manjaro.org/">Manjaro</a></li> 32 </ul> 33 <ul> 34 <li>IBM Thinkpad T60</li> 35 <li>OS: <a href="https://www.parabola.nu/">Parabola</a></li> 36 <li><a href="https://libreboot.org">Librebooted</a>! this is the only machine I own that rms would approve of.</li> 37 </ul> 38 <ul> 39 <li>Lenovo Thinkpad W540</li> 40 <li>OS: <a href="https://archlinux.org/">Arch</a>, though I plan on replacing it with <a href="https://www.openbsd.org/">OpenBSD</a> at some point.</li> 41 </ul> 42 </div> 43 </body>