1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-12-17 23:56:24 -05:00

Add advertisement from BYTE #10 to documentation.

This commit is contained in:
Renaud 2024-10-01 15:20:59 +08:00
parent fbf7bccb33
commit a049b93325
4 changed files with 20 additions and 8 deletions

BIN
docs/img/197607.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB

BIN
docs/img/BYTE197607.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -3,13 +3,7 @@
<head>
<meta charset="UTF-8">
<title>BCG 101</title>
<style>
body {
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
}
</style>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<h1>BCG101: 101 BASIC COMPUTER GAMES</h1>
@ -19,7 +13,7 @@
<li>Quick port to EDUSystem 50 for testing.</li>
<li>Refactor to take advantage of BASIC implementation.</li>
</ul>
<h3>Book Covers:</h3>
<h3>Book Covers and Ads:</h3>
<figure>
<a href="img/1973.jpg" target="_blank">
<img src="img/BCG1973.jpg" /></a>
@ -32,6 +26,10 @@
<a href="img/1975.jpg" target="_blank">
<img src="img/BCG1975.jpg" /></a>
<figcaption><strong>March 1975, $7.50</strong></figcaption></figure>
<figure>
<a href="img/197607.jpg" target="_blank">
<img src="img/BYTE197607.jpg" /></a>
<figcaption><strong>July 1976, Ad in BYTE #10</strong></figcaption></figure>
<figure>
<a href="img/197801.jpg" target="_blank">
<img src="img/BCG197801.jpg" /></a>

14
docs/style.css Normal file
View File

@ -0,0 +1,14 @@
body {
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 110% ;
}
pre {
background-color: #F3F6FA ;
margin-left: 1% ;
margin-right: 25% ;
font-size: 120%
}