summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-21 23:38:33 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-21 23:38:33 +0200
commit49fe2db915794b3f2e3c3412199f02092981ea86 (patch)
tree7690ded4a5f9383fe1b07c215ef3b49e544c9758 /app
parent7852c9f725382df2aed88fa3f957b1a6d272baef (diff)
Update the sr.ht url and disclaimer wording/style
Diffstat (limited to 'app')
-rw-r--r--app/assets/index.html2
-rw-r--r--app/print.styl4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/index.html b/app/assets/index.html
index b41445f..6913c1c 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -31,7 +31,7 @@
<div class="tel"><a href="tel:+491770126386">+49 (0)177 912 6386</a>&nbsp;&centerdot;&nbsp;</div>
<div class="email"><a href="mailto:[email protected]">[email protected]</a>&nbsp;&centerdot;&nbsp;</div>
<div class="web"><a href="https://a14m.me">website</a>&nbsp;&centerdot;&nbsp;</div>
- <div class="srht"><a href="https://sr.ht/~a14m">sr.ht</a>&nbsp;&centerdot;&nbsp;</div>
+ <div class="srht"><a href="https://git.sr.ht/~a14m">sr.ht</a>&nbsp;&centerdot;&nbsp;</div>
<div class="github"><a href="https://github.com/a14m">Github</a>&nbsp;&centerdot;&nbsp;</div>
<div class="stkflw">
<a href="https://stackoverflow.com/users/1769515/a14m">StackOverflow</a>&nbsp;&centerdot;&nbsp;
diff --git a/app/print.styl b/app/print.styl
index cf29210..4d83f27 100644
--- a/app/print.styl
+++ b/app/print.styl
@@ -103,10 +103,10 @@ footer {
display: block
position: fixed
bottom: 0;
- font-size: 7pt
+ font-size: 5pt
}
footer:after {
color: #F7F7F7
- content: "Disclaimer: auto generated from https://a14m.me"
+ content: "Disclaimer: generated from https://a14m.me"
}