DAVIAC-web/DAVIAC-1-pics.php

42 lines
2.2 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<title>DAVIAC: A relay computer</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="background">
<div class="grid-container">
<?php include("header.php"); ?>
<?php include("sidebar.php"); ?>
<div id="main-text" class="main">
<p>Overview</p>
<p><a href="images/DAVIAC-1.jpg"><img src="images/DAVIAC-1.jpg" alt="All the PCBs for the DAVIAC-1 populated with relays, LEDs and other miscellaneous parts mounted neatly on some particle hinged board mounted to the wall. Miscellaneous vintage test equipment and a laptop with a lot of stickers on it in the foreground" width=100% /></a></p>
<p>CPU</p>
<p><a href="images/CPU.jpg"><img src="images/CPU.jpg" alt="Closeup of the two CPU PCBs with ribbon cables connecting them" width=100% /></a></p>
<p>Clock and Front Panel</p>
<p><a href="images/ClockFP.jpg"><img src="images/ClockFP.jpg" alt="CLoseup of a PCB with a motor, cam and microswitch combined with a variable resistor to be a clock pulse generator and a panel with LEDs and switches acting as some control inputs for the computer" width=100% /></a></p>
<p>Program Counter</p>
<p><a href="images/PC.jpg"><img src="images/PC.jpg" alt="PCB with a lot of relays and lit LEDs" width=100% /></a></p>
<p>RAM</p>
<p><a href="images/RAM.jpg"><img src="images/RAM.jpg" alt="Several boards with micro-relays and LEDs that comprise the RAM of the DAVIAC-1" width=100% /></a></p>
<p>Registers / ALU</p>
<p><a href="images/Registers.jpg"><img src="images/Registers.jpg" alt="PCB with a large number of two types of relays and LEDs, some lit" width=100% /></a></p>
<p>ROM</p>
<p><a href="images/ROM.jpg"><img src="images/ROM.jpg" alt="PCB with a large number of DIP switeches, a few relays and LEDs comprising the ROM of the computer" width=100% /></a></p>
<p>Scratch Ram and I/O</p>
<p><a href="images/ScratchRam.jpg"><img src="images/ScratchRam.jpg" alt="A repeat of the RAM with larger relays, and only 8 bytes, a PCB with a lot relays" width=100% /></a></p>
</div>
<?php include("footer.php"); ?>
</div>
</div>
</body>
</html>