We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0bdc9 commit 515dc95Copy full SHA for 515dc95
3 files changed
src/components/Footer.astro
@@ -30,6 +30,7 @@ const { withBorder } = Astro.props;
30
31
<div class="column large-7 medium-6 w-1000-stack ss-copyright">
32
<span>Copyright © 2023, 2024, 2025 Jesus Cano</span>
33
+ <span style="flex ">Cover photo designed by Freepik</span>
34
<span
35
><a
36
href="https://github.com/jpcano/jpcano.github.io/"
src/components/Title.astro
@@ -64,8 +64,7 @@ import SocialTitle from "./SocialTitle.astro";
64
bottom: 0;
65
width: 100%;
66
height: 100%;
67
- /* background-image: url(../images/header-bg-3000.jpg); */
68
- background-image: url(../images/hero2.jpg);
+ background-image: url(../images/hero3.jpg);
69
background-repeat: no-repeat;
70
background-position: center;
71
background-size: cover;
src/images/hero3.jpg
389 KB
0 commit comments