-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlegal.html
57 lines (45 loc) · 3.08 KB
/
legal.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
<!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" />
<script type="text/javascript">
function show () {
var email = document.getElementById("email");
var emailButton = document.getElementById("emailButton");
email.setAttribute("style", "display: inline;");
emailButton.remove();
}
</script>
<title>Legal | 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>
<br>
<h3 class="section">Legal</h3>
<hr>
<h4 class="tab" style="font-family: 'Charter';">Disclaimer</h4>
<p class="tab">Our offer contains links to external websites of third parties on whose contents we have no influence. Therefore, we can not assume any liability for these external contents. The respective provider or operator of the website is always responsible
for the contents of the linked pages. The linked pages were checked for possible legal violations at the time of linking. Illegal content was not recognizable at the time of linking. However, a permanent content control of the linked pages is
not reasonable without concrete evidence of an infringement. Upon notification of violations, we will remove such links immediately.</p>
<p class="tab">All original Banjo-Kazooie content including but not limited to characters, game, scenario, music, program and graphics is ™ and © Rare Limited and Microsoft Corporation.</p>
<p class="tab">BanjoSpeedruns is in no way affiliated or sponsored by Rare Limited or Microsoft Corporation. The content on this website is provided unofficially for entertainment purposes only and no copyright infringement is intended in the creation of this website.</p>
<h4 class="tab" style="font-family: 'Charter';">Fonts</h4>
<p class="tab">CCComicrazy font courtesy of <a href="http://www.onlinewebfonts.com">Online Web Fonts</a></p>
<h4 class="tab" style="font-family: 'Charter';">Contact</h4>
<p class="tab">Direct business inquiries to: <button type="button" id="emailButton" onclick="show()">Show email</button> <span id="email" style="display: none;"><a href="mailto:[email protected]">[email protected]</a></span></p>
<br>
</div>
<footer id="sticky-footer">
<script type="text/javascript" src="/JavaScript/footer.js"></script>
</footer>
</div>
</body>
</html>