commit ad090157716bc20695b7fa7a65d8917774905cec Author: Gnarwhal Date: Wed Aug 7 19:33:51 2024 +0000 Added page diff --git a/.domains b/.domains new file mode 100644 index 0000000..6aeffb4 --- /dev/null +++ b/.domains @@ -0,0 +1 @@ +monodon.page diff --git a/Px437_IBM_BIOS.woff b/Px437_IBM_BIOS.woff new file mode 100644 index 0000000..11cc783 Binary files /dev/null and b/Px437_IBM_BIOS.woff differ diff --git a/Px437_IBM_BIOS.woff2 b/Px437_IBM_BIOS.woff2 new file mode 100644 index 0000000..4726a7a Binary files /dev/null and b/Px437_IBM_BIOS.woff2 differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..4d66018 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,49 @@ + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..4a8d692 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + Monodon Pages + + + +
+
+ +

Nothing here

+
+
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..151058d --- /dev/null +++ b/style.css @@ -0,0 +1,47 @@ +@font-face { + font-family: 'Px437 IBM BIOS'; + src: url('Px437_IBM_BIOS.woff2') format('woff2'); + src: url('Px437_IBM_BIOS.woff' ) format('woff' ); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +html,body { + margin: 0; + padding: 0; + width: 100%; + height: 100%; + background-color: black; + + font-family: 'Px437 IBM BIOS'; + font-size: 2em; + color: #8f4dcf; +} + +#container { + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +#content { + height: max-content; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; +} + +#logo { + margin-right: 1em; + height: 100%; +} + +#text { + margin: 0; + text-wrap: nowrap; +}