]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/de/about_links.html
Updates about_licenses, adding the full text of the Apache License 2.0 and the 3...
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_links.html
index aabccd12a4c01414d7bdc10f88408f5a3c30cd5d..0af5b45e4ae9a6753e1d25534242996f152ec8be 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   <http://www.gnu.org/licenses/>. -->
 
 <html>
-<head>
-    <style>
-        h3 {
-        color: 0D4781;
-        }
-    </style>
-</head>
+    <head>
+        <meta charset="UTF-8">
+        <style>
+            h3 {
+                color: 0D4781;
+            }
 
-<body>
-<h3>Websites</h3>
+            img.icon {
+                vertical-align: middle;
+                height: 32;
+                width: 32;
+            }
+        </style>
+    </head>
 
-<p><a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
+    <body>
+        <h3>Websites</h3>
 
-<p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></p>
+        <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_dark_blue.png"></a> <a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
 
-<p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
+        <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_dark_blue.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></p>
 
-<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
+        <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_dark_blue.png"></a> <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
 
-</body>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_dark_blue.png"></a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
+    </body>
 </html>
\ No newline at end of file