-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
28 lines (27 loc) · 1.32 KB
/
Copy pathabout.html
File metadata and controls
28 lines (27 loc) · 1.32 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
<div id="about" data-bb-type="screen">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"></link>
<link rel="stylesheet" type="text/css" href="css/bbui-min.css"></link>
<link rel="stylesheet" type="text/css" href="css/styles.min.css"></link>
<div data-bb-type="title" data-bb-caption="About Snooby" data-bb-back-caption="Close"></div>
<div id="aboutPanel" data-bb-type="round-panel">
<div data-bb-type="panel-header">About Snooby</div>
<div data-bb-type="label-control-container">
<p>
Snooby was developed by Amos Chan <a href="http://am05.com">[AM05.com]</a>,
but it wouldn't have been possible without the following contributions:
</p>
<ul>
<li>Snooby icon by YOOtheme<br/><span class="link">http://icons.yootheme.com</span></li>
<li>Font Awesome by Dave Gandy<br/><span class="link">http://fortawesome.github.com/Font-Awesome</span></li>
<li>Action bar icons by Myers Design Limited<br/><span class="link">http://myersdesign.com/resources</span></li>
<li>Markdown parsing by gamefreak<br/><span class="link">https://github.com/gamefreak/snuownd</span></li>
</ul>
</p>Thank you!</p>
</div>
</div>
<div class="separator">
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</div>
</div>