From 0ec77648211d343a7400e6e09fe5a2b3c500b564 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 22 Apr 2020 10:38:26 -0400 Subject: Inital rewrite --- components/Footer.vue | 15 +++++++++++++++ components/Navbar.vue | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 components/Footer.vue create mode 100644 components/Navbar.vue (limited to 'components') diff --git a/components/Footer.vue b/components/Footer.vue new file mode 100644 index 0000000..616c8d2 --- /dev/null +++ b/components/Footer.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/components/Navbar.vue b/components/Navbar.vue new file mode 100644 index 0000000..80254b6 --- /dev/null +++ b/components/Navbar.vue @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file -- cgit v1.2.3