From 756c6ee25f9b112e069570610c8f0631689646b6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 17:58:27 -0400 Subject: Added video section --- .idea/codeStyles/codeStyleConfig.xml | 5 +++++ components/Navbar.vue | 3 ++- pages/videos/index.vue | 41 ++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 pages/videos/index.vue diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/components/Navbar.vue b/components/Navbar.vue index 2feda4e..8af3a32 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -45,7 +45,8 @@ export default { items: [ { title: 'Home', link: '/', icon: 'home' }, { title: 'Blog', link: '/blog', icon: 'blog' }, - { title: 'Projects', link: '/projects', icon: 'projects' } + { title: 'Projects', link: '/projects', icon: 'projects' }, + { title: 'Videos', link: '/videos', icon: 'videos' } ] } } diff --git a/pages/videos/index.vue b/pages/videos/index.vue new file mode 100644 index 0000000..fa8c089 --- /dev/null +++ b/pages/videos/index.vue @@ -0,0 +1,41 @@ + + + + + -- cgit v1.2.3