Header and footer fix

This commit is contained in:
2023-08-18 12:57:37 +03:00
parent 2467a0ac8b
commit 9716ffb23e
3 changed files with 44 additions and 8 deletions

View File

@@ -10,6 +10,40 @@ extra:
- [About]("/about")
- [Ventures]("/ventures")
- [Blog]("/blog")
- [News]("/newsroom")
- [People]("/people")
- More Info
{% row() %}
<button onclick="openInNewTab('https://ourworldventures.github.io/info_ourworld/intro/intro.html')">
[Knowledgebase](https://ourworldventures.github.io/info_ourworld/intro/intro.html)
<br>
<p class="text-sm">Dive deep into OurWorld</p>
<button onclick="window.location.href='/blog'">
[Blog](/blog)
<br>
<p class="text-sm">Read our stories</p>
</button>
|||
<button onclick="window.location.href='/newsroom'">
[Our Partners](/newsroom)
<br>
<p class="text-sm">Check the latest updates</p>
|||
<button onclick="window.location.href='/people'">
[ThreeFold Community](/people)
<br>
<p class="text-sm">Meet the team</p>
</button>
{% end %}