minor changes

This commit is contained in:
chark1es 2025-03-08 15:09:21 -08:00
parent 5a114c3a76
commit 01a0262ade
2 changed files with 16 additions and 14 deletions

View file

@ -50,7 +50,9 @@ import { IoIosArrowDroprightCircle } from "react-icons/io";
if (image) {
image.onload = () => {
skeleton.style.display = "none";
if (skeleton) {
skeleton.style.display = "none";
}
};
}
});

View file

@ -8,17 +8,17 @@ import projectsborder from "../images/projectsborder.webp";
---
<Layout>
<Image
src={projectsborder}
alt="JOIN US"
class="absolute left-[1vw] w-[4vw] top-[60vh]"
/>
<Image
src={projectsborder}
alt="JOIN US"
class="absolute right-[1vw] w-[4vw] top-[60vh]"
/>
<Title title="PROJECTS" />
<QP />
<AP />
<Image
src={projectsborder}
alt="JOIN US"
class="absolute left-[1vw] w-[4vw] top-[60vh]"
/>
<Image
src={projectsborder}
alt="JOIN US"
class="absolute right-[1vw] w-[4vw] top-[60vh]"
/>
<Title title="PROJECTS" />
<QP />
<AP />
</Layout>