Skip to content

Commit b805014

Browse files
committed
move stock photos to /backgrounds
1 parent aaf3462 commit b805014

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

website/src/assets/photos/man-with-laptop-small.webp renamed to website/src/assets/backgrounds/man-with-laptop-small.webp

File renamed without changes.
File renamed without changes.

website/src/components/Contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import wedge from "../assets/backgrounds/wedge.svg";
4848
</form>
4949
</div>
5050
<div
51-
class="sm:w-3/5 bg-[url(../assets/photos/man-in-office.webp)] bg-cover bg-center hidden sm:block"
51+
class="sm:w-3/5 bg-[url(../assets/backgrounds/man-in-office.webp)] bg-cover bg-center hidden sm:block"
5252
>
5353
<img class="h-full relative right-0.5" src={wedge.src} alt="" />
5454
</div>

website/src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Content } from "../assets/text/Hero.md";
44

55
<section
66
id="hero"
7-
class="py-6 px-3 h-120 bg-[url(../assets/photos/man-with-laptop-small.webp)] sm:bg-[url(../assets/photos/man-with-laptop.webp)] bg-cover bg-center"
7+
class="py-6 px-3 h-120 bg-[url(../assets/backgrounds/man-with-laptop-small.webp)] sm:bg-[url(../assets/backgrounds/man-with-laptop.webp)] bg-cover bg-center"
88
>
99
<div class="max-w-[130ch] mx-auto mt-20">
1010
<div

0 commit comments

Comments
 (0)