Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomaakip committed Oct 22, 2024
1 parent 66dbdd5 commit d7a84c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion css/spookyindex.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ text-decoration: none;
color: wheat;
}
#socials {
transition: all 0.3s ease;
transition-duration: .3s;
transition-timing-function: ease;
transition-property: all;
text-align: center;
margin-top: -20px;
}
Expand Down
Binary file removed images/pfps/nomaakip.jpg
Binary file not shown.
Binary file added images/pfps/nomaakip2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions js/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ function showInfo(name) {
'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 is now a part of the Freakybob Team and added some images to the image gallery!',
'Nomaakip': 'Helps fix the site and helped desing the lb website!',
};
const images = {
'Squirrel': 'images/pfps/Boykisser Squirrel.png',
'Wish': 'images/pfps/wish.png',
'Hater': 'images/pfps/twitterhater.webp',
'mpax': 'images/pfps/Mpax.png',
'names': 'images/pfps/names.png',
'Nomaakip': 'images/pfps/nomaakip.jpg',
'Nomaakip': 'images/pfps/nomaakip2.png',
};
const descriptionDiv = document.getElementById('description');
const personImage = document.getElementById('person-image');
Expand Down

0 comments on commit d7a84c6

Please sign in to comment.