FIX: some fixes for rollout
Sizing, 3rd party calls, updates
This commit is contained in:
parent
0c1999bb6e
commit
f7f27838a8
6 changed files with 5049 additions and 3317 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<section id="services" class="Services content">
|
||||
<h1>Projektbuchungen</h1>
|
||||
<h1>Projekt buchen</h1>
|
||||
<h2>Du hast also beschlossen, dass du <span class="highlight">meine Hilfe</span> brauchst. Cool!</h2>
|
||||
<p class="margin-top">Hinter diesen Angeboten gibt es <span class="highlight">keinerlei Abos oder versteckte Kosten</span>.
|
||||
Aus Transparenzgründen sei aber gesagt, dass sich <span class="highlight">*alle Preise zzgl. 19 % Umsatzsteuer</span>. verstehen.</p>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<span v-if="service.price.post" class="post">{{service.price.post}}</span>
|
||||
</div>
|
||||
<div aria-hidden="true" class="bg-icon">
|
||||
<Icon :name="`ph:${service.icon}-thin`" size="1.5em" mode="svg" />
|
||||
<Icon :name="service.icon" size="1.5em" mode="svg" />
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
@ -85,7 +85,7 @@ const oneOff : Service[] = [
|
|||
value: 149,
|
||||
},
|
||||
smallClaim: 'A11y, bugs, schlechter Code.',
|
||||
icon: 'magnifying-glass',
|
||||
icon: 'ph:magnifying-glass-thin',
|
||||
button: 'Jetzt untersuchen',
|
||||
link: 'https://tidycal.com/webfussel/quick-check',
|
||||
list: [
|
||||
|
@ -102,7 +102,7 @@ const oneOff : Service[] = [
|
|||
value: 999,
|
||||
},
|
||||
smallClaim: 'Deine Vision.',
|
||||
icon: 'trend-up',
|
||||
icon: 'ph:trend-up-thin',
|
||||
button: 'Jetzt durchstarten',
|
||||
link: 'https://tidycal.com/webfussel/project-booking',
|
||||
list: [
|
||||
|
@ -120,7 +120,7 @@ const oneOff : Service[] = [
|
|||
post: '/ Tag / Person',
|
||||
},
|
||||
smallClaim: 'Wenn man\'s selber können muss.',
|
||||
icon: 'graduation-cap',
|
||||
icon: 'ph:graduation-cap-thin',
|
||||
button: 'Frag nach!',
|
||||
link: 'https://tidycal.com/webfussel/project-booking',
|
||||
list: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue