-
-
- As someone who loves chess, I wanted to create a chess game that I could play with my friends and family. This project is a work in progress, as currently it can only be played locally. It was built in C# on .NET 8.0, using winforms, because I like a challenge. I plan to add online multiplayer functionality in the future.
-
+
+
+
+

+
+
My best friend and eternal companion
-
-
-
- I love solving problems, and figuring out how things work. What better way to do both than writing a compiler myself? This project is a compiler that I wrote in C# on .NET 8.0. It takes in a simple language that I created, outputs the corresponding common intermediate language (CIL), and executes it. I plan to add more features in the future.
-
-
-
+
+
Five Years of Forever
+
+ Five years ago today, on October 2nd, 2020, I knelt across the altar from you in the temple
+ and we were sealed for time and all eternity. It was the best decision I ever made.
+
+
+ Morgan, you are everything I could have ever hoped for and so much more. You're not just
+ my wife—you're my best friend, my partner in every adventure, and the love of my life.
+
+
+ You make me laugh every single day. Your kindness touches everyone around you. Your
+ strength amazes me. Your beauty, inside and out, takes my breath away. Watching you
+ become a mother has shown me depths of love and dedication I never knew existed.
+
+
+ Thank you for five incredible years of love, laughter, growth, and joy. Thank you for
+ choosing me, for believing in me, and for building this beautiful life with me.
+
+
+ Here's to five years down and an eternity to go. I love you more today than yesterday,
+ and I'll love you even more tomorrow.
+
+
+ I love you, Morgan. Forever and always. 💖
+
+
+
💝 💞 💓
diff --git a/JoshHeaps.Net/wwwroot/css/home/site.css b/JoshHeaps.Net/wwwroot/css/home/site.css
index cabdab6..42f5ffc 100644
--- a/JoshHeaps.Net/wwwroot/css/home/site.css
+++ b/JoshHeaps.Net/wwwroot/css/home/site.css
@@ -23,7 +23,7 @@
transition: color 0.5s ease, font 0.5s ease;
}
-#WelcomeMessage {
+/*#WelcomeMessage {
font: 3vw arial;
width: auto;
height: 40vw;
@@ -31,7 +31,7 @@
text-align: left;
padding-left: 10vw;
padding-right: 10vw;
-}
+}*/
#DemosBox {
margin: 10vw;
diff --git a/JoshHeaps.Net/wwwroot/images/Wife Images/45053.jpeg b/JoshHeaps.Net/wwwroot/images/Wife Images/45053.jpeg
new file mode 100644
index 0000000..af5145c
Binary files /dev/null and b/JoshHeaps.Net/wwwroot/images/Wife Images/45053.jpeg differ
diff --git a/JoshHeaps.Net/wwwroot/images/Wife Images/45054.jpeg b/JoshHeaps.Net/wwwroot/images/Wife Images/45054.jpeg
new file mode 100644
index 0000000..5e4a929
Binary files /dev/null and b/JoshHeaps.Net/wwwroot/images/Wife Images/45054.jpeg differ
diff --git a/JoshHeaps.Net/wwwroot/js/site.js b/JoshHeaps.Net/wwwroot/js/site.js
index b150d7c..7925554 100644
--- a/JoshHeaps.Net/wwwroot/js/site.js
+++ b/JoshHeaps.Net/wwwroot/js/site.js
@@ -3,5 +3,5 @@
element.style.display = "none"; // Trigger reflow
element.offsetHeight; // Force reflow
element.style.display = ""; // Restore the original display
- typeText("#WelcomeMessage", "Hey! You found me! Since I have your attention, why don't I tell you about myself?");
+ typeText("#WelcomeMessage", "Today, October 2nd, marks the 5th anniversary of the day I was sealed for time and all eternity to my wonderful wife. She's the kindest, sweetest, funniest, most beautiful woman I've ever met. I love you Morgan 💖");
}
\ No newline at end of file