mor computers

This commit is contained in:
Frankie B 2022-11-05 21:56:31 +00:00
parent ff217b8540
commit 4f3b7b82a7

View file

@ -17,9 +17,9 @@
<?php require('../inc/nav.php') ?> <?php require('../inc/nav.php') ?>
<div id="pagebody"> <div id="pagebody">
<div id="content"> <div id="content"><table class="computers" border="0">
<table class="computers" border="0">
<tr> <tr>
<!-- Lenovo ThinkPad T430 -->
<td class="computer"> <td class="computer">
<h1>Lenovo ThinkPad T430 (2012)</h1> <h1>Lenovo ThinkPad T430 (2012)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -54,6 +54,7 @@
</tr> </tr>
</table> </table>
</td> </td>
<!-- Macbook Pro (2018) -->
<td class="computer"> <td class="computer">
<h1>Macbook Pro (2018)</h1> <h1>Macbook Pro (2018)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -86,6 +87,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<!-- IBM ThinkPad T40 (2003) -->
<td class="computer"> <td class="computer">
<h1>IBM ThinkPad T40 (2003)</h1> <h1>IBM ThinkPad T40 (2003)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -116,6 +118,7 @@
</tr> </tr>
</table> </table>
</td> </td>
<!-- IBM ThinkPad X41 (2005) -->
<td class="computer"> <td class="computer">
<h1>IBM ThinkPad X41 (2005)</h1> <h1>IBM ThinkPad X41 (2005)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -148,11 +151,34 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<!-- Dell OptiPlex GX1 (400L+, 1999) -->
<td class="computer"> <td class="computer">
<h1>Dell OptiPlex GX1 (400L+, 1999)</h1> <h1>Dell OptiPlex GX1 (400L+, 1999)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
<p>TBD</p> <table class="skami">
<tr>
<td><b>OS</b></td>
<td>Windows NT 4.0 (SP6)</td>
</tr>
<tr>
<td><b>CPU</b></td>
<td>Intel Pentium II (Deschutes) @ 400 MHz</td>
</tr>
<tr>
<td><b>GPU</b></td>
<td>ATI 3D Rage Pro (4MB)</td>
</tr>
<tr>
<td><b>Memory</b></td>
<td>639MB (SDR SDRAM)</td>
</tr>
<tr>
<td><b>HDD</b></td>
<td>Maxtor 2F020J0 (20GB)</td>
</tr>
</table>
</td> </td>
<!-- Dell Inspiron 1525 (2008) -->
<td class="computer"> <td class="computer">
<h1>Dell Inspiron 1525 (2008)</h1> <h1>Dell Inspiron 1525 (2008)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -160,11 +186,13 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<!-- Dell OptiPlex 745 (USFF, 2007, x3) -->
<td class="computer"> <td class="computer">
<h1>Dell OptiPlex 745 (USFF, 2007, x3)</h1> <h1>Dell OptiPlex 745 (USFF, 2007, x3)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
<p>TBD</p> <p>TBD</p>
</td> </td>
<!-- Compaq Armada M300 (2000) -->
<td class="computer"> <td class="computer">
<h1>Compaq Armada M300 (2000)</h1> <h1>Compaq Armada M300 (2000)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -172,6 +200,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<!-- Random Whitebox (???) -->
<td class="computer"> <td class="computer">
<h1>Random Whitebox (???)</h1> <h1>Random Whitebox (???)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
@ -198,21 +227,43 @@
</tr> </tr>
</table> </table>
</td> </td>
<!-- Mac mini (2014) -->
<td class="computer"> <td class="computer">
<h1>Mac mini (2014)</h1> <h1>Mac mini (2014)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
<p>TBD</p> <table class="skami">
<tr>
<td><b>OS</b></td>
<td>VMware ESXi 6.7.0u3</td>
</tr>
<tr>
<td><b>CPU</b></td>
<td>Intel i5-4278U (4 cores) @ 2.6GHz</td>
</tr>
<tr>
<td><b>GPU</b></td>
<td>Intel Iris Graphics</td>
</tr>
<tr>
<td><b>Memory</b></td>
<td>8GB</td>
</tr>
<tr>
<td><b>HDD</b></td>
<td>Apple HDD HTS541 (1TB)</td>
</tr>
</table>
</td> </td>
</tr> </tr>
<tr> <tr>
<!-- Fujitsu Milan (1996) -->
<td class="computer"> <td class="computer">
<h1>Fujitsu Milan (1996)</h1> <h1>Fujitsu Milan (1996)</h1>
<h2>Specifications</h2> <h2>Specifications</h2>
<p>TBD</p> <p>TBD</p>
</td> </td>
</tr> </tr>
</table> </tr></table></div> <!-- content -->
</div> <!-- content -->
<div id="footer" class="pagefooter"> <div id="footer" class="pagefooter">
<?php $file = __FILE__;require('../inc/footer.php'); ?> <?php $file = __FILE__;require('../inc/footer.php'); ?>