Skip to content

Commit 900cce9

Browse files
committed
feat(ui): polish site UI, add datapack podcast project
1 parent 2e43e57 commit 900cce9

19 files changed

+77
-58
lines changed

src/_includes/layouts/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
style="image-rendering: optimizeSpeed; image-rendering: pixelated"
99
data-env="{{ node.env }}"
1010
>
11-
<div class="flex w-full max-w-screen-hd grow flex-col">
11+
<div class="flex w-full max-w-screen-hd grow flex-col bg-black/40">
1212
{% include "partials/site-header.html" %} {% block content %}{% endblock
1313
%}
1414
</div>

src/_includes/layouts/home.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{% layout "layouts/base.html" %} {% block content %}
22
<main
33
id="main-content"
4-
tabindex="-1"
5-
class="flex grow items-start justify-center py-12"
4+
class="flex grow items-start justify-center py-4 xs:py-8 sm:py-12"
65
>
76
<div
8-
class="prose prose-invert w-full rounded bg-zinc-700 p-4 shadow-black sm:prose-lg xs:shadow sm:shadow-2xl"
7+
class="prose prose-invert mx-2 w-full rounded bg-zinc-700 p-4 shadow-black sm:prose-lg prose-headings:mt-0 prose-headings:mb-2 xs:shadow sm:shadow-2xl"
98
>
109
{{ content }}
1110
</div>

src/_includes/layouts/project.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</div>
6767
</div>
6868
<div
69-
class="prose prose-invert w-full max-w-prose rounded bg-zinc-700 p-4 shadow-2xl shadow-black"
69+
class="prose prose-invert prose-h1:font-heading prose-h1:font-normal w-full max-w-prose rounded bg-zinc-700 p-4 shadow-2xl shadow-black"
7070
>
7171
{{ content }}
7272
</div>

src/_includes/partials/cards/docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
></div>
1010
<div class="p-2 pb-8 pt-4">
1111
<a class="no-style" href="{{ post.data.docs }}"
12-
><h3 class="text-4xl font-bold">{{ post.data.title }}</h3></a
12+
><h3 class="font-heading text-4xl">{{ post.data.title }}</h3></a
1313
>
1414
<p>{{ post.data.subtitle }}</p>
1515
</div>

src/_includes/partials/cards/project.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
></div>
99
<div class="p-2 pb-8 pt-4">
1010
<a class="no-style" href="{{ post.url }}"
11-
><h3 class="text-4xl font-bold">{{ post.data.title }}</h3></a
11+
><h3 class="font-heading text-4xl">{{ post.data.title }}</h3></a
1212
>
1313
<p>{{ post.data.subtitle }}</p>
1414
</div>

src/_includes/partials/site-header.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
width="48"
1515
style="image-rendering: optimizeSpeed; image-rendering: pixelated"
1616
/>
17-
<figcaption class="hidden font-minecraft text-2xl sm:block">
17+
<figcaption
18+
class="font-minecraft text-[20px] xs:hidden sm:block sm:text-[30px]"
19+
>
1820
datapack.dev
1921
</figcaption>
2022
</figure>

src/about.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
layout: 'layouts/home.html'
33
title: 'About'
44
---
5-
# About GMDU
5+
# About <span class="font-heading">GMDU</span>
66

7-
GMDU, or Gears (and) Moxvallix Datapack Universe, is a small team of datapack developers making
8-
needlessly complicated datapacks for Minecraft: Java Edition. The GMDU team, unsurprisingly, consists
9-
of Gears, and Moxvallix.
7+
<span class="font-heading">GMDU</span>, or Gears (and) Moxvallix Datapack Universe, is a small team of datapack developers making needlessly complicated datapacks for Minecraft: Java Edition.
8+
The <span class="font-heading">GMDU</span> team, unsurprisingly, consists of Gears, and Moxvallix.
109

1110
Our main focus has been [Code of Copper](/projects/code_of_copper/), but we are looking to work on some other projects
1211
as well. All of our projects can be found on our [Projects Page](/projects/).

src/images/11st-logo.svg

-7
This file was deleted.

src/images/deploy-to-netlify.svg

-32
This file was deleted.
80.2 KB
Loading

src/images/social-share.png

198 KB
Loading

0 commit comments

Comments
 (0)