Skip to content

Commit 5230a1e

Browse files
committed
feat(about): improve information about the site
1 parent 6566bec commit 5230a1e

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

src/_includes/layouts/home.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
tabindex="-1"
55
class="flex grow items-start justify-center py-12"
66
>
7-
<div class="p-4">
8-
<div class="prose prose-invert sm:prose-lg">{{ content }}</div>
7+
<div
8+
class="prose prose-invert w-full rounded bg-zinc-700 p-4 shadow-black sm:prose-lg xs:shadow sm:shadow-2xl"
9+
>
10+
{{ content }}
911
</div>
1012
</main>
1113
{% endblock %}

src/_includes/layouts/project.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<div
44
id="overview"
5-
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"
5+
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"
66
>
77
<div class="mt-0 mob:m-4 lg:m-0 mob:max-w-xs w-full">
88
<img src="{{ img }}" alt="Promo image for {{ title }}" class="w-full rounded lg:rounded-none" />

src/about.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22
layout: 'layouts/home.html'
33
title: 'About'
44
---
5-
# About GMDU
5+
# About GMDU
6+
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.
10+
11+
Our main focus has been [Code of Copper](/projects/code_of_copper/), but we are looking to work on some other projects
12+
as well. All of our projects can be found on our [Projects Page](/projects/).

src/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ meta:
66
'datapack.dev - pushing the boundaries of a datapack'
77
---
88

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

0 commit comments

Comments
 (0)