Began fixing my website

This commit is contained in:
Olly de Georgio 2025-01-03 17:13:44 +00:00
parent 500fa84907
commit c71cb039e8
4 changed files with 51 additions and 30 deletions

BIN
cat.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View file

@ -1,32 +1,53 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<title>Alex is the fricking best!</title> <title>Welcome to Noololly's site</title>
<head> <head>
<style> <style>
.alex{ body {
height: 100%;
padding: 0;
margin: 0;
color: #ec9df5;
background-color: black; background-color: black;
}
/* Heading CSS */
.heading_container {
display: flex;
align-items: center;
margin-top: 20;
}
.heading {
color: #ec9df5;
font-size: 32px;
margin: 0;
}
.image {
vertical-align: left;
height: 50px;
margin-left: 20px;
margin-right: 25px;
}
/* Body CSS */
.body_container {
margin-top: 50px;
margin-left: 50px;
color: white; color: white;
border: solid black; font-size: 20px;
padding: 0px;
font: brush-script-mt
} }
</style> </style>
<script> <div class="heading_container">
var alex = "The Best"; <img class="image" src="pfp.jpg" alt="Noololly's profile picture"/>
if(alex == "The Best"){ <p class="heading">Welcome to Noololly's site</p>
alert("that alex is the best!!"); </div>
}
while(true){
setTimeout(() => {alert("I'm never gonna give you up");}, 60000);
}
</script>
</head> </head>
<body> <body>
<div class="alex"> <div class="body_container">
<p>Alex is the best!!</p> <span style="white-space: pre-line">Hello! Welcome to my website. I have no clue what you are doing here, unless I have you my URL for some reason or another.
<img src="milk.jpg" width=1900px height=200px> All are welcome here, so feel free to make yourself comfortable in my 2 webpages
<img src="cat.jpg" width = 1900px height = 200px> </span>
<iframe src="https://giphy.com/embed/lgcUUCXgC8mEo" width="360" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
</div> </div>
</body> </body>
</html> </html>

BIN
milk.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 KiB

BIN
pfp.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB