diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d874fd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.bak +**/*.bak diff --git a/index.html b/index.html new file mode 100644 index 0000000..86a474a --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + + +

Amy's Page! :3

+

Hi, my name is Amy. I like to sing and listen to Jazz or Bossa Nova.

+ + diff --git a/src/res/PixeloidMono.woff2 b/src/res/PixeloidMono.woff2 new file mode 100644 index 0000000..884ec79 Binary files /dev/null and b/src/res/PixeloidMono.woff2 differ diff --git a/src/res/PixeloidSans.woff2 b/src/res/PixeloidSans.woff2 new file mode 100644 index 0000000..cef8582 Binary files /dev/null and b/src/res/PixeloidSans.woff2 differ diff --git a/src/res/PixeloidSansBold.woff2 b/src/res/PixeloidSansBold.woff2 new file mode 100644 index 0000000..29d4ae9 Binary files /dev/null and b/src/res/PixeloidSansBold.woff2 differ diff --git a/src/res/PressStart2P.woff2 b/src/res/PressStart2P.woff2 new file mode 100644 index 0000000..44b7556 Binary files /dev/null and b/src/res/PressStart2P.woff2 differ diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..6874c7a --- /dev/null +++ b/src/style.css @@ -0,0 +1,27 @@ +@font-face { + font-family: 'Pixeloid'; + src: url('./res/PixeloidMono.woff2') format('woff2'); + font-style: normal; + font-weight: normal; +} + +@font-face { + font-family: 'PS2P'; + src: url('./res/PressStart2P.woff2') format('woff2'); + font-weight: normal; + font-weight: normal; +} + +body { + background-color: black; +} + +h1 { + font-family: PS2P, monospace; + color: white; +} + +p { + font-family: Pixeloid, monospace; + color: white; +}