forked from fossasia/labyrinth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
264 lines (244 loc) · 7.64 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Labyrinth | Game ">
<title>Credits | Labyrinth</title>
<link rel="icon" type="image/png" href="images/logos/favicon.png" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" type="text/css" href="css/materialize.css">
<link rel="stylesheet" type="text/css" href="css/fonts.css">
<link rel="stylesheet" type="text/css" href="css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/sweetalert2.min.js"></script>
<script type="text/javascript" src="js/translate.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/credits.js"></script>
<!-- Files for responsive nav bar -->
<script src="./js/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-hover-dropdown/2.2.1/bootstrap-hover-dropdown.js"></script>
<style type="text/css">
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
.column {
float: left;
width: 33.3%;
margin-bottom: 16px;
padding: 0 8px;
}
@media (max-width: 650px) {
.column {
width: 100%;
display: block;
text-align: center;
}
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.lol {
padding: 0 16px;
}
.lol::after,
.row::after {
content: "";
clear: both;
display: table;
}
p {
color: black;
text-align: center;
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
}
.button:hover {
background-color: #555;
}
h2 {
text-align: center;
}
h1.heading{
color:rgba(0,0,0,0.5);
}
/* CSS for menu bar*/
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}
ul#menubar {
padding-right: 0px;
}
.navbar-header h1{
font-family: 'Abril Fatface';
font-size:2.5em;
letter-spacing: 0.1em;
width:auto;
margin-top:6px;
margin-left:10px;
}
#dropdownMenu{
width:100%;
}
.dropdown-menu {
width:100%;
background-color: #60A550;
margin:0;
padding-top:0;
padding-bottom:0;
}
.navbar.navbar-default {
font-size:1.2em;
background-color: #60A550;
color:white;
}
.nav.navbar-nav.navbar-right li a span{
color:white;
}
.nav.navbar-nav.navbar-right li{
padding: 6px;
}
.nav.navbar-nav.navbar-right>li:hover{
background-color: #80BE62;
cursor: pointer;
}
#select-lang ul li>a{
color:white;
padding-top:20px;
}
#select-lang ul li>a:hover{
background-color: rgba(0, 0, 0,0.0);
cursor: pointer;
}
#select-lang ul li:hover{
background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
</style>
</head>
<body>
<div class="navbar navbar-default">
<div class="container-fluid">
<button class="navbar-toggle" data-toggle="collapse" data-target="#menubar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-header" >
<h1>Labyrinth</h1>
</div>
<ul class="nav navbar-nav navbar-right collapse navbar-collapse " id="menubar">
<li>
<a href="howtoplay.html" class="lang " data-href="how"><span>How to Play</span></a>
</li>
<li>
<a href="index.html" class="lang " data-href="game"><span>Game</span></a>
</li>
<li>
<a href="https://github.com/fossasia/labyrinth" class="lang " ><span>Contribute</span></a>
</li>
<li class="select-your-lang" id="select-lang">
<a class="lang dropdown-toggle" data-href="language" id="dropdownMenu" data-toggle="dropdown" data-hover="dropdown">Select your language <span class="fa fa-caret-down"></span></a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu">
<li><a class="translate translate-language-choice" id="en">
<img src="images/icons/UnitedKingdom.png" alt="" class="translation-flag" /> English
</a></li>
<li><a class="translate translate-language-choice" id="si">
<img src="images/icons/SriLanka.png" alt="" class="translation-flag" /> Sinhala
</a></li>
<li><a class="translate translate-language-choice" id="hi">
<img src="images/icons/India.png" alt="" class="translation-flag" /> Hindi
</a></li>
<li><a class="translate translate-language-choice" id="pl">
<img src="images/icons/Poland.png" alt="" class="translation-flag" /> Polish
</a></li>
<li><a class="translate translate-language-choice" id="tl">
<img src="images/icons/India.png" alt="" class="translation-flag" /> Tamil
</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="jumbotron space container">
<h1 class="heading">License</h1>
<p><b>How to add a character</b> - If you have added an Image of a reknowned personality then you have to provide a proof along with it that you have the legal right to use that particular image or you have to insert the image in such a way that it can't be traced back.
<br>
<b>Music</b> - If you are adding music to the background or some other music then you have to provide a proof that you have the legal right to use those tunes (Provide the link to the license on the site)
<br>
</p>
<p>
Note - The licences and the proofs have to be added to this page so that we can credit the sources for their help</p>
</div>
<script>
$(document).ready(function(){
var $id=$('#select-lang');
var $a=$('#dropdownMenu');
$a.css('color','white');
$id.hover(function(){
$a.html('Select your language <span class="fa fa-caret-up"></span>');
$a.css('background-color','#80BE62');
},function(){
$a.css('background-color','#60A550');
$a.html('Select your language <span class="fa fa-caret-down"></span>');
});
});
</script>
</body>
</html>