Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove partials #341

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Data/LayoutModules/TestimonialsData.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function fromContext(Values $context): self
author_name: $testimonial->author->title,
author_job_title: $testimonial->author->job_title,
client_logo: $testimonial->author->client->augmentedValue('logo'),
client_url: $testimonial->author->client->client_url,
client_url: $testimonial->author->client->url,
);
}

Expand Down
2 changes: 1 addition & 1 deletion app/View/Components/LayoutModules/LogoWall.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private function convertClient(Entry $client): array
{
// dd($client->get('title'), $client->get('logo'), $client->augmentedValue('logo')->value(), $client->logo);
$title = $client->get('title');
$url = $client->get('client_url');
$url = $client->get('url');
// $logo = $client->augmentedValue('logo')->value();
$logo = $client->get('logo');

Expand Down
2 changes: 1 addition & 1 deletion app/View/Components/LayoutModules/Quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function augmentData(): array
if ($client = $this->context['author']->client) {

$quote_data = array_merge($quote_data, [
'client_url' => $client->client_url,
'client_url' => $client->url,
'client_logo' => '/icons/logos/'.$client->get('logo'),
'client' => $client,
]);
Expand Down
3 changes: 1 addition & 2 deletions content/collections/clients/a-cold-wall.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ id: 825ad067-352d-4721-9adf-3fd577facc0b
blueprint: client
title: 'A-COLD-WALL*'
url: 'https://a-cold-wall.com'
logo: a-cold-wall
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081447
logo: a-cold-wall
client_url: 'https://a-cold-wall.com/'
---
1 change: 0 additions & 1 deletion content/collections/clients/avacon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.avacon.de'
logo: avacon
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081481
client_url: 'https://www.avacon.de/de.html'
---
1 change: 0 additions & 1 deletion content/collections/clients/bayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.bayer.com'
logo: bayer
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081507
client_url: 'https://www.bayer.com'
---
1 change: 0 additions & 1 deletion content/collections/clients/butlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.butlers.com'
logo: butlers
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081526
client_url: 'https://www.butlers.com/'
---
1 change: 0 additions & 1 deletion content/collections/clients/deutsche-telekom.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.telekom.com'
logo: deutsche-telekom
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081547
client_url: 'https://www.electronicbeats.net/'
---
1 change: 0 additions & 1 deletion content/collections/clients/elbjazz.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://elbjazz.de'
logo: elbjazz
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081568
client_url: 'https://elbjazz.de/en/'
---
1 change: 0 additions & 1 deletion content/collections/clients/ensemble-resonanz.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.ensembleresonanz.com'
logo: ensemble-resonanz
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081581
client_url: 'https://www.ensembleresonanz.com/'
---
1 change: 0 additions & 1 deletion content/collections/clients/fiege-logistik.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.fiege.com'
logo: fiege
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081596
client_url: 'https://fiege.com'
---
1 change: 0 additions & 1 deletion content/collections/clients/gruner-jahr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://guj.de'
logo: gruner-und-jahr
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081636
client_url: 'https://company.rtl.com/de/business-units/overview/rtl-deutschland/unternehmen/gruner-jahr-deutschland-gmbh/'
---
3 changes: 1 addition & 2 deletions content/collections/clients/hb-fuller.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ id: 57eaf692-c94c-454d-a9cf-aabc4a920c0f
blueprint: client
title: 'H.B. Fuller'
url: 'https://www.hbfuller.com'
logo: hb-fuller
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081658
logo: hb-fuller
client_url: 'https://www.hbfuller.com'
---
3 changes: 1 addition & 2 deletions content/collections/clients/kumi-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ id: 3e0b26d9-b68f-4142-b994-f160926abd98
blueprint: client
title: 'Kumi Health'
url: 'https://kumihealth.de'
logo: kumi
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081679
logo: kumi
client_url: 'https://kumihealth.de/'
---
3 changes: 1 addition & 2 deletions content/collections/clients/maklaro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ id: e1cf77b6-0d15-4dc7-ba94-ac019d078672
blueprint: client
title: Maklaro
url: 'https://www.maklaro.de'
logo: maklaro
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081700
logo: maklaro
client_url: 'https://www.maklaro.de/'
---
1 change: 0 additions & 1 deletion content/collections/clients/mercedes-benz.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.mercedes-benz.com'
logo: mercedes-benz
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081716
client_url: 'https://mercedes-benz.com'
---
1 change: 0 additions & 1 deletion content/collections/clients/miniatur-wunderland.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.miniatur-wunderland.de'
logo: miniatur-wunderland
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081800
client_url: 'https://www.miniatur-wunderland.de/'
---
1 change: 0 additions & 1 deletion content/collections/clients/peta.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.peta.org'
logo: peta
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081822
client_url: 'https://www.gemeinsam-fuer-tierrechte.de/'
---
1 change: 0 additions & 1 deletion content/collections/clients/prokon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.prokon.net'
logo: prokon
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081841
client_url: 'https://www.prokon.energy/'
---
1 change: 0 additions & 1 deletion content/collections/clients/reeperbahn-festival.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.reeperbahnfestival.com'
logo: reeperbahn-festival
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081866
client_url: 'https://www.reeperbahnfestival.com/'
---
1 change: 0 additions & 1 deletion content/collections/clients/schaeffler.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.schaeffler.com'
logo: schaeffler
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081890
client_url: 'https://www.schaeffler.de/de/'
---
1 change: 0 additions & 1 deletion content/collections/clients/snap-inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://snap.com'
logo: snap-inc
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081919
client_url: 'https://snap.com'
---
1 change: 0 additions & 1 deletion content/collections/clients/sportfive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://sportfive.com'
logo: sportfive
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1727776310
client_url: 'https://sportfive.com'
---
1 change: 0 additions & 1 deletion content/collections/clients/thalia-theater.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://www.thalia-theater.de'
logo: thalia-theater
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081941
client_url: 'https://www.thalia-theater.de/'
---
1 change: 0 additions & 1 deletion content/collections/clients/upsolut-sports.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ url: 'https://upsolut.de/'
logo: upsolut-sports
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729081971
client_url: 'https://upsolut.de/'
---
178 changes: 10 additions & 168 deletions content/collections/pages/home.md
Original file line number Diff line number Diff line change
@@ -1,177 +1,19 @@
---
id: 763e6082-7a1f-4da4-994b-68f51aff53e5
id: fef89197-da0b-444e-bd11-fdc1fabe9820
blueprint: page
title: Startseite
updated_by: 7b2bf1c2-0b8e-44d9-a774-98d3580bee37
updated_at: 1729267674
layout_modules:
-
id: m2ew1zy2
overline: 'Meine Overline'
headline: Testimonials
intro_text: 'Die Meinungen unserer Kunden'
testimonials:
-
id: m2ew2fhe
quote: 'Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Sed posuere consectetur est at lobortis. Etiam porta sem malesuada magna mollis euismod. Maecenas sed diam eget risus varius blandit sit amet non magna. Etiam porta sem malesuada magna mollis euismod.'
author: 2ff9bd4f-9237-40df-9903-bae68767d41d
type: testimonial
enabled: true
-
id: m2ew2rcm
quote: 'Donec ullamcorper nulla non metus auctor fringilla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum id ligula porta felis euismod semper. Cras mattis consectetur purus sit amet fermentum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam porta sem malesuada magna mollis euismod.'
author: c876f808-0ea0-4b97-b220-2d0aa5cda863
type: testimonial
enabled: true
type: testimonials
enabled: true
-
id: m2budkfk
overline: 'Unsere Kunden'
headline: 'Vertrauen und Zusammenarbeit'
intro_text: 'Diese Unternehmen vertrauen auf unsere Expertise, um ihre digitalen Visionen erfolgreich umzusetzen.'
clients:
- 825ad067-352d-4721-9adf-3fd577facc0b
- 65f4bec1-f1bd-4392-8304-02bfd76c84a6
- 623ec2e5-d971-4c78-ba91-88131f4ed049
- 9b11926e-08b3-4061-a987-e61a34739051
- 5ea2dcd9-ba69-46c9-b80d-05cc1ee39f3e
- 397f19e7-0fae-4b86-99c7-2f5da703730d
- b2c34847-17a9-487f-bdaa-cc513aba2e04
- dfed226e-6457-4bb2-b5b6-98b32fb7eaf6
- 3fb97b78-7ff5-4ace-9bd8-b2037668b440
- 57eaf692-c94c-454d-a9cf-aabc4a920c0f
- 3e0b26d9-b68f-4142-b994-f160926abd98
- e1cf77b6-0d15-4dc7-ba94-ac019d078672
- f1352951-8235-4e2c-8814-9848530a9698
- 9485c457-26e6-4e52-bf32-e951b5c2079a
- c8a78e94-5afc-4424-8734-1ff97e9fa716
type: logo_wall
enabled: true
-
id: m1hwi1k4
quote: 'Wir brauchten eine Lösung, die es unseren Standortleitern ermöglicht, ohne umständliche Suchprozesse die besten Dienstleister für unsere spezifischen Bedürfnisse schnell und einfach zu finden und zu beauftragen. Da andere Unternehmen vor den gleichen Herausforderungen standen, wurde OPTICERT geschaffen, um genau diese Lücke zu schließen.'
author: 2614919e-60e0-4a09-9b61-c91d78ecccc4
type: quote
enabled: true
logo: avacon
-
id: m1glzvry
overline: 'Case Studies'
headline: 'Erfolgsgeschichten unserer Kunden'
presentation: sticky_column
enable_head_section: false
enable_tail_section: true
text:
-
type: paragraph
content:
-
type: text
text: 'Erfahre mehr über unsere Projekte und wie wir Unternehmen dabei unterstützt haben, ihre digitalen Herausforderungen zu meistern und innovative Lösungen zu finden.'
tail_elements:
-
id: m1gm0ycg
compilation: all
type: case_study_teaser
enabled: true
type: adaptive_split
enabled: true
-
id: m1hp8kx3
overline: 'Get the help you need'
headline: 'Support center'
intro_text: 'Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.'
items:
-
id: m1hpapam
headline: 'Sicherheit für Dein Projekt'
icon: lock-closed
text:
-
type: paragraph
content:
-
type: text
text: 'Vermeide Unsicherheiten und gehe mit klaren, durchdachten Projektplänen voran. Unsere Beratung gibt Dir die Sicherheit, dass Dein Projekt von Anfang an auf dem richtigen Weg ist.'
type: info_item
enabled: true
-
id: m1hpbl6t
headline: 'Fokus auf Deine Ziele'
icon: viewfinder-circle
text:
-
type: paragraph
content:
-
type: text
text: 'Wir richten uns nach Deinen Nutzerbedürfnissen und Geschäftsanforderungen, um eine Strategie zu entwickeln, die Dein Team vereint und Produkte schafft, die Deine Kunden begeistern.'
type: info_item
enabled: true
-
id: m1hpdhc2
headline: 'Nutze unsere Erfahrung'
icon: user-group
text:
-
type: paragraph
content:
-
type: text
text: 'Profitiere von über einem Jahrzehnt Erfahrung in der Gestaltung, Entwicklung und Bereitstellung maßgeschneiderter Softwarelösungen. Mit uns an Deiner Seite bist Du bestens gerüstet, um Deine digitalen Projekte erfolgreich umzusetzen.'
type: info_item
enabled: true
-
id: m1htqgvh
headline: 'Nutzerzentrierte Lösungen'
icon: arrow-down-on-square
text:
-
type: paragraph
content:
-
type: text
text: 'Durch fundierte Nutzerforschung und detaillierte Erkenntnisse stellen wir sicher, dass wir die richtigen Probleme für die richtigen Menschen lösen. So erreichst Du mit Deinem Produkt genau Deine Zielgruppe.'
type: info_item
enabled: true
-
id: m1htsbfv
headline: 'Klare Vision'
icon: fire
text:
-
type: paragraph
content:
-
type: text
text: 'Mit einer klaren Vision kannst Du Dein Team von Anfang bis Ende ausrichten. So entstehen großartige Funktionen und Ideen, die in die Design- und Entwicklungsproduktion umgesetzt werden.'
type: info_item
enabled: true
-
id: m1htt048
headline: 'Effiziente Priorisierung'
icon: numbered-list
text:
-
type: paragraph
content:
-
type: text
text: 'Wir unterstützen Dich bei der Priorisierung von Kundenanforderungen und Stakeholder-Ideen. So stellst Du sicher, dass die wichtigsten Aspekte Deines Projekts im Fokus stehen und optimal umgesetzt werden.'
type: info_item
enabled: true
type: item_list
enabled: true
page_title: 'Von Deiner Vision zur digitalen Erfolgsgeschichte'
intro_text: '21st digital ist Dein Partner für die Entwicklung innovativer digitaler Produkte. Wir begleiten Dich durch die digitale Transformation, hinterfragen bestehende Prozesse und entwickeln maßgeschneiderte Strategien, um sowohl digitale Produkte als auch Geschäftsmodelle erfolgreich zu gestalten.'
cta: 'https://calendly.com/21stdigital/meeting?month=2024-09'
cta_label: 'Sprich mit uns'
enable_cta_box: true
title: Home
headline: 'Von Deiner Vision zur digitalen Erfolgsgeschichte'
copy: |-
21st digital ist Dein erfahrener Partner für innovative digitale Produkte. Gemeinsam
gestalten wir Deine digitale Transformation und schaffen Lösungen, die messbaren
Mehrwert bringen und Deine Kunden begeistern.
enable_cta_box: false
cta_box:
override_defaults: false
cta_box:
headline: null
text: null
expert: null
updated_by: b258a222-c96c-45d3-912e-ded135d7b24f
updated_at: 1729956886
---
4 changes: 1 addition & 3 deletions content/trees/collections/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
tree:
-
entry: 763e6082-7a1f-4da4-994b-68f51aff53e5
{ }
7 changes: 5 additions & 2 deletions resources/blueprints/collections/clients/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ tabs:
localizable: true
validate: 'max:200'
-
handle: client_url
handle: url
field: common.url
config:
display: 'Client URL'
display: URL
validate:
- required
- url
- 'starts_with:https://'
-
handle: logo
field: common.logo
config:
validate:
- required
Loading
Loading