Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
Nomaakip committed Dec 20, 2024
2 parents 69e92d8 + c658825 commit fbf46ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 id="main-title">Freakybob</h1>

<a href="https://freakybob.site/info"><button id="info-button">Check out the info page!</button></a>
<h2>
<marquee id="marquee-text">The Music Gallery has been shut down. It was one of our first services, and we will miss it dearly. o7</marquee>
<marquee id="marquee-text">Freakybob.site PWA is out! (Chrome)</marquee>
</h2>
<a href="https://freakybob.site/dev" ><button id="team-button">See the devs behind freakybob.site!</button></a>

Expand Down
12 changes: 6 additions & 6 deletions js/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ let currentName = null;

function showInfo(name) {
const descriptions = {
'Squirrel': 'Squirrel bought the domain and does most of all the coding! Ho ho ho, Merry Christmas 🔥🔥🔥',
'Squirrel': '5quirre1 was the one to buy the actual domain. He spends his day working on random ah freaky projects :3',
'Wish': 'Wish is a main developer for the website and made it so the music gallery can live on!',
'Hater': '#2 Twitter Hater helped with giving all sorts of spongebob images!',
'mpax': 'Mpax helps with the 3DS and IE6 versions! He also makes little tweaks to improve the site.',
'names': 'Names helps with the Freakyblog, and also improves the sites!',
'Nomaakip': 'Nomaakip helps fix the site and helped designing the lb website!',
};
const images = {
'Squirrel': 'https://static.wikia.nocookie.net/christmas-wiki/images/2/21/How-old-is-santa-6500cdaec0818.jpg/revision/latest?cb=20240708135338',
'Wish': 'images/pfps/wish.png',
'Squirrel': 'https://github.com/5quirre1.png',
'Wish': 'https://github.com/wish13yt.png',
'Hater': 'images/pfps/twitterhater.webp',
'mpax': 'images/pfps/Mpax.png',
'names': 'images/pfps/names.png',
'Nomaakip': 'images/pfps/nomaakip2.png',
'mpax': 'https://github.com/mpax235.png',
'names': 'https://github.com/nameswastaken.png',
'Nomaakip': 'https://github.com/nomaakip.png',
};

const descriptionDiv = document.getElementById('description');
Expand Down

0 comments on commit fbf46ec

Please sign in to comment.