Skip to content

Commit 006587c

Browse files
committed
the most tiny of chanegs
1 parent 7e08616 commit 006587c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ <h2 class="text-2xl font-bold font-mono text-zinc-900 dark:text-zinc-100">aerpaw
789789

790790
<script>
791791
document.addEventListener("DOMContentLoaded", () => {
792-
const taglines = ["is a Computer Engineering and Statistics student @ NCSU", "is a full-stack developer", "does things differently", "likes drones :D", "is an open source enthusiast", "has three cats :3", "is always learning", "would like a job \ud83e\udd7a", "plays Factorio"];
792+
const taglines = ["is a Computer Engineering and Statistics student @ NCSU", "does things differently", "likes drones :D", "is an open source enthusiast", "has three cats :3", "is always learning", "would like a job \ud83e\udd7a", "plays Factorio", "makes stuff work"];
793793
const taglineEl = document.getElementById("tagline");
794794
let currentIndex = 0;
795795

site.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ about = [
4040

4141
taglines = [
4242
"is a Computer Engineering and Statistics student @ NCSU",
43-
"is a full-stack developer",
4443
"does things differently",
4544
"likes drones :D",
4645
"is an open source enthusiast",
4746
"has three cats :3",
4847
"is always learning",
4948
"would like a job 🥺",
50-
"plays Factorio"
49+
"plays Factorio",
50+
"makes stuff work"
5151
]
5252

5353

0 commit comments

Comments
 (0)