diff --git a/website/content/pages/imprint.md b/website/content/pages/imprint.md new file mode 100644 index 0000000..717a539 --- /dev/null +++ b/website/content/pages/imprint.md @@ -0,0 +1,34 @@ +title: Imprint – offen.software +template: page +slug: imprint +exclude_from_sitemap: true + +### Imprint + +#### External hosting +This website is hosted by an external service provider. Non-personal data on requests to this website are stored on the hoster's servers and automatically deleted after 7 days. + +Responsible for hosting this website is: + +Hetzner Online GmbH +Industriestr. 25 +91710 Gunzenhausen, Germany + +E-mail: info@hetzner.com +Internet address: www.hetzner.com + +#### Data processing / Information in accordance with Section 5 TMG +Data processing on this website is handled by the website operator. If you have any questions about data protection, please feel free to contact us at any time. Responsible for data processing and general contact for this website is: + +Frederik Ring +Cuxhavener Str. 12 +10555 Berlin, Germany + +E-mail: hioffen@posteo.de +Internet address: www.offen.dev + +#### Contact by e-mail +If you contact us by e-mail, your request including all resulting personal data (name, request) will be stored by us for the purpose of processing your request. We will not disclose your data without your consent. It remains stored with us until you request us to delete it or revoke your consent to store it. + +#### License +The content of this website itself is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License, and the underlying source code used to format and display that content is licensed under the GNU Affero General Public License v3.0. diff --git a/website/content/pages/index.md b/website/content/pages/index.md index 43802c3..63ab470 100644 --- a/website/content/pages/index.md +++ b/website/content/pages/index.md @@ -1,7 +1,5 @@ title: offen.software -description: TBD +description: We think up, create and ship software for organisations and individuals who embrace societal change. save_as: index.html -template: page +template: index sitemap_priority: 1.0 - -# offen.software website diff --git a/website/pelicanconf.py b/website/pelicanconf.py index e5057cd..c3b9dd3 100644 --- a/website/pelicanconf.py +++ b/website/pelicanconf.py @@ -58,5 +58,6 @@ MARKDOWN = { } DECORATE_CONTENT = { - 'h1': ['f5', 'normal', 'ma0', 'fnt-bold-small'], + 'h3': ['ma0 f4'], + 'h4': ['ma0 f4 normal mt5'], } diff --git a/website/theme/static/css/fonts.css b/website/theme/static/css/fonts.css new file mode 100644 index 0000000..ca1eb52 --- /dev/null +++ b/website/theme/static/css/fonts.css @@ -0,0 +1,21 @@ +/* Poppins-400 - latin */ +@font-face { + font-family: 'Poppins'; + font-display: block; + font-style: normal; + font-weight: 400; + src: local('Poppins Regular'), local('Poppins-Regular'); + src: url('../fonts/Poppins-Regular.ttf') format('truetype'); /* Safari, Android, iOS */ +} +/* rubik-700 - latin */ +@font-face { + font-family: 'Poppins'; + font-display: block; + font-style: normal; + font-weight: 700; + src: local('Poppins Bold'), local('Poppins-Bold'); + src: url('../fonts/Poppins-Bold.ttf') format('truetype'); /* Safari, Android, iOS */ +} +.poppins { + font-family: Poppins, sans-serif; +} diff --git a/website/theme/static/css/styles.css b/website/theme/static/css/styles.css index 2c290a0..90f2a5c 100644 --- a/website/theme/static/css/styles.css +++ b/website/theme/static/css/styles.css @@ -1 +1,112 @@ -/* no css yet */ +/* --------------------------------------------------- +COLORS +----------------------------------------------------*/ +.colorWine { + color: #4B1202; +} +.colorWineLink a:link {color:#4B1202;} +.colorWineLink a:visited {color:#4B1202;} +.colorWineLink a:hover {color:#4B1202;} +.colorWineLink a:active {color:#4B1202;} +.colorSalmonLink a:link {color:#F5BEA7;} +.colorSalmonLink a:visited {color:#F5BEA7;} +.colorSalmonLink a:hover {color:#F5BEA7;} +.colorSalmonLink a:active {color:#F5BEA7;} +.colorOrange { + color: #E9500A; +} +.colorSalmon { + color: #F5BEA7; +} +.colorWhite { + color: #FAFEFF; +} +.bgColorWine { + background-color: #4B1202; +} +.bgColorOrange { + background-color: #E9500A; +} +.bgColorSalmon { + background-color: #F5BEA7; +} +.bgColorWhite { + background-color: #FAFEFF; +} + +/* --------------------------------------------------- +LAYOUT +----------------------------------------------------*/ +.splashContent { + min-height: 86vh; +} +.splashCta { + position: -webkit-sticky; + position: sticky; + bottom: 0; +} +.paddingSplash { + padding-left: 0; + padding-right: 0; +} +@media only screen and (max-width: 48rem) { + .paddingSplash { + padding-left: 1rem; + padding-right: 1rem; + } +} +.buttonPadding { + padding-top: 1.4rem; +} +.gapExtra { + grid-gap: 1rem; +} + +/* --------------------------------------------------- +SPACING +----------------------------------------------------*/ +.hExtra20 { + height: 20rem; +} +.wExtra24 { + width: 24rem; +} +.wExtra32 { + width: 32rem; +} +@media only screen and (max-width: 60rem) { + .hExtra20 { + height: auto; + } + .wExtra24, + .wExtra32 { + width: 100%; + } +} + +/* --------------------------------------------------- +TYPOGRAPHY +----------------------------------------------------*/ +.trackedWide { + letter-spacing: 0.04em; +} +.trackedExtraWide { + letter-spacing: 0.15em; +} + +/* --------------------------------------------------- +IMAGES +----------------------------------------------------*/ +.imageCropSplash { + height: 448px; + object-fit: none; +} +@media only screen and (max-height: 800px) { + .imageCropSplash { + height: 320px; + object-fit: none; + } +} +.imageCrop { + object-fit: none; +} diff --git a/website/theme/static/fonts/LICENSE b/website/theme/static/fonts/LICENSE new file mode 100644 index 0000000..dd432ae --- /dev/null +++ b/website/theme/static/fonts/LICENSE @@ -0,0 +1,95 @@ +Poppins-Regular: Indian Type Foundry, Jonny Pinhorn (https://github.com/itfoundry/poppins) +Poppins-Bold: Indian Type Foundry, Jonny Pinhorn (https://github.com/itfoundry/poppins) + +This Font Software is licensed under the SIL Open Font License, +Version 1.1. + +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font +creation efforts of academic and linguistic communities, and to +provide a free and open framework in which fonts may be shared and +improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply to +any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software +components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, +deleting, or substituting -- in part or in whole -- any of the +components of the Original Version, by changing formats or by porting +the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, +modify, redistribute, and sell modified and unmodified copies of the +Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in +Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the +corresponding Copyright Holder. This restriction only applies to the +primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created using +the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/website/theme/static/fonts/Poppins-Bold.ttf b/website/theme/static/fonts/Poppins-Bold.ttf new file mode 100644 index 0000000..00559ee Binary files /dev/null and b/website/theme/static/fonts/Poppins-Bold.ttf differ diff --git a/website/theme/static/fonts/Poppins-Regular.ttf b/website/theme/static/fonts/Poppins-Regular.ttf new file mode 100644 index 0000000..9f0c71b Binary files /dev/null and b/website/theme/static/fonts/Poppins-Regular.ttf differ diff --git a/website/theme/static/images/gfx-content-1.svg b/website/theme/static/images/gfx-content-1.svg new file mode 100644 index 0000000..a022611 --- /dev/null +++ b/website/theme/static/images/gfx-content-1.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/website/theme/static/images/gfx-content-2.svg b/website/theme/static/images/gfx-content-2.svg new file mode 100644 index 0000000..d26e710 --- /dev/null +++ b/website/theme/static/images/gfx-content-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/website/theme/static/images/gfx-content-3.svg b/website/theme/static/images/gfx-content-3.svg new file mode 100644 index 0000000..1cca19b --- /dev/null +++ b/website/theme/static/images/gfx-content-3.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/website/theme/static/images/gfx-detail-1.svg b/website/theme/static/images/gfx-detail-1.svg new file mode 100644 index 0000000..4d85bb3 --- /dev/null +++ b/website/theme/static/images/gfx-detail-1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/website/theme/static/images/gfx-detail-2.svg b/website/theme/static/images/gfx-detail-2.svg new file mode 100644 index 0000000..1cf5874 --- /dev/null +++ b/website/theme/static/images/gfx-detail-2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/website/theme/static/images/gfx-detail-3.svg b/website/theme/static/images/gfx-detail-3.svg new file mode 100644 index 0000000..3da583c --- /dev/null +++ b/website/theme/static/images/gfx-detail-3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/website/theme/static/images/gfx-index.svg b/website/theme/static/images/gfx-index.svg new file mode 100644 index 0000000..c81ed58 --- /dev/null +++ b/website/theme/static/images/gfx-index.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/theme/templates/base.html b/website/theme/templates/base.html new file mode 100644 index 0000000..04626b1 --- /dev/null +++ b/website/theme/templates/base.html @@ -0,0 +1,88 @@ + + +{% block head %} + + + {% block title %}{{ title }}{% endblock %} + + + + + + + + + + + + + + + + {% assets filters="postcss", output="css/style.min.css", "css/tachyons.min.css", "css/styles.css", "css/fonts.css" %} + + {% endassets %} + + +{% endblock %} + + + + + {% block content %}{% endblock %} + +
+ +
+ +
+

