
@@ -44,10 +45,6 @@
\ No newline at end of file
diff --git a/frontend/src/components/icons/Illustration3.png b/frontend/src/components/icons/Illustration3.png
new file mode 100644
index 0000000..c15b976
Binary files /dev/null and b/frontend/src/components/icons/Illustration3.png differ
diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts
index c1f8261..266982a 100644
--- a/frontend/src/router/index.ts
+++ b/frontend/src/router/index.ts
@@ -1,6 +1,7 @@
import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '../views/HomeView.vue'
import AboutView from '../views/AboutView.vue'
+import DashboardView from '../views/DashboardView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -14,6 +15,11 @@ const router = createRouter({
path: '/about',
name: 'about',
component: AboutView,
+ },
+ {
+ path: '/dashboard',
+ name: 'dashboard',
+ component: DashboardView,
}
],
})
diff --git a/frontend/src/views/DashboardView.vue b/frontend/src/views/DashboardView.vue
new file mode 100644
index 0000000..af9fa97
--- /dev/null
+++ b/frontend/src/views/DashboardView.vue
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue
index e81da7c..46eef7a 100644
--- a/frontend/src/views/HomeView.vue
+++ b/frontend/src/views/HomeView.vue
@@ -1,31 +1,36 @@
-
Welcome on my website !
-
+
+
+
+
+
+┌─────────────────────────────────────────────┐
+│ _ _ __ │
+│ ___ _ __ ___ (_)| | __ ___ / _| _ __ │
+│ / _ \| '_ ` _ \ | || |/ // _ \ | |_ | '__|│
+│| __/| | | | | || || <| (_) |_ | _|| | │
+│ \___||_| |_| |_||_||_|\_\\___/(_)|_| |_| │
+└─────────────────────────────────────────────┘
+
Welcome to my website !
+
+
+
+
+