From 34f9265c86083914ce4eeaee84ddbf448972fdc6 Mon Sep 17 00:00:00 2001 From: timothypidashev Date: Thu, 15 Jul 2021 03:37:51 +0000 Subject: [PATCH] learning vue with bootstrap integration --- components/Logo.vue | 79 -------------------- components/bootstrapAbout.vue | 31 ++++++++ components/bootstrapContact.vue | 124 ++++++++++++++++++++++++++++++++ components/bootstrapNav.vue | 37 ++++++++++ pages/index.vue | 77 ++------------------ 5 files changed, 198 insertions(+), 150 deletions(-) delete mode 100644 components/Logo.vue create mode 100644 components/bootstrapAbout.vue create mode 100644 components/bootstrapContact.vue create mode 100644 components/bootstrapNav.vue diff --git a/components/Logo.vue b/components/Logo.vue deleted file mode 100644 index 6c72854..0000000 --- a/components/Logo.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - diff --git a/components/bootstrapAbout.vue b/components/bootstrapAbout.vue new file mode 100644 index 0000000..aa64d19 --- /dev/null +++ b/components/bootstrapAbout.vue @@ -0,0 +1,31 @@ + + + diff --git a/components/bootstrapContact.vue b/components/bootstrapContact.vue new file mode 100644 index 0000000..40bb339 --- /dev/null +++ b/components/bootstrapContact.vue @@ -0,0 +1,124 @@ + + + diff --git a/components/bootstrapNav.vue b/components/bootstrapNav.vue new file mode 100644 index 0000000..0b76266 --- /dev/null +++ b/components/bootstrapNav.vue @@ -0,0 +1,37 @@ + + + diff --git a/pages/index.vue b/pages/index.vue index 87e9196..be46719 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,74 +1,9 @@ - - - -