forked from fossasia/flappy-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
53 lines (50 loc) · 2.52 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
45
46
47
48
49
50
51
52
53
<html>
<head>
<title>Flappy Credits</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/bootstrap/css/bootstrap.min.css">
<script src="javascript/links.js"></script>
<script src="javascript/jquery.js"></script>
<script src="style/bootstrap/js/bootstrap.min.js"></script>
<link rel="icon" type="image/ico" href="images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="style/links.css"/>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-4" style="height:100%;background-color:#000">
</div>
<div class="col-md-4" style="height:100%;background-color:#ffcc7e">
<a href="links.html"><img src="images/back.png" style="position:absolute;width:50px;margin-top:10px;" /></a>
<br/><br/>
<h1>Contributors</h1>
<h3>These people have contributed to this game: </h3>
<ul>
<li><a href="http://jugendprogrammiert.weebly.com/">Nicco Kunzmann</a></li>
<li><a href="https://github.com/PohSayKeong">Poh Say Keong</a></li>
<li><a href="https://github.com/shashank-sharma">Shashank Sharma</a></li>
<li><a href="https://github.com/anniezhou301">Annie Zhou</a></li>
<li><a href="https://github.com/harry-7/">Hemanth Kumar Veeranki</a></li>
<li><a href="https://github.com/antoniomdk">Antonio Molner Domenech</a></li>
<li><a href="https://github.com/toxicdeath32">Siah Bing Ze</a></li>
<li><a href="https://github.com/alan-aipe">Alan Aipe</a></li>
<li><a href="https://github.com/SilentFlame">Vinay Singh</a></li>
<li><a href="https://github.com/mukesh14149">Mukesh Gupta</a></li>
<li><a href="https://github.com/shubheksha">Shubheksha Jalan</a></li>
<li><a href="https://github.com/jinankjain">Jinank Jain</a></li>
</ul>
<h3>Credits To: </h3>
<ul>
<li><a href="http://codepen.io/elrumordelaluz/pen/XmygWX">Lionel T</a>(Github Edge)</li>
<li><a href="https://github.com/niccokunzmann/rotoscopes/">Rotoscopes</a></li>
</ul>
<h3>License</h3>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="images/license.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div>
<div class="col-md-4" style="height:100%;background-color:#000">
</div>
</div>
</div>
</body>
</html>