summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-07 02:34:34 -0500
committerseth <[email protected]>2023-01-07 02:34:34 -0500
commit445ace8236270fd31b90bb70420b85783f91cc4e (patch)
treec7ab4e54174f0955c7fcda5f2841152ec32c9e7a
parenta0390f51c9cd695b8ab6629234f29adcd4fc61c5 (diff)
feat: add funni gifs
-rw-r--r--src/404.html26
-rw-r--r--src/css/guzzle.css9
-rw-r--r--src/imgs/gifs/acab.gifbin0 -> 8785 bytes
-rw-r--r--src/imgs/gifs/anybrowser.gifbin0 -> 1286 bytes
-rw-r--r--src/imgs/gifs/arnold.gifbin0 -> 5046 bytes
-rw-r--r--src/imgs/gifs/bob.gifbin0 -> 142993 bytes
-rw-r--r--src/imgs/gifs/capitalism.gifbin0 -> 253 bytes
-rw-r--r--src/imgs/gifs/counterstrike.gifbin0 -> 5023 bytes
-rw-r--r--src/imgs/gifs/explorer.gifbin0 -> 10877 bytes
-rw-r--r--src/imgs/gifs/fedora.gifbin0 -> 1914 bytes
-rw-r--r--src/imgs/gifs/free.gifbin0 -> 622 bytes
-rw-r--r--src/imgs/gifs/gimp.gifbin0 -> 2602 bytes
-rw-r--r--src/imgs/gifs/gnu-linux.gifbin0 -> 550 bytes
-rw-r--r--src/imgs/gifs/imagine.gifbin0 -> 9865 bytes
-rw-r--r--src/imgs/gifs/jsfree.gifbin0 -> 1695 bytes
-rw-r--r--src/imgs/gifs/kmelon.gifbin0 -> 2964 bytes
-rw-r--r--src/imgs/gifs/legalize.gifbin0 -> 7182 bytes
-rw-r--r--src/imgs/gifs/moz.gifbin0 -> 2864 bytes
-rw-r--r--src/imgs/gifs/poweredbyfedora.gifbin0 -> 2314 bytes
-rw-r--r--src/imgs/gifs/pride.gifbin0 -> 17783 bytes
-rw-r--r--src/imgs/gifs/steam.gifbin0 -> 2750 bytes
-rw-r--r--src/imgs/gifs/tired.gifbin0 -> 899 bytes
-rw-r--r--src/imgs/gifs/vi.gifbin0 -> 761 bytes
-rw-r--r--src/imgs/gifs/web3.gifbin0 -> 483 bytes
-rw-r--r--src/imgs/gifs/weezer.gifbin0 -> 24883 bytes
-rw-r--r--src/index.html41
-rw-r--r--src/lul.html2
27 files changed, 57 insertions, 21 deletions
diff --git a/src/404.html b/src/404.html
index 82b8bc4..2c3441c 100644
--- a/src/404.html
+++ b/src/404.html
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <title>guzzle guzzle</title>
+ <meta name="description" content="seth's server for random stuff" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="css/guzzle.css" />
+ </head>
-<head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>guzzle guzzle</title>
- <meta name="description" content="seth's server for random stuff" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="stylesheet" href="css/guzzle.css" />
-</head>
-
-<body>
- <p>uh that file isn't here. maybe try again? (404 error)</p>
-</body>
-
+ <body>
+ <div id="container">
+ <p>uh that file isn't here. maybe try again? (404 error)</p>
+ </div>
+ </body>
</html>
diff --git a/src/css/guzzle.css b/src/css/guzzle.css
index 552b749..f3bc9e0 100644
--- a/src/css/guzzle.css
+++ b/src/css/guzzle.css
@@ -3,10 +3,17 @@ body {
font-family: monospace;
}
-.content p,li {
+.content p,
+li {
font-size: large;
}
+.gifs {
+ width: 33%;
+ clear: both;
+ text-align: center;
+}
+
#vidya {
display: flex;
justify-content: center;
diff --git a/src/imgs/gifs/acab.gif b/src/imgs/gifs/acab.gif
new file mode 100644
index 0000000..6f8ccef
--- /dev/null
+++ b/src/imgs/gifs/acab.gif
Binary files differ
diff --git a/src/imgs/gifs/anybrowser.gif b/src/imgs/gifs/anybrowser.gif
new file mode 100644
index 0000000..d7c0e0e
--- /dev/null
+++ b/src/imgs/gifs/anybrowser.gif
Binary files differ
diff --git a/src/imgs/gifs/arnold.gif b/src/imgs/gifs/arnold.gif
new file mode 100644
index 0000000..0035988
--- /dev/null
+++ b/src/imgs/gifs/arnold.gif
Binary files differ
diff --git a/src/imgs/gifs/bob.gif b/src/imgs/gifs/bob.gif
new file mode 100644
index 0000000..90b6dd5
--- /dev/null
+++ b/src/imgs/gifs/bob.gif
Binary files differ
diff --git a/src/imgs/gifs/capitalism.gif b/src/imgs/gifs/capitalism.gif
new file mode 100644
index 0000000..c4abb60
--- /dev/null
+++ b/src/imgs/gifs/capitalism.gif
Binary files differ
diff --git a/src/imgs/gifs/counterstrike.gif b/src/imgs/gifs/counterstrike.gif
new file mode 100644
index 0000000..612e116
--- /dev/null
+++ b/src/imgs/gifs/counterstrike.gif
Binary files differ
diff --git a/src/imgs/gifs/explorer.gif b/src/imgs/gifs/explorer.gif
new file mode 100644
index 0000000..676ef7d
--- /dev/null
+++ b/src/imgs/gifs/explorer.gif
Binary files differ
diff --git a/src/imgs/gifs/fedora.gif b/src/imgs/gifs/fedora.gif
new file mode 100644
index 0000000..5953e46
--- /dev/null
+++ b/src/imgs/gifs/fedora.gif
Binary files differ
diff --git a/src/imgs/gifs/free.gif b/src/imgs/gifs/free.gif
new file mode 100644
index 0000000..6ed18d1
--- /dev/null
+++ b/src/imgs/gifs/free.gif
Binary files differ
diff --git a/src/imgs/gifs/gimp.gif b/src/imgs/gifs/gimp.gif
new file mode 100644
index 0000000..382315e
--- /dev/null
+++ b/src/imgs/gifs/gimp.gif
Binary files differ
diff --git a/src/imgs/gifs/gnu-linux.gif b/src/imgs/gifs/gnu-linux.gif
new file mode 100644
index 0000000..89e3562
--- /dev/null
+++ b/src/imgs/gifs/gnu-linux.gif
Binary files differ
diff --git a/src/imgs/gifs/imagine.gif b/src/imgs/gifs/imagine.gif
new file mode 100644
index 0000000..fc9f559
--- /dev/null
+++ b/src/imgs/gifs/imagine.gif
Binary files differ
diff --git a/src/imgs/gifs/jsfree.gif b/src/imgs/gifs/jsfree.gif
new file mode 100644
index 0000000..b83040c
--- /dev/null
+++ b/src/imgs/gifs/jsfree.gif
Binary files differ
diff --git a/src/imgs/gifs/kmelon.gif b/src/imgs/gifs/kmelon.gif
new file mode 100644
index 0000000..bc95862
--- /dev/null
+++ b/src/imgs/gifs/kmelon.gif
Binary files differ
diff --git a/src/imgs/gifs/legalize.gif b/src/imgs/gifs/legalize.gif
new file mode 100644
index 0000000..071d4d4
--- /dev/null
+++ b/src/imgs/gifs/legalize.gif
Binary files differ
diff --git a/src/imgs/gifs/moz.gif b/src/imgs/gifs/moz.gif
new file mode 100644
index 0000000..ad0653a
--- /dev/null
+++ b/src/imgs/gifs/moz.gif
Binary files differ
diff --git a/src/imgs/gifs/poweredbyfedora.gif b/src/imgs/gifs/poweredbyfedora.gif
new file mode 100644
index 0000000..a632810
--- /dev/null
+++ b/src/imgs/gifs/poweredbyfedora.gif
Binary files differ
diff --git a/src/imgs/gifs/pride.gif b/src/imgs/gifs/pride.gif
new file mode 100644
index 0000000..9a48896
--- /dev/null
+++ b/src/imgs/gifs/pride.gif
Binary files differ
diff --git a/src/imgs/gifs/steam.gif b/src/imgs/gifs/steam.gif
new file mode 100644
index 0000000..1f4fe29
--- /dev/null
+++ b/src/imgs/gifs/steam.gif
Binary files differ
diff --git a/src/imgs/gifs/tired.gif b/src/imgs/gifs/tired.gif
new file mode 100644
index 0000000..bf53872
--- /dev/null
+++ b/src/imgs/gifs/tired.gif
Binary files differ
diff --git a/src/imgs/gifs/vi.gif b/src/imgs/gifs/vi.gif
new file mode 100644
index 0000000..9aa8301
--- /dev/null
+++ b/src/imgs/gifs/vi.gif
Binary files differ
diff --git a/src/imgs/gifs/web3.gif b/src/imgs/gifs/web3.gif
new file mode 100644
index 0000000..4f5a2f1
--- /dev/null
+++ b/src/imgs/gifs/web3.gif
Binary files differ
diff --git a/src/imgs/gifs/weezer.gif b/src/imgs/gifs/weezer.gif
new file mode 100644
index 0000000..d7fa9d1
--- /dev/null
+++ b/src/imgs/gifs/weezer.gif
Binary files differ
diff --git a/src/index.html b/src/index.html
index 4f3e3a8..06bd117 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,17 +11,46 @@
<body>
<div class="content">
- <p>
- i'm not sure why i wasted my money on this...have fun i guess
- </p>
- </div>
- <div class="content">
+ <p>i'm not sure why i wasted my money on this...have fun i guess</p>
+
<h1>servers currently running:</h1>
<ul>
<li>1.19.2 quilt server (w/ origins)</li>
</ul>
- <br>
+ <br />
+
<b><a href="lul.html">click me</a></b>
</div>
+
+ <br />
+ <br />
+ <div class="gifs">
+ <img src="imgs/gifs/legalize.gif" alt="legalize now!" />
+ <br />
+
+ <img src="/imgs/gifs/acab.gif" alt="acab" />
+ <img src="/imgs/gifs/poweredbyfedora.gif" alt="powered by fedora" />
+ <img src="/imgs/gifs/capitalism.gif" alt="let's crush capitalism!" />
+ <br />
+
+ <img src="/imgs/gifs/anybrowser.gif" alt="best viewed with any browser" />
+ <img src="/imgs/gifs/weezer.gif" alt="weezer fan" />
+ <img src="/imgs/gifs/steam.gif" alt="play with steam" />
+ <img src="/imgs/gifs/vi.gif" alt="made with vi" />
+ <img src="/imgs/gifs/pride.gif" alt="pride" />
+ <img src="/imgs/gifs/imagine.gif" alt="imagination" />
+ <br />
+
+ <img src="/imgs/gifs/moz.gif" alt="mozilla is cool" />
+ <img src="/imgs/gifs/free.gif" alt="completely free software" />
+ <img src="/imgs/gifs/gimp.gif" alt="graphics by gimp" />
+ <img src="/imgs/gifs/explorer.gif" alt="marijuana mind explorer" />
+ <img src="/imgs/gifs/jsfree.gif" alt="javascript free" />
+ <img src="/imgs/gifs/web3.gif" alt="keep the web free! say no to web3!" />
+ <img src="/imgs/gifs/tired.gif" alt="tired" />
+ <img src="/imgs/gifs/arnold.gif" alt="hey arnold!" />
+ <img src="/imgs/gifs/bob.gif" alt="powered by bob" />
+ <img src="/imgs/gifs/counterstrike.gif" alt="counter-strike player" />
+ </div>
</body>
</html>
diff --git a/src/lul.html b/src/lul.html
index afbc85a..d0cf4e7 100644
--- a/src/lul.html
+++ b/src/lul.html
@@ -11,7 +11,7 @@
<body>
<div id="vidya">
<video width="1280" height="720" controls autoplay muted>
- <source src="files/rickroll.mp4" type="video/mp4">
+ <source src="files/rickroll.mp4" type="video/mp4" />
</video>
</div>
</body>