From 900cce978997670b0670fe126306e35534f75972 Mon Sep 17 00:00:00 2001 From: Moxvallix Date: Tue, 30 Apr 2024 17:12:17 +0930 Subject: [PATCH] feat(ui): polish site UI, add datapack podcast project --- src/_includes/layouts/base.html | 2 +- src/_includes/layouts/home.html | 5 ++- src/_includes/layouts/project.html | 2 +- src/_includes/partials/cards/docs.html | 2 +- src/_includes/partials/cards/project.html | 2 +- src/_includes/partials/site-header.html | 4 ++- src/about.md | 7 ++-- src/images/11st-logo.svg | 7 ---- src/images/deploy-to-netlify.svg | 32 ------------------ .../projects/datapack_podcast_banner.png | Bin 0 -> 82129 bytes src/images/social-share.png | Bin 24815 -> 228076 bytes src/index.html | 16 ++++++--- src/projects/datapack_podcast.md | 22 ++++++++++++ src/public/fonts/Lato-Bold.ttf | Bin 0 -> 73316 bytes src/public/fonts/Lato-Regular.ttf | Bin 0 -> 75136 bytes src/public/fonts/LilitaOne-Regular.ttf | Bin 0 -> 26828 bytes .../{ => fonts}/Minecraft-Regular.woff2 | Bin src/styles/main.css | 31 ++++++++++++++++- tailwind.config.js | 3 +- 19 files changed, 77 insertions(+), 58 deletions(-) delete mode 100644 src/images/11st-logo.svg delete mode 100644 src/images/deploy-to-netlify.svg create mode 100644 src/images/projects/datapack_podcast_banner.png create mode 100644 src/projects/datapack_podcast.md create mode 100644 src/public/fonts/Lato-Bold.ttf create mode 100644 src/public/fonts/Lato-Regular.ttf create mode 100644 src/public/fonts/LilitaOne-Regular.ttf rename src/public/{ => fonts}/Minecraft-Regular.woff2 (100%) diff --git a/src/_includes/layouts/base.html b/src/_includes/layouts/base.html index 0735783..4b58e22 100644 --- a/src/_includes/layouts/base.html +++ b/src/_includes/layouts/base.html @@ -8,7 +8,7 @@ style="image-rendering: optimizeSpeed; image-rendering: pixelated" data-env="{{ node.env }}" > -
+
{% include "partials/site-header.html" %} {% block content %}{% endblock %}
diff --git a/src/_includes/layouts/home.html b/src/_includes/layouts/home.html index 79f7828..59fd917 100644 --- a/src/_includes/layouts/home.html +++ b/src/_includes/layouts/home.html @@ -1,11 +1,10 @@ {% layout "layouts/base.html" %} {% block content %}
{{ content }}
diff --git a/src/_includes/layouts/project.html b/src/_includes/layouts/project.html index d810165..4f108a2 100644 --- a/src/_includes/layouts/project.html +++ b/src/_includes/layouts/project.html @@ -66,7 +66,7 @@
{{ content }}
diff --git a/src/_includes/partials/cards/docs.html b/src/_includes/partials/cards/docs.html index ac005a8..ae3d502 100644 --- a/src/_includes/partials/cards/docs.html +++ b/src/_includes/partials/cards/docs.html @@ -9,7 +9,7 @@ >

{{ post.data.title }}

{{ post.data.title }}

{{ post.data.subtitle }}

diff --git a/src/_includes/partials/cards/project.html b/src/_includes/partials/cards/project.html index 3bf35bc..330aef5 100644 --- a/src/_includes/partials/cards/project.html +++ b/src/_includes/partials/cards/project.html @@ -8,7 +8,7 @@ >

{{ post.data.title }}

{{ post.data.title }}

{{ post.data.subtitle }}

diff --git a/src/_includes/partials/site-header.html b/src/_includes/partials/site-header.html index 1bb7684..c6d7a04 100644 --- a/src/_includes/partials/site-header.html +++ b/src/_includes/partials/site-header.html @@ -14,7 +14,9 @@ width="48" style="image-rendering: optimizeSpeed; image-rendering: pixelated" /> -