summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 16:12:21 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 16:12:21 +0200
commit4750d701feb3f3603df92638c89a79d9de62fa4d (patch)
tree0d03cd728ef44678107437e3bc0021fcde90a788 /about.html
parent2424950d8b1e4c182a2c68c87c28a7663c5a7509 (diff)
section, footer instead of divs
Diffstat (limited to 'about.html')
-rw-r--r--about.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/about.html b/about.html
index ea2a1cb..9403030 100644
--- a/about.html
+++ b/about.html
@@ -27,15 +27,15 @@
</div>
</div>
</nav>
- <div class='post'>
+ <section>
<p><img src="540px-PDP-8_.jpg" alt="pdp-8" title="By Kris Arnold - https://www.flickr.com/photos/wka/3735964493/, CC BY-SA 2.0, https://commons.wikimedia.org/w/index.php?curid=110392229"><br>
The PDP-8 is a 12-bit minicomputer that was produced by Digital Equipment Corporation (DEC). It was the first commercially successful minicomputer, with over 50,000 units being sold over the model's lifetime. Its basic design follows the pioneering LINC but has a smaller instruction set, which is an expanded version of the PDP-5 instruction set.</p>
<p>The PDP-8 combines low cost, simplicity, expandability, and careful engineering for value. The greatest historical significance was that the PDP-8's low cost and high volume made a computer available to many new customers for many new uses. Its continuing significance is as a historical example of value-engineered computer design.</p>
<p><a href="https://en.wikipedia.org/wiki/PDP-8">https://en.wikipedia.org/wiki/PDP-8</a></p>
- </div>
- <div class='license'>
+ </section>
+ <footer>
<a href='mailto:info@pdp8.info'>©pdp8</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
<p>no tracking, cookies, javascript, or server-side scripting. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p>
- </div>
+ </footer>
</body>
</html>