diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/imgs/buttons/acab.gif (renamed from static/imgs/gifs/acab.gif) | bin | 8785 -> 8785 bytes | |||
| -rw-r--r-- | static/imgs/buttons/arnold.gif (renamed from static/imgs/gifs/arnold.gif) | bin | 5046 -> 5046 bytes | |||
| -rw-r--r-- | static/imgs/buttons/capitalism.gif (renamed from static/imgs/gifs/capitalism.gif) | bin | 253 -> 253 bytes | |||
| -rw-r--r-- | static/imgs/buttons/legalize.gif (renamed from static/imgs/gifs/legalize.gif) | bin | 7182 -> 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) | bin | 17783 -> 17783 bytes | |||
| -rw-r--r-- | static/imgs/buttons/steam.gif (renamed from static/imgs/gifs/steam.gif) | bin | 2750 -> 2750 bytes | |||
| -rw-r--r-- | static/imgs/buttons/weezer.gif (renamed from static/imgs/gifs/weezer.gif) | bin | 24883 -> 24883 bytes | |||
| -rw-r--r-- | static/imgs/construction.png | bin | 118352 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/gifs/web3.gif | bin | 483 -> 0 bytes | |||
| -rw-r--r-- | static/imgs/obras.gif (renamed from static/imgs/gifs/obras.gif) | bin | 5497 -> 5497 bytes | |||
| -rw-r--r-- | static/main.css | 78 |
12 files changed, 0 insertions, 78 deletions
diff --git a/static/imgs/gifs/acab.gif b/static/imgs/buttons/acab.gif Binary files differindex 6f8ccef..6f8ccef 100644 --- a/static/imgs/gifs/acab.gif +++ b/static/imgs/buttons/acab.gif diff --git a/static/imgs/gifs/arnold.gif b/static/imgs/buttons/arnold.gif Binary files differindex 0035988..0035988 100644 --- a/static/imgs/gifs/arnold.gif +++ b/static/imgs/buttons/arnold.gif diff --git a/static/imgs/gifs/capitalism.gif b/static/imgs/buttons/capitalism.gif Binary files differindex c4abb60..c4abb60 100644 --- a/static/imgs/gifs/capitalism.gif +++ b/static/imgs/buttons/capitalism.gif diff --git a/static/imgs/gifs/legalize.gif b/static/imgs/buttons/legalize.gif Binary files differindex 071d4d4..071d4d4 100644 --- a/static/imgs/gifs/legalize.gif +++ b/static/imgs/buttons/legalize.gif 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 Binary files differindex 9a48896..9a48896 100644 --- a/static/imgs/gifs/pride.gif +++ b/static/imgs/buttons/pride.gif diff --git a/static/imgs/gifs/steam.gif b/static/imgs/buttons/steam.gif Binary files differindex 1f4fe29..1f4fe29 100644 --- a/static/imgs/gifs/steam.gif +++ b/static/imgs/buttons/steam.gif diff --git a/static/imgs/gifs/weezer.gif b/static/imgs/buttons/weezer.gif Binary files differindex d7fa9d1..d7fa9d1 100644 --- a/static/imgs/gifs/weezer.gif +++ b/static/imgs/buttons/weezer.gif diff --git a/static/imgs/construction.png b/static/imgs/construction.png Binary files differdeleted file mode 100644 index 1c038b0..0000000 --- a/static/imgs/construction.png +++ /dev/null diff --git a/static/imgs/gifs/web3.gif b/static/imgs/gifs/web3.gif Binary files differdeleted file mode 100644 index 4f5a2f1..0000000 --- a/static/imgs/gifs/web3.gif +++ /dev/null diff --git a/static/imgs/gifs/obras.gif b/static/imgs/obras.gif Binary files differindex 3c8443e..3c8443e 100644 --- a/static/imgs/gifs/obras.gif +++ b/static/imgs/obras.gif 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; - } -} |
