Skip to content

Commit 515dc95

Browse files
committed
Change hero background image
1 parent 4c0bdc9 commit 515dc95

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const { withBorder } = Astro.props;
3030

3131
<div class="column large-7 medium-6 w-1000-stack ss-copyright">
3232
<span>Copyright © 2023, 2024, 2025 Jesus Cano</span>
33+
<span style="flex ">Cover photo designed by Freepik</span>
3334
<span
3435
><a
3536
href="https://github.com/jpcano/jpcano.github.io/"

src/components/Title.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ import SocialTitle from "./SocialTitle.astro";
6464
bottom: 0;
6565
width: 100%;
6666
height: 100%;
67-
/* background-image: url(../images/header-bg-3000.jpg); */
68-
background-image: url(../images/hero2.jpg);
67+
background-image: url(../images/hero3.jpg);
6968
background-repeat: no-repeat;
7069
background-position: center;
7170
background-size: cover;

src/images/hero3.jpg

389 KB
Loading

0 commit comments

Comments
 (0)