The newest version of Freakybob.site: built from the ground up (twice!)

more team edit thiny

Changed files
+18 -19
site
+9 -12
site/css/team.css
··· 1 1 * { 2 2 text-align: center; 3 - } 4 - h1, p { 5 - color: white; 6 - } 7 - footer, #colordiff { 8 - background-color: yellow; 9 - margin-top: -10px; 10 - top: 0; 11 - left: 0; 12 - margin: 0; 13 - padding: 10px; 14 - border-radius: 25px; 15 3 color: black; 16 4 } 17 5 body { ··· 33 21 border: 1px solid rgb(218, 203, 3); 34 22 height: 10px; 35 23 background-color: rgb(218, 203, 3); 24 + border-radius: 25px; 25 + } 26 + #bgthing { 27 + background-color: yellow; 28 + margin-top: -10px; 29 + top: 0; 30 + left: 0; 31 + margin: 0; 32 + padding: 10px; 36 33 border-radius: 25px; 37 34 }
+9 -7
site/team.html
··· 8 8 <link href="css/team.css" rel="stylesheet"> 9 9 </head> 10 10 <body> 11 + <div id="bgthing"> 11 12 <script src="js/team.js"></script> 12 13 <h1>Who is Freakybob Team?</h1> 13 14 <p>Click a name to find out more about them!</p> 14 15 <hr> 15 - <a onclick="squirrel()">Squirrel</a> 16 - <a onclick="wish()">Wish </a> 17 - <a onclick="noma()">Nomaakip </a> 18 - <a onclick="names()">Names </a> 19 - <a onclick="mpax235()">Mpax235 </a> 20 - <a onclick="closing()">Close Information</a> 21 - <div id="info"></div> 16 + <a onclick="squirrel()">Squirrel</a> 17 + <a onclick="wish()">Wish </a> 18 + <a onclick="noma()">Nomaakip </a> 19 + <a onclick="names()">Names </a> 20 + <a onclick="mpax235()">Mpax235 </a> 21 + <a onclick="closing()">Close Information</a> 22 + <div id="info"></div> 22 23 <hr> 23 24 <footer> 24 25 <p id="colordiff">2025 Freakybob Team. Licensed under GPL-3.0!</p> 25 26 </footer> 27 + </div> 26 28 </body> 27 29 </html>