chore: Update background image URL and fix page content in projects page
This commit is contained in:
@@ -29,7 +29,7 @@ export default function RootLayout({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: `url(${metadata.metadataBase}/moon.jpg)`,
|
backgroundImage: `url(moon.jpg)`,
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
backgroundPosition: "center",
|
backgroundPosition: "center",
|
||||||
filter: "blur(5px)",
|
filter: "blur(5px)",
|
||||||
|
|||||||
@@ -2,15 +2,15 @@ export default async function Page() {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<h1 className="text-4xl my-5">Projects (2)</h1>
|
<h1 className="text-4xl my-5">Projects (2)</h1>
|
||||||
|
|
||||||
<h2 className="text-2xl">Vash Software</h2>
|
<h2 className="text-2xl">Vash Software</h2>
|
||||||
<p>
|
<p>
|
||||||
Vash was originally a video game clan, transformed by Stan to be a
|
Vash was originally a video game clan, transformed by Stan to be a
|
||||||
global{" "}
|
global{" "}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 className="text-2xl">Personal Projects</h2>
|
<h2 className="text-2xl">Personal Projects</h2>
|
||||||
<h3>Spotify osu! Map Finder</h3>
|
<h3>This website</h3>
|
||||||
|
<h3>Spotify osu! Map Finder</h3>A quick tool to find osu! maps from
|
||||||
|
Spotify songs or playlists.
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user