Skip to content

Commit

Permalink
feat(about): improve information about the site
Browse files Browse the repository at this point in the history
  • Loading branch information
moxvallix committed Dec 15, 2023
1 parent 6566bec commit 5230a1e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/_includes/layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
tabindex="-1"
class="flex grow items-start justify-center py-12"
>
<div class="p-4">
<div class="prose prose-invert sm:prose-lg">{{ content }}</div>
<div
class="prose prose-invert w-full rounded bg-zinc-700 p-4 shadow-black sm:prose-lg xs:shadow sm:shadow-2xl"
>
{{ content }}
</div>
</main>
{% endblock %}
2 changes: 1 addition & 1 deletion src/_includes/layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<main id="main-content" class="flex flex-col lg:flex-row grow items-center lg:items-start lg:justify-center mob:py-6 sm:py-12 m-4">
<div
id="overview"
class="flex flex-col sm:flex-row lg:flex-col items-center m-4 mt-0 lg:ml-0 w-full max-w-prose lg:max-w-xs overflow-clip rounded bg-zinc-700 shadow-2xl shadow-black"
class="flex flex-col sm:flex-row lg:flex-col items-center m-4 mt-0 lg:ml-0 w-full max-w-prose lg:max-w-xs overflow-clip rounded bg-emerald-900 shadow-2xl shadow-black"
>
<div class="mt-0 mob:m-4 lg:m-0 mob:max-w-xs w-full">
<img src="{{ img }}" alt="Promo image for {{ title }}" class="w-full rounded lg:rounded-none" />
Expand Down
9 changes: 8 additions & 1 deletion src/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
layout: 'layouts/home.html'
title: 'About'
---
# About GMDU
# About GMDU

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.

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: 6 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ meta:
'datapack.dev - pushing the boundaries of a datapack'
---

# welcome to datapack.dev
# welcome to datapack.dev
## This site is still WIP
There isn't a lot here right now, but we are working on it (slowly).
In the mean time, check out the neat things below!
- [Visit Docs](/docs/)
- [Visit Projects](/projects/)

0 comments on commit 5230a1e

Please sign in to comment.