Skip to content

Commit

Permalink
Add advertisement from BYTE #10 to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfivet committed Oct 1, 2024
1 parent fbf7bcc commit a049b93
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
Binary file added docs/img/197607.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/BYTE197607.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -19,7 +13,7 @@ <h3>Methodology:</h3>
<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>
Expand All @@ -32,6 +26,10 @@ <h3>Book Covers:</h3>
<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>
Expand Down
14 changes: 14 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -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%
}

0 comments on commit a049b93

Please sign in to comment.