From 161ae68e123e50a592334b95950ab9fec562f10c Mon Sep 17 00:00:00 2001 From: Sebastian Fix Date: Mon, 23 Jun 2025 22:26:52 +0200 Subject: [PATCH 1/3] wip --- database/seeders/Paperflakes/ContactsTableSeeder.php | 2 +- resources/views/app/about-us/index.blade.php | 2 +- resources/views/components/list-image-card.blade.php | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/database/seeders/Paperflakes/ContactsTableSeeder.php b/database/seeders/Paperflakes/ContactsTableSeeder.php index 0a9cad3..09a25e2 100644 --- a/database/seeders/Paperflakes/ContactsTableSeeder.php +++ b/database/seeders/Paperflakes/ContactsTableSeeder.php @@ -182,7 +182,7 @@ public function run(): void ], ], 'icons' => [ - 'email' => 'info@codebar.ch', + 'email' => 'wieland@business-solutions.gmbh', 'website' => 'https://www.business-solutions.gmbh', ], 'image' => 'https://res.cloudinary.com/codebar/image/upload/w_400,h_400,f_auto,q_auto/www-paperflakes-ch/people/wds.jpg', diff --git a/resources/views/app/about-us/index.blade.php b/resources/views/app/about-us/index.blade.php index afa5b5f..644590e 100644 --- a/resources/views/app/about-us/index.blade.php +++ b/resources/views/app/about-us/index.blade.php @@ -68,7 +68,7 @@ + image-container-class-attributes="h-24 w-24 flex-shrink-0 overflow-hidden"/> @endforeach diff --git a/resources/views/components/list-image-card.blade.php b/resources/views/components/list-image-card.blade.php index 4ec4ec8..d7fc58f 100644 --- a/resources/views/components/list-image-card.blade.php +++ b/resources/views/components/list-image-card.blade.php @@ -1,13 +1,12 @@ @props([ 'image', - 'imageContainerClassAttributes' => 'h-30 h-30 flex-shrink-0 overflow-hidden', + 'imageContainerClassAttributes' => 'h-32 h-32 flex-shrink-0 overflow-hidden', 'name', 'role' => null, 'icons' => [], ]) -
+
{{ $name }} From 6ff0e826f9e7ceccca59647aca8981653d34faeb Mon Sep 17 00:00:00 2001 From: Sebastian Fix Date: Mon, 23 Jun 2025 22:28:26 +0200 Subject: [PATCH 2/3] wip --- resources/views/layouts/_partials/_navigation.blade.php | 2 +- resources/views/layouts/_partials/_navigation_desktop.blade.php | 2 +- resources/views/layouts/_partials/_navigation_mobile.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/layouts/_partials/_navigation.blade.php b/resources/views/layouts/_partials/_navigation.blade.php index 59ba090..4f7c4b5 100644 --- a/resources/views/layouts/_partials/_navigation.blade.php +++ b/resources/views/layouts/_partials/_navigation.blade.php @@ -11,7 +11,7 @@ @include('layouts._partials._navigation_desktop') + + @if (!$loop->last) + | + @endif + @endforeach +
+ @endif
+ {{-- Navigation & mobile toggle --}}
- @include('layouts._partials._navigation_desktop') - - @if (!$loop->last) - | - @endif - @endforeach -
- @endif -
\ No newline at end of file