diff --git a/_includes/author.njk b/_includes/author.njk index a993658..58a5c5d 100644 --- a/_includes/author.njk +++ b/_includes/author.njk @@ -19,6 +19,7 @@

{{ subtitle }}

+ {% include "project_image.njk" %}
{{ content | safe }}
diff --git a/_includes/project.njk b/_includes/project.njk index 16f557f..e6f3e12 100644 --- a/_includes/project.njk +++ b/_includes/project.njk @@ -11,8 +11,8 @@
{% include "header.njk" %}
- {% if logoName and logoExtension %} - + {% if logo %} + {% endif %}
@@ -23,6 +23,7 @@
+ {% include "project_image.njk" %}
{{ content | safe }}
diff --git a/_includes/project_image.njk b/_includes/project_image.njk new file mode 100644 index 0000000..05728fb --- /dev/null +++ b/_includes/project_image.njk @@ -0,0 +1,10 @@ +{% if images %} +
+

Images

+
+ {% for image in images %} + + {% endfor %} +
+
+{% endif %} \ No newline at end of file diff --git a/assets/styles.css b/assets/styles.css index 723884a..10b67e4 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,3 +1,8 @@ +:root { + --accent-color: greenyellow; + --accent-secondary: green; +} + * { margin: 0; padding: 0; @@ -22,7 +27,7 @@ header { a { text-decoration: none; - color:greenyellow; + color: var(--accent-color); } main { @@ -130,7 +135,7 @@ img { .featuredProject img { width: 100%; - border: medium solid yellowgreen; + border: medium solid var(--accent-color); } .featuredProject p { @@ -159,12 +164,14 @@ img { padding-top: 20px; gap: 20px; display: flex; + margin-bottom: 1em; } #downloadButton { border: none; - background: linear-gradient(yellowgreen, green); + background: linear-gradient(var(--accent-color), var(--accent-secondary)); border-radius: 2px; + color: white; } #downloadLink { @@ -179,7 +186,6 @@ img { #downloadButton:hover { cursor: pointer; - border-color: white; } #projectHeader img { @@ -207,6 +213,38 @@ img { margin-bottom: 6px; } +#projectImageCarrousel { + outline: 2px solid gray; + padding: 1rem; + height: 12em; + display: flex; + flex-direction: column; +} + +#projectCarrouselImageHolder { + height: 100%; + gap: 1em; + overflow: auto; + scroll-margin-left: 10px; + overflow-x: scroll; + white-space: nowrap; +} + +.projectImage { + transition: .4s; + height: 95%; + max-width: 10em; + object-fit: cover; + /* filter: grayscale(); */ +} + +.projectImage:hover { + filter: none; + opacity: .8; + max-width: 100%; + /* object-fit: unset; */ +} + #credits { margin-left: auto; } diff --git a/authors/tenkuma/index.md b/authors/tenkuma/index.md index 946f032..8f1d875 100644 --- a/authors/tenkuma/index.md +++ b/authors/tenkuma/index.md @@ -4,6 +4,9 @@ subtitle: "A bear doing things on the internet." downloadLink: "https://modrinth.com/plugin/tenkumalib/versions" logoName: "logo" logoExtension: "png" +images: ["tenkuma-silverfish.jpg", "tenkuma-mrnando-enderdragon.jpg"] --- -I'm tenkuma. \ No newline at end of file +I'm tenkuma. A bear, dreamer and sometimes developer. + +You can found more about me on [my website](https://adrianvictor.rf.gd). \ No newline at end of file diff --git a/authors/tenkuma/tenkuma-mrnando-enderdragon.jpg b/authors/tenkuma/tenkuma-mrnando-enderdragon.jpg new file mode 100644 index 0000000..77eef4a Binary files /dev/null and b/authors/tenkuma/tenkuma-mrnando-enderdragon.jpg differ diff --git a/authors/tenkuma/tenkuma-silverfish.jpg b/authors/tenkuma/tenkuma-silverfish.jpg new file mode 100644 index 0000000..e4a8f0d Binary files /dev/null and b/authors/tenkuma/tenkuma-silverfish.jpg differ diff --git a/projects/aboukkit/index.md b/projects/aboukkit/index.md index 5335751..71e7b63 100644 --- a/projects/aboukkit/index.md +++ b/projects/aboukkit/index.md @@ -3,9 +3,7 @@ name: "Aboukkit" subtitle: "A simple way to add custom commands with custom responses to your server." author: "tenkuma" downloadLink: "https://modrinth.com/plugin/aboukkit/versions" -backgroundImageSize: "cover" -logoName: "logo" -logoExtension: "png" +logo: "logo.png" tags: plugin --- diff --git a/projects/devilwithin/index.md b/projects/devilwithin/index.md index 256aa19..59126bb 100644 --- a/projects/devilwithin/index.md +++ b/projects/devilwithin/index.md @@ -3,8 +3,7 @@ name: "The Devil Within" subtitle: "Adds enchanting to Minecraft Beta. Supports balancing through curses." author: "tenkuma" downloadLink: "https://modrinth.com/plugin/devilwithin/versions" -logoName: "logo" -logoExtension: "png" +logo: "logo.png" tags: plugin --- This plugin is a remake of [GoldEnchant](https://dev.bukkit.org/projects/goldenchant/). diff --git a/projects/ghostsandstuff/anti-spam.png b/projects/ghostsandstuff/anti-spam.png new file mode 100644 index 0000000..0b0c38a Binary files /dev/null and b/projects/ghostsandstuff/anti-spam.png differ diff --git a/projects/ghostsandstuff/background.jpg b/projects/ghostsandstuff/background.jpg deleted file mode 100644 index 50c5b04..0000000 Binary files a/projects/ghostsandstuff/background.jpg and /dev/null differ diff --git a/projects/ghostsandstuff/index.md b/projects/ghostsandstuff/index.md index 8451261..f8072b9 100644 --- a/projects/ghostsandstuff/index.md +++ b/projects/ghostsandstuff/index.md @@ -3,15 +3,14 @@ name: "Ghosts 'n Stuff" subtitle: "Miscellaneous additions to your Minecraft server." author: "tenkuma" downloadLink: "https://modrinth.com/plugin/ghosts/versions" -backgroundImageSize: "cover" -logoName: "logo" -logoExtension: "png" +images: ["anti-spam.png", "rainbow-chat.png", "skibidi-blocker.png"] +logo: "logo.png" tags: "plugin" --- This plugins was made to use stuff from my library that would not fit into any plugin (or not in the way presented here) that has ~~a lot~~ (WIP) of random stuff. Everything should be togglable in the config. ## Features -- **RainbowChat:** Rainbow color code. +- **RainbowChat:** Rainbow color code (&z by default). - **SkibidiBlocker:** Strike a lightning on players that say a word. - **AntiSpam:** Blocks repeated words in the chat. Optionally can strike a lightning to the player who is spamming. diff --git a/projects/ghostsandstuff/rainbow-chat.png b/projects/ghostsandstuff/rainbow-chat.png new file mode 100644 index 0000000..27a674a Binary files /dev/null and b/projects/ghostsandstuff/rainbow-chat.png differ diff --git a/projects/ghostsandstuff/skibidi-blocker.png b/projects/ghostsandstuff/skibidi-blocker.png new file mode 100644 index 0000000..01caef5 Binary files /dev/null and b/projects/ghostsandstuff/skibidi-blocker.png differ diff --git a/projects/tefreezer/index.md b/projects/tefreezer/index.md index 3d174c1..9345e70 100644 --- a/projects/tefreezer/index.md +++ b/projects/tefreezer/index.md @@ -3,8 +3,7 @@ name: "teFreezer" subtitle: "Force your players to refrigerate their food by rotting food in unrefrigerated chests!" author: "tenkuma" downloadLink: "https://modrinth.com/plugin/freezer/versions" -logoName: "logo" -logoExtension: "png" +logo: "logo.png" tags: plugin --- ![Tefreezer written in Minecraft-like font in purple.](https://cdn.modrinth.com/data/cached_images/0aaabfb51609876ece6de83e62b9641a4635fad9_0.webp) diff --git a/projects/timekeeper/index.md b/projects/timekeeper/index.md index 01dbc6b..ced7baf 100644 --- a/projects/timekeeper/index.md +++ b/projects/timekeeper/index.md @@ -3,8 +3,7 @@ name: "TimeKeeper" subtitle: "Syncs real world time with your Minecraft server time." author: "tenkuma" downloadLink: "https://modrinth.com/plugin/timekeeper/versions" -logoName: "logo" -logoExtension: "png" +logo: "logo.png" tags: plugin --- This is a plugin for Minecraft beta that syncs the real world time with your in-game time. Logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/).