easter egg :3
This commit is contained in:
parent
1daf6dabe0
commit
634158686f
@ -58,7 +58,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<h2 class="aboutme">About me<img class="aboutme" src="Caleb.jpg" alt="Caleb" height="5%" width="5%"></h2>
|
<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>This site is hosted on a computer I built myself running Arch Linux and NGINX.</p>
|
||||||
<p>Pick a design!</p>
|
<p>Pick a design!</p>
|
||||||
<div id="selectDesign">
|
<div id="selectDesign">
|
||||||
@ -80,8 +80,8 @@
|
|||||||
let inputText = document.getElementById("inputText").value;
|
let inputText = document.getElementById("inputText").value;
|
||||||
if (inputText.includes("🏳️⚧️")) {
|
if (inputText.includes("🏳️⚧️")) {
|
||||||
inputText = "Trans rights are human rights! 🏳️⚧️";
|
inputText = "Trans rights are human rights! 🏳️⚧️";
|
||||||
document.getElementById("body").background-image = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
|
document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)";
|
||||||
document.body.innerHTML.replaceAll("/Caleb/Chloe/");
|
document.getElementById("info").innerHTML.replaceAll("/Caleb/g", "Chloe");
|
||||||
}
|
}
|
||||||
let designText;
|
let designText;
|
||||||
switch (value) {
|
switch (value) {
|
||||||
|
2
root.css
2
root.css
@ -15,7 +15,7 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
/* text-decoration: overline; */
|
/* text-decoration: overline; */
|
||||||
/* text-transform: uppercase; */
|
/* text-transform: uppercase; */
|
||||||
/* background-color: #FFAAAA; */
|
background-color: #27374D;
|
||||||
background-image: url("space.gif");
|
background-image: url("space.gif");
|
||||||
/* url(Circles.png); */
|
/* url(Circles.png); */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user