add: lp and navigation
Added... a lot of stuff
This commit is contained in:
parent
fb10e5b746
commit
c7286a60da
5 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
||||||
<style>
|
<style>
|
||||||
.page-enter-active,
|
.page-enter-active,
|
||||||
.page-leave-active {
|
.page-leave-active {
|
||||||
transition: all 2000ms;
|
transition: all 200ms;
|
||||||
}
|
}
|
||||||
.page-enter-from,
|
.page-enter-from,
|
||||||
.page-leave-to {
|
.page-leave-to {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.home-hero {
|
.home-hero {
|
||||||
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/img/hero-image.webp"); /* single color gradient for dark layer over image */
|
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url("/img/hero-image.webp"); /* single color gradient for dark layer over image */
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin: var(--padding-xxl) auto 0;
|
margin: var(--padding-xxl) auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
<NuxtLink to="/rechner">
|
<NuxtLink to="/rechner">
|
||||||
<PpButton class="cta">Preise vergleichen</PpButton>
|
<PpButton class="cta">Preise vergleichen</PpButton>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
<h2>
|
||||||
|
Mit Propapier Preise vergleichen und sparen.
|
||||||
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="home-text padding ">
|
<div class="home-text padding ">
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
@update="updateCard()"
|
@update="updateCard()"
|
||||||
/>
|
/>
|
||||||
<section class="content flex-col">
|
<section class="content flex-col">
|
||||||
<div class="content-text">
|
|
||||||
<h1>Mit ProPapier Preise vergleichen und sparen</h1>
|
|
||||||
</div>
|
|
||||||
<aside class="filter-bar">
|
<aside class="filter-bar">
|
||||||
<button v-for="(button, index) in filterButtons" @click="() => sort(index)" :class="{ 'active': button.active }">
|
<button v-for="(button, index) in filterButtons" @click="() => sort(index)" :class="{ 'active': button.active }">
|
||||||
{{ button.label }}
|
{{ button.label }}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"dev": "nuxt dev",
|
"dev": "nuxt dev",
|
||||||
"dev:expose": "nuxt dev --host",
|
"dev:expose": "nuxt dev --host",
|
||||||
"generate": "nuxt generate",
|
"generate": "nuxt generate",
|
||||||
"preview": "nuxt preview",
|
"preview": "npx serve .output/public",
|
||||||
"prepare": "nuxt prepare",
|
"prepare": "nuxt prepare",
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue