AntennaPod/assets/about.html

64 lines
1.6 KiB
HTML
Raw Normal View History

2012-07-15 15:18:02 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<style type="text/css">
* {
font-family: Helvetica
}
header {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 500px;
}
versiontag {
color: gray;
}
h1 {
font-size: 15pt;
}
h2 {
font-size: 13pt;
}
a {
font-size: 14px;
color: #00A8DF;
text-decoration: none;
}
</style>
<title>About AntennaPod</title>
2012-07-15 15:18:02 +02:00
</head>
<body>
<div id="header" align="center">
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
2013-09-04 20:36:13 +02:00
<p>AntennaPod, Version 0.9.7.5</p>
2012-07-15 15:18:02 +02:00
<p>Copyright © 2012 Daniel Oeh</p>
2012-07-31 13:15:50 +02:00
<p>Licensed under the MIT License <a href="LICENSE.html">(View)</a></p>
2012-07-15 15:18:02 +02:00
</div>
<h1>Used libraries</h1>
<h2>ActionBarSherlock <a href="http://actionbarsherlock.com" title="Link">(Link)</a></h2>
by Jake Wharton, licensed under the Apache 2.0 license
<h2>NineOldAndroids <a href="http://nineoldandroids.com">(Link)</a></h2>
by Jake Wharton, licensed under the Apache 2.0 license
2012-07-15 15:18:02 +02:00
<h2>Apache Commons <a href="http://commons.apache.org/">(Link)</a></h2>
by The Apache Software Foundation, licensed under the Apache 2.0 license
2012-07-28 13:59:53 +02:00
<h2>flattr4j <a href="http://www.shredzone.org/projects/flattr4j/wiki">(Link)</a></h2>
licensed under the Apache 2.0 license
2013-02-21 14:57:43 +01:00
<h2>drag-sort-listview <a href="https://github.com/bauerca/drag-sort-listview">(Link)</a></h2>
licensed under the Apache 2.0 license
2013-09-04 20:36:13 +02:00
<h2>Presto Client <a href="http://www.aocate.com/presto/">(Link)</a></h2>
licensed under the Apache 2.0 license
2012-07-15 15:18:02 +02:00
</body>
</html>