new2
This commit is contained in:
parent
f6a12148bf
commit
3ffca5288c
0
assets/images/gallery-neuro-research.jpg
Normal file
0
assets/images/gallery-neuro-research.jpg
Normal file
0
assets/images/gallery-patient-care.jpg
Normal file
0
assets/images/gallery-patient-care.jpg
Normal file
0
assets/images/hero-brain-mri.jpg
Normal file
0
assets/images/hero-brain-mri.jpg
Normal file
1
assets/images/placeholder_gallery_1.svg
Normal file
1
assets/images/placeholder_gallery_1.svg
Normal 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 |
1
assets/images/placeholder_gallery_2.svg
Normal file
1
assets/images/placeholder_gallery_2.svg
Normal 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 |
1
assets/images/placeholder_hero.svg
Normal file
1
assets/images/placeholder_hero.svg
Normal 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 |
26
index.php
26
index.php
@ -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',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user