diff --git a/ecosystem.config.js b/ecosystem.config.js
new file mode 100644
index 0000000..b3fe6d4
--- /dev/null
+++ b/ecosystem.config.js
@@ -0,0 +1,11 @@
+module.exports = {
+ apps: [
+ {
+ name: 'factory-doc',
+ exec_mode: 'cluster',
+ instances: 'max', // Or a number of instances
+ script: './node_modules/nuxt/bin/nuxt.js',
+ args: 'start'
+ }
+ ]
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 11603f8..5cfa8ce 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,22 @@
-
+
- Vite App
+
+
+
+
+
+
+
+
+
+
+
+
+ Discord Factory • The first typescript discord framework
+
diff --git a/package.json b/package.json
index fad4336..d64fa40 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
- "serve": "vite preview"
+ "serve": "vite preview --port 3000"
},
"dependencies": {
"@headlessui/vue": "^1.4.0",
diff --git a/public/discord-background.png b/public/discord-background.png
new file mode 100644
index 0000000..048e226
Binary files /dev/null and b/public/discord-background.png differ
diff --git a/public/logo.jpg b/public/logo.jpg
new file mode 100644
index 0000000..e8b4a62
Binary files /dev/null and b/public/logo.jpg differ
diff --git a/src/components/CtaSplitImage.vue b/src/components/CtaSplitImage.vue
index c438358..348b360 100644
--- a/src/components/CtaSplitImage.vue
+++ b/src/components/CtaSplitImage.vue
@@ -32,11 +32,13 @@
-
Varius facilisi mauris sed sit. Non sed et duis dui leo, vulputate id malesuada non. Cras aliquet purus dui laoreet diam sed lacus, fames.
+
+ Do you need help, want to discuss the project or participate in the adventure by suggesting improvements ? Join us at.
+
- Explore open positions
+ Discover
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index aa9317a..48f3a95 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -22,7 +22,7 @@
- © 2020 Workflow, Inc. All rights reserved.
+ © 2021 Baptiste Parmantier - Discord Factory. All rights reserved.
diff --git a/src/templates/layouts/Base.vue b/src/templates/layouts/Base.vue
index 91929bc..9e89d45 100644
--- a/src/templates/layouts/Base.vue
+++ b/src/templates/layouts/Base.vue
@@ -21,15 +21,20 @@