Skip to content

Commit

Permalink
feat(ui): polish site UI, add datapack podcast project
Browse files Browse the repository at this point in the history
  • Loading branch information
moxvallix committed Apr 30, 2024
1 parent 2e43e57 commit 900cce9
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 58 deletions.
2 changes: 1 addition & 1 deletion src/_includes/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
style="image-rendering: optimizeSpeed; image-rendering: pixelated"
data-env="{{ node.env }}"
>
<div class="flex w-full max-w-screen-hd grow flex-col">
<div class="flex w-full max-w-screen-hd grow flex-col bg-black/40">
{% include "partials/site-header.html" %} {% block content %}{% endblock
%}
</div>
Expand Down
5 changes: 2 additions & 3 deletions src/_includes/layouts/home.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% layout "layouts/base.html" %} {% block content %}
<main
id="main-content"
tabindex="-1"
class="flex grow items-start justify-center py-12"
class="flex grow items-start justify-center py-4 xs:py-8 sm:py-12"
>
<div
class="prose prose-invert w-full rounded bg-zinc-700 p-4 shadow-black sm:prose-lg xs:shadow sm:shadow-2xl"
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"
>
{{ content }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</div>
</div>
<div
class="prose prose-invert w-full max-w-prose rounded bg-zinc-700 p-4 shadow-2xl shadow-black"
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"
>
{{ content }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/cards/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
></div>
<div class="p-2 pb-8 pt-4">
<a class="no-style" href="{{ post.data.docs }}"
><h3 class="text-4xl font-bold">{{ post.data.title }}</h3></a
><h3 class="font-heading text-4xl">{{ post.data.title }}</h3></a
>
<p>{{ post.data.subtitle }}</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/cards/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
></div>
<div class="p-2 pb-8 pt-4">
<a class="no-style" href="{{ post.url }}"
><h3 class="text-4xl font-bold">{{ post.data.title }}</h3></a
><h3 class="font-heading text-4xl">{{ post.data.title }}</h3></a
>
<p>{{ post.data.subtitle }}</p>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/_includes/partials/site-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
width="48"
style="image-rendering: optimizeSpeed; image-rendering: pixelated"
/>
<figcaption class="hidden font-minecraft text-2xl sm:block">
<figcaption
class="font-minecraft text-[20px] xs:hidden sm:block sm:text-[30px]"
>
datapack.dev
</figcaption>
</figure>
Expand Down
7 changes: 3 additions & 4 deletions src/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
layout: 'layouts/home.html'
title: 'About'
---
# About GMDU
# About <span class="font-heading">GMDU</span>

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

Our main focus has been [Code of Copper](/projects/code_of_copper/), but we are looking to work on some other projects
as well. All of our projects can be found on our [Projects Page](/projects/).
7 changes: 0 additions & 7 deletions src/images/11st-logo.svg

This file was deleted.

32 changes: 0 additions & 32 deletions src/images/deploy-to-netlify.svg

This file was deleted.

Binary file added src/images/projects/datapack_podcast_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/social-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 900cce9

Please sign in to comment.