Whitespace bits and bobs

This commit is contained in:
daviac 2024-02-13 11:30:03 +11:00
parent 9ad3b1a26b
commit 1969860e60
3 changed files with 44 additions and 49 deletions

View File

@ -1,9 +1,9 @@
<div id="footer" class="footer">
<p>site last updated:
<?php
$shell_out = null;
$retval = null;
exec('cd /var/www/daviac ; git show -s --format=%ci', $shell_out, $retval);
print_r($shell_out[0]);
?></p>
</div>
<div id="footer" class="footer">
<p>site last updated:
<?php
$shell_out = null;
$retval = null;
exec('cd /var/www/daviac ; git show -s --format=%ci', $shell_out, $retval);
print_r($shell_out[0]);
?></p>
</div>

View File

@ -1,4 +1,4 @@
<div id="header" class="header">
<div id="header" class="header">
<h1><a href="/">DAVIAC: A Relay Computer</a></h1>
<p>Designed and built by Dr David Warren</p>
</div>
</div>

View File

@ -1,43 +1,38 @@
<div id="sidebar" class="sidebar">
<h2>DAVIAC-1</h2>
<h3>Youtube Links</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=kaQETdfi5jU">DAVIAC-1 Overview</a></li>
<li><a href="https://www.youtube.com/watch?v=kpphEr-eF_I">Clock Generator Update</a></li>
<li><a href="https://www.youtube.com/watch?v=93PHxVpPLxA">Software Toolchain with Sunny the dog</a></li>
</ul>
<h3><a href="/DAVIAC-1-pics.php">Pictures of built boards</a></h3>
<h3>Schematics (link to PDF) </h3>
<ul>
<li><a href="/pdf/CPUA-SCH-PDF.pdf">CPU A</a></li>
<li><a href="/pdf/CPUB-SCH-PDF.pdf">CPU B</a></li>
<li><a href="/pdf/PC12-SCH-PDF.pdf">PC</a></li>
<li><a href="/pdf/REGS-SCH-PDF.pdf">Registers / ALU</a></li>
<li><a href="pdf/RAM32-SCH-PDF.pdf">RAM</a></li>
<li>Clock</li>
<li>ROM</li>
</ul>
<div class="hidden-mobile">
<h3>PCBs</h3>
<ul>
<li>Coming Soon</li>
</ul>
<h3>Programming</h3>
<ul>
<li>Coming Soon</li>
</ul>
<h2>DAVIAC-2</h2>
<h2>DAVIAC-1</h2>
<h3>Youtube Links</h3>
<ul>
<li>Coming Soon </li>
<li><a href="https://www.youtube.com/watch?v=kaQETdfi5jU">DAVIAC-1 Overview</a></li>
<li><a href="https://www.youtube.com/watch?v=kpphEr-eF_I">Clock Generator Update</a></li>
<li><a href="https://www.youtube.com/watch?v=93PHxVpPLxA">Software Toolchain with Sunny the dog</a></li>
</ul>
</div>
<div class="shown-mobile">
<p>PCBs, Programming and DAVIAC-2 Coming Soon</p>
</div>
<h3><a href="/DAVIAC-1-pics.php">Pictures of built boards</a></h3>
<h3>Schematics (link to PDF) </h3>
<ul>
<li><a href="/pdf/CPUA-SCH-PDF.pdf">CPU A</a></li>
<li><a href="/pdf/CPUB-SCH-PDF.pdf">CPU B</a></li>
<li><a href="/pdf/PC12-SCH-PDF.pdf">PC</a></li>
<li><a href="/pdf/REGS-SCH-PDF.pdf">Registers / ALU</a></li>
<li><a href="pdf/RAM32-SCH-PDF.pdf">RAM</a></li>
<li>Clock</li>
<li>ROM</li>
</ul>
<div class="hidden-mobile">
<h3>PCBs</h3>
<ul>
<li>Coming Soon</li>
</ul>
<h3>Programming</h3>
<ul>
<li>Coming Soon</li>
</ul>
<h2>DAVIAC-2</h2>
<ul>
<li>Coming Soon </li>
</ul>
</div>
<div class="shown-mobile">
<p>PCBs, Programming and DAVIAC-2 Coming Soon</p>
</div>
</div> <!-- sidebar -->