Added page

This commit is contained in:
Gnarwhal 2024-08-07 19:33:51 +00:00
commit ad09015771
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
6 changed files with 112 additions and 0 deletions

1
.domains Normal file
View file

@ -0,0 +1 @@
monodon.page

BIN
Px437_IBM_BIOS.woff Normal file

Binary file not shown.

BIN
Px437_IBM_BIOS.woff2 Normal file

Binary file not shown.

49
favicon.svg Normal file
View file

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="92pt"
height="92pt"
viewBox="0 0 92 92"
version="1.1"
id="svg2"
sodipodi:docname="purple.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
inkscape:export-filename="public/assets/img/logo.png"
inkscape:export-xdpi="400.69565"
inkscape:export-ydpi="400.69565"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="pt"
showguides="true"
inkscape:zoom="4"
inkscape:cx="136.125"
inkscape:cy="92.625"
inkscape:window-width="2560"
inkscape:window-height="1371"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" /><defs
id="defs1"><clipPath
id="a"><path
d="M0 .113h91.887V92H0Zm0 0"
id="path1" /></clipPath><clipPath
id="a-7"><path
d="M 0,0.113 H 91.887 V 92 H 0 Z m 0,0"
id="path1-6" /></clipPath></defs><g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Logo"><path
id="path2-4"
style="display:inline;fill:#8f4dcf;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 46.092773 0.055664063 A 5.925 5.925 0 0 0 41.907715 1.7871094 L 1.7915039 41.907715 A 5.913 5.913 0 0 0 1.7900391 50.276367 L 5.1591797 53.645508 L 5.1577148 53.648438 L 38.453613 86.944336 L 41.71875 90.209473 A 5.918 5.918 0 0 0 50.090332 90.209473 L 90.212402 50.088867 A 5.92 5.92 0 0 0 90.212402 41.720215 L 50.279297 1.7871094 A 5.925 5.925 0 0 0 46.092773 0.055664063 z M 45.502441 12.725098 A 7.6607628 7.6607628 45 0 1 51.46582 14.950195 A 7.6607628 7.6607628 45 0 1 51.46582 25.78418 A 7.6607628 7.6607628 45 0 1 43.649414 27.626953 L 27.635742 43.63916 A 7.6607628 7.6607628 45 0 1 27.635742 48.458496 L 43.55127 64.374023 A 7.6607628 7.6607628 45 0 1 48.350098 64.374023 L 63.322266 49.401855 L 52.851563 49.422363 A 7.6607628 7.6607628 45 0 1 51.41748 51.41748 A 7.6607628 7.6607628 45 0 1 40.583496 51.41748 A 7.6607628 7.6607628 45 0 1 40.583496 40.583496 A 7.6607628 7.6607628 45 0 1 51.41748 40.583496 A 7.6607628 7.6607628 45 0 1 52.836914 42.550781 L 64.797363 42.527344 A 7.6607628 7.6607628 45 0 1 66.216797 40.533691 A 7.6607628 7.6607628 45 0 1 77.050781 40.533691 A 7.6607628 7.6607628 45 0 1 77.050781 51.367676 A 7.6607628 7.6607628 45 0 1 69.23291 53.210449 L 53.220703 69.222656 A 7.6607628 7.6607628 45 0 1 51.367676 77.050781 A 7.6607628 7.6607628 45 0 1 40.533691 77.050781 A 7.6607628 7.6607628 45 0 1 38.692383 69.23291 L 22.766602 53.308594 A 7.6607628 7.6607628 45 0 1 14.950195 51.46582 A 7.6607628 7.6607628 45 0 1 14.950195 40.631836 A 7.6607628 7.6607628 45 0 1 22.766602 38.789063 L 38.789063 22.766602 A 7.6607628 7.6607628 45 0 1 40.631836 14.950195 A 7.6607628 7.6607628 45 0 1 45.502441 12.725098 z " /></g></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

15
index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Monodon Pages</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<div id="content">
<img id="logo" src="favicon.svg" />
<p id="text">Nothing here</p>
</div>
</div>
</body>
</html>

47
style.css Normal file
View file

@ -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;
}