mirror of
https://github.com/rfivet/BCG101.git
synced 2024-12-18 08:06:27 -05:00
Add advertisement from BYTE #10 to documentation.
This commit is contained in:
parent
fbf7bccb33
commit
a049b93325
BIN
docs/img/197607.jpg
Normal file
BIN
docs/img/197607.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 556 KiB |
BIN
docs/img/BYTE197607.jpg
Normal file
BIN
docs/img/BYTE197607.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
@ -3,13 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>BCG 101</title>
|
<title>BCG 101</title>
|
||||||
<style>
|
<link type="text/css" rel="stylesheet" href="style.css">
|
||||||
body {
|
|
||||||
width: 1024px ;
|
|
||||||
margin-left: auto ;
|
|
||||||
margin-right: auto ;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>BCG101: 101 BASIC COMPUTER GAMES</h1>
|
<h1>BCG101: 101 BASIC COMPUTER GAMES</h1>
|
||||||
@ -19,7 +13,7 @@
|
|||||||
<li>Quick port to EDUSystem 50 for testing.</li>
|
<li>Quick port to EDUSystem 50 for testing.</li>
|
||||||
<li>Refactor to take advantage of BASIC implementation.</li>
|
<li>Refactor to take advantage of BASIC implementation.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Book Covers:</h3>
|
<h3>Book Covers and Ads:</h3>
|
||||||
<figure>
|
<figure>
|
||||||
<a href="img/1973.jpg" target="_blank">
|
<a href="img/1973.jpg" target="_blank">
|
||||||
<img src="img/BCG1973.jpg" /></a>
|
<img src="img/BCG1973.jpg" /></a>
|
||||||
@ -32,6 +26,10 @@
|
|||||||
<a href="img/1975.jpg" target="_blank">
|
<a href="img/1975.jpg" target="_blank">
|
||||||
<img src="img/BCG1975.jpg" /></a>
|
<img src="img/BCG1975.jpg" /></a>
|
||||||
<figcaption><strong>March 1975, $7.50</strong></figcaption></figure>
|
<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>
|
<figure>
|
||||||
<a href="img/197801.jpg" target="_blank">
|
<a href="img/197801.jpg" target="_blank">
|
||||||
<img src="img/BCG197801.jpg" /></a>
|
<img src="img/BCG197801.jpg" /></a>
|
||||||
|
14
docs/style.css
Normal file
14
docs/style.css
Normal 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%
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user