Skip to content

Commit bc45672

Browse files
✨ Update image dimensions and improve layout in welcome view
1 parent 03c8b20 commit bc45672

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

resources/views/welcome.blade.php

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ class="size-7"
368368
<img
369369
src="{{ Vite::asset('resources/images/simon2025laraconeu.webp') }}"
370370
alt="Simon Hamp presenting at Laracon EU 2025 on building mobile apps with PHP"
371-
class="w-full max-w-96 rounded-xl"
372-
width="384"
373-
height="216"
371+
class="w-full max-w-[505px] rounded-xl"
372+
width="505"
373+
height="284"
374374
loading="lazy"
375375
/>
376376
</a>
@@ -967,9 +967,11 @@ class="group grid size-12 place-items-center overflow-hidden rounded-full border
967967
class="mx-auto mt-20 max-w-5xl px-5"
968968
aria-labelledby="laracon-talk-title"
969969
>
970-
<div class="flex flex-wrap items-center justify-between gap-5">
970+
<div
971+
class="flex flex-col items-center gap-5 lg:flex-row lg:justify-between"
972+
>
971973
{{-- Left side --}}
972-
<div class="lg:max-w-96">
974+
<div class="text-center lg:max-w-96">
973975
<div
974976
x-init="
975977
() => {
@@ -1011,7 +1013,7 @@ class="inline-block rounded-full px-3 py-1 text-sm font-medium uppercase ring-1
10111013
})
10121014
}
10131015
"
1014-
class="pt-3 text-xl font-medium capitalize opacity-0"
1016+
class="pt-2.5 text-xl font-medium capitalize opacity-0"
10151017
>
10161018
Where did this come from?
10171019
</h2>
@@ -1034,7 +1036,7 @@ class="pt-3 text-xl font-medium capitalize opacity-0"
10341036
})
10351037
}
10361038
"
1037-
class="pt-2 leading-relaxed text-gray-500 opacity-0 dark:text-gray-400"
1039+
class="pt-1.5 leading-relaxed text-gray-500 opacity-0 dark:text-gray-400"
10381040
>
10391041
Watch Marcel's original NativePHP talk from Laracon US 2023
10401042
in Nashville. Minds were blown as he demonstrated how to use
@@ -1093,9 +1095,9 @@ class="size-7"
10931095
<img
10941096
src="{{ Vite::asset('resources/images/marcel2023laraconus.webp') }}"
10951097
alt="Marcel Pociot at Laracon US - Building Desktop Applications with PHP"
1096-
class="w-full max-w-[505px] rounded-xl"
1098+
class="w-full max-w-[505px] rounded-xl ring-1 ring-black/10"
10971099
width="505"
1098-
height="282"
1100+
height="284"
10991101
loading="lazy"
11001102
/>
11011103
</a>

0 commit comments

Comments
 (0)