2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

css fix / simple seo

This commit is contained in:
Hendrik Niefeld 2019-05-31 10:07:44 +02:00
parent f0666b9a22
commit ae90c158d0
9 changed files with 60 additions and 8 deletions

View File

@ -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;
}

BIN
content/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,4 +1,4 @@
Title: Transparent web analytics deep dive | offen
Title: Deep dive | offen
URL:
save_as: deepdive.html

View File

@ -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.
<a href="/deepdive.html" class="btn">Deep Dive</a>
<a href="/deepdive.html" class="btn">Deep dive</a>

View File

@ -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;
}

View File

@ -2,7 +2,21 @@
<html lang="en">
<head>
<title>Transparent web analytics deep dive | offen</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin SEO tag -->
<title>Deep dive | offen</title>
<meta property="og:locale" content="en" />
<meta name="description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
<meta property="og:description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
<meta property="og:site_name" content="offen" />
<!-- End SEO tag -->
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>

BIN
output/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -2,7 +2,21 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin SEO tag -->
<title>Transparent web analytics | offen</title>
<meta property="og:locale" content="en" />
<meta name="description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
<meta property="og:description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
<meta property="og:site_name" content="offen" />
<!-- End SEO tag -->
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
@ -24,7 +38,7 @@
<p>Usage metrics come with explanations about their meaning, relevance, usage and possible privacy implications. <strong>offen</strong> also details <em>which kind of data is not collected</em>. All data can be deleted selectively or in its entirety by the users, or the collection can be disabled altogether.</p>
<p><strong>offen</strong> treats both users and operators as parties of equal importance. Users can expect full transparency and are encouraged to make <em>autonomous and informed decisions regarding the use of their data</em>. Operators are enabled to gain insights while respecting their users' privacy and their data.</p>
<p><strong>offen</strong> is currently being conceptually designed and is applying for funds to sustain its development.</p>
<p><a href="/deepdive.html" class="btn">Deep Dive</a></p>
<p><a href="/deepdive.html" class="btn">Deep dive</a></p>
</section>
<footer>

View File

@ -2,7 +2,21 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin SEO tag -->
<title>{% block title %}{% endblock %}</title>
<meta property="og:locale" content="en" />
<meta name="description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
<meta property="og:description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
<meta property="og:site_name" content="offen" />
<!-- End SEO tag -->
<link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/css/style.css">
</head>