/computers page

This commit is contained in:
Amber
2023-01-09 20:02:08 -05:00
parent acc59085f0
commit 1c05886251
20 changed files with 139 additions and 2 deletions

133
computers.html Normal file
View File

@@ -0,0 +1,133 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>computers</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>computers (under construction)</h1>
<!-- <a href="images/md.jpg"><img src="images/md_256.jpg" alt="minidisc" width="256" height="256"></a> -->
<h2>main desktop</h2>
<figure>
<a href="images/photos/full/mainpc_full.jpg">
<img src="images/photos/mainpc.jpg" alt="computer" width="256" height="192 ">
</a>
<a href="images/photos/full/mainpc_open_full.jpg">
<img src="images/photos/mainpc_open.jpg" alt="an open computer" width="256" height="192 ">
</a>
<figcaption>This is my main pc. It's a ryzen 5 3600 with an rx 5700xt and 16gb of ddr4 3600. It dual-boots ubuntu
and windows 10, though i rarely use windows. It's plenty fast and i have no need to upgrade.
</figcaption>
</figure>
<h2>pentium iii system</h2>
<figure>
<a href="images/photos/full/pentiumiii_full.jpg">
<img src="images/photos/pentiumiii.jpg" alt="" width="192" height="256">
</a>
<figcaption>This is my windows 98 machine. It's a dell dimension xps d300 case sporting a pentum 3 700mhz with a
geforce4 mx440 (essentially a geforce2 gts) and 384mb of ram. I've got both an ess audiodrive for dos and a
soundblaster audigy for windows. It was originally a pentium 2 300mhz but i swapped the motherboard for one
from a dell dimension xps t700r.
</figcaption>
</figure>
<h2>main laptop</h2>
<figure>
<!-- <a href="images/photos/full/">
<img src="images/photos/" alt="laptop" width="210" height="256">
</a> -->
<figcaption>This is my main laptop. It's got a ryzen 5 5500u with integrated and nvidia mx450 graphics and 8gb of
ddr4 ram. It currently runs endeavoros and i use it for laptop things.
</figcaption>
</figure>
<h2>2009 mac pro</h2>
<figure>
<a href="images/photos/full/macpro_full.jpg">
<img src="images/photos/macpro.jpg" alt="mac pro" width="210" height="256">
</a>
<a href="images/photos/full/macpro-desktop_full.jpg">
<img src="images/photos/macpro-desktop.jpg" alt="mac pro showing the desktop" width="256" height="192">
</a>
<figcaption>This is my 2009 mac pro. It has dual xeon x5570s for 8 total cores with a gt 120 and 16gb of ddr3
ram. It has 4 1tb hard drives in raidz1 and 1 128gb sata ssd on a pcie card. I use it as a debian nas and
server.
</figcaption>
</figure>
<h2>mac mini g4</h2>
<figure>
<!-- <a href="images/photos/full/">
<img src="images/photos/" alt="" width="210" height="256">
</a> -->
<figcaption>This is my mac mini g4. It has a powerpc g4 at 1.25ghz, radeon 9200 graphics, and 1gb of ddr ram.
In the past it used an ssd with an m.2 sata to ide adapter, but currently does not have a hard drive. I've run
mac os 10.4, 10.5 sorbet leopard, and gentoo on it in the past. The superdrive is unfortunately dead.
</figcaption>
</figure>
<h2>powerbook g4</h2>
<figure>
<a href="images/photos/full/powerbook_full.jpg">
<img src="images/photos/powerbook.jpg" alt="" width="196" height="256">
</a>
<figcaption>This is my powerbook g4. It has a powerpc g4 running at 1.67ghz, radeon 9700 128mb graphics, and 2gb
of ddr2 ram. It has an 80gb hard drive currently dual booting mac os 10.4 and 10.5 sorbet leopard. I use it
to play old mac games and minecraft.
</figcaption>
</figure>
<h2>thinkpad t400</h2>
<figure>
<!-- <a href="images/photos/full/">
<img src="images/photos/" alt="" width="210" height="256">
</a> -->
<figcaption>This is my thinkpad t400. It has a core 2 duo (something or other) with gm45 graphics and 8gb of
ddr3 ram. It currently runs windows vista, but has run windows 7 and manjaro in the past. I use it for windows
things.
</figcaption>
</figure>
<h2>tandy coco 2</h2>
<figure>
<a href="images/photos/full/coco_full.jpg">
<img src="images/photos/coco.jpg" alt="minidisc" width="210" height="256">
</a>
<figcaption>I haven't gotten a lot of work done with this machine, but I like it a lot! I've been meaning to set up
drivewire and do some code development.</figcaption>
</figure>
<h2>mac plus</h2>
<figure>
<a href="images/photos/full/macplus_full.jpg">
<img src="images/photos/macplus.jpg" alt="" width="196" height="256">
</a>
<figcaption>This is a mac plus. It is stock except for 4mb of ram. I got it for cheap without a keyboard or
mouse, but it does boot. Had to clean the floppy drive though. I don't use it for much without the
keyboard or mouse.
</figcaption>
</figure>
<h2>imac 2007</h2>
<figure>
<a href="images/photos/full/imac_full.JPG">
<img src="images/photos/imac.JPG" alt="" width="192" height="256">
</a>
<figcaption>This is my 2007 (?) imac. Its got an upgraded core 2 duo of some kind and 4gb of ram. It currently
runs mac os el capitan. It's pretty beat up and i use it as an intel machine with firewire and semi modern
macos. eventually i hope to replace it with a macbook of some kind, as it's kinda bulky.
</figcaption>
</figure>
<footer>
<a href="/">back home</a>
<p><i>Updated Jan 9, 2023</i></p>
</footer>
</body>
</html>