From ae90c158d0bd75370130a4ba19151cd65ced761c Mon Sep 17 00:00:00 2001 From: Hendr_ik Date: Fri, 31 May 2019 10:07:44 +0200 Subject: [PATCH] css fix / simple seo --- content/css/style.css | 9 +++++++-- content/img/favicon.ico | Bin 0 -> 1150 bytes content/pages/deepdive.md | 2 +- content/pages/index.md | 2 +- output/css/style.css | 9 +++++++-- output/deepdive.html | 16 +++++++++++++++- output/img/favicon.ico | Bin 0 -> 1150 bytes output/index.html | 16 +++++++++++++++- theme/templates/base.html | 14 ++++++++++++++ 9 files changed, 60 insertions(+), 8 deletions(-) create mode 100644 content/img/favicon.ico create mode 100644 output/img/favicon.ico diff --git a/content/css/style.css b/content/css/style.css index 060806d..a60678c 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -739,6 +739,11 @@ height: 1px; margin: 80px 0 -20px 0; } +.footnote hr { +border: 0; +height: 0; +} + blockquote { border-left: 1px solid #d5d5d5; margin: 40px 0 40px 0; @@ -778,13 +783,13 @@ margin: 60px 0 120px 0; background-color: #e1e1e1; } -.footnotes { +.footnote { color: #d5d5d5; font-size: 14px; margin: 60px 0 0 0; } -.footnotes ol { +.footnote ol { margin-bottom: 0; } diff --git a/content/img/favicon.ico b/content/img/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..0b0778cf8dacab609074a3a34b795737b84fc130 GIT binary patch literal 1150 zcmd5+yGjE=6df_fM^FOsfmkRi7#k5R>;x5T1iwSD(L%&R#LhzO^e_AbpHV{$MlBRf zRD3oH5+8AAGn+l0*{~2KONfOy%bm;Kz31L@PO(B%@CgP5?+!8P6QWrN5oWN&O1{n{ z1iys>`EcHO)odI1kKx}k;A2!Vs>|T0dutheF^Tb06GO))8u#*ZO6k(G!(u zjYw3oS8JIjAI)XuPI+?B+(Xp4{%ASe&p&M}-zxNSR!hV{{5^-*Th8&Kn4j9`fg_2R zEEg4=1aV=`n7>kprgP4YVt8F^KakLSf1WvFC(cZ)Jy?z&Fa5f{M9;L=!n1m>9REk? zt>)>4*BqMY!NRpdGGimHfD7^&C9dmGqG8t?>&|qwb+UgjZlasn{Z>x)lZ)o6b2+%b K?sfkIzs=vUkL}3- literal 0 HcmV?d00001 diff --git a/content/pages/deepdive.md b/content/pages/deepdive.md index f061fb6..86acb62 100644 --- a/content/pages/deepdive.md +++ b/content/pages/deepdive.md @@ -1,4 +1,4 @@ -Title: Transparent web analytics deep dive | offen +Title: Deep dive | offen URL: save_as: deepdive.html diff --git a/content/pages/index.md b/content/pages/index.md index 1913dd4..f0a09db 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -10,4 +10,4 @@ __offen__ treats both users and operators as parties of equal importance. Users __offen__ is currently being conceptually designed and is applying for funds to sustain its development. -Deep Dive +Deep dive diff --git a/output/css/style.css b/output/css/style.css index 060806d..a60678c 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -739,6 +739,11 @@ height: 1px; margin: 80px 0 -20px 0; } +.footnote hr { +border: 0; +height: 0; +} + blockquote { border-left: 1px solid #d5d5d5; margin: 40px 0 40px 0; @@ -778,13 +783,13 @@ margin: 60px 0 120px 0; background-color: #e1e1e1; } -.footnotes { +.footnote { color: #d5d5d5; font-size: 14px; margin: 60px 0 0 0; } -.footnotes ol { +.footnote ol { margin-bottom: 0; } diff --git a/output/deepdive.html b/output/deepdive.html index bef8185..ed51fea 100644 --- a/output/deepdive.html +++ b/output/deepdive.html @@ -2,7 +2,21 @@ -Transparent web analytics deep dive | offen + + + + + + +Deep dive | offen + + + + + + + + diff --git a/output/img/favicon.ico b/output/img/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..0b0778cf8dacab609074a3a34b795737b84fc130 GIT binary patch literal 1150 zcmd5+yGjE=6df_fM^FOsfmkRi7#k5R>;x5T1iwSD(L%&R#LhzO^e_AbpHV{$MlBRf zRD3oH5+8AAGn+l0*{~2KONfOy%bm;Kz31L@PO(B%@CgP5?+!8P6QWrN5oWN&O1{n{ z1iys>`EcHO)odI1kKx}k;A2!Vs>|T0dutheF^Tb06GO))8u#*ZO6k(G!(u zjYw3oS8JIjAI)XuPI+?B+(Xp4{%ASe&p&M}-zxNSR!hV{{5^-*Th8&Kn4j9`fg_2R zEEg4=1aV=`n7>kprgP4YVt8F^KakLSf1WvFC(cZ)Jy?z&Fa5f{M9;L=!n1m>9REk? zt>)>4*BqMY!NRpdGGimHfD7^&C9dmGqG8t?>&|qwb+UgjZlasn{Z>x)lZ)o6b2+%b K?sfkIzs=vUkL}3- literal 0 HcmV?d00001 diff --git a/output/index.html b/output/index.html index e0bf4b5..ede9cdb 100644 --- a/output/index.html +++ b/output/index.html @@ -2,7 +2,21 @@ + + + + + + Transparent web analytics | offen + + + + + + + + @@ -24,7 +38,7 @@

Usage metrics come with explanations about their meaning, relevance, usage and possible privacy implications. offen also details which kind of data is not collected. All data can be deleted selectively or in its entirety by the users, or the collection can be disabled altogether.

offen treats both users and operators as parties of equal importance. Users can expect full transparency and are encouraged to make autonomous and informed decisions regarding the use of their data. Operators are enabled to gain insights while respecting their users' privacy and their data.

offen is currently being conceptually designed and is applying for funds to sustain its development.

-

Deep Dive

+

Deep dive