ashchan / gmail-notifr

A RubyCocoa Gmail Notifier for Mac OS X

This URL has Read+Write access

gmail-notifr / Credits.html
100644 46 lines (42 sloc) 1.245 kb
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
<!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 Gmail 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;
}
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;
}
</style>
</head>
 
<body onmousedown='return false' oncontextmenu='return false'>
<p>Written by <a href="http://blog.ashchan.com/">James Chan</a></p>
<p>Project Homepage: <a href="http://ashchan.com/projects/gmail-notifr">Gmail Notifr</a></p>
<p>Source: <a href="http://github.com/ashchan/gmail-notifr/tree/master">GitHub repository</a></p>
<p>Imagery &amp; Icons by Vikiworks Studio</p>
<p>Thanks to: Yichi, Satoshi Nakagawa, Eloy Duran, Mark Trolley</p>
</body>
</html>