Replaced pricelist and more.

This commit is contained in:
2020-06-29 00:29:06 +02:00
parent 03694bc96a
commit 12b8b2cdd7
3 changed files with 13 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -74,7 +74,7 @@ p {
button, a.button {
font-size: 18px;
font-weight: 600;
padding: 23px 32px;
padding: 16px 24px;
cursor: pointer;
}
@@ -316,12 +316,19 @@ button, a.button {
button, a.button {
display: inline-flex;
color: var(--black);
background-color: var(--yellow);
margin-top: 48px;
margin: 48px 12px 0 0;
&:hover {
box-shadow: inset 0 0 0 2px var(--black);
}
&.primary {
background-color: var(--yellow);
}
&.secondary {
background-color: var(--orange);
}
}
}

View File

@@ -178,8 +178,9 @@
<div class="square" data-aos="fade-in">
<h2 class="black-to-beige">Rental</h2>
<p class="black-to-beige">
Ready to Shoot Set mit ARRI Alexa Mini LF inkl. Zubehör ab 700€ pro Tag. Weitere Details entnehmen Sie bitte der <a href="static/Schnittfest_Rental_Preisliste.pdf" target="_blank">Preisliste</a>. Es gelten die <a href="/agb" target="_blank">allgemeinen Geschäftsbedinungen</a>.
Ready to Shoot Set mit ARRI Alexa Mini LF inkl. Zubehör. Weitere Details entnehmen Sie bitte der Preisliste. Es gelten die <a href="/agb" target="_blank">allgemeinen Geschäftsbedinungen</a>.
</p>
<a class="button secondary" href="static/Schnittfest_Rental_Preisliste.pdf" target="_blank">Preisliste</a>
<a class="button primary" href="mailto:rental@schnittfest.gmbh">Jetzt buchen</a>
</div>
</div>