Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 8ee63e3

Browse files
committed
Remove contact form
We used Mailchimp which sets some cookies. So we had the choice to add some GDPR stuff or simply remove the contact form. We chosne the latter option because contact forms are so 90s and the last one contacted us by contatc form was over a year ago. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 9cca14b commit 8ee63e3

5 files changed

Lines changed: 0 additions & 226 deletions

File tree

src/components/Footer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ const Footer = props => (
1414
<li>
1515
<Link to="/">Home</Link>
1616
</li>
17-
<li>
18-
<Link to="/contact">Contact</Link>
19-
</li>
2017
<li>
2118
<a href="https://www.iteratec.de/impressum/">Imprint</a>
2219
</li>

src/images/undraw_businesswoman_pc12.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pages/contact/index.js

Lines changed: 0 additions & 186 deletions
This file was deleted.

src/scss/pages/contact/_page-contact.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/scss/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
// Pages
6767
@import 'pages/home';
6868
@import 'pages/404';
69-
@import 'pages/contact/page-contact';
7069
@import 'pages/team/page-teams';
7170
@import 'pages/integrations/page-integrations';
7271
@import 'pages/integrations/integration';

0 commit comments

Comments
 (0)