Fixe CTA01, Hide navbar
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-app>
|
<v-app>
|
||||||
|
|
||||||
<Header class="fixed w-full z-50 p-2 h-16"></Header>
|
<!-- <Header class="fixed w-full z-50 p-2 h-16"></Header>-->
|
||||||
|
|
||||||
<div class="flex flex-row mt-16">
|
<div class="flex flex-row ">
|
||||||
|
|
||||||
<transition name="slide-fade">
|
<transition name="slide-fade">
|
||||||
<div v-show="sideBarStore.visible"
|
<div v-show="sideBarStore.visible"
|
||||||
|
|||||||
@@ -25,9 +25,15 @@ import ContentPage from "@/views/contents/ContentPage.vue";
|
|||||||
import CreatorContent from "@/views/creators/CreatorContent.vue";
|
import CreatorContent from "@/views/creators/CreatorContent.vue";
|
||||||
import CreatorNews from "@/views/creators/CreatorNews.vue";
|
import CreatorNews from "@/views/creators/CreatorNews.vue";
|
||||||
import CreatorHome from "@/views/creators/CreatorHome.vue";
|
import CreatorHome from "@/views/creators/CreatorHome.vue";
|
||||||
|
import CTA01 from "@/views/CTA01.vue";
|
||||||
|
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
|
{
|
||||||
|
path: '/cta01',
|
||||||
|
component: CTA01,
|
||||||
|
meta: {hideSideBar: true}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
component: Home,
|
component: Home,
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<v-icon>mdi-instagram</v-icon>
|
<v-icon>mdi-instagram</v-icon>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://x.com/Hutopyinc" target="_blank" aria-label="X" class="hover:scale-125 transition-transform duration-300">
|
<a href="https://x.com/Hutopyinc" target="_blank" aria-label="X" class="hover:scale-125 transition-transform duration-300">
|
||||||
<img src="/images/hutopymedia/icons/x.svg" alt="X" class="h-10 w-10 invert">
|
<v-icon>mdi-twitter</v-icon>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,8 +53,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- md et plus petit-->
|
<!-- md et plus petit-->
|
||||||
<div class="background-container-md block lg:hidden xl:hidden mt-10">
|
<div class="background-container-md block lg:hidden xl:hidden">
|
||||||
<img src="/images/hutopymedia/banners/hutopy.png" alt="Image bgwhite" class="block mx-auto max-w-[400px]"/>
|
<img src="/images/hutopymedia/banners/hutopy.png" alt="Image bgwhite" class="block mx-auto max-w-[400px] py-10"/>
|
||||||
|
|
||||||
<div class="max-w-[400px] mx-auto py-5">
|
<div class="max-w-[400px] mx-auto py-5">
|
||||||
<img src="/images/hutopymedia/others/ctaappdemo.png" alt="Image bgwhite"/>
|
<img src="/images/hutopymedia/others/ctaappdemo.png" alt="Image bgwhite"/>
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
<v-icon>mdi-instagram</v-icon>
|
<v-icon>mdi-instagram</v-icon>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://x.com/Hutopyinc" target="_blank" aria-label="X" class="hover:scale-125 transition-transform duration-300">
|
<a href="https://x.com/Hutopyinc" target="_blank" aria-label="X" class="hover:scale-125 transition-transform duration-300">
|
||||||
<img src="/images/hutopymedia/icons/x.svg" alt="X" class="h-10 w-10 invert">
|
<v-icon>mdi-twitter</v-icon>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user