-
Notifications
You must be signed in to change notification settings - Fork 35
/
full-credits.html
71 lines (68 loc) · 2.1 KB
/
full-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>About Mail Notifr</title>
<style>
html {
overflow: hidden;
font-family: lucida grande;
font-size: 100%;
color: white;
text-align: center;
text-shadow: white 0px 1px 1px;
color: #777;
}
body {
padding: 30px 10px;
width: 520px;
}
p#header {
height: 20px;
}
a {
color: #444;
text-decoration: none;
-webkit-border-radius: 8px;
padding: 1px 6px;
margin-left: -7px;
margin-right: -7px;
}
a:hover {
background-color: #999;
color: #eee;
text-shadow: #444 0px 1px 1px;
}
ul {
width: 80%;
text-align: left;
}
</style>
</head>
<body>
<p i="header"></p>
<p>Brought to you by <a href="http://twitter.com/ashchan">James Chen</a></p>
<p>Project Homepage: <a href="http://ashchan.com/projects/mail-notifr">Mail Notifr</a></p>
<p>Source: <a href="https://github.com/ashchan/mail-notifr">GitHub repository</a></p>
<p>Design & localizations:</p>
<ul>
<li><a href="http://vikiworks.com/">Vikiworks Studio</a></li>
<li><a href="https://iiro.jappinen.me">Iiro Jäppinen</a></li>
<li>Spanish: Túbal Martín, Pau Aguilar Fruto</li>
<li>Japanese: Rakuraku Jyo, Felix Sun, Keiichi SHIGA, Moko (Saki UEDA).</li>
<li>French: Fabrice Truillot de Chambrier, Thibault Guerpillon</li>
<li>Italian: Fabrice Truillot de Chambrier, DaRk_ViVi (@DaRk_ViVi)</li>
<li>German: Christopher Korn, Fabrice Truillot de Chambrier, burningTyger</li>
<li>Norwegian: Daniel Greve Rose</li>
<li>Catalan: Pau Aguilar Fruto</li>
<li>Dutch: Ico Davids</li>
<li>Russian: Kirill Bystrov</li>
<li>Korean: Junmo Kim</li>
<li>Polish: Jacek Sniecikowski</li>
<li>Finnish: Olli</li>
</ul>
<p>Code <a href="https://github.com/ashchan/mail-notifr/graphs/contributors">Contributors</a></p>
<p> </p>
<p>And thanks to: Kevin Wojniak, Satoshi Nakagawa, Eloy Duran, Mark Trolley</p>
</body>
</html>