diff --git a/build/robots.txt.production b/build/robots.txt.production index 638f959..47cf122 100644 --- a/build/robots.txt.production +++ b/build/robots.txt.production @@ -2,3 +2,5 @@ User-agent: * Disallow: /vault/ Disallow: /auditorium/ Disallow: /legal-notice/ + +Sitemap: /sitemap.xml diff --git a/homepage/content/pages/index.md b/homepage/content/pages/index.md index 6a3d876..e0c1ad6 100644 --- a/homepage/content/pages/index.md +++ b/homepage/content/pages/index.md @@ -4,24 +4,10 @@ save_as: index.html template: index sitemap_priority: 1.0 -
-

Summary

-
-

-Offen is a web analytics software that gives users access to the data they are generating. Not only operators running sites or applications are given able to use the analytics tools, but also the users themselves are granted access to and ownership of their data. -

-

-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 data. -

-

-Offen is currently in the early stages of development and is applying for funds to sustain its development. An early alpha version is running on this site: you can visit the auditorium to access your data. -

- -
-
+Offen is a web analytics software that gives users access to the data they are generating. Not only operators running sites or applications are given able to use the analytics tools, but also _the users themselves are granted access to and ownership of their data._ +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 data. + +Offen is currently in the early stages of development and is applying for funds to sustain its development. An early alpha version is running on this site: you can _visit the [auditorium](/auditorium/)_ to access your data. diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index d40d160..3484281 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -48,15 +48,15 @@ PLUGINS = ['decorate_content', 'assets'] # maps any CSS selector to a list of classes to be added DECORATE_CONTENT = { -'a': ['link', 'b', 'dim', 'gray'], -'h2': ['f25', 'ma0', 'mb3', 'light-silver'], -'h3': ['f5', 'normal', 'mt4', 'ma0', 'mb3', 'fnt-cclr-mid-black'], -'h4': ['f5', 'normal', 'mt4', 'ma0', 'mb3'], -'h5': ['ma0'], -'h6': ['f5', 'lh-solid', 'normal', 'ma0', 'mb3', 'light-silver'], -'p': ['ma0', 'pb3'], -'blockquote': ['f5', 'i', 'ma0', 'ml4-ns', 'ml3'], -'hr': ['mt5', 'mb3', 'b--black-05'] + 'a': ['link', 'b', 'dim', 'gray'], + 'h2': ['f25', 'ma0', 'mb3', 'light-silver'], + 'h3': ['f5', 'normal', 'mt4', 'ma0', 'mb3', 'fnt-cclr-mid-black'], + 'h4': ['f5', 'normal', 'mt4', 'ma0', 'mb3'], + 'h5': ['ma0'], + 'h6': ['f5', 'lh-solid', 'normal', 'ma0', 'mb3', 'light-silver'], + 'p': ['ma0', 'pb3'], + 'blockquote': ['f5', 'i', 'ma0', 'ml4-ns', 'ml3'], + 'hr': ['mt5', 'mb3', 'b--black-05'] } GITHUB_ORG = 'https://github.com/offen' diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 4a71528..67e4c61 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -5,30 +5,30 @@ COLORS .cclr-mid-yellow { background-color: #F7BF08; } -.fnt-cclr-mid-yellow { +.fnt-cclr-mid-yellow { color: #F7BF08; -} -.brd-cclr-mid-yellow { +} +.brd-cclr-mid-yellow { border-color: #F7BF08; -} +} .cclr-bright-yellow { background-color: #fde28c; -} +} .cclr-mid-mint { background-color: #BBD9D3; -} +} .cclr-mid-black { background-color: #39352A; -} -.fnt-cclr-mid-black { +} +.fnt-cclr-mid-black { color: #39352A; -} -.brd-cclr-mid-black { +} +.brd-cclr-mid-black { border-color: #39352A; -} +} .cclr-dark-white { background-color: #f9f7f2; -} +} /* --------------------------------------------------- @@ -42,23 +42,15 @@ LAYOUT top: 0; right: 0; } -article { - -webkit-column-count: 1; - -moz-column-count: 1; - column-count: 1; +.columns { + column-count: 1; } /* Custom media query */ @media only screen and (min-width: 60rem) { - article { - -webkit-column-count: 2; - -moz-column-count: 2; - column-count: 2; - -webkit-column-gap: 4em; - -moz-column-gap: 4em; - column-gap: 4em; - -webkit-column-rule: 0.18rem solid rgba(0,0,0,.05); - -moz-column-rule: 0.18rem solid rgba(0,0,0,.05); - column-rule: 0.18rem solid rgba(0,0,0,.05); + .columns { + column-count: 2; + column-gap: 4em; + column-rule: 0.18rem solid rgba(0,0,0,.05); } } /* Custom media query - extra small */ @@ -68,12 +60,12 @@ article { } } /* Custom Tachyons class */ -.w55 { +.w55 { width: 18.5rem; } /* Custom media query - extra small */ @media only screen and (max-width: 30em) { - .w55 { + .w55 { width: 100%; } } @@ -91,7 +83,7 @@ body { overflow-wrap: break-word; overscroll-behavior: none; /* overscroll color */ - background-color: #39352A; + background-color: #39352A; } /* Custom Tachyons class */ .f25 { @@ -115,8 +107,8 @@ hr { margin-right: -1rem; } - - + + /* --------------------------------------------------- MENU ----------------------------------------------------*/ diff --git a/homepage/theme/static/extra/robots.txt b/homepage/theme/static/extra/robots.txt deleted file mode 100644 index f4594e5..0000000 --- a/homepage/theme/static/extra/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -User-agent: * -Disallow: - -Sitemap: https://www.offen.dev/sitemap.xml \ No newline at end of file diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 318c885..fadfbd4 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -22,9 +22,9 @@ {% endif %} - - - + {% assets filters="postcss,cssmin", output="css/style.min.css", "css/tachyons.min.css", "css/fix.css", "css/fonts.css" %} + + {% endassets %} {% if OFFEN_ACCOUNT_ID and not no_stats %} diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index c4377dd..395d906 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -71,10 +71,16 @@ - +
- {{ page.content }} +
+

Summary

+
+ {{ page.content }} + Deep dive +
+
{% endblock %}