mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
commit
216fdf1917
@ -14,7 +14,7 @@ Offen is created by [Frederik Ring][frederik-ring]{: target="_blank"} and [Hendr
|
||||
|
||||
[![NLnet Foundation](/theme/images/nlnet-logo.svg){:width="160px" height="60px" class="mt4"}](https://nlnet.nl/){: target="_blank"}
|
||||
|
||||
We are happy to work with [NLnet Foundation][nlnet-foundation]{: target="_blank"} who complement our activities within their [Next Generation Internet][next-generation-internet]{: target="_blank"} initiative.
|
||||
We are happy to work with [NLnet Foundation,][nlnet-foundation]{: target="_blank"} which actively supports our efforts as part of its [Next Generation Internet][next-generation-internet]{: target="_blank"} initiative.
|
||||
|
||||
[nlnet-foundation]: https://nlnet.nl/
|
||||
[next-generation-internet]: https://nlnet.nl/NGI/
|
||||
|
@ -85,11 +85,13 @@ DECORATE_CONTENT = {
|
||||
|
||||
DOCS_URL = 'https://docs.offen.dev'
|
||||
GITHUB_REPO = 'https://github.com/offen/offen'
|
||||
ROADMAP = 'https://github.com/offen/offen/projects/1'
|
||||
CONTACT_EMAIL = 'hioffen@posteo.de'
|
||||
PGP_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||
PATREON_URL = 'https://www.patreon.com/offen'
|
||||
LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen'
|
||||
TWITTER_URL = 'https://twitter.com/hioffen'
|
||||
MASTODON_URL = 'https://fosstodon.org/@offen'
|
||||
RELEASE_DIRECT_URL = 'https://get.offen.dev'
|
||||
DOCKER_DIRECT_URL = 'https://hub.docker.com/r/offen/offen'
|
||||
HEROKU_DIRECT_URL = 'https://heroku.com/deploy?template=https://github.com/offen/heroku/tree/master'
|
||||
|
@ -84,6 +84,9 @@ LAYOUT
|
||||
}
|
||||
|
||||
/* HWidths and heights */
|
||||
.wx64 {
|
||||
width: 100%;
|
||||
}
|
||||
.wx18 {
|
||||
width: 18rem;
|
||||
}
|
||||
@ -156,7 +159,11 @@ LAYOUT
|
||||
height: 33rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 64em) {
|
||||
.wx64 {
|
||||
width: 64rem;
|
||||
}
|
||||
}
|
||||
/* Margins an paddings */
|
||||
.ptx-feature-2 {
|
||||
padding-top: 9rem;
|
||||
|
13
homepage/theme/static/images/nlnet-logo-gray.svg
Normal file
13
homepage/theme/static/images/nlnet-logo-gray.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
@ -48,11 +48,14 @@
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/">Summary</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/deep-dive/">Deep dive</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/blog/">Blog</a>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="{{ ROADMAP }}" rel="noopener" target="_blank">Roadmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/about/">About</a>
|
||||
@ -177,6 +180,9 @@
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ TWITTER_URL }}" rel="noopener" target="_blank">Twitter</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ MASTODON_URL }}" rel="noopener" target="_blank">Mastodon</a>
|
||||
</p>
|
||||
<p class="ma0 mt2">
|
||||
<a class="link b dim gray" href="/legal-notice/">Legal Notice</a>
|
||||
</p>
|
||||
|
@ -100,6 +100,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SUPPORT -->
|
||||
<div class="w-100 dib bg-white">
|
||||
<div class="wx64 center cclr-bg-yellow-bright-very pv5">
|
||||
<div class="tc mh4">
|
||||
<div class="mw7 center">
|
||||
<div class="flex flex-column flex-row-l mh0 mh3-m mh5-l">
|
||||
<div class="tl-l w-100 w-30-l mb3 mb0-l">
|
||||
<div class="mt2">
|
||||
<a class="link dim" href="https://nlnet.nl/" target="_blank" rel="noopener"><img src="/theme/images/nlnet-logo-gray.svg" alt="NLnet logo gray" width="132" height="49"></a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="f5 tl-l w-100 w-70-l ma0">
|
||||
We are happy to work with <a class="b link dim cclr-fnt-black-mid" href="https://nlnet.nl/" target="_blank" rel="noopener">NLnet Foundation,</a> which actively supports our efforts as part of its <a class="b link dim cclr-fnt-black-mid" href="https://nlnet.nl/NGI/" target="_blank" rel="noopener">Next Generation Internet</a> initiative.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- INSIGHTS -->
|
||||
<div class="w-100 dib bg-white">
|
||||
<div class="tc mh4">
|
||||
|
Loading…
Reference in New Issue
Block a user