diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index d91fcd1..0283b7a 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -5,7 +5,7 @@
  • Home
  • Gallery
  • Socials
  • -
  • Projects
  • +
  • Projects
  • @@ -162,4 +162,4 @@ export default { .mobileNavContents a:hover { color: #74d2f1; } - \ No newline at end of file + diff --git a/src/router/index.js b/src/router/index.js index 3d3cb8d..0a2d197 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4,7 +4,6 @@ import homeView from '../views/HomePage.vue' import galleryView from '../views/GalleryPage.vue' import socialView from '../views/SocialsPage.vue' import notFoundPage from '../views/404Page.vue' -import projectsView from '../views/ProjectsPage.vue' const routes = [ { @@ -25,11 +24,6 @@ const routes = [ { path: '/:pathMatch(.*)', component: notFoundPage - }, - { - path: '/projects', - name: 'Projects', - component: projectsView } ] diff --git a/src/views/404Page.vue b/src/views/404Page.vue index 0d9bd8c..c169fee 100644 --- a/src/views/404Page.vue +++ b/src/views/404Page.vue @@ -12,7 +12,7 @@ color: white; font-family: 'Rubik', sans-serif; align-items: center; - justify-content: center; + margin-top: 100px; height: 100%; text-align: center; } @@ -35,4 +35,4 @@ .notFound a:hover { color: #74d2f1; } - \ No newline at end of file + diff --git a/src/views/ProjectsPage.vue b/src/views/ProjectsPage.vue deleted file mode 100644 index ff5bffc..0000000 --- a/src/views/ProjectsPage.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - diff --git a/src/views/SocialsPage.vue b/src/views/SocialsPage.vue index b64aa4b..6c4e918 100644 --- a/src/views/SocialsPage.vue +++ b/src/views/SocialsPage.vue @@ -50,7 +50,7 @@ .socials { display: flex; align-items: center; - justify-content: center; + margin-top: 100px; flex-direction: column; color: white; font-family: 'Rubik', sans-serif; @@ -156,4 +156,4 @@ margin-top: 80px; } } - \ No newline at end of file +