[go: up one dir, main page]

Menu

[321311]: / about.html  Maximize  Restore  History

Download this file

18 lines (16 with data), 935 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<!-- About page -->
<div data-role="page" id="about-page">
<!-- /header -->
<div data-role="header">
<h1 data-i18n="about"></h1>
</div>
<!-- /content -->
<div data-role="content">
<div>GOFG Sports Computer &copy; Copyright 2011 Wolfgang Koller. This software is licensed under the GPLv3.</div>
<div style="padding-top: 1em;">"Boomy toolbar icon set" is Copyright by Milosz Wlazlo. For details visit his website miloszwl.deviantart.com.</div>
<div style="padding-top: 1em;">"Wireframe toolbar icon set" is Copyright by gentleface. For details visit www.gentleface.com</div>
<div style="padding-top: 1em;">Special thanks to Mario Simone Lombardo for helping us with the Bada port and endless beta testing.</div>
<div style="padding-top: 1em;">Map data &copy; 2011 OpenStreetMap contributors. Powered by Leaflet.</div>
<a id="about-close-button" href="settings.html" data-role="button" data-i18n="close"></a>
</div>
</div>