From c5f39ea2cd7cf02246705ea8872d3b350526165c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 24 May 2024 09:05:42 -0400 Subject: initial --- src/public/buttons/apiopage.png | Bin 0 -> 8783 bytes src/public/buttons/apiopage.webp | Bin 0 -> 4618 bytes src/public/buttons/eyes.gif | Bin 0 -> 5493 bytes src/public/buttons/eyes.png | Bin 0 -> 851 bytes src/public/buttons/eyes.webp | Bin 0 -> 4214 bytes src/public/buttons/gnu-linux.png | Bin 0 -> 724 bytes src/public/buttons/gnu-linux.webp | Bin 0 -> 1194 bytes src/public/buttons/vim.gif | Bin 0 -> 1368 bytes src/public/buttons/vim.png | Bin 0 -> 901 bytes src/public/buttons/vim.webp | Bin 0 -> 1398 bytes src/public/font/CourierNew.eot | Bin 0 -> 73282 bytes src/public/font/CourierNew.otf | Bin 0 -> 84700 bytes src/public/font/CourierNew.svg | 243 ++++++++++++++++ src/public/font/CourierNew.ttf | Bin 0 -> 73180 bytes src/public/font/CourierNew.woff | Bin 0 -> 47160 bytes src/public/font/CourierNew.woff2 | Bin 0 -> 40288 bytes src/public/font/FontStuck-Extended.eot | Bin 0 -> 20620 bytes src/public/font/FontStuck-Extended.otf | Bin 0 -> 14324 bytes src/public/font/FontStuck-Extended.svg | 242 ++++++++++++++++ src/public/font/FontStuck-Extended.ttf | Bin 0 -> 20492 bytes src/public/font/FontStuck-Extended.woff | Bin 0 -> 6992 bytes src/public/font/FontStuck-Extended.woff2 | Bin 0 -> 4596 bytes src/public/font/Merriweather.eot | Bin 0 -> 40700 bytes src/public/font/Merriweather.otf | Bin 0 -> 61548 bytes src/public/font/Merriweather.svg | 264 ++++++++++++++++++ src/public/font/Merriweather.ttf | Bin 0 -> 40592 bytes src/public/font/Merriweather.woff | Bin 0 -> 24308 bytes src/public/font/Merriweather.woff2 | Bin 0 -> 19428 bytes src/public/icons/favicon.ico | Bin 0 -> 4286 bytes src/public/icons/logo16.png | Bin 0 -> 6294 bytes src/public/icons/logo32.png | Bin 0 -> 7450 bytes src/public/icons/logo320.png | Bin 0 -> 81298 bytes src/public/icons/logo512.png | Bin 0 -> 161590 bytes src/public/icons/logo64.png | Bin 0 -> 11593 bytes src/public/icons/logo640.png | Bin 0 -> 228436 bytes src/public/img/background.jpg | Bin 0 -> 4241 bytes src/public/img/bee.png | Bin 0 -> 64258 bytes src/public/img/bee.webp | Bin 0 -> 14682 bytes src/public/img/headerLogo.png | Bin 0 -> 42373 bytes src/public/img/headerLogo.webp | Bin 0 -> 10760 bytes src/public/polyfills/boxsizing.htc | 461 +++++++++++++++++++++++++++++++ src/public/polyfills/display-table.htc | 272 ++++++++++++++++++ 42 files changed, 1482 insertions(+) create mode 100644 src/public/buttons/apiopage.png create mode 100644 src/public/buttons/apiopage.webp create mode 100644 src/public/buttons/eyes.gif create mode 100644 src/public/buttons/eyes.png create mode 100644 src/public/buttons/eyes.webp create mode 100644 src/public/buttons/gnu-linux.png create mode 100644 src/public/buttons/gnu-linux.webp create mode 100644 src/public/buttons/vim.gif create mode 100644 src/public/buttons/vim.png create mode 100644 src/public/buttons/vim.webp create mode 100644 src/public/font/CourierNew.eot create mode 100644 src/public/font/CourierNew.otf create mode 100644 src/public/font/CourierNew.svg create mode 100644 src/public/font/CourierNew.ttf create mode 100644 src/public/font/CourierNew.woff create mode 100644 src/public/font/CourierNew.woff2 create mode 100644 src/public/font/FontStuck-Extended.eot create mode 100644 src/public/font/FontStuck-Extended.otf create mode 100644 src/public/font/FontStuck-Extended.svg create mode 100644 src/public/font/FontStuck-Extended.ttf create mode 100644 src/public/font/FontStuck-Extended.woff create mode 100644 src/public/font/FontStuck-Extended.woff2 create mode 100644 src/public/font/Merriweather.eot create mode 100644 src/public/font/Merriweather.otf create mode 100644 src/public/font/Merriweather.svg create mode 100644 src/public/font/Merriweather.ttf create mode 100644 src/public/font/Merriweather.woff create mode 100644 src/public/font/Merriweather.woff2 create mode 100644 src/public/icons/favicon.ico create mode 100644 src/public/icons/logo16.png create mode 100644 src/public/icons/logo32.png create mode 100644 src/public/icons/logo320.png create mode 100644 src/public/icons/logo512.png create mode 100644 src/public/icons/logo64.png create mode 100644 src/public/icons/logo640.png create mode 100644 src/public/img/background.jpg create mode 100644 src/public/img/bee.png create mode 100644 src/public/img/bee.webp create mode 100644 src/public/img/headerLogo.png create mode 100644 src/public/img/headerLogo.webp create mode 100644 src/public/polyfills/boxsizing.htc create mode 100644 src/public/polyfills/display-table.htc (limited to 'src/public') diff --git a/src/public/buttons/apiopage.png b/src/public/buttons/apiopage.png new file mode 100644 index 0000000..686ec4c Binary files /dev/null and b/src/public/buttons/apiopage.png differ diff --git a/src/public/buttons/apiopage.webp b/src/public/buttons/apiopage.webp new file mode 100644 index 0000000..b3f3ffd Binary files /dev/null and b/src/public/buttons/apiopage.webp differ diff --git a/src/public/buttons/eyes.gif b/src/public/buttons/eyes.gif new file mode 100644 index 0000000..6dfeb64 Binary files /dev/null and b/src/public/buttons/eyes.gif differ diff --git a/src/public/buttons/eyes.png b/src/public/buttons/eyes.png new file mode 100644 index 0000000..1a5cd46 Binary files /dev/null and b/src/public/buttons/eyes.png differ diff --git a/src/public/buttons/eyes.webp b/src/public/buttons/eyes.webp new file mode 100644 index 0000000..0d70e16 Binary files /dev/null and b/src/public/buttons/eyes.webp differ diff --git a/src/public/buttons/gnu-linux.png b/src/public/buttons/gnu-linux.png new file mode 100644 index 0000000..0c8420b Binary files /dev/null and b/src/public/buttons/gnu-linux.png differ diff --git a/src/public/buttons/gnu-linux.webp b/src/public/buttons/gnu-linux.webp new file mode 100644 index 0000000..b26fb88 Binary files /dev/null and b/src/public/buttons/gnu-linux.webp differ diff --git a/src/public/buttons/vim.gif b/src/public/buttons/vim.gif new file mode 100644 index 0000000..7a00d7f Binary files /dev/null and b/src/public/buttons/vim.gif differ diff --git a/src/public/buttons/vim.png b/src/public/buttons/vim.png new file mode 100644 index 0000000..89948f6 Binary files /dev/null and b/src/public/buttons/vim.png differ diff --git a/src/public/buttons/vim.webp b/src/public/buttons/vim.webp new file mode 100644 index 0000000..9e4a121 Binary files /dev/null and b/src/public/buttons/vim.webp differ diff --git a/src/public/font/CourierNew.eot b/src/public/font/CourierNew.eot new file mode 100644 index 0000000..4a77a73 Binary files /dev/null and b/src/public/font/CourierNew.eot differ diff --git a/src/public/font/CourierNew.otf b/src/public/font/CourierNew.otf new file mode 100644 index 0000000..8861479 Binary files /dev/null and b/src/public/font/CourierNew.otf differ diff --git a/src/public/font/CourierNew.svg b/src/public/font/CourierNew.svg new file mode 100644 index 0000000..a03861a --- /dev/null +++ b/src/public/font/CourierNew.svg @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/public/font/CourierNew.ttf b/src/public/font/CourierNew.ttf new file mode 100644 index 0000000..229c1e7 Binary files /dev/null and b/src/public/font/CourierNew.ttf differ diff --git a/src/public/font/CourierNew.woff b/src/public/font/CourierNew.woff new file mode 100644 index 0000000..a516ee7 Binary files /dev/null and b/src/public/font/CourierNew.woff differ diff --git a/src/public/font/CourierNew.woff2 b/src/public/font/CourierNew.woff2 new file mode 100644 index 0000000..9b2c777 Binary files /dev/null and b/src/public/font/CourierNew.woff2 differ diff --git a/src/public/font/FontStuck-Extended.eot b/src/public/font/FontStuck-Extended.eot new file mode 100644 index 0000000..886b45e Binary files /dev/null and b/src/public/font/FontStuck-Extended.eot differ diff --git a/src/public/font/FontStuck-Extended.otf b/src/public/font/FontStuck-Extended.otf new file mode 100644 index 0000000..3cded5e Binary files /dev/null and b/src/public/font/FontStuck-Extended.otf differ diff --git a/src/public/font/FontStuck-Extended.svg b/src/public/font/FontStuck-Extended.svg new file mode 100644 index 0000000..daaca48 --- /dev/null +++ b/src/public/font/FontStuck-Extended.svg @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/public/font/FontStuck-Extended.ttf b/src/public/font/FontStuck-Extended.ttf new file mode 100644 index 0000000..266de37 Binary files /dev/null and b/src/public/font/FontStuck-Extended.ttf differ diff --git a/src/public/font/FontStuck-Extended.woff b/src/public/font/FontStuck-Extended.woff new file mode 100644 index 0000000..3fb6428 Binary files /dev/null and b/src/public/font/FontStuck-Extended.woff differ diff --git a/src/public/font/FontStuck-Extended.woff2 b/src/public/font/FontStuck-Extended.woff2 new file mode 100644 index 0000000..f9794b5 Binary files /dev/null and b/src/public/font/FontStuck-Extended.woff2 differ diff --git a/src/public/font/Merriweather.eot b/src/public/font/Merriweather.eot new file mode 100644 index 0000000..c118dcc Binary files /dev/null and b/src/public/font/Merriweather.eot differ diff --git a/src/public/font/Merriweather.otf b/src/public/font/Merriweather.otf new file mode 100644 index 0000000..e694c71 Binary files /dev/null and b/src/public/font/Merriweather.otf differ diff --git a/src/public/font/Merriweather.svg b/src/public/font/Merriweather.svg new file mode 100644 index 0000000..4d0db2a --- /dev/null +++ b/src/public/font/Merriweather.svg @@ -0,0 +1,264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/public/font/Merriweather.ttf b/src/public/font/Merriweather.ttf new file mode 100644 index 0000000..7c5738a Binary files /dev/null and b/src/public/font/Merriweather.ttf differ diff --git a/src/public/font/Merriweather.woff b/src/public/font/Merriweather.woff new file mode 100644 index 0000000..ddb9d27 Binary files /dev/null and b/src/public/font/Merriweather.woff differ diff --git a/src/public/font/Merriweather.woff2 b/src/public/font/Merriweather.woff2 new file mode 100644 index 0000000..38a2394 Binary files /dev/null and b/src/public/font/Merriweather.woff2 differ diff --git a/src/public/icons/favicon.ico b/src/public/icons/favicon.ico new file mode 100644 index 0000000..30b36d4 Binary files /dev/null and b/src/public/icons/favicon.ico differ diff --git a/src/public/icons/logo16.png b/src/public/icons/logo16.png new file mode 100644 index 0000000..6dfa7e5 Binary files /dev/null and b/src/public/icons/logo16.png differ diff --git a/src/public/icons/logo32.png b/src/public/icons/logo32.png new file mode 100644 index 0000000..e3cad38 Binary files /dev/null and b/src/public/icons/logo32.png differ diff --git a/src/public/icons/logo320.png b/src/public/icons/logo320.png new file mode 100644 index 0000000..82c1bfd Binary files /dev/null and b/src/public/icons/logo320.png differ diff --git a/src/public/icons/logo512.png b/src/public/icons/logo512.png new file mode 100644 index 0000000..308f2ef Binary files /dev/null and b/src/public/icons/logo512.png differ diff --git a/src/public/icons/logo64.png b/src/public/icons/logo64.png new file mode 100644 index 0000000..730d5c7 Binary files /dev/null and b/src/public/icons/logo64.png differ diff --git a/src/public/icons/logo640.png b/src/public/icons/logo640.png new file mode 100644 index 0000000..eabaf98 Binary files /dev/null and b/src/public/icons/logo640.png differ diff --git a/src/public/img/background.jpg b/src/public/img/background.jpg new file mode 100644 index 0000000..7b61bc5 Binary files /dev/null and b/src/public/img/background.jpg differ diff --git a/src/public/img/bee.png b/src/public/img/bee.png new file mode 100644 index 0000000..917a5ef Binary files /dev/null and b/src/public/img/bee.png differ diff --git a/src/public/img/bee.webp b/src/public/img/bee.webp new file mode 100644 index 0000000..7af6759 Binary files /dev/null and b/src/public/img/bee.webp differ diff --git a/src/public/img/headerLogo.png b/src/public/img/headerLogo.png new file mode 100644 index 0000000..29178fb Binary files /dev/null and b/src/public/img/headerLogo.png differ diff --git a/src/public/img/headerLogo.webp b/src/public/img/headerLogo.webp new file mode 100644 index 0000000..873fffb Binary files /dev/null and b/src/public/img/headerLogo.webp differ diff --git a/src/public/polyfills/boxsizing.htc b/src/public/polyfills/boxsizing.htc new file mode 100644 index 0000000..f5936e7 --- /dev/null +++ b/src/public/polyfills/boxsizing.htc @@ -0,0 +1,461 @@ + + + + + + + + diff --git a/src/public/polyfills/display-table.htc b/src/public/polyfills/display-table.htc new file mode 100644 index 0000000..395209c --- /dev/null +++ b/src/public/polyfills/display-table.htc @@ -0,0 +1,272 @@ + + + + -- cgit v1.2.3-freya