-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enhance user experience and improve functionality (#78)
* chore: replace steffen team image with another version and set alt parameter for all 3 team portraits * chore: add calendly url as a global and create a calendly redirect entry * chore: add calendly url field for team entries * fix: enhance user experience and improve functionality - Unified spacing across the website for a consistent layout - Removed sticky behavior from navigation with logo and 'Termin vereinbaren' CTA - Updated 'Termin vereinbaren' button to open in a new tab and made URL configurable via backend - Adjusted 'Let’s talk' button size and functionality on home page - Optimized H1 font size for better mobile display - Improved spacing and responsiveness in Case Study, Services, Clients, and Contact sections - Enhanced visual layout in Case Study header and quote module - Fixed text/image combinations and replaced contact details with updated information fixes #71
- Loading branch information
Showing
39 changed files
with
357 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
title: Pages | ||
template: default | ||
layout: layout | ||
revisions: false | ||
route: '{parent_uri}/{slug}' | ||
sort_dir: asc | ||
preview_targets: | ||
- | ||
label: Entry | ||
url: '{permalink}' | ||
refresh: true | ||
structure: | ||
root: true | ||
route: '{parent_uri}/{slug}' | ||
propagate: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
id: ff719e3b-8511-44e3-8f43-e7d3d8603990 | ||
blueprint: link | ||
title: Calendly | ||
redirect: | ||
url: 'https://calendly.com/21stdigital/meeting' | ||
status: '301' | ||
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37 | ||
updated_at: 1716805474 | ||
parent: home | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ id: 9ebb7d6e-9675-4b4a-99da-e4da6ee5444e | |
blueprint: page | ||
title: Impressum | ||
author: c6113137-f6a8-4c20-b0bd-4c52f58ab03e | ||
updated_by: 12d85a5e-1014-44db-a25a-d7a2f0a9b94e | ||
updated_at: 1715944860 | ||
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37 | ||
updated_at: 1716883974 | ||
modules: | ||
- | ||
id: lwal9cki | ||
|
@@ -32,6 +32,20 @@ modules: | |
- | ||
type: text | ||
text: '20097 Hamburg' | ||
- | ||
type: paragraph | ||
content: | ||
- | ||
type: text | ||
marks: | ||
- | ||
type: link | ||
attrs: | ||
href: 'mailto:{{ "[email protected]" | obfuscate_email }}' | ||
rel: 'noopener noreferrer' | ||
target: null | ||
title: null | ||
text: '{{ "[email protected]" | obfuscate_email }}' | ||
type: section_header | ||
enabled: true | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
id: c14aeff5-98e2-43e5-bda8-444378304990 | ||
blueprint: team | ||
title: 'Steffen Rüther' | ||
updated_by: c6113137-f6a8-4c20-b0bd-4c52f58ab03e | ||
updated_at: 1715877921 | ||
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37 | ||
updated_at: 1716888942 | ||
firstname: Steffen | ||
lastname: Rüther | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
title: Calendly | ||
data: | ||
enabled: true | ||
url: 'https://calendly.com/21stdigital/meeting' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
data: | ||
alt: 'Portraitbild von Steffen' | ||
size: 867738 | ||
last_modified: 1716884198 | ||
width: 2080 | ||
height: 2080 | ||
mime_type: image/jpeg | ||
duration: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
data: { } | ||
size: 40288 | ||
last_modified: 1715864828 | ||
width: 400 | ||
height: 400 | ||
data: | ||
alt: 'Porträt von Steffen' | ||
size: 867738 | ||
last_modified: 1716884198 | ||
width: 2080 | ||
height: 2080 | ||
mime_type: image/jpeg | ||
duration: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
title: Link | ||
tabs: | ||
main: | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: title | ||
field: | ||
type: text | ||
- | ||
handle: redirect | ||
field: | ||
type: group | ||
required: true | ||
width: '100' | ||
fields: | ||
- | ||
handle: url | ||
field: | ||
type: link | ||
required: true | ||
width: '100' | ||
display: Location | ||
- | ||
handle: status | ||
field: | ||
type: radio | ||
inline: 'true' | ||
required: true | ||
options: | ||
301: '301 (Permanent)' | ||
302: '302 (Temporary)' | ||
width: '100' | ||
display: 'HTTP Status' | ||
default: 302 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
tabs: | ||
main: | ||
display: Main | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: enabled | ||
field: | ||
type: toggle | ||
display: 'Enable Calendly' | ||
- | ||
handle: url | ||
field: | ||
input_type: url | ||
placeholder: 'https://calendly.com/...' | ||
type: text | ||
display: URL | ||
validate: | ||
- url | ||
- 'starts_with:https://calendly.com/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.