diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-15 15:18:02 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-15 15:18:02 +0200 |
commit | 5594d149a6ce40ae39033a3b104c728caf2ca237 (patch) | |
tree | c9a9b89d09ffa936832f0dede102fc3a2cb16ea6 /assets | |
parent | cec6483aac5d0f98aab125513de6e97a0d23b908 (diff) | |
download | AntennaPod-5594d149a6ce40ae39033a3b104c728caf2ca237.zip |
new app icon + about page
Diffstat (limited to 'assets')
-rw-r--r-- | assets/about.html | 58 | ||||
-rw-r--r-- | assets/logo.png | bin | 0 -> 326238 bytes |
2 files changed, 58 insertions, 0 deletions
diff --git a/assets/about.html b/assets/about.html new file mode 100644 index 000000000..cc33f168d --- /dev/null +++ b/assets/about.html @@ -0,0 +1,58 @@ +<!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> + </head> + <body> + <div id="header" align="center"> + <img src="logo.png" alt="Logo" width="100px" height="100px"/> + <p>Antennapod, Version 1.0</p> + <p>Copyright © 2012 Daniel Oeh</p> + </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>Android-ViewPagerIndicator <a href="http://viewpagerindicator.com">(Link)</a></h2> + by Jake Wharton, licensed under the Apache 2.0 license + + <h2>Apache Commons <a href="http://commons.apache.org/">(Link)</a></h2> + by The Apache Software Foundation, licensed under the Apache 2.0 license + <h2>flattr4j <a href="http://www.shredzone.org/projects/flattr4j/wiki">(Link)</a></h2> + licensed under the Apache 2.0 license + </body> +</html> diff --git a/assets/logo.png b/assets/logo.png Binary files differnew file mode 100644 index 000000000..9c2979d49 --- /dev/null +++ b/assets/logo.png |