diff --git a/images/logo/astolfo1.png b/images/logo/astolfo1.png deleted file mode 100644 index a8f688d..0000000 Binary files a/images/logo/astolfo1.png and /dev/null differ diff --git a/images/logo/astolfo2.png b/images/logo/astolfo2.png deleted file mode 100644 index db121e2..0000000 Binary files a/images/logo/astolfo2.png and /dev/null differ diff --git a/images/logo/besht.png b/images/logo/besht.png deleted file mode 100644 index 770284c..0000000 Binary files a/images/logo/besht.png and /dev/null differ diff --git a/images/logo/bread1.png b/images/logo/bread1.png deleted file mode 100644 index d65a611..0000000 Binary files a/images/logo/bread1.png and /dev/null differ diff --git a/images/logo/cirno1.png b/images/logo/cirno1.png deleted file mode 100644 index 3c24ae4..0000000 Binary files a/images/logo/cirno1.png and /dev/null differ diff --git a/images/logo/cirno2.png b/images/logo/cirno2.png deleted file mode 100644 index 79743aa..0000000 Binary files a/images/logo/cirno2.png and /dev/null differ diff --git a/images/logo/comfy1.png b/images/logo/comfy1.png deleted file mode 100644 index b7794d2..0000000 Binary files a/images/logo/comfy1.png and /dev/null differ diff --git a/images/logo/h1.png b/images/logo/h1.png deleted file mode 100644 index 46c631d..0000000 Binary files a/images/logo/h1.png and /dev/null differ diff --git a/images/logo/h2.png b/images/logo/h2.png deleted file mode 100644 index 7ca8a09..0000000 Binary files a/images/logo/h2.png and /dev/null differ diff --git a/images/logo/h3.png b/images/logo/h3.png deleted file mode 100644 index d18ddbc..0000000 Binary files a/images/logo/h3.png and /dev/null differ diff --git a/images/logo/h4.png b/images/logo/h4.png deleted file mode 100644 index 93c87be..0000000 Binary files a/images/logo/h4.png and /dev/null differ diff --git a/images/logo/happy1.png b/images/logo/happy1.png deleted file mode 100644 index 5ca0727..0000000 Binary files a/images/logo/happy1.png and /dev/null differ diff --git a/images/logo/heart.jpg b/images/logo/heart.jpg deleted file mode 100644 index f8e15d4..0000000 Binary files a/images/logo/heart.jpg and /dev/null differ diff --git a/images/logo/lain1.png b/images/logo/lain1.png deleted file mode 100644 index 5d12555..0000000 Binary files a/images/logo/lain1.png and /dev/null differ diff --git a/images/logo/maga1.png b/images/logo/maga1.png deleted file mode 100644 index 5efba88..0000000 Binary files a/images/logo/maga1.png and /dev/null differ diff --git a/images/logo/pocky.png b/images/logo/pocky.png deleted file mode 100644 index de1ba6d..0000000 Binary files a/images/logo/pocky.png and /dev/null differ diff --git a/images/logo/smuganimeface.jpg b/images/logo/smuganimeface.jpg deleted file mode 100644 index ba51df2..0000000 Binary files a/images/logo/smuganimeface.jpg and /dev/null differ diff --git a/images/logo/snugsmug.png b/images/logo/snugsmug.png deleted file mode 100644 index a375c92..0000000 Binary files a/images/logo/snugsmug.png and /dev/null differ diff --git a/images/logo/what.png b/images/logo/what.png deleted file mode 100644 index a98d968..0000000 Binary files a/images/logo/what.png and /dev/null differ diff --git a/images/logo/zombie1.png b/images/logo/zombie1.png deleted file mode 100644 index 75ff5f9..0000000 Binary files a/images/logo/zombie1.png and /dev/null differ diff --git a/index.php b/index.php index ac0cb0c..6e93c9c 100644 --- a/index.php +++ b/index.php @@ -2,26 +2,18 @@ - - - Desu, Ltd.
-
- - -

pleroma

-

Shitpost to strangers

-
- - -

matrix

-

Talk shit to literally nobody

-
-
+

desu.ltd?

+

desu.ltd. The domain of me, some random guy on the internet named Salt.

+

Where are the goods?

+
diff --git a/src/common-footer.php b/src/common-footer.php index 9eaf98b..e69de29 100644 --- a/src/common-footer.php +++ b/src/common-footer.php @@ -1,5 +0,0 @@ - diff --git a/src/common-header.php b/src/common-header.php index 72bcc96..091f286 100644 --- a/src/common-header.php +++ b/src/common-header.php @@ -1,7 +1,15 @@ -
- " alt="logo" width=768 height=768 /> +
+
+     _                   _ _      _ 
+  __| | ___  ___ _   _  | | |_ __| |
+ / _` |/ _ \/ __| | | | | | __/ _` |
+| (_| |  __/\__ \ |_| |_| | || (_| |
+ \__,_|\___||___/\__,_(_)_|\__\__,_|
+	
+
diff --git a/src/common-meta.php b/src/common-meta.php index f6aa0a8..d1e6f3a 100644 --- a/src/common-meta.php +++ b/src/common-meta.php @@ -2,6 +2,7 @@ + diff --git a/styles/buttons.css b/styles/buttons.css deleted file mode 100644 index 86aedba..0000000 --- a/styles/buttons.css +++ /dev/null @@ -1,36 +0,0 @@ -/* - * buttons.css - * Copyright (C) 2020 Vintage Salt - * - * Distributed under terms of the MIT license. - */ - -/* BIG ICON BUTTONS - * Used on the index for services */ -div.iconbuttoncontainer { - display: grid; - grid-gap: 1em; - grid-template-columns: 1fr 1fr 1fr; -} -a.iconbutton { - background: var(--background-dark); - border: 4px solid var(--background-dark); - display: block; - padding: 1em; - text-align: center; -} -a.iconbutton:hover { - background: var(--link-hover); - color: var(--background); -} -a.iconbutton i { - font-size: 400% -} - -/* MOBILE */ -@media only screen and (max-width: 600px) { - div.iconbuttoncontainer { - grid-template-columns: 1fr; - } -} - diff --git a/styles/styles.css b/styles/styles.css index fe0f8ad..9d9370b 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -12,7 +12,7 @@ --background-dark: #28232c; --link: #ba844d; --link-hover: #ffb940; - --text: #ffefcf; + --text: #ffe4b4; } html { background: var(--background-dark); @@ -21,7 +21,7 @@ html { body { background: var(--background); color: var(--text); - font-family: "Roboto", sans-serif; + font: 12pt Inconsolata, sans-serif; margin: 4em auto; max-width: 40em; padding: 4em; @@ -37,15 +37,6 @@ a { a:hover { color: var(--link-hover); } -/* code */ -code { - background: var(--text); - border-radius: 3px; - color: var(--background-dark); - display: inline-block; - font-size: 11pt; - padding: 2px 4px; -} dl { list-style-type: none; margin: 0; @@ -57,102 +48,59 @@ dl dt { dl dd { margin: 0; } - -/* CUSTOM DIVS AND SPANS */ -a.quickbutton { - background: var(--background); - border-radius: 8px; - display: block; - font-size: 150%; - margin: 0.5em 0; - padding: 1em; - text-align: center; -} -a.quickbutton:hover { - background: var(--link-hover); - color: var(--background-dark); -} -div.break { - width: 4em; - margin: 2em auto; - border-bottom: 3px double var(--text); -} -img.bigimg { - border-radius: 8px; - display: block; - margin: 1em auto; -} - -/* HIERARCHICAL CLASSES */ -/* HEADER */ -.header { - background: var(--background); -} -.logocontainer { - align-items: center; - display: flex; - justify-content: center; - padding: 1em 0; -} -.logo { - border-radius: 50%; - height: 128px; - vertical-align: middle; - margin: 0 1em; - max-width: 128px; -} -.header h1 { - display: inline; +h1 { + font-size: 100%;; margin: 0; } -.header p { +h1:before { + content: "=> "; + opacity: 0.25; +} +h2 { + font-size: 100%; margin: 0; } -.header nav ul { +h2:before { + content: "-- "; + opacity: 0.25; +} +p { + margin: 0 0 1em 0; +} +nav ul { + display: inline-block; list-style-type: none; margin: 0; padding: 0; - text-align: center; } -.header nav ul li { +nav ul li{ display: inline-block; - padding: 0.8em; + margin: 0; + padding: 0; } -.header nav ul li:hover { - background: var(--link-hover); - color: var(--background-dark); - transition: .08s ease-in; +nav ul li:before { + content: ":: "; + opacity: 0.25; +} +.content ul { + list-style-type: none; + margin: 0; + padding: 0; +} +.content ul li:before { + content: "* "; + opacity: 0.25; } /* CONTENT */ +.header { + margin: 0 0 1em 0; +} +.header h1 { + margin: 0 0 1em 0; +} .content { background: var(--background); - padding: 2em 0; -} -.subcontainer { - background: var(--background); - border-radius: 8px; - margin: 1em 0; - padding: 1em; -} -.toc { - background: var(--background); - border-radius: 4px; - display: inline-block; - margin: 0 1em 1em 1em; - width: auto; -} - -/* FOOTER */ -.footer { - background: var(--background); - font-size: 11px; - line-height: 1.3; - padding: 1em 0; - text-align: center; -} -.footer p { - margin: 0; } /* MOBILE */