forked from ag_kommunikation/webseite
Merge pull request 'feat: Link von der Startseite aufs Kontaktformular.' (#255) from contact_form_link into main
Reviewed-on: ag_kommunikation/webseite#255
This commit is contained in:
commit
99082c8379
@ -19,7 +19,7 @@ claim_content:
|
|||||||
---
|
---
|
||||||
subclaim_heading: WTF Kooperative eG is your competent partner!
|
subclaim_heading: WTF Kooperative eG is your competent partner!
|
||||||
---
|
---
|
||||||
subclaim_content: Benefit from the know-how of the experts of WTF Kooperative eG from a wide range of disciplines in information technology. You have a project you want to implement? Contact us!
|
subclaim_content: Benefit from the know-how of the experts of WTF Kooperative eG from a wide range of disciplines in information technology. You have a project you want to implement? [Contact us!](about#contact)
|
||||||
---
|
---
|
||||||
section:
|
section:
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ claim_content:
|
|||||||
---
|
---
|
||||||
subclaim_heading: Die WTF Kooperative eG ist Dein kompetenter Partner!
|
subclaim_heading: Die WTF Kooperative eG ist Dein kompetenter Partner!
|
||||||
---
|
---
|
||||||
subclaim_content: Profitier von dem Know-how der Expert*innen der WTF Kooperative eG aus den verschiedensten Disziplinen der Informationstechnologie. Du hast ein Projekt, das Du umsetzen willst? Sprich uns an!
|
subclaim_content: Profitier von dem Know-how der Expert*innen der WTF Kooperative eG aus den verschiedensten Disziplinen der Informationstechnologie. Du hast ein Projekt, das Du umsetzen willst? [Sprich uns an!](about#contact)
|
||||||
---
|
---
|
||||||
section:
|
section:
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
<section class="contact_form_box">
|
<section class="contact_form_box">
|
||||||
<div class="content__box">
|
<div class="content__box">
|
||||||
<div class="content__inner_box -width_constraint content__contact_form_wrapper">
|
<div class="content__inner_box -width_constraint content__contact_form_wrapper">
|
||||||
<h2>{{ this.contact_form_subheading }}</h2>
|
<h2 id="contact">{{ this.contact_form_subheading }}</h2>
|
||||||
<form id="contact_form" class="content__contact_form">
|
<form id="contact_form" class="content__contact_form">
|
||||||
<p class="contact_form__note">
|
<p class="contact_form__note">
|
||||||
{{ this.contact_form_info }}
|
{{ this.contact_form_info }}
|
||||||
|
Loading…
Reference in New Issue
Block a user