mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
add support note on hp
This commit is contained in:
parent
0b079631ee
commit
4aa0342d12
@ -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"}
|
[![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/
|
[nlnet-foundation]: https://nlnet.nl/
|
||||||
[next-generation-internet]: https://nlnet.nl/NGI/
|
[next-generation-internet]: https://nlnet.nl/NGI/
|
||||||
|
@ -84,6 +84,9 @@ LAYOUT
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* HWidths and heights */
|
/* HWidths and heights */
|
||||||
|
.wx64 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.wx18 {
|
.wx18 {
|
||||||
width: 18rem;
|
width: 18rem;
|
||||||
}
|
}
|
||||||
@ -156,7 +159,11 @@ LAYOUT
|
|||||||
height: 33rem;
|
height: 33rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-width: 64em) {
|
||||||
|
.wx64 {
|
||||||
|
width: 64rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
/* Margins an paddings */
|
/* Margins an paddings */
|
||||||
.ptx-feature-2 {
|
.ptx-feature-2 {
|
||||||
padding-top: 9rem;
|
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 |
@ -100,6 +100,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</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 -->
|
<!-- INSIGHTS -->
|
||||||
<div class="w-100 dib bg-white">
|
<div class="w-100 dib bg-white">
|
||||||
<div class="tc mh4">
|
<div class="tc mh4">
|
||||||
|
Loading…
Reference in New Issue
Block a user