diff --git a/docs/img/197607.jpg b/docs/img/197607.jpg new file mode 100644 index 0000000..981827c Binary files /dev/null and b/docs/img/197607.jpg differ diff --git a/docs/img/BYTE197607.jpg b/docs/img/BYTE197607.jpg new file mode 100644 index 0000000..325bf3c Binary files /dev/null and b/docs/img/BYTE197607.jpg differ diff --git a/docs/index.html b/docs/index.html index cb8fbc4..8c5ed3e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,13 +3,7 @@ BCG 101 - +

BCG101: 101 BASIC COMPUTER GAMES

@@ -19,7 +13,7 @@
  • Quick port to EDUSystem 50 for testing.
  • Refactor to take advantage of BASIC implementation.
  • -

    Book Covers:

    +

    Book Covers and Ads:

    @@ -32,6 +26,10 @@
    March 1975, $7.50
    +
    + + +
    July 1976, Ad in BYTE #10
    diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..209d5de --- /dev/null +++ b/docs/style.css @@ -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% +}