+
+
+
Big Name
+ Rank
+ Unit
-
-
Dis the header
\ No newline at end of file
diff --git a/17th Website/src/components/ProfilePage/profileSubNav.vue b/17th Website/src/components/ProfilePage/profileSubNav.vue
new file mode 100644
index 0000000..0061dd5
--- /dev/null
+++ b/17th Website/src/components/ProfilePage/profileSubNav.vue
@@ -0,0 +1,18 @@
+
+
+
+
+ {{ content }}
+
+
\ No newline at end of file
diff --git a/17th Website/src/router.js b/17th Website/src/router.js
index 07ed8fb..17099d1 100644
--- a/17th Website/src/router.js
+++ b/17th Website/src/router.js
@@ -12,7 +12,19 @@ export default createRouter({
{
path: '/profile',
name: 'Profile',
- component: () => import('./views/profile.vue'),
+ component: () => import('./components/ProfilePage/profile.vue'),
+ children: [
+ {
+ path: '',
+ name: 'personnel',
+ component: () => import('./components/ProfilePage/personnel.vue')
+ },
+ {
+ path: 'activityHistory',
+ name: 'activityHistory',
+ component: () => import('./components/ProfilePage/activityHistory.vue')
+ }
+ ]
},
{
path: '/users',
diff --git a/17th Website/src/views/profile.vue b/17th Website/src/views/profile.vue
deleted file mode 100644
index 18b7552..0000000
--- a/17th Website/src/views/profile.vue
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
- test words
-
\ No newline at end of file