diff --git a/src/App.vue b/src/App.vue index 23c6885..04b83e2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,8 +41,6 @@ body { color: var(--smoky_dark); display: flex; flex-direction: column; - width: 100vw; - height: 100vh; } .app-container { diff --git a/src/components/Leaves.vue b/src/components/Leaves.vue deleted file mode 100644 index ebc2ee6..0000000 --- a/src/components/Leaves.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - diff --git a/src/components/Leaves/Leave.vue b/src/components/Leaves/Leave.vue new file mode 100644 index 0000000..faf3bd5 --- /dev/null +++ b/src/components/Leaves/Leave.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/components/Leaves/Leaves.vue b/src/components/Leaves/Leaves.vue new file mode 100644 index 0000000..1227409 --- /dev/null +++ b/src/components/Leaves/Leaves.vue @@ -0,0 +1,29 @@ + + + diff --git a/src/router.js b/src/router.js index a92f415..1c5a83b 100644 --- a/src/router.js +++ b/src/router.js @@ -3,7 +3,7 @@ import Router from 'vue-router'; import History from './views/History.vue'; import FAQPage from './views/FAQPage/index.vue'; import Videos from './views/Videos.vue'; -import Contributors from './views/Contributors.vue'; +import Contributors from './views/ContributorsPage/Contributors.vue'; Vue.use(Router); diff --git a/src/views/Contributors.vue b/src/views/Contributors.vue deleted file mode 100644 index a12d53d..0000000 --- a/src/views/Contributors.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/src/views/ContributorsPage/Contributor.vue b/src/views/ContributorsPage/Contributor.vue new file mode 100644 index 0000000..68235bd --- /dev/null +++ b/src/views/ContributorsPage/Contributor.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/src/views/ContributorsPage/ContributorList.vue b/src/views/ContributorsPage/ContributorList.vue new file mode 100644 index 0000000..075cd1b --- /dev/null +++ b/src/views/ContributorsPage/ContributorList.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/src/views/ContributorsPage/Contributors.vue b/src/views/ContributorsPage/Contributors.vue new file mode 100644 index 0000000..58cfeeb --- /dev/null +++ b/src/views/ContributorsPage/Contributors.vue @@ -0,0 +1,17 @@ + + +