summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_includes/layouts/base.njk53
-rw-r--r--src/favicon.icobin0 -> 15406 bytes
-rw-r--r--src/files/chris.webpbin0 -> 1950 bytes
-rw-r--r--src/files/getchoo-modpack.zipbin0 -> 91883 bytes
-rw-r--r--src/files/rickroll.mp4bin0 -> 20247438 bytes
-rw-r--r--src/files/server-icon.pngbin0 -> 18746 bytes
-rw-r--r--src/guzzle.sass53
-rw-r--r--src/imgs/chris/bkender_bauob.jpgbin0 -> 7404 bytes
-rw-r--r--src/imgs/chris/blurry_chris.jpgbin0 -> 14954 bytes
-rw-r--r--src/imgs/chris/chis_very_fried.jpgbin0 -> 7966 bytes
-rw-r--r--src/imgs/chris/chris_medium_fried.jpgbin0 -> 7272 bytes
-rw-r--r--src/imgs/chris/chris_moshed.jpgbin0 -> 51242 bytes
-rw-r--r--src/imgs/chris/fried_publisher.jpgbin0 -> 2727 bytes
-rw-r--r--src/imgs/chris/help_me.pngbin0 -> 10678 bytes
-rw-r--r--src/imgs/chris/nice_chris.pngbin0 -> 157488 bytes
-rw-r--r--src/imgs/chris/nice_publisher.pngbin0 -> 98501 bytes
-rw-r--r--src/imgs/construction.pngbin0 -> 118352 bytes
-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/chris.gifbin0 -> 2279 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.md11
-rw-r--r--src/js/chrisApp.js23
-rw-r--r--src/lul.njk14
44 files changed, 154 insertions, 0 deletions
diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk
new file mode 100644
index 0000000..14c8387
--- /dev/null
+++ b/src/_includes/layouts/base.njk
@@ -0,0 +1,53 @@
+{% block header %}
+ <!DOCTYPE html>
+ <html lang="en">
+ <head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+ <title>{{ title }}</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="/guzzle.css"/>
+ </head>
+ {% endblock %}
+ <body>
+ <div class="container">
+ <div class="content">
+ {% block content %}
+ {{ content | safe }}
+ {% endblock %}
+ </div>
+ {% block footer %}
+ <div class="gifs">
+ <script type="module" src="/js/chrisApp.js"></script>
+ <img src="/imgs/gifs/legalize.gif" alt="legalize now!"/>
+ <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"/>
+ <img src="/imgs/gifs/chris.gif" alt="chris troll" id="chris_gif"/>
+ </div>
+ {% endblock %}
+ </div>
+ </body>
+ <br \>
+ <footer>
+ <a href="https://github.com/getchoo/getchoo.github.io">source</a>
+ commit:
+ </footer>
+</html> \ No newline at end of file
diff --git a/src/favicon.ico b/src/favicon.ico
new file mode 100644
index 0000000..4880f14
--- /dev/null
+++ b/src/favicon.ico
Binary files differ
diff --git a/src/files/chris.webp b/src/files/chris.webp
new file mode 100644
index 0000000..d313814
--- /dev/null
+++ b/src/files/chris.webp
Binary files differ
diff --git a/src/files/getchoo-modpack.zip b/src/files/getchoo-modpack.zip
new file mode 100644
index 0000000..e5a3839
--- /dev/null
+++ b/src/files/getchoo-modpack.zip
Binary files differ
diff --git a/src/files/rickroll.mp4 b/src/files/rickroll.mp4
new file mode 100644
index 0000000..b988dc4
--- /dev/null
+++ b/src/files/rickroll.mp4
Binary files differ
diff --git a/src/files/server-icon.png b/src/files/server-icon.png
new file mode 100644
index 0000000..81bd6b7
--- /dev/null
+++ b/src/files/server-icon.png
Binary files differ
diff --git a/src/guzzle.sass b/src/guzzle.sass
new file mode 100644
index 0000000..a5403e1
--- /dev/null
+++ b/src/guzzle.sass
@@ -0,0 +1,53 @@
+@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&display=swap')
+
+$fonts: "Fira Code", monospace
+$foreground-color: #1e1e2e
+
+.container
+ background-color: #b4befe
+
+ display: inline-flex
+ flex: 1 1 auto
+ flex-direction: column
+ align-items: center
+ justify-content: center
+
+ margin-left: 20%
+ margin-right: 20%
+ margin-top: 8%
+
+ padding: 10px
+
+body
+ background-color: $foreground-color
+ font-family: $fonts
+
+ p,li
+ font-size: 16px
+
+ h
+ font-size: 24px
+
+footer
+ font-size: 10px
+ color: white
+ padding: 10px
+ justify-content: center
+ text-align: center
+
+.content
+ display: inline-block
+ text-align: center
+ padding: 5px
+ margin: 5px
+
+.gifs
+ background-color: $foreground-color
+ display: inline-block
+ text-align: center
+ padding: 5px
+ margin: 5px
+
+#vidya
+ display: flex
+ justify-content: center
diff --git a/src/imgs/chris/bkender_bauob.jpg b/src/imgs/chris/bkender_bauob.jpg
new file mode 100644
index 0000000..aa32641
--- /dev/null
+++ b/src/imgs/chris/bkender_bauob.jpg
Binary files differ
diff --git a/src/imgs/chris/blurry_chris.jpg b/src/imgs/chris/blurry_chris.jpg
new file mode 100644
index 0000000..331ab3e
--- /dev/null
+++ b/src/imgs/chris/blurry_chris.jpg
Binary files differ
diff --git a/src/imgs/chris/chis_very_fried.jpg b/src/imgs/chris/chis_very_fried.jpg
new file mode 100644
index 0000000..e5ee71b
--- /dev/null
+++ b/src/imgs/chris/chis_very_fried.jpg
Binary files differ
diff --git a/src/imgs/chris/chris_medium_fried.jpg b/src/imgs/chris/chris_medium_fried.jpg
new file mode 100644
index 0000000..b11f978
--- /dev/null
+++ b/src/imgs/chris/chris_medium_fried.jpg
Binary files differ
diff --git a/src/imgs/chris/chris_moshed.jpg b/src/imgs/chris/chris_moshed.jpg
new file mode 100644
index 0000000..6d1c3de
--- /dev/null
+++ b/src/imgs/chris/chris_moshed.jpg
Binary files differ
diff --git a/src/imgs/chris/fried_publisher.jpg b/src/imgs/chris/fried_publisher.jpg
new file mode 100644
index 0000000..0ac6e38
--- /dev/null
+++ b/src/imgs/chris/fried_publisher.jpg
Binary files differ
diff --git a/src/imgs/chris/help_me.png b/src/imgs/chris/help_me.png
new file mode 100644
index 0000000..3ac2f67
--- /dev/null
+++ b/src/imgs/chris/help_me.png
Binary files differ
diff --git a/src/imgs/chris/nice_chris.png b/src/imgs/chris/nice_chris.png
new file mode 100644
index 0000000..af64d6a
--- /dev/null
+++ b/src/imgs/chris/nice_chris.png
Binary files differ
diff --git a/src/imgs/chris/nice_publisher.png b/src/imgs/chris/nice_publisher.png
new file mode 100644
index 0000000..759ef51
--- /dev/null
+++ b/src/imgs/chris/nice_publisher.png
Binary files differ
diff --git a/src/imgs/construction.png b/src/imgs/construction.png
new file mode 100644
index 0000000..1c038b0
--- /dev/null
+++ b/src/imgs/construction.png
Binary files differ
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/chris.gif b/src/imgs/gifs/chris.gif
new file mode 100644
index 0000000..a2ddbd5
--- /dev/null
+++ b/src/imgs/gifs/chris.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.md b/src/index.md
new file mode 100644
index 0000000..193f881
--- /dev/null
+++ b/src/index.md
@@ -0,0 +1,11 @@
+---
+layout: layouts/base.njk
+title: guzzle guzzle
+description: getchoo's website
+---
+
+# getchoo's website
+
+this is under construction. i'm experimenting with lume
+
+![construction](/imgs/construction.png) \ No newline at end of file
diff --git a/src/js/chrisApp.js b/src/js/chrisApp.js
new file mode 100644
index 0000000..bf51176
--- /dev/null
+++ b/src/js/chrisApp.js
@@ -0,0 +1,23 @@
+const chrisURL = "/imgs/chris/";
+
+function randomChris() {
+ const files = [
+ "chis_very_fried.jpg",
+ "chris_medium_fried.jpg",
+ "chris_moshed.jpg",
+ "fried_publisher.jpg",
+ "help_me.png",
+ "nice_chris.png",
+ "nice_publisher.png",
+ "bkender_bauob.jpg",
+ "blurry_chris.jpg",
+ ];
+
+ // this chooses a random file from the array
+ const url = chrisURL + files[Math.floor(Math.random() * files.length)];
+
+ window.location.href = url;
+}
+
+var chris = document.getElementById("chris_gif");
+chris.addEventListener("click", randomChris);
diff --git a/src/lul.njk b/src/lul.njk
new file mode 100644
index 0000000..db2aa35
--- /dev/null
+++ b/src/lul.njk
@@ -0,0 +1,14 @@
+---
+title: fard
+description: xd
+---
+
+{% extends "_includes/layouts/base.njk" %}
+{% block body %}
+ <div id="vidya">
+ <video width="1280" height="720" controls="controls" autoplay="autoplay" muted="muted">
+ <source src="/files/rickroll.mp4" type="video/mp4"/>
+ </video>
+ </div>
+{% endblock %}
+{% block footer %}{% endblock %} \ No newline at end of file