-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathabout.html
80 lines (74 loc) · 3.14 KB
/
about.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Derek Andersen" />
<meta
name="description"
content="Website for the Banjo-Kazooie speedrunning community. A central hub for all things Banjo-Kazooie speedrun related. A compendium of documented tricks, tutorials, glitches, routes, and resources."
/>
<link rel="stylesheet" type="text/css" href="/styles.css" />
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>About | Banjo Speedruns</title>
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<p class="logo">
<a href="/home"
><img
class="logo"
src="/assets/images/banjospeedruns-logo.png"
alt="banjospeedruns.com logo"
/></a>
</p>
<div class="topnav">
<a href="/home">Home</a>
<a class="active" href="/about">About</a>
<a href="/donate">Donate</a>
</div>
<br />
<h3 class="section">About</h3>
<hr />
<p class="tab">
Thank you for visiting Banjo Speedruns! This website was created for
the Banjo-Kazooie speedrunning community to be used as a central hub
for all things Banjo-Kazooie speedrunning: tricks, tutorials,
glitches, routes, social links, and resources. Our hope is that it
serves as a reliable source of information for established runners, as
well as a convenient first stop for new runners getting started with
running these games.
</p>
<h3 class="tab" style="font-family: 'Charter';">The Team</h3>
<ul class="tab" style="line-height: 170%;">
<li>Dechrissen – Creator & site upkeep</li>
<li>Azmi – Banjo-Kazooie category, movement, & bitclips pages</li>
<li>Brandino – Banjo-Kazooie level pages</li>
<li>dingoslayer – Banjo-Tooie level pages</li>
<li>FalconXFalcon1 – Banjo-Tooie version differences page</li>
<li>Kongkrete – Conception & initial planning</li>
<li>oxylen – Banjo-Kazooie version differences page</li>
</ul>
<h3 class="tab" style="font-family: 'Charter';">Special Thanks To</h3>
<ul class="tab" style="line-height: 170%;">
<li>
Those who have donated to help
<a href="/donate">keep this website running</a>
</li>
<li>The Banjo-Kazooie speedrunning community</li>
<li>unlink2, for server assistance</li>
<li>The creators of the tutorials found on this website</li>
<li>All of our <a href="https://github.com/Dechrissen/BanjoSpeedruns/graphs/contributors">GitHub contributors</a></li>
</ul>
</div>
<footer id="sticky-footer">
<script type="text/javascript" src="/JavaScript/footer.js"></script>
</footer>
</div>
</body>
</html>