forked from Freakybob-Team/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.html
47 lines (45 loc) · 2.06 KB
/
people.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A place for Freakybob.">
<meta content="People!" property="og:title" />
<meta content="These people helped in some way, shape, or form" property="og:description" />
<meta content="https://freakybob.site/people" property="og:url" />
<meta content="https://raw.githubusercontent.com/Freakybob-Team/Freakybob.site/main/images/Freaky_Bob_people.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/png" href="images/Freaky_Bob_people.png">
<title>Others</title>
<link rel="stylesheet" href="css/people.css">
</head>
<body>
<img id="main-image" src="images/pfps/giancafort.jpeg" alt="Main Image">
<h1>People who didn't help but still deserve to be here :)</h1>
<audio
src="audio/copyright-free-background-music-no-copyright-music-216517.mp3"
loop
autoplay>
</audio>
<div class="button-container">
<a href="https://freakybob-team.github.io/Freakybob.siteSL/">
<button>Go back to Main Website :3</button>
</a>
</div>
<div class="contributors">
<button onclick="showInfo('Saam')">Saam</button>
<button onclick="showInfo('KM')">KM</button>
<button onclick="showInfo('Noah')">Noah</button>
<button onclick="showInfo('Gianca')">Gianca</button>
<button onclick="showInfo('George')">George</button>
<button onclick="showInfo('Nintendofan64')">Nintendofan64</button>
<button onclick="showInfo('Lapis')">Lapis</button>
</div>
<div id="description" class="description"></div>
<div class="image-container" id="person-image" style="display: none;">
<img id="personImage" alt="Person Image">
</div>
<a href="https://freakybob.site/credpfp"><button id="pfpcred">For pfp credit, please click here!</button></a>
<script src="js/people.js"></script>
</body>
</html>