image Home

This commit is contained in:
paoloar77
2022-11-07 13:45:34 +01:00
parent 3302d9c23e
commit 2bd31200b4
19 changed files with 36 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="15" APP_ID="15"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="15" APP_ID="15"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="12" APP_ID="12"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="14" APP_ID="14"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,4 +1,4 @@
APP_VERSION="0.5.25" APP_VERSION="0.5.26"
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="14" APP_ID="14"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -412,13 +412,6 @@ body.mobile .landing:before {
font-size: 0.6rem; font-size: 0.6rem;
} }
.carousel_img_3 {
//background-image: url(../../public/images/cibo_sano.jpg);
background-size: 620px 620px !important;
background-position: 50% top !important;
background-repeat: no-repeat !important;
}
} }
.custom-caption { .custom-caption {

View File

@@ -406,13 +406,6 @@ body.mobile .landing:before {
font-size: 0.6rem; font-size: 0.6rem;
} }
.carousel_img_3 {
//background-image: url(../../public/images/cibo_sano.jpg);
background-size: 620px 620px !important;
background-position: 50% top !important;
background-repeat: no-repeat !important;
}
} }
.custom-caption { .custom-caption {

View File

@@ -1,5 +1,5 @@
<template> <template>
<q-page class="text-white"> <q-page class="text-blue-6">
<div class="landing"> <div class="landing">
<section> <section>
@@ -16,7 +16,7 @@
height="100%" height="100%"
width="100%" width="100%"
> >
<q-carousel-slide name="first" img-src="images/cover.jpg" class="carousel_img_3"> <q-carousel-slide name="first" img-src="images/riso_home.png" class="carousel_img_3">
<div class="landing__header"></div> <div class="landing__header"></div>
<div class="landing__hero-content row justify-center q-gutter-xs clgutter"> <div class="landing__hero-content row justify-center q-gutter-xs clgutter">
<div class="row"> <div class="row">
@@ -24,16 +24,16 @@
</div> </div>
<div class="flex justify-end"> <div class="flex justify-end">
<div class="q-gutter-xs testo-banda clgutter"> <div class="q-gutter-xs testo-banda clgutter">
<div class="text-h1 shadow-max">{{ t('msg.myAppName') }}</div> <div class="text-h1"><span class="shadow-3 bg-white">{{ t('msg.myAppName') }}</span></div>
<div class="text-subtitle1 shadow text-italic q-pl-sm"> <div class="text-subtitle1 text-italic q-pl-sm">
{{ t('msg.sottoTitoloApp') }} <span class="shadow-3 bg-white">{{ t('msg.sottoTitoloApp') }}</span>
</div> </div>
<div class="text-subtitle1 shadow-max big text-italic q-pl-sm"><strong>{{ <div class="text-subtitle1 big text-italic q-pl-sm background-white"><strong>
t('msg.sottoTitoloApp2') <span class="shadow-3 bg-white">{{t('msg.sottoTitoloApp2')}}</span>
}}</strong> </strong>
</div> </div>
<div class="text-subtitle2 shadow text-italic q-pl-sm"> <div class="text-subtitle2 text-italic q-pl-sm">
{{ t('msg.sottoTitoloApp3') }} <span class="shadow-3 bg-white">{{ t('msg.sottoTitoloApp3') }}</span>
</div> </div>
<div> <div>
@@ -91,7 +91,7 @@
</div> </div>
</div> </div>
</q-carousel-slide> </q-carousel-slide>
<q-carousel-slide name="second" img-src="images/hand_people.jpg" class="carousel_img_3"> <q-carousel-slide name="second" img-src="images/riso_services.png" class="carousel_img_3">
<div class="landing__header"></div> <div class="landing__header"></div>
<div class="landing__hero-content row justify-center q-gutter-xs clgutter"> <div class="landing__hero-content row justify-center q-gutter-xs clgutter">
<div class="row"> <div class="row">
@@ -101,14 +101,14 @@
<div class="q-gutter-xs testo-banda clgutter"> <div class="q-gutter-xs testo-banda clgutter">
<div class="text-h1 shadow-max">{{ t('msg.myAppName') }}</div> <div class="text-h1 shadow-max">{{ t('msg.myAppName') }}</div>
<div class="text-subtitle1 shadow text-italic q-pl-sm"> <div class="text-subtitle1 shadow text-italic q-pl-sm">
{{ t('msg.sottoTitoloApp') }} <span class="shadow-3 bg-white">{{ t('msg.sottoTitoloApp') }}</span>
</div> </div>
<div class="text-subtitle1 shadow-max big text-italic q-pl-sm"><strong>{{ <div class="text-subtitle1 shadow-max big text-italic q-pl-sm"><strong>
t('msg.sottoTitoloApp2') <span class="shadow-3 bg-white">{{t('msg.sottoTitoloApp2')}}</span>
}}</strong> </strong>
</div> </div>
<div class="text-subtitle2 shadow text-italic q-pl-sm"> <div class="text-subtitle2 shadow text-italic q-pl-sm">
{{ t('msg.sottoTitoloApp3') }} <span class="shadow-3 bg-white">{{ t('msg.sottoTitoloApp3') }}</span>
</div> </div>
<div> <div>
@@ -166,7 +166,7 @@
<!--<div class="text-subtitle1">Famous City</div>--> <!--<div class="text-subtitle1">Famous City</div>-->
<!--</div>--> <!--</div>-->
</q-carousel-slide> </q-carousel-slide>
<q-carousel-slide name="third" img-src="images/cibo_sano.jpg" class="carousel_img_3"> <q-carousel-slide name="third" img-src="images/hand_people.jpg" class="carousel_img_3">
<div class="landing__header"></div> <div class="landing__header"></div>
<div class="landing__hero-content row justify-center q-gutter-xs clgutter"> <div class="landing__hero-content row justify-center q-gutter-xs clgutter">
<div class="row"> <div class="row">

View File

@@ -66,11 +66,6 @@ $textcol_scuro: darkblue;
padding: .62rem; padding: .62rem;
} }
.carousel_img_3 {
background-size: cover !important;
background-position: 50% center !important;
background-repeat: no-repeat !important;
}
@media (max-width: 718px) { @media (max-width: 718px) {

View File

@@ -1198,3 +1198,9 @@ $heightBtn: 100%;
.q-pa-sm2 { .q-pa-sm2 {
padding: 12px 12px; padding: 12px 12px;
} }
.carousel_img_3 {
background-size: cover !important;
background-position: 50% center !important;
background-repeat: no-repeat !important;
}

View File

@@ -1,5 +1,5 @@
.list { .list {
max-width: 400px; max-width: 480px;
} }
.item > img.item-primary:not(.thumbnail) { .item > img.item-primary:not(.thumbnail) {

View File

@@ -405,7 +405,7 @@ body.mobile .landing:before {
.carousel_img_3 { .carousel_img_3 {
//background-image: url(../../public/images/cibo_sano.jpg); //background-image: url(../../public/images/cibo_sano.jpg);
background-size: 620px 620px !important; background-size: cover !important;
background-position: 50% top !important; background-position: 50% top !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
} }

View File

@@ -412,12 +412,6 @@ body.mobile .landing:before {
font-size: 0.6rem; font-size: 0.6rem;
} }
.carousel_img_3 {
//background-image: url(../../public/images/cibo_sano.jpg);
background-size: 620px 620px !important;
background-position: 50% top !important;
background-repeat: no-repeat !important;
}
} }

View File

@@ -339,7 +339,7 @@
</div> </div>
</q-tab-panel> </q-tab-panel>
<q-tab-panel name="members" style="max-width: 400px;" v-if="tools.iCanShowCircuitsMember(circuit)"> <q-tab-panel name="members" style="max-width: 500px;" v-if="tools.iCanShowCircuitsMember(circuit)">
<q-tabs <q-tabs
v-show="tools.iAmAdminCircuit(circuit.name)" v-show="tools.iAmAdminCircuit(circuit.name)"

View File

@@ -234,7 +234,7 @@
</div> </div>
</q-tab-panel> </q-tab-panel>
<q-tab-panel name="members" style="max-width: 400px;" v-if="tools.iCanShowGroupsMember(mygrp)"> <q-tab-panel name="members" style="max-width: 500px;" v-if="tools.iCanShowGroupsMember(mygrp)">
<q-tabs <q-tabs
v-show="tools.iAmAdminGroup(groupname)" v-show="tools.iAmAdminGroup(groupname)"