From b1e4cb044f79c7832bf59871c0ce29191653a4e5 Mon Sep 17 00:00:00 2001
From: relikd
Date: Mon, 7 Sep 2020 00:36:30 +0200
Subject: [PATCH] Link to source code
---
out/static/github.svg | 1 +
out/static/style.css | 6 ++++--
src/html_root.py | 17 ++++++++++-------
templates/base.html | 6 +++---
4 files changed, 18 insertions(+), 12 deletions(-)
create mode 100644 out/static/github.svg
diff --git a/out/static/github.svg b/out/static/github.svg
new file mode 100644
index 0000000..c955b56
--- /dev/null
+++ b/out/static/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/out/static/style.css b/out/static/style.css
index b03c0b6..23a011f 100644
--- a/out/static/style.css
+++ b/out/static/style.css
@@ -8,7 +8,7 @@ body {
}
a { text-decoration: none; color: unset; }
a:hover { border-bottom: 1pt solid; }
-#app-toc a:hover, header h1 a:hover {
+#app-toc a:hover, a.no-ul:hover {
border-bottom: unset;
}
main, footer { padding: 0 1em; }
@@ -51,12 +51,14 @@ footer .links a { color: #ddd; }
#main-nav { float: right; }
#main-nav li { display: inline-block; margin-right: 1em; }
+#main-nav img { height: 1.2em; margin: 0 -0.4em; }
+#main-nav img:hover { transform: scale(1.2); }
td { padding: 0.2em 1em 0.2em 0.1em; }
.squeeze { max-width: 700px; }
.wrap { word-break: break-all; }
-#get-appcheck:hover { color: #586472; border-bottom: unset; }
+#get-appcheck:hover { color: #586472; }
#get-appcheck img { width: 3em; height: 3em; margin: 0.3em; }
#get-appcheck * { display: inline-block; vertical-align: middle; }
diff --git a/src/html_root.py b/src/html_root.py
index 470acd1..3e6ef75 100755
--- a/src/html_root.py
+++ b/src/html_root.py
@@ -15,13 +15,16 @@ def gen_root():
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
-
- Get the app and contribute.
- Join the TestFlight Beta.
-
- {}'''. format('')))
+
+
+
+ Get the iOS App and contribute.
+ Join the TestFlight Beta.
+
+
+
+ The source code of the app is available on GitHub .
+
{}'''. format('')))
def gen_search():
diff --git a/templates/base.html b/templates/base.html
index 120970e..74831e0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,8 +22,9 @@
-
+
#_CONTENT_#
@@ -32,8 +33,7 @@
About
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua.
+
AppCheck is an iOS analysis tool that allows anyone to peak into DNS traffic of other applications. AppCheck helps users, activists, and data protection authorities.
Feedback