Compare commits

..

No commits in common. "5819416a7e26cf8d67af67cc23829fafe486a972" and "a58308933b0e3c1c85c5c282678f560842139d3e" have entirely different histories.

4 changed files with 11 additions and 12 deletions

View file

@ -1,5 +1,5 @@
{
"name": "website",
"name": "mini-site",
"type": "module",
"version": "0.0.1",
"scripts": {

View file

@ -229,10 +229,8 @@ function encryptString(input: string, difficultyPrefix = "0000") {
}
}
document.addEventListener("astro:page-load", () => {
const decodeBtn = document.getElementById("decode-btn");
if (decodeBtn) {
decodeBtn.addEventListener("click", decryptData);
}
});
const decodeBtn = document.getElementById("decode-btn");
if (decodeBtn) {
decodeBtn.addEventListener("click", decryptData);
}
</script>

View file

@ -9,7 +9,7 @@ import NavItem from "../components/NavItem.astro";
import Navbar from "../components/Navbar.astro";
import "@fontsource-variable/inter";
import interWoff2 from "@fontsource-variable/inter/files/inter-latin-wght-normal.woff2";
import { ClientRouter } from "astro:transitions";
// import { ClientRouter } from "astro:transitions";
---
<!doctype html>
@ -33,7 +33,7 @@ import { ClientRouter } from "astro:transitions";
crossorigin="anonymous"
/>
<meta name="generator" content={Astro.generator} />
<ClientRouter />
<!-- <ClientRouter /> -->
<title>{title}</title>
</head>
<div class="lg-container">
@ -114,4 +114,6 @@ import { ClientRouter } from "astro:transitions";
}
}
</style>
</html>

View file

@ -7,6 +7,5 @@ title: Now
_Last updated Jul 28, 2025_
- 🖥️ I've been working on this personal website. I'm planning on submitting it to [Summer of Making](https://summer.hackclub.com/) to hopefully get a free domain for it.
- 📚 Getting ready to start 11th grade in a week. I'm sort of looking forward to meeting with my friends more often again, but this summer has also been pretty fun.
- 🌼 My [native plants](https://gnps.org/georgias-native-plants/) that I started growing from seed this year seem to be doing well. The Wild Bergamots are doing very good and haven't been bothered by any animals even before I put some chicken wire up. The rest have suffered some damage from eating, but are still growing back.
- I've been working on this personal website. I'm planning on submitting it to [Summer of Making](https://summer.hackclub.com/) to hopefully get a free domain for it.
- Getting ready to start 11th grade in a week. I'm sort of looking forward to meeting with my friends more often again, but this summer has also been pretty fun.