commit 995e90e318d3e42dca169f2129b2f15545f54058 Author: Greg Gauthier Date: Mon Jan 23 19:30:31 2023 +0000 initial commit diff --git a/assets/AtariLogo.png b/assets/AtariLogo.png new file mode 100644 index 0000000..fb0d809 Binary files /dev/null and b/assets/AtariLogo.png differ diff --git a/assets/Atari_Wallpaper.jpg b/assets/Atari_Wallpaper.jpg new file mode 100644 index 0000000..e66e8a1 Binary files /dev/null and b/assets/Atari_Wallpaper.jpg differ diff --git a/assets/blue_atari_logo.png b/assets/blue_atari_logo.png new file mode 100644 index 0000000..3c8e37c Binary files /dev/null and b/assets/blue_atari_logo.png differ diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..cf3aa66 --- /dev/null +++ b/css/index.css @@ -0,0 +1,236 @@ +/* + Atari Color Schemes + + Atari 800 + -------- + Chassis (dark): #d5cdb4 + Chassis (light): #fcf4dd + + Start Button: #fed700 + Select Button: #fab700 + Option Button: #e99e23 + Reset Button: #ae7900 + + Keycaps (dark): #322918 + Keycaps (light): #766e5a + + Atari 130XE + ----------- + Chassis (dark): #9a9c9b + Chassis (light): #babebd + + Logo: #d0625c + + Keycaps (bkgd): #d5d5d3 + Keycaps (ltrs): #868581 +*/ + +* { + margin: 0; + padding: 10; + box-sizing: border-box; +} + +HTML +{ + background-color: #0a4984; + font-size: 2.5vw; + #background-image: url('../assets/Atari_Wallpaper.jpg'); + #background-position: 80% 80%; + #background-repeat: no-repeat; + #background-size: 100%; +} + +@font-face { + font-family: 'Atari Classic Extrasmooth'; + src: url('../fonts/ATARCE__.TTF') format('truetype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Atari Classic Smooth'; + src: url('../fonts/ATARCS__.TTF') format('truetype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Atari Full'; + src: url('../fonts/ATARI_FULL.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Atari Classic Chunky'; + src: url('../fonts/ATARCC__.TTF') format('truetype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Atari Tiny'; + src: url('../fonts/atari-small-font.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Atarian System Regular'; + src: url('../fonts/sf-atarian-system.regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} +body { + font-family: 'Atari Classic Chunky'; + justify-content: center; + margin: 0.5em; + padding: 0.5em; + color: #afcde9; + #background-color: #0a4984; + background-color: #003366; +} + +p { + font-family: 'Atari Classic Smooth'; + font-size: 0.595em; + color: #f2f2f2; +} + +.p2 { + font-family: 'Atari Classic Smooth'; + font-size: 0.485em; + color: #f2f2f2; +} + +.p3 { + font-family: 'Atari Classic Extrasmooth'; + font-size: 0.365em; + color: #f2f2f2; +} + +pre { + width: 60%; + border: solid gray 2px; + padding-top: 10px; + padding-bottom: 0px; + padding-left:5px; + margin-left: 30px; + background-color: #004d80; + font-family: 'Atari Classic Chunky'; + font-size: 0.450em; + line-height: 1.2; + color: #f2f2f2; +} + +.title { + width: 100%; + text-align: center; + font-family: 'Atarian System Regular'; + font-size: 3.0em; + line-height: 1.1; + #color: #f0e6da; + color: #fcf4dd; +} + +.subtitle { + width: 80%; + margin: auto; + text-align: center; + font-family: 'Atarian System Regular'; + font-size: 1.0em; + line-height: 1.1; + color: #afcde9; + #color: #dd504a; + #color: #ffb600; +} + +.start { + font-family: 'Atarian System Regular'; + font-size: 1.2em; + color: #322918; + text-align: center; + background-color: #fed700; + width: 150px; + border: 2px solid #322918; + padding: 10px; + margin: 10px; +} + +.select { + font-family: 'Atarian System Regular'; + font-size: 1.2em; + color: #322918; + text-align: center; + background-color: #fab700; + width: 150px; + border: 2px solid #322918; + padding: 10px; + margin: 10px; +} + +.option { + font-family: 'Atarian System Regular'; + font-size: 1.2em; + color: #322918; + text-align: center; + background-color: #e99e23; + width: 150px; + border: 2px solid #322918; + padding: 10px; + margin: 10px; +} + +.button-row { + display: flex; + align-content: center; + justify-content: center; +} + +/* unvisited link */ +a:link { + color: #5a97d0; +} + +/* visited link */ +a:visited { + color: #5a97d0; +} + +/* mouse over link */ +a:hover { + color: #5a97d0; +} + +/* selected link */ +a:active { + color: #5a97d0; +} + +H1 { + color: #f0e6da; + margin-left: auto; + margin-right: auto; + font-size: 3.2vw; + width: 100%; +} + +H2 { + font-size: 2.8vw; +} + +H3 { + font-size: 2.4vw; + color: #dd504a; +} + +H4 { + font-size: 2.1vw; + color: #6c7063; +} + +UL { + margin:1em; + padding:0; +} + +LI { + padding-bottom: 0.2em; + color: #dd504a; +} diff --git a/fonts/ATARCC__.TTF b/fonts/ATARCC__.TTF new file mode 100644 index 0000000..86989d8 Binary files /dev/null and b/fonts/ATARCC__.TTF differ diff --git a/fonts/ATARCE__.TTF b/fonts/ATARCE__.TTF new file mode 100644 index 0000000..7b8372f Binary files /dev/null and b/fonts/ATARCE__.TTF differ diff --git a/fonts/ATARCS_.TTF b/fonts/ATARCS_.TTF new file mode 100644 index 0000000..ef9bcbb Binary files /dev/null and b/fonts/ATARCS_.TTF differ diff --git a/fonts/ATARCS__.TTF b/fonts/ATARCS__.TTF new file mode 100644 index 0000000..5eed9ff Binary files /dev/null and b/fonts/ATARCS__.TTF differ diff --git a/fonts/ATARI_FULL.ttf b/fonts/ATARI_FULL.ttf new file mode 100644 index 0000000..01b9dbe Binary files /dev/null and b/fonts/ATARI_FULL.ttf differ diff --git a/fonts/AtariClassic-Regular.ttf b/fonts/AtariClassic-Regular.ttf new file mode 100644 index 0000000..7efc2c7 Binary files /dev/null and b/fonts/AtariClassic-Regular.ttf differ diff --git a/fonts/atari-small-font.ttf b/fonts/atari-small-font.ttf new file mode 100644 index 0000000..98044e9 Binary files /dev/null and b/fonts/atari-small-font.ttf differ diff --git a/fonts/sf-atarian-system.bold.ttf b/fonts/sf-atarian-system.bold.ttf new file mode 100644 index 0000000..165e74a Binary files /dev/null and b/fonts/sf-atarian-system.bold.ttf differ diff --git a/fonts/sf-atarian-system.extended.ttf b/fonts/sf-atarian-system.extended.ttf new file mode 100644 index 0000000..080ca92 Binary files /dev/null and b/fonts/sf-atarian-system.extended.ttf differ diff --git a/fonts/sf-atarian-system.italic.ttf b/fonts/sf-atarian-system.italic.ttf new file mode 100644 index 0000000..c7e23c6 Binary files /dev/null and b/fonts/sf-atarian-system.italic.ttf differ diff --git a/fonts/sf-atarian-system.regular.ttf b/fonts/sf-atarian-system.regular.ttf new file mode 100644 index 0000000..3e59d16 Binary files /dev/null and b/fonts/sf-atarian-system.regular.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..268cf6e --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + +Atari High Scores + + + + + + + +

Atari Code

+

A site devoted to learning to code on the Atari 8-Bit line of computers

+ +
Start
Select
Option
+ +

H1 Test Text

+

Some standard text.

+

Some small text

+

Some very tiny text

+ +

H2 Test Text

+

Some standard text.

+

Some small text

+

Some very tiny text

+ +

H3 Test Text

+

Some standard text.

+

Some small text

+

Some very tiny text

+ +

H4 Test Text

+

Here is a code block:

+
+ 10 PRINT "Hello"
+ 20 GOTO 10
+  
+ +