commit 65bb7587893c12947dc5c0b6b3c8cbf8b3091426 Author: tom Date: Mon Jun 10 21:28:56 2024 -0400 Initial commit here's what I got so far :P diff --git a/README.md b/README.md new file mode 100644 index 0000000..26456f1 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# otter.men June 2024 + +Building a new personal website because I am currently having a really bad identity crisis. Also learning Git (wow!). + +# Plans + +* Wikipedia-inspired about page +* Works page +* Unhinged rotating sort of "banner ad" to advertise blog \ No newline at end of file diff --git a/about.php b/about.php new file mode 100644 index 0000000..8a7d18a --- /dev/null +++ b/about.php @@ -0,0 +1,25 @@ +
+ +
+

About

+ + + + + + + + + +
tom otter
+ jfnsd + + jsoidjasifjamokdl +
+

ayo what up

+

snifjhduo

+

what's good

+
+
\ No newline at end of file diff --git a/essential/common.css b/essential/common.css new file mode 100644 index 0000000..5b69882 --- /dev/null +++ b/essential/common.css @@ -0,0 +1,55 @@ +body { + margin: 0; +} + +#wrapper { + padding: 10px; +} + +#navtop { + border-bottom: 1px black solid; + height: 100px; +} + +#navbottom ul { + padding: 8px; + margin: 0; +} + +#left { + width: fit-content; + float: left; +} + +#navbottom ul li::marker { + content: none; +} + +#blog, #navigation { + border: 1px black solid; + width: 200px; +} + +#blog { + height: 100px; + margin-top: 5px; +} + + + +#content { + border: 1px black solid; + width: 500px; + height: 500px; + margin-left: 220px; + padding: 10px; +} + +h1 { + margin-top: 0; +} + +#infobox { + float:right; + border: 1px black solid; +} \ No newline at end of file diff --git a/essential/template.php b/essential/template.php new file mode 100644 index 0000000..b993c7c --- /dev/null +++ b/essential/template.php @@ -0,0 +1,17 @@ + + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..5778b7f --- /dev/null +++ b/index.php @@ -0,0 +1,5 @@ +
+ +
\ No newline at end of file