forked from Freakybob-Team/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
39 lines (38 loc) · 1.63 KB
/
team.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
<!DOCTYPE html>
<html>
<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="Freakybob" property="og:title" />
<meta content="The people who help with Freakybob.site and the other Freakybob projects!" property="og:description" />
<meta content="https://freakybob.site/team" property="og:url" />
<meta content="https://raw.githubusercontent.com/Freakybob-Team/Freakybob.site/main/images/Freaky_Bob_founding.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/png" href="images/Freaky_Bob_team.png">
<title>Team</title>
<link rel="stylesheet" href="css/team.css">
</head>
<body>
<audio autoplay loop src="audio/Carefree(chosic.com).mp3">
</audio>
<h1 style="text-align: center;">The Team!!!</h1>
<div class="button-container">
<a href="https://freakybob-team.github.io/Freakybob.siteSL/">
<button>Go back to Main Website :3</button>
</a>
<a href="https://freakybob.site/people">
<button>Check out some random people!!</button>
</a>
</div>
<h2>Graphics team</h2>
<div class="graphics">
<button onclick="showInfo('sspruce')" id="Sspruce">Sspruce</button>
</div>
<strong><div id="description" class="description"></div></strong>
<div class="image-container" id="person-image" style="display: none;">
<img id="image" alt="Person Image">
</div>
<script src="js/team.js"></script>
</body>
</html>