Woah look, c o m p u t e r s

This commit is contained in:
Frankie B 2022-09-19 21:47:34 +00:00
parent b9bc9a8069
commit 1df501bcc8
2 changed files with 119 additions and 92 deletions

View file

@ -6,11 +6,11 @@
<?php require('../inc/head.html'); ?>
<!-- Page-specific -->
<title>Calculators</title>
<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
<meta property="og:title" content="Calculators">
<meta property="og:description" content="C a l c u l a t o r s">
<meta property="og:image" content="/res/img/icons/png/calc.png">
<title>Computers</title>
<!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">-->
<meta property="og:title" content="Computers">
<meta property="og:description" content="Computers I own or have owned.">
<!--<meta property="og:image" content="/res/img/icons/png/computer.png">-->
</head>
<body>
<div class="page">
@ -18,6 +18,9 @@
<div id="pagebody">
<div id="content">
<table class="computers" border="0">
<tr>
<td class="computer">
<h1>Lenovo ThinkPad T430 (2012)</h1>
<h2>Specifications</h2>
<table class="skami">
@ -50,7 +53,8 @@
<td>Crucial CT250MX500SSD1 (250GB, Windows)</td>
</tr>
</table>
</td>
<td class="computer">
<h1>IBM ThinkPad T40 (2003)</h1>
<h2>Specifications</h2>
<table class="skami">
@ -79,43 +83,57 @@
<td>Fujitsu MHS2030AT (30GB)</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="computer">
<h1>IBM ThinkPad X41 (2005)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
<td class="computer">
<h1>Dell OptiPlex 745 (USFF, 2007)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
</tr>
<tr>
<td class="computer">
<h1>Dell OptiPlex GX1 (400L+, 1999)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
<td class="computer">
<h1>Dell Inspiron 1525 (2008)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
</tr>
<tr>
<td class="computer">
<h1>Fujitsu Milan (1996)</h1>
<h2>Specifications</h2>
<p>TBD</p>
<h1>Toshiba Qosimo F20 (2006)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
<td class="computer">
<h1>Compaq Armada M300 (2000)</h1>
<h2>Specifications</h2>
<p>TBD</p>
<h1>Mac mini 2014 (2014, duh)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
</tr>
<tr>
<td class="computer">
<h1>Random Whitebox (???)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
<td class="computer">
<h1>Mac mini (2014)</h1>
<h2>Specifications</h2>
<p>TBD</p>
</td>
</tr>
</table>
</div> <!-- content -->
<div id="footer" class="pagefooter">

View file

@ -268,3 +268,12 @@ body {
font-family: sans-serif;
margin: 0px;
}
table.computers {
width: 100%;
}
td.computer {
width: 50%;
border: 0px;
}