Skip to content

Commit

Permalink
Reworked contact page and flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolarek committed Sep 26, 2024
1 parent 76abeca commit fa44769
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
15 changes: 8 additions & 7 deletions content/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ hideMeta = true
disableShare = true
+++

I'd love to hear from you! Whether you have a question, need a consultation, or are ready to start a project, feel free to reach out.
Ready to unlock the full potential of your data? I'm here to help!

{{< contact >}}
Whether you have questions about our services or are ready to get started, I’d love to hear from you. Reach out today to schedule an initial discovery call, and let’s discuss how we can build a data platform tailored to your business needs.

***

Or you can reach out directly at:
### Get in Touch

**Email:** [[email protected]](mailto:[email protected])
**Phone:** +49 162 518 2782
**LinkedIn:** [linkedin.com/in/mkolarek](https://linkedin.com/in/mkolarek)
📧 Email: [email protected]
📞 Phone: +49 162 518 2782

Or, use the form below to book a discovery call.

{{< calendly >}}
18 changes: 18 additions & 0 deletions content/contact.md.BACKUP
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
+++
title = 'Contact'
hideMeta = true
disableShare = true
+++

I'd love to hear from you! Whether you have a question, need a consultation, or are ready to start a project, feel free to reach out.

{{< contact >}}

***

Or you can reach out directly at:

**Email:** [[email protected]](mailto:[email protected])
**Phone:** +49 162 518 2782
**LinkedIn:** [linkedin.com/in/mkolarek](https://linkedin.com/in/mkolarek)

4 changes: 0 additions & 4 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,4 @@ menu:
name: Blog
url: /posts/
weight: 40
- identifier: book_meeting
name: "Free consultation"
url: "https://calendly.com/marko-kolarek/30min"
weight: 50

5 changes: 5 additions & 0 deletions layouts/shortcodes/calendly.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- Calendly link widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/marko-kolarek/30min'});return false;">Schedule a Discovery Call!</a>
<!-- Calendly link widget end -->

0 comments on commit fa44769

Please sign in to comment.