diff --git a/src/cssstyle/documentation.css b/src/cssstyle/documentation.css new file mode 100644 index 0000000..70e1259 --- /dev/null +++ b/src/cssstyle/documentation.css @@ -0,0 +1,24 @@ +h1 { + @apply self-center my-10 text-6xl font-bold; +} + +h2 { + @apply text-lg font-semibold font-sans; +} + +.DocTitle { + font-size: 2rem; + text-align: center; + color: #a30e79; +} + +.SubTitle { + font-size: 1.5rem; + text-align: center; + color: #a30e79; + @apply py-6; +} + +.DocContainer{ + @apply flex flex-col items-center justify-center max-w-screen-md px-5 pb-14 mx-auto; +} \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 6aca19e..6147cb1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -19,7 +19,8 @@ import Profile from '../views/main/Profile.vue' import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue' import Leffet from '../views/manualusers/LeffetProfile.vue' import MathieuCaron from '../views/manualusers/MathieuCaron.vue' -import Creator from "@/views/main/Creator.vue"; +import Creator from "@/views/main/Creator.vue" +import Feed from '../views/main/Feed.vue'; const routes = [ { @@ -131,6 +132,12 @@ const routes = [ name: 'wallet', component: Wallet }, + { + path: '/feed', + name: 'feed', + component: Feed + }, + ] diff --git a/src/views/documentation/About.vue b/src/views/documentation/About.vue index 2c53397..8210749 100644 --- a/src/views/documentation/About.vue +++ b/src/views/documentation/About.vue @@ -1,32 +1,31 @@ - - \ No newline at end of file diff --git a/src/views/documentation/ContentPolicy.vue b/src/views/documentation/ContentPolicy.vue index 085c4cc..86b8cd2 100644 --- a/src/views/documentation/ContentPolicy.vue +++ b/src/views/documentation/ContentPolicy.vue @@ -1,16 +1,15 @@