change: some more details
This commit is contained in:
parent
3dc5399e77
commit
460881891f
2 changed files with 20 additions and 4 deletions
|
@ -46,6 +46,7 @@
|
||||||
--color-black-transparent: #2a2723aa;
|
--color-black-transparent: #2a2723aa;
|
||||||
|
|
||||||
--color-orange: #ff9100;
|
--color-orange: #ff9100;
|
||||||
|
--color-orange-light: #ffc36f;
|
||||||
--color-orange-black: #332b22;
|
--color-orange-black: #332b22;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,8 +88,16 @@ h3 {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--color-white);
|
|
||||||
transition: var(--transition-time);
|
transition: var(--transition-time);
|
||||||
|
color: var(--color-white);
|
||||||
|
}
|
||||||
|
|
||||||
|
a.orange {
|
||||||
|
color: var(--color-orange);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--color-orange-light);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
|
@ -21,6 +21,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
<article class="z-2 card flex-col default-gap margin-top">
|
||||||
|
<h3>Keinen Bock auf Telen? Understandable.</h3>
|
||||||
|
<p>Dann schreib mir einfach gerne direkt eine E-Mail an <ClientOnly><a class="orange" href="mailto:anfragen@webfussel.de">anfragen@webfussel.de</a></ClientOnly></p>
|
||||||
|
<h3>Keine Kohle? Kommt vor.</h3>
|
||||||
|
<p>Meld dich trotzdem. Eventuell ist dein Projekt ja cool genug, dass ich dir da auch entsprechend entgegenkommen kann. :)</p>
|
||||||
|
</article>
|
||||||
<h3 id="network" class="margin-top-big">Mein Netzwerk</h3>
|
<h3 id="network" class="margin-top-big">Mein Netzwerk</h3>
|
||||||
<p class="margin-top">Doch auch wenn ich mal voll ausgelastet bin - keine Sorge!
|
<p class="margin-top">Doch auch wenn ich mal voll ausgelastet bin - keine Sorge!
|
||||||
Mein <span class="highlight">Netzwerk an Profis</span> kann dir sicher auch weiterhelfen.
|
Mein <span class="highlight">Netzwerk an Profis</span> kann dir sicher auch weiterhelfen.
|
||||||
|
@ -51,12 +57,13 @@ const services = [
|
||||||
'Untersuchung des Quellcodes',
|
'Untersuchung des Quellcodes',
|
||||||
'Konkrete Lösungsvorschläge',
|
'Konkrete Lösungsvorschläge',
|
||||||
'Ergebnisse innerhalb von 7 Tagen',
|
'Ergebnisse innerhalb von 7 Tagen',
|
||||||
'Behebung unkompliziert nachbuchen'
|
'Behebung unkompliziert nachbuchen',
|
||||||
|
'JavaScript, TypeScript, Vue oder Nuxt',
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
title: 'Projektbuchung',
|
title: 'Projektbuchung',
|
||||||
price: 'ab 999 € je nach Umfang',
|
price: 'ab 999 € je nach Umfang',
|
||||||
availability: '3 Slots Frei',
|
availability: '1 Slot Frei',
|
||||||
smallClaim: 'Umsetzung deiner Vision. Von einzelnen Tickets bis hin zu kompletten Anwendungen.',
|
smallClaim: 'Umsetzung deiner Vision. Von einzelnen Tickets bis hin zu kompletten Anwendungen.',
|
||||||
button: 'Jetzt durchstarten',
|
button: 'Jetzt durchstarten',
|
||||||
link: 'https://tidycal.com/webfussel/project-booking',
|
link: 'https://tidycal.com/webfussel/project-booking',
|
||||||
|
@ -64,7 +71,7 @@ const services = [
|
||||||
'Anforderungsanalyse',
|
'Anforderungsanalyse',
|
||||||
'Kontinuierliche Projekt-Updates',
|
'Kontinuierliche Projekt-Updates',
|
||||||
'Fixe Kosten und Feature-Sets',
|
'Fixe Kosten und Feature-Sets',
|
||||||
'Nur 50 % Projektpreis als Anzahlung'
|
'Nur 50 % Projektpreis als Anzahlung',
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
title: 'Stundenbuchung',
|
title: 'Stundenbuchung',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue