easter egg :3
This commit is contained in:
parent
1daf6dabe0
commit
634158686f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user