diff --git a/public/img/content-selection-thumbnails/academie-lyon.jpg b/public/img/content-selection-thumbnails/academie-lyon.jpg deleted file mode 100644 index 4f70ca2..0000000 Binary files a/public/img/content-selection-thumbnails/academie-lyon.jpg and /dev/null differ diff --git a/public/img/content-selection-thumbnails/colibris.jpg b/public/img/content-selection-thumbnails/colibris.jpg deleted file mode 100644 index c4d6d0b..0000000 Binary files a/public/img/content-selection-thumbnails/colibris.jpg and /dev/null differ diff --git a/public/img/content-selection-thumbnails/datagueule.jpg b/public/img/content-selection-thumbnails/datagueule.jpg deleted file mode 100644 index e8d2033..0000000 Binary files a/public/img/content-selection-thumbnails/datagueule.jpg and /dev/null differ diff --git a/public/img/content-selection-thumbnails/democraties.jpg b/public/img/content-selection-thumbnails/democraties.jpg deleted file mode 100644 index 588cea3..0000000 Binary files a/public/img/content-selection-thumbnails/democraties.jpg and /dev/null differ diff --git a/public/img/content-selection-thumbnails/hygiene-mentale.jpg b/public/img/content-selection-thumbnails/hygiene-mentale.jpg deleted file mode 100644 index b4893c7..0000000 Binary files a/public/img/content-selection-thumbnails/hygiene-mentale.jpg and /dev/null differ diff --git a/public/img/content-selection-thumbnails/nothing-to-hide.jpg b/public/img/content-selection-thumbnails/nothing-to-hide.jpg deleted file mode 100644 index 92b78dc..0000000 Binary files a/public/img/content-selection-thumbnails/nothing-to-hide.jpg and /dev/null differ diff --git a/public/img/help/cat.png b/public/img/help/cat.png deleted file mode 100644 index 0a79b04..0000000 Binary files a/public/img/help/cat.png and /dev/null differ diff --git a/public/img/help/dog.png b/public/img/help/dog.png deleted file mode 100644 index d394315..0000000 Binary files a/public/img/help/dog.png and /dev/null differ diff --git a/public/img/help/panda.png b/public/img/help/panda.png deleted file mode 100644 index 0d0d953..0000000 Binary files a/public/img/help/panda.png and /dev/null differ diff --git a/public/img/help/rabbit.png b/public/img/help/rabbit.png deleted file mode 100644 index 27ba46b..0000000 Binary files a/public/img/help/rabbit.png and /dev/null differ diff --git a/public/img/news/release-1.4/en/account-creation.png b/public/img/news/release-1.4/en/account-creation.png deleted file mode 100644 index 8b03efd..0000000 Binary files a/public/img/news/release-1.4/en/account-creation.png and /dev/null differ diff --git a/public/img/news/release-1.4/en/channel.png b/public/img/news/release-1.4/en/channel.png deleted file mode 100644 index 7035a9d..0000000 Binary files a/public/img/news/release-1.4/en/channel.png and /dev/null differ diff --git a/public/img/news/release-1.4/en/share-popup.png b/public/img/news/release-1.4/en/share-popup.png deleted file mode 100644 index 13ef621..0000000 Binary files a/public/img/news/release-1.4/en/share-popup.png and /dev/null differ diff --git a/public/img/news/release-1.4/fr/account-creation.png b/public/img/news/release-1.4/fr/account-creation.png deleted file mode 100644 index fc8dc45..0000000 Binary files a/public/img/news/release-1.4/fr/account-creation.png and /dev/null differ diff --git a/public/img/news/release-1.4/fr/channel.png b/public/img/news/release-1.4/fr/channel.png deleted file mode 100644 index 47096a0..0000000 Binary files a/public/img/news/release-1.4/fr/channel.png and /dev/null differ diff --git a/public/img/news/release-1.4/fr/share-popup.png b/public/img/news/release-1.4/fr/share-popup.png deleted file mode 100644 index 2166282..0000000 Binary files a/public/img/news/release-1.4/fr/share-popup.png and /dev/null differ diff --git a/public/img/sponsors/ipsolution.png b/public/img/sponsors/ipsolution.png deleted file mode 100644 index ffc253b..0000000 Binary files a/public/img/sponsors/ipsolution.png and /dev/null differ diff --git a/public/img/sponsors/qonfucius.png b/public/img/sponsors/qonfucius.png deleted file mode 100644 index 730d02d..0000000 Binary files a/public/img/sponsors/qonfucius.png and /dev/null differ diff --git a/src/components/Header.vue b/src/components/Header.vue index 671010e..9b573a5 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -14,26 +14,10 @@ Home - - Create an account + + Inclusion policy - - News - - - - Help - - - - Contribute - - - - Git - - diff --git a/src/main.js b/src/main.js index 7a74281..2974d41 100644 --- a/src/main.js +++ b/src/main.js @@ -6,10 +6,8 @@ import VueMeta from 'vue-meta' import App from './App.vue' import Home from './views/Home.vue' -import Help from './views/Help' -import Instances from './views/Instances' +import InclusionPolicy from './views/InclusionPolicy' import NotFound from './views/NotFound' -import AllContentSelections from './views/All-Content-Selections' import './scss/main.scss' import CommonMixins from './mixins/CommonMixins' @@ -79,38 +77,14 @@ p.catch(err => { Vue.mixin(CommonMixins) - const HallOfFame = () => import('./views/Hall-Of-Fame') - const News = () => import('./views/News') - const FAQ = () => import('./views/FAQ') - const routes = [ { path: '/', component: Home }, { - path: '/help', - component: Help - }, - { - path: '/news', - component: News - }, - { - path: '/instances', - component: Instances - }, - { - path: '/hall-of-fame', - component: HallOfFame - }, - { - path: '/faq', - component: FAQ - }, - { - path: '/content-selections', - component: AllContentSelections + path: '/inclusion-policy', + component: InclusionPolicy }, { path: '/404', diff --git a/src/views/FAQ.vue b/src/views/FAQ.vue deleted file mode 100644 index d6fedf7..0000000 --- a/src/views/FAQ.vue +++ /dev/null @@ -1,653 +0,0 @@ - - - - - diff --git a/src/views/Hall-Of-Fame.vue b/src/views/Hall-Of-Fame.vue deleted file mode 100644 index 91f537f..0000000 --- a/src/views/Hall-Of-Fame.vue +++ /dev/null @@ -1,636 +0,0 @@ - - - - - diff --git a/src/views/Help.vue b/src/views/InclusionPolicy.vue similarity index 100% rename from src/views/Help.vue rename to src/views/InclusionPolicy.vue diff --git a/src/views/Instances.vue b/src/views/Instances.vue deleted file mode 100644 index a3d6d92..0000000 --- a/src/views/Instances.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - - - diff --git a/src/views/News.vue b/src/views/News.vue deleted file mode 100644 index c9ad3b7..0000000 --- a/src/views/News.vue +++ /dev/null @@ -1,693 +0,0 @@ - - - - -