diff options
| author | seth <[email protected]> | 2023-03-17 07:37:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-17 07:39:55 -0400 |
| commit | 74e5fd4f4d0bf40cb682ff48973fdd41d86f747b (patch) | |
| tree | ee3152111bb1d006933b4fda015303af053e7d68 /src | |
initial commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/_includes/layouts/base.njk | 53 | ||||
| -rw-r--r-- | src/favicon.ico | bin | 0 -> 15406 bytes | |||
| -rw-r--r-- | src/files/chris.webp | bin | 0 -> 1950 bytes | |||
| -rw-r--r-- | src/files/getchoo-modpack.zip | bin | 0 -> 91883 bytes | |||
| -rw-r--r-- | src/files/rickroll.mp4 | bin | 0 -> 20247438 bytes | |||
| -rw-r--r-- | src/files/server-icon.png | bin | 0 -> 18746 bytes | |||
| -rw-r--r-- | src/guzzle.sass | 53 | ||||
| -rw-r--r-- | src/imgs/chris/bkender_bauob.jpg | bin | 0 -> 7404 bytes | |||
| -rw-r--r-- | src/imgs/chris/blurry_chris.jpg | bin | 0 -> 14954 bytes | |||
| -rw-r--r-- | src/imgs/chris/chis_very_fried.jpg | bin | 0 -> 7966 bytes | |||
| -rw-r--r-- | src/imgs/chris/chris_medium_fried.jpg | bin | 0 -> 7272 bytes | |||
| -rw-r--r-- | src/imgs/chris/chris_moshed.jpg | bin | 0 -> 51242 bytes | |||
| -rw-r--r-- | src/imgs/chris/fried_publisher.jpg | bin | 0 -> 2727 bytes | |||
| -rw-r--r-- | src/imgs/chris/help_me.png | bin | 0 -> 10678 bytes | |||
| -rw-r--r-- | src/imgs/chris/nice_chris.png | bin | 0 -> 157488 bytes | |||
| -rw-r--r-- | src/imgs/chris/nice_publisher.png | bin | 0 -> 98501 bytes | |||
| -rw-r--r-- | src/imgs/construction.png | bin | 0 -> 118352 bytes | |||
| -rw-r--r-- | src/imgs/gifs/acab.gif | bin | 0 -> 8785 bytes | |||
| -rw-r--r-- | src/imgs/gifs/anybrowser.gif | bin | 0 -> 1286 bytes | |||
| -rw-r--r-- | src/imgs/gifs/arnold.gif | bin | 0 -> 5046 bytes | |||
| -rw-r--r-- | src/imgs/gifs/bob.gif | bin | 0 -> 142993 bytes | |||
| -rw-r--r-- | src/imgs/gifs/capitalism.gif | bin | 0 -> 253 bytes | |||
| -rw-r--r-- | src/imgs/gifs/chris.gif | bin | 0 -> 2279 bytes | |||
| -rw-r--r-- | src/imgs/gifs/counterstrike.gif | bin | 0 -> 5023 bytes | |||
| -rw-r--r-- | src/imgs/gifs/explorer.gif | bin | 0 -> 10877 bytes | |||
| -rw-r--r-- | src/imgs/gifs/fedora.gif | bin | 0 -> 1914 bytes | |||
| -rw-r--r-- | src/imgs/gifs/free.gif | bin | 0 -> 622 bytes | |||
| -rw-r--r-- | src/imgs/gifs/gimp.gif | bin | 0 -> 2602 bytes | |||
| -rw-r--r-- | src/imgs/gifs/gnu-linux.gif | bin | 0 -> 550 bytes | |||
| -rw-r--r-- | src/imgs/gifs/imagine.gif | bin | 0 -> 9865 bytes | |||
| -rw-r--r-- | src/imgs/gifs/jsfree.gif | bin | 0 -> 1695 bytes | |||
| -rw-r--r-- | src/imgs/gifs/kmelon.gif | bin | 0 -> 2964 bytes | |||
| -rw-r--r-- | src/imgs/gifs/legalize.gif | bin | 0 -> 7182 bytes | |||
| -rw-r--r-- | src/imgs/gifs/moz.gif | bin | 0 -> 2864 bytes | |||
| -rw-r--r-- | src/imgs/gifs/poweredbyfedora.gif | bin | 0 -> 2314 bytes | |||
| -rw-r--r-- | src/imgs/gifs/pride.gif | bin | 0 -> 17783 bytes | |||
| -rw-r--r-- | src/imgs/gifs/steam.gif | bin | 0 -> 2750 bytes | |||
| -rw-r--r-- | src/imgs/gifs/tired.gif | bin | 0 -> 899 bytes | |||
| -rw-r--r-- | src/imgs/gifs/vi.gif | bin | 0 -> 761 bytes | |||
| -rw-r--r-- | src/imgs/gifs/web3.gif | bin | 0 -> 483 bytes | |||
| -rw-r--r-- | src/imgs/gifs/weezer.gif | bin | 0 -> 24883 bytes | |||
| -rw-r--r-- | src/index.md | 11 | ||||
| -rw-r--r-- | src/js/chrisApp.js | 23 | ||||
| -rw-r--r-- | src/lul.njk | 14 |
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 Binary files differnew file mode 100644 index 0000000..4880f14 --- /dev/null +++ b/src/favicon.ico diff --git a/src/files/chris.webp b/src/files/chris.webp Binary files differnew file mode 100644 index 0000000..d313814 --- /dev/null +++ b/src/files/chris.webp diff --git a/src/files/getchoo-modpack.zip b/src/files/getchoo-modpack.zip Binary files differnew file mode 100644 index 0000000..e5a3839 --- /dev/null +++ b/src/files/getchoo-modpack.zip diff --git a/src/files/rickroll.mp4 b/src/files/rickroll.mp4 Binary files differnew file mode 100644 index 0000000..b988dc4 --- /dev/null +++ b/src/files/rickroll.mp4 diff --git a/src/files/server-icon.png b/src/files/server-icon.png Binary files differnew file mode 100644 index 0000000..81bd6b7 --- /dev/null +++ b/src/files/server-icon.png 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 Binary files differnew file mode 100644 index 0000000..aa32641 --- /dev/null +++ b/src/imgs/chris/bkender_bauob.jpg diff --git a/src/imgs/chris/blurry_chris.jpg b/src/imgs/chris/blurry_chris.jpg Binary files differnew file mode 100644 index 0000000..331ab3e --- /dev/null +++ b/src/imgs/chris/blurry_chris.jpg diff --git a/src/imgs/chris/chis_very_fried.jpg b/src/imgs/chris/chis_very_fried.jpg Binary files differnew file mode 100644 index 0000000..e5ee71b --- /dev/null +++ b/src/imgs/chris/chis_very_fried.jpg diff --git a/src/imgs/chris/chris_medium_fried.jpg b/src/imgs/chris/chris_medium_fried.jpg Binary files differnew file mode 100644 index 0000000..b11f978 --- /dev/null +++ b/src/imgs/chris/chris_medium_fried.jpg diff --git a/src/imgs/chris/chris_moshed.jpg b/src/imgs/chris/chris_moshed.jpg Binary files differnew file mode 100644 index 0000000..6d1c3de --- /dev/null +++ b/src/imgs/chris/chris_moshed.jpg diff --git a/src/imgs/chris/fried_publisher.jpg b/src/imgs/chris/fried_publisher.jpg Binary files differnew file mode 100644 index 0000000..0ac6e38 --- /dev/null +++ b/src/imgs/chris/fried_publisher.jpg diff --git a/src/imgs/chris/help_me.png b/src/imgs/chris/help_me.png Binary files differnew file mode 100644 index 0000000..3ac2f67 --- /dev/null +++ b/src/imgs/chris/help_me.png diff --git a/src/imgs/chris/nice_chris.png b/src/imgs/chris/nice_chris.png Binary files differnew file mode 100644 index 0000000..af64d6a --- /dev/null +++ b/src/imgs/chris/nice_chris.png diff --git a/src/imgs/chris/nice_publisher.png b/src/imgs/chris/nice_publisher.png Binary files differnew file mode 100644 index 0000000..759ef51 --- /dev/null +++ b/src/imgs/chris/nice_publisher.png diff --git a/src/imgs/construction.png b/src/imgs/construction.png Binary files differnew file mode 100644 index 0000000..1c038b0 --- /dev/null +++ b/src/imgs/construction.png diff --git a/src/imgs/gifs/acab.gif b/src/imgs/gifs/acab.gif Binary files differnew file mode 100644 index 0000000..6f8ccef --- /dev/null +++ b/src/imgs/gifs/acab.gif diff --git a/src/imgs/gifs/anybrowser.gif b/src/imgs/gifs/anybrowser.gif Binary files differnew file mode 100644 index 0000000..d7c0e0e --- /dev/null +++ b/src/imgs/gifs/anybrowser.gif diff --git a/src/imgs/gifs/arnold.gif b/src/imgs/gifs/arnold.gif Binary files differnew file mode 100644 index 0000000..0035988 --- /dev/null +++ b/src/imgs/gifs/arnold.gif diff --git a/src/imgs/gifs/bob.gif b/src/imgs/gifs/bob.gif Binary files differnew file mode 100644 index 0000000..90b6dd5 --- /dev/null +++ b/src/imgs/gifs/bob.gif diff --git a/src/imgs/gifs/capitalism.gif b/src/imgs/gifs/capitalism.gif Binary files differnew file mode 100644 index 0000000..c4abb60 --- /dev/null +++ b/src/imgs/gifs/capitalism.gif diff --git a/src/imgs/gifs/chris.gif b/src/imgs/gifs/chris.gif Binary files differnew file mode 100644 index 0000000..a2ddbd5 --- /dev/null +++ b/src/imgs/gifs/chris.gif diff --git a/src/imgs/gifs/counterstrike.gif b/src/imgs/gifs/counterstrike.gif Binary files differnew file mode 100644 index 0000000..612e116 --- /dev/null +++ b/src/imgs/gifs/counterstrike.gif diff --git a/src/imgs/gifs/explorer.gif b/src/imgs/gifs/explorer.gif Binary files differnew file mode 100644 index 0000000..676ef7d --- /dev/null +++ b/src/imgs/gifs/explorer.gif diff --git a/src/imgs/gifs/fedora.gif b/src/imgs/gifs/fedora.gif Binary files differnew file mode 100644 index 0000000..5953e46 --- /dev/null +++ b/src/imgs/gifs/fedora.gif diff --git a/src/imgs/gifs/free.gif b/src/imgs/gifs/free.gif Binary files differnew file mode 100644 index 0000000..6ed18d1 --- /dev/null +++ b/src/imgs/gifs/free.gif diff --git a/src/imgs/gifs/gimp.gif b/src/imgs/gifs/gimp.gif Binary files differnew file mode 100644 index 0000000..382315e --- /dev/null +++ b/src/imgs/gifs/gimp.gif diff --git a/src/imgs/gifs/gnu-linux.gif b/src/imgs/gifs/gnu-linux.gif Binary files differnew file mode 100644 index 0000000..89e3562 --- /dev/null +++ b/src/imgs/gifs/gnu-linux.gif diff --git a/src/imgs/gifs/imagine.gif b/src/imgs/gifs/imagine.gif Binary files differnew file mode 100644 index 0000000..fc9f559 --- /dev/null +++ b/src/imgs/gifs/imagine.gif diff --git a/src/imgs/gifs/jsfree.gif b/src/imgs/gifs/jsfree.gif Binary files differnew file mode 100644 index 0000000..b83040c --- /dev/null +++ b/src/imgs/gifs/jsfree.gif diff --git a/src/imgs/gifs/kmelon.gif b/src/imgs/gifs/kmelon.gif Binary files differnew file mode 100644 index 0000000..bc95862 --- /dev/null +++ b/src/imgs/gifs/kmelon.gif diff --git a/src/imgs/gifs/legalize.gif b/src/imgs/gifs/legalize.gif Binary files differnew file mode 100644 index 0000000..071d4d4 --- /dev/null +++ b/src/imgs/gifs/legalize.gif diff --git a/src/imgs/gifs/moz.gif b/src/imgs/gifs/moz.gif Binary files differnew file mode 100644 index 0000000..ad0653a --- /dev/null +++ b/src/imgs/gifs/moz.gif diff --git a/src/imgs/gifs/poweredbyfedora.gif b/src/imgs/gifs/poweredbyfedora.gif Binary files differnew file mode 100644 index 0000000..a632810 --- /dev/null +++ b/src/imgs/gifs/poweredbyfedora.gif diff --git a/src/imgs/gifs/pride.gif b/src/imgs/gifs/pride.gif Binary files differnew file mode 100644 index 0000000..9a48896 --- /dev/null +++ b/src/imgs/gifs/pride.gif diff --git a/src/imgs/gifs/steam.gif b/src/imgs/gifs/steam.gif Binary files differnew file mode 100644 index 0000000..1f4fe29 --- /dev/null +++ b/src/imgs/gifs/steam.gif diff --git a/src/imgs/gifs/tired.gif b/src/imgs/gifs/tired.gif Binary files differnew file mode 100644 index 0000000..bf53872 --- /dev/null +++ b/src/imgs/gifs/tired.gif diff --git a/src/imgs/gifs/vi.gif b/src/imgs/gifs/vi.gif Binary files differnew file mode 100644 index 0000000..9aa8301 --- /dev/null +++ b/src/imgs/gifs/vi.gif diff --git a/src/imgs/gifs/web3.gif b/src/imgs/gifs/web3.gif Binary files differnew file mode 100644 index 0000000..4f5a2f1 --- /dev/null +++ b/src/imgs/gifs/web3.gif diff --git a/src/imgs/gifs/weezer.gif b/src/imgs/gifs/weezer.gif Binary files differnew file mode 100644 index 0000000..d7fa9d1 --- /dev/null +++ b/src/imgs/gifs/weezer.gif 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 + +
\ 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 |
