-
Notifications
You must be signed in to change notification settings - Fork 15
/
credits.html
44 lines (43 loc) · 1.55 KB
/
credits.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
<head>
<meta charset="utf-8">
<title>Fighter's Block - Credits and Attributions</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
padding: 0 40px 0 40px;
text-align: center;
background-color: #eee;
color: #333;
font-family: Open Sans;
font-size: 20px;
}
img {
border: 2px solid #777;
margin-top: 30px;
margin-bottom: 150px;
}
a {
text-decoration: none;
border-bottom: 2px solid #777;
color: #111;
}
a:hover {
background-color: #ddd;
}
h1 {
margin-top: 150px;
}
</style>
</head>
<h1>Credits and Attributions</h1>
Backgrounds: <a href="http://opengameart.org/content/platformer-tilesets">Zack Alvarado</a>, <a href="https://opengameart.org/users/ansimuz?page=1">ansimuz</a>. Modified and used under <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>.<p>
Plugins: <a href="http://areaaperta.com/nicescroll/index.html">Nicescroll</a>, <a href="http://vst.mn/selectordie/">Select or Die</a>, <a href="https://iamceege.github.io/tooltipster">Tooltipster</a>, <a href="https://github.com/viatsyshyn/jQuery.favicon">favicon</a>.<p>
Icons: <a href="http://tenbytwenty.com/?xxxx_posts=sosa">Sosa</a>.<p>
Fonts from <a href="https://www.google.com/fonts">Google Fonts</a>.
<p>
<h1>Help!</h1>
If the page isn't displaying properly after an update, try clearing your cookies.
<p>
If you have questions, comments, or suggestions, please send them to <a href="http://twitter.com/psstkeepwriting">@psstkeepwriting</a>.
<p>
Thanks for giving Fighter's Block a spin!