easter egg :3

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-11 17:05:29 -05:00
parent 1daf6dabe0
commit 634158686f
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@
</nav>
<h2 class="aboutme">About me<img class="aboutme" src="Caleb.jpg" alt="Caleb" height="5%" width="5%"></h2>
<p>Hi! My name is <mark>Caleb Fontenot.</mark> I am a college graduate of South Louisiana Communitity College. I am also a software developer. <br> I love writing code! 😁</p>
<p id="info">Hi! My name is <mark>Caleb Fontenot.</mark> I am a college graduate of South Louisiana Communitity College. I am also a software developer. <br> I love writing code! 😁</p>
<p>This site is hosted on a computer I built myself running Arch Linux and NGINX.</p>
<p>Pick a design!</p>
<div id="selectDesign">
@ -80,8 +80,8 @@
let inputText = document.getElementById("inputText").value;
if (inputText.includes("🏳️‍⚧️")) {
inputText = "Trans rights are human rights! 🏳️‍⚧️";
document.getElementById("body").background-image = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
document.body.innerHTML.replaceAll("/Caleb/Chloe/");
document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
document.getElementById("info").innerHTML.replaceAll("/Caleb/g", "Chloe");
}
let designText;
switch (value) {

View File

@ -15,7 +15,7 @@ body {
background-attachment: fixed;
/* text-decoration: overline; */
/* text-transform: uppercase; */
/* background-color: #FFAAAA; */
background-color: #27374D;
background-image: url("space.gif");
/* url(Circles.png); */
text-align: center;