diff --git a/css/spookyindex.css b/css/spookyindex.css index 33a8af7..d24d12b 100644 --- a/css/spookyindex.css +++ b/css/spookyindex.css @@ -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; } diff --git a/images/pfps/nomaakip.jpg b/images/pfps/nomaakip.jpg deleted file mode 100644 index 2e5833d..0000000 Binary files a/images/pfps/nomaakip.jpg and /dev/null differ diff --git a/images/pfps/nomaakip2.png b/images/pfps/nomaakip2.png new file mode 100644 index 0000000..0d04cb4 Binary files /dev/null and b/images/pfps/nomaakip2.png differ diff --git a/js/team.js b/js/team.js index 026f3cf..7b79119 100644 --- a/js/team.js +++ b/js/team.js @@ -5,7 +5,7 @@ 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', @@ -13,7 +13,7 @@ function showInfo(name) { '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');