diff --git a/components/EthicalAd.vue b/components/EthicalAd.vue index fb4a245fa..73d0b26b1 100644 --- a/components/EthicalAd.vue +++ b/components/EthicalAd.vue @@ -32,7 +32,11 @@ export default { diff --git a/components/ModPage.vue b/components/ModPage.vue index f444a9c1d..6c412eff5 100644 --- a/components/ModPage.vue +++ b/components/ModPage.vue @@ -243,7 +243,7 @@ export default { .mod-info { top: 1rem; - height: calc(100vh - 3rem); + max-height: calc(100vh - 3rem); position: sticky; min-width: 270px; max-width: 270px; diff --git a/layouts/default.vue b/layouts/default.vue index 8471a2d3e..ffa8884f3 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -55,7 +55,7 @@

Community

- + - Support + Documentation
+
+ Modrinth is in early alpha. You can join our + discord for updates! +
@@ -600,6 +604,16 @@ export default { } } +.alpha-alert { + text-align: center; + padding: 1em; + background-color: var(--color-grey-1); + + a { + color: var(--color-grey-3); + } +} + .disclosure { margin-top: auto; max-width: 250px; diff --git a/layouts/error.vue b/layouts/error.vue new file mode 100644 index 000000000..a29f27ee3 --- /dev/null +++ b/layouts/error.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/layouts/home.vue b/layouts/home.vue new file mode 100644 index 000000000..284ea7160 --- /dev/null +++ b/layouts/home.vue @@ -0,0 +1,144 @@ + + + + + diff --git a/layouts/none.vue b/layouts/none.vue deleted file mode 100644 index bc6b6a89b..000000000 --- a/layouts/none.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/pages/about.vue b/pages/about.vue new file mode 100644 index 000000000..9bcf06731 --- /dev/null +++ b/pages/about.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/pages/documentation/index.vue b/pages/documentation/index.vue new file mode 100644 index 000000000..dca44768e --- /dev/null +++ b/pages/documentation/index.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/pages/index.vue b/pages/index.vue index 96cf23c95..1d06b29b1 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,16 +1,5 @@ + + diff --git a/pages/tos.vue b/pages/tos.vue new file mode 100644 index 000000000..ab8d8900d --- /dev/null +++ b/pages/tos.vue @@ -0,0 +1,161 @@ + + + + +