File tree 4 files changed +19
-5
lines changed
4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 4
4
tabindex ="-1 "
5
5
class ="flex grow items-start justify-center py-12 "
6
6
>
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 }}
9
11
</ div >
10
12
</ main >
11
13
{% endblock %}
Original file line number Diff line number Diff line change 2
2
< 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 ">
3
3
< div
4
4
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 "
6
6
>
7
7
< div class ="mt-0 mob:m-4 lg:m-0 mob:max-w-xs w-full ">
8
8
< img src ="{{ img }} " alt ="Promo image for {{ title }} " class ="w-full rounded lg:rounded-none " />
Original file line number Diff line number Diff line change 2
2
layout : ' layouts/home.html'
3
3
title : ' About'
4
4
---
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/ ) .
Original file line number Diff line number Diff line change 6
6
' datapack.dev - pushing the boundaries of a datapack'
7
7
---
8
8
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/ )
You can’t perform that action at this time.
0 commit comments