Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
gonna test out all this new stuff :3
  • Loading branch information
Squirrel authored Sep 6, 2024
1 parent 95e8291 commit 0ea1ebc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta content="https://freakybob.site" property="og:url" />
<meta content="https://github.com/5quirre1/Freakybob.site/blob/main/Snapshots/Screenshot%202024-08-29%2012.38.20%20AM.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="images/Main.ico.ico">
<link rel="icon" type="image/x-icon" href="images/Main.ico">
<style>
body::before {
content: '';
Expand Down Expand Up @@ -141,44 +141,42 @@
}

#discord-button {
top: 60px;
margin-top: -594px;
left: -10px;
}

#bluesky-button {
top: 110px;
top: 120px;
left: 10px;
}

#github-button img,
#discord-button img,
#bluesky-button img {
width: 40px;
height: 40px;
}

#discord-button img {
width: 60px;
width: 80px;
height: 60px;
}
</style>
</head>
<body>
<h1>Freakybob</h1>
<h2>
<marquee>Welcome to Freakybob.site! | Website updates will be slower due to school :3 | Image Gallery is still broken :(</marquee>
<marquee>Like that new popup? | Website will have slower and less updates due to school :( | I love boys frfr</marquee>
</h2>
<a href="foundingpeople.html"><button>Check out the people who made this possible!</button></a>
<a href="image-gallery.html"><button>Check out the image gallery!</button></a>
<a href="musicgallery.html"><button>Listen to Spongebob music!</button></a>
<!-- fun fact: Wish tried to add a cookie to sound popup to make it disappear! it failed though -->
<div id="sound-popup" class="popup">
<div id="sound-popup" class="popup">
<div class="popup-content">
<p>Welcome to freakybob.site! Hope you enjoy the website just as much as we do!</p>
<button id="thanks-button">Thanks!</button>
<audio id="hover" src="audio/hover-sound-effect.mp3" preload="auto"></audio>
<audio id="thanks-sound" src="audio/old-radio-button-click-97549.mp3" preload="auto"></audio>
<!-- fun fact: I just tried to add a hover noise but I was lazy :3 -->
</div>
</div>
<a href="https://scratch.mit.edu/projects/1059751585/" id="scratch-button"><button>Freakybob clicker (Scratch)</button></a>
Expand Down Expand Up @@ -238,3 +236,4 @@ <h2>
</script>
</body>
</html>
<!--I love boys <3 -->

0 comments on commit 0ea1ebc

Please sign in to comment.