File tree 9 files changed +53
-17
lines changed
9 files changed +53
-17
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ report.html
18
18
19
19
# Local Netlify folder
20
20
.netlify
21
+ working /
Original file line number Diff line number Diff line change 4
4
"text" : " About" ,
5
5
"url" : " /about/"
6
6
},
7
+ {
8
+ "text" : " Contact" ,
9
+ "url" : " /contact/"
10
+ },
7
11
{
8
12
"text" : " Projects" ,
9
13
"url" : " /projects/"
Original file line number Diff line number Diff line change 4
4
{% include "partials/site-head.html" %}
5
5
</ head >
6
6
< body
7
- class ="flex min-h-screen flex-col bg-gray-900 bg-tile-dark bg-[length:64px_64px] "
7
+ class ="flex min-h-screen flex-col items-center bg-gray-900 bg-tile-dark bg-[length:64px_64px] "
8
8
style ="image-rendering: optimizeSpeed; image-rendering: pixelated "
9
9
data-env ="{{ node.env }} "
10
10
>
11
- {% include "partials/site-header.html" %} {% block content %}{% endblock %}
11
+ < div class ="flex w-full max-w-screen-hd grow flex-col ">
12
+ {% include "partials/site-header.html" %} {% block content %}{% endblock
13
+ %}
14
+ </ div >
12
15
13
16
< script type ="module " src ="/main.js "> </ script >
14
17
</ body >
Original file line number Diff line number Diff line change 56
56
</ svg >
57
57
</ summary >
58
58
< div
59
- class ="absolute left-0 top-16 flex w-screen flex-col items-center gap-4 bg-gray-800 p-4 text-center "
59
+ class ="absolute left-0 top-16 flex w-screen flex-col items-center gap-4 bg-black/40 p-4 text-center backdrop-blur-lg "
60
60
>
61
61
< ul class ="text-2xl ">
62
62
{% include "partials/navigation.html"%}
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : ' layouts/home.html'
3
+ title : ' About'
4
+ ---
5
+ # Contact Us
6
+
7
+ [ Join our Discord] ( https://discord.gg/8AUCx5exKF )
8
+
9
+ ## Gears
10
+ - [ Github] ( https://github.com/GearsDatapacks )
11
+ - Discord: ` gearsdatapacks `
12
+ - Email: ` gearsofficial (at) proton.me `
13
+
14
+ ## Moxvallix
15
+ - [ Github] ( https://github.com/moxvallix )
16
+ - [ Mastodon] ( https://mastodon.online/@moxvallix )
17
+ - Discord: ` moxvallix `
18
+ - Email: ` dev (at) moxvallix.com `
Original file line number Diff line number Diff line change
1
+ {% layout "layouts/base.html" %} {% block content %}
2
+ < main
3
+ id ="main-content "
4
+ class ="flex grow flex-col items-center bg-promo bg-cover bg-center bg-no-repeat "
5
+ >
6
+ < div class ="mx-2 mt-12 rounded-lg bg-black/20 p-4 backdrop-blur-md lg:mt-64 ">
7
+ < h1 class ="mb-2 text-3xl font-bold sm:text-5xl lg:text-7xl ">
8
+ Welcome to datapack.dev
9
+ </ h1 >
10
+ < p class ="text-lg sm:text-3xl ">
11
+ We are GMDU, and we make technical datapacks for Minecraft.
12
+ </ p >
13
+ < ul class ="mt-4 text-left text-lg sm:text-2xl ">
14
+ < li > Want to find out more? < a href ="/about/ "> About Us</ a > .</ li >
15
+ < li > Want to reach out? < a href ="/contact/ "> Contact Us</ a > .</ li >
16
+ < li >
17
+ Curious about what we have made?
18
+ < a href ="/projects/ "> See our Projects</ a > .
19
+ </ li >
20
+ </ ul >
21
+ </ div >
22
+ </ main >
23
+ {% endblock %}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ module.exports = {
25
25
} ,
26
26
backgroundImage : {
27
27
'tile-dark' : 'url("/images/bg_tile.png")' ,
28
+ promo : 'url("/images/promo.png")' ,
28
29
} ,
29
30
} ,
30
31
} ,
You can’t perform that action at this time.
0 commit comments