+ offen.software +

+
+ +
+ + + +
+ + + +
+ +
+
+ pattern +
+
+ +
+ + + + + diff --git a/website/theme/templates/index.html b/website/theme/templates/index.html new file mode 100644 index 0000000..19f79d8 --- /dev/null +++ b/website/theme/templates/index.html @@ -0,0 +1,204 @@ +{% extends "page.html" %} +{% set index = True %} + +{% block content %} + +
+ +
+
+ pattern +
+
+ +
+

+ We think up, create and ship software for organisations and individuals who embrace societal change. +

+
+ +
+ +
+
+ Learn more +
+
+ + + +
+ +
+
+ pattern +
+
+ +
+ +

+ The world is in flux, and it’s a unique opportunity to facilitate change for the better. +

+

+ We want to enable the makers that are driving this change by providing them with independent, fair and tailor made software that meet the highest standards when it comes to transparency, integrity and privacy. +

+ +
+ +
+
+ pattern +
+
+ +
+ +

+ Located in Berlin, we’re a small, reliable and well-rehearsed team of seniors that can take care of your software project from first brainstorming to going live. +

+

+ Working fully open source allows us to be transparent, keep in touch with the community, and contribute back to an ever growing common body of freely available knowledge. +

+

+ Our clients value simple, resilient and accessible tools that are effortless to run and maintain, and that everyone can use, reuse and benefit from. +

+ + +
+ +
+ + + +
+ +
+ +
+ + pattern + +
+
+
+

+ We offer +

+

+ Web Application and website development +

+

+ Independent infrastructure solutions +

+

+ Support and guidance with self hosting +

+
+
+ pattern +
+ + pattern + pattern + +
+
+

+ We created +

+ + + +
+
+ + pattern + +
+
+

+ We worked with +

+

+ NLNet +

+

+ RBB +

+

+ Ecosia +

+

+ Wikimedia +

+
+
+ + pattern + pattern + +
+
+
+

+ We are +

+

+ Frederik Ring, interested in +

+

+ Minimal Kubernetes distributions +

+

+ Open Source Tomato Seeds +

+

+ Psychological aspects of Software Development +

+
+
+ pattern +
+ + pattern + pattern + +
+
+

+ We are +

+

+ Hendrik Niefeld, interested in +

+

+ Make things look good +

+

+ Literal present tense in Korean +

+

+ Generative systems +

+
+
+ + pattern + pattern + +
+ +
+ +
+ +{% endblock %} diff --git a/website/theme/templates/page.html b/website/theme/templates/page.html index ca65bb9..3435e0b 100644 --- a/website/theme/templates/page.html +++ b/website/theme/templates/page.html @@ -1,9 +1,12 @@ -{% extends "_layout.html" %} +{% extends "base.html" %} -{% set href = page.href %} {% set title = page.title %} {% set description = page.description %} +{% set href = page.save_as.replace('index.html', '') %} +{% set template = page.template %} -{% block body %} - {{ page.content }} +{% block content %} +
+ {{ page.content }} +
{% endblock %}