Skip to content

Commit

Permalink
Merge pull request #214 from samueldr/doc/nlnet-acknowledgement
Browse files Browse the repository at this point in the history
doc: Add NLnet and NGI0 acknowledgement
  • Loading branch information
samueldr committed Nov 15, 2022
2 parents 2f8fff7 + ce63ddf commit 8a2d015
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/_support/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@
}
}

.homepage-acknowledgements {
background-color: #theme.color[gray-lighter];
padding: @gutter;
margin-top: 2*@gutter;

h2 {
margin-top: 0;
margin-bottom: @gutter;
}
a > img {
width: 100%;
max-width: 240px;
display: block;
margin: auto;
}
}

.device-sidebar {
background-color: #fff;
#screen-sm-min({
Expand Down
1 change: 1 addition & 0 deletions doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runCommandNoCC "Tow-Boot-documentation" {
ruby ${./_support/converter}/main.rb src/ $out/
cp -r ${styles} $out/styles
cp $src/favicon.png $out/
cp -r $src/images $out/images
echo tow-boot.org > $out/CNAME
)
''
Expand Down
66 changes: 66 additions & 0 deletions doc/images/NGI0_tag_black_mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ Boot order is unsurprising: on shared storage, the storage from which the
currently running *Tow-Boot* is running is prioritized by default.

Bootable targets are listed in the menu driven interface.

<div class="homepage-acknowledgements">

Acknowledgements
----------------

This project was funded in part through the NGI PET Fund.
[Read more about it on NLnet's website](https://nlnet.nl/PET/).

<a href="https://nlnet.nl/NGI0/">
<img src="images/NGI0_tag_black_mono.svg" alt="NGI0" />
</a>
</div>

0 comments on commit 8a2d015

Please sign in to comment.