Skip to content

Commit e2d3b39

Browse files
committed
feat: footer image
1 parent 84a1f12 commit e2d3b39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/assets/barcelona-jug.jpg

1.41 MB
Loading

src/assets/moon.jpg

-295 KB
Binary file not shown.

src/components/aboutus.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
2727
the
2828
test new technologies.
2929
In the end, we share experiences related to the IT world, especially
30-
with <span class="text-primary">Java</span>J,
30+
with <span class="text-primary">Java</span>,
3131
but not only with this language.</p>
3232

3333
<p>If you like to discuss, share, ask questions, or just have a good

src/components/hero-image.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
import { Image } from "astro:assets";
3-
import moonImage from "~/assets/moon.jpg";
3+
import bcnJugImage from "~/assets/barcelona-jug.jpg";
44
55
const widths = [450, 800, 1200];
66
const sizes = "100vw";
77
---
88

99
<Image
1010
class="h-full w-full object-cover"
11-
src={moonImage}
11+
src={bcnJugImage}
1212
widths={widths}
1313
sizes={sizes}
14-
alt="The ridged surface of the moon"
14+
alt="Barcelona Jug"
1515
/>

0 commit comments

Comments
 (0)