This commit is contained in:
Flatlogic Bot 2025-11-04 13:43:19 +00:00
parent f6a12148bf
commit 3ffca5288c
7 changed files with 16 additions and 13 deletions

View File

View File

View File

View File

@ -0,0 +1 @@
<svg width="600" height="600" xmlns="http://www.w3.org/2000/svg"><rect width="600" height="600" style="fill:#9bf6ff;" /></svg>

After

Width:  |  Height:  |  Size: 126 B

View File

@ -0,0 +1 @@
<svg width="600" height="600" xmlns="http://www.w3.org/2000/svg"><rect width="600" height="600" style="fill:#caffbf;" /></svg>

After

Width:  |  Height:  |  Size: 126 B

View File

@ -0,0 +1 @@
<svg width="1260" height="750" xmlns="http://www.w3.org/2000/svg"><rect width="1260" height="750" style="fill:#a0c4ff;" /></svg>

After

Width:  |  Height:  |  Size: 128 B

View File

@ -1,24 +1,24 @@
<?php <?php
// Placeholder images for demonstration // Local placeholder images
$images = [ $images = [
[ [
'src' => 'https://images.pexels.com/photos/40568/medical-instrument-brain-magnifying-glass-search-40568.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1', 'src' => 'assets/images/placeholder_hero.svg',
'photographer' => 'Public Domain Pictures', 'photographer' => 'Generated Placeholder',
'photographer_url' => 'https://www.pexels.com/@public-domain-pictures', 'photographer_url' => '#',
'alt' => 'Brain MRI', 'alt' => 'Brain MRI Placeholder',
], ],
[ [
'src' => 'https://images.pexels.com/photos/3825586/pexels-photo-3825586.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1', 'src' => 'assets/images/placeholder_gallery_1.svg',
'photographer' => 'ThisIsEngineering', 'photographer' => 'Generated Placeholder',
'photographer_url' => 'https://www.pexels.com/@thisisengineering/', 'photographer_url' => '#',
'alt' => 'Neurology Research', 'alt' => 'Neurology Research Placeholder',
], ],
[ [
'src' => 'https://images.pexels.com/photos/6120403/pexels-photo-6120403.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1', 'src' => 'assets/images/placeholder_gallery_2.svg',
'photographer' => 'Kampus Production', 'photographer' => 'Generated Placeholder',
'photographer_url' => 'https://www.pexels.com/@kampus-production/', 'photographer_url' => '#',
'alt' => 'Senior Patient Care', 'alt' => 'Senior Patient Care Placeholder',
], ],
]; ];