diff --git a/package.json b/package.json index ea389c6..f760386 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@tailwindcss/forms": "^0.3.3", "@types/node": "^16.6.1", "@types/vue-router": "^2.0.0", + "axios": "^0.21.1", "prismjs": "^1.24.1", "reflect-metadata": "^0.1.13", "sass": "^1.38.0", diff --git a/src/assets/discord-background.png b/src/assets/discord-background.png new file mode 100644 index 0000000..048e226 Binary files /dev/null and b/src/assets/discord-background.png differ diff --git a/src/assets/discord-logo-white.svg b/src/assets/discord-logo-white.svg new file mode 100644 index 0000000..5a4ab94 --- /dev/null +++ b/src/assets/discord-logo-white.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/assets/discord-logo.svg b/src/assets/discord-logo.svg new file mode 100644 index 0000000..09605c0 --- /dev/null +++ b/src/assets/discord-logo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/components/CtaSplitImage.vue b/src/components/CtaSplitImage.vue new file mode 100644 index 0000000..e50be3f --- /dev/null +++ b/src/components/CtaSplitImage.vue @@ -0,0 +1,52 @@ + + + + \ No newline at end of file diff --git a/src/components/Stats.vue b/src/components/Stats.vue new file mode 100644 index 0000000..fc19600 --- /dev/null +++ b/src/components/Stats.vue @@ -0,0 +1,69 @@ + + + + \ No newline at end of file diff --git a/src/templates/modules/default/Home.vue b/src/templates/modules/default/Home.vue index dd097e5..ed7b575 100644 --- a/src/templates/modules/default/Home.vue +++ b/src/templates/modules/default/Home.vue @@ -37,10 +37,17 @@
+ +
+ +
\ No newline at end of file diff --git a/tailwind.config.ts b/tailwind.config.ts index 68463cf..d72e4d4 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -15,6 +15,6 @@ export default defineConfig({ plugins: [ formsPlugin, require('@tailwindcss/forms'), - require('@tailwindcss/aspect-ratio'), + require('windicss/plugin/aspect-ratio'), ], }) \ No newline at end of file