summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/imgs/buttons/acab.gif (renamed from static/imgs/gifs/acab.gif)bin8785 -> 8785 bytes
-rw-r--r--static/imgs/buttons/arnold.gif (renamed from static/imgs/gifs/arnold.gif)bin5046 -> 5046 bytes
-rw-r--r--static/imgs/buttons/capitalism.gif (renamed from static/imgs/gifs/capitalism.gif)bin253 -> 253 bytes
-rw-r--r--static/imgs/buttons/legalize.gif (renamed from static/imgs/gifs/legalize.gif)bin7182 -> 7182 bytes
-rw-r--r--static/imgs/buttons/poweredbynix.svg (renamed from static/imgs/gifs/poweredbynix.svg)0
-rw-r--r--static/imgs/buttons/pride.gif (renamed from static/imgs/gifs/pride.gif)bin17783 -> 17783 bytes
-rw-r--r--static/imgs/buttons/steam.gif (renamed from static/imgs/gifs/steam.gif)bin2750 -> 2750 bytes
-rw-r--r--static/imgs/buttons/weezer.gif (renamed from static/imgs/gifs/weezer.gif)bin24883 -> 24883 bytes
-rw-r--r--static/imgs/construction.pngbin118352 -> 0 bytes
-rw-r--r--static/imgs/gifs/web3.gifbin483 -> 0 bytes
-rw-r--r--static/imgs/obras.gif (renamed from static/imgs/gifs/obras.gif)bin5497 -> 5497 bytes
-rw-r--r--static/main.css78
12 files changed, 0 insertions, 78 deletions
diff --git a/static/imgs/gifs/acab.gif b/static/imgs/buttons/acab.gif
index 6f8ccef..6f8ccef 100644
--- a/static/imgs/gifs/acab.gif
+++ b/static/imgs/buttons/acab.gif
Binary files differ
diff --git a/static/imgs/gifs/arnold.gif b/static/imgs/buttons/arnold.gif
index 0035988..0035988 100644
--- a/static/imgs/gifs/arnold.gif
+++ b/static/imgs/buttons/arnold.gif
Binary files differ
diff --git a/static/imgs/gifs/capitalism.gif b/static/imgs/buttons/capitalism.gif
index c4abb60..c4abb60 100644
--- a/static/imgs/gifs/capitalism.gif
+++ b/static/imgs/buttons/capitalism.gif
Binary files differ
diff --git a/static/imgs/gifs/legalize.gif b/static/imgs/buttons/legalize.gif
index 071d4d4..071d4d4 100644
--- a/static/imgs/gifs/legalize.gif
+++ b/static/imgs/buttons/legalize.gif
Binary files differ
diff --git a/static/imgs/gifs/poweredbynix.svg b/static/imgs/buttons/poweredbynix.svg
index 0bc8c80..0bc8c80 100644
--- a/static/imgs/gifs/poweredbynix.svg
+++ b/static/imgs/buttons/poweredbynix.svg
diff --git a/static/imgs/gifs/pride.gif b/static/imgs/buttons/pride.gif
index 9a48896..9a48896 100644
--- a/static/imgs/gifs/pride.gif
+++ b/static/imgs/buttons/pride.gif
Binary files differ
diff --git a/static/imgs/gifs/steam.gif b/static/imgs/buttons/steam.gif
index 1f4fe29..1f4fe29 100644
--- a/static/imgs/gifs/steam.gif
+++ b/static/imgs/buttons/steam.gif
Binary files differ
diff --git a/static/imgs/gifs/weezer.gif b/static/imgs/buttons/weezer.gif
index d7fa9d1..d7fa9d1 100644
--- a/static/imgs/gifs/weezer.gif
+++ b/static/imgs/buttons/weezer.gif
Binary files differ
diff --git a/static/imgs/construction.png b/static/imgs/construction.png
deleted file mode 100644
index 1c038b0..0000000
--- a/static/imgs/construction.png
+++ /dev/null
Binary files differ
diff --git a/static/imgs/gifs/web3.gif b/static/imgs/gifs/web3.gif
deleted file mode 100644
index 4f5a2f1..0000000
--- a/static/imgs/gifs/web3.gif
+++ /dev/null
Binary files differ
diff --git a/static/imgs/gifs/obras.gif b/static/imgs/obras.gif
index 3c8443e..3c8443e 100644
--- a/static/imgs/gifs/obras.gif
+++ b/static/imgs/obras.gif
Binary files differ
diff --git a/static/main.css b/static/main.css
deleted file mode 100644
index 28318cb..0000000
--- a/static/main.css
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
-* This palette is from the Catppuccin project. Check it out!
-* https://catppuccin.com/
-*/
-
-:root {
- --background-color: #1e1e2e; /* mocha base */
- --primary-font: "Noto Sans";
- --regular-text: #cdd6f4; /* mocha text */
- --blue-text: #89b4fa; /* mocha blue */
- --subtext: #bac2de; /* mocha subtext1 */
- --medium-screen: 768px;
-}
-
-body {
- background-color: var(--background-color);
- font-family: var(--primary-font), system-ui;
- line-height: 1.5rem;
- margin-left: auto;
- margin-right: auto;
- margin-top: 1.25rem;
- margin-bottom: 1.25rem;
- max-width: var(--medium-screen);
- padding: 0.75rem;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-strong,
-b,
-p {
- color: var(--regular-text);
-}
-
-a {
- text-decoration: underline;
- color: var(--blue-text);
-}
-
-video {
- width: 100%;
- height: auto;
- max-width: var(--medium-screen);
-}
-
-footer {
- color: var(--subtext);
- font-size: 0.75rem;
-
- text-align: right;
-}
-
-#nav_links {
- display: flex;
- gap: 0.25rem;
-}
-
-#gifs {
- display: none;
- flex-direction: row;
- flex-wrap: wrap;
- gap: 0.5rem;
- justify-content: space-evenly;
-}
-
-.blogpost {
- font-size: 0.85rem;
-}
-
-@media screen and (min-width: 768px) {
- #gifs {
- display: flex;
- }
-}