Add dropdown and fix external pages

This commit is contained in:
samaradel
2023-08-20 12:53:03 +03:00
parent 3105020b96
commit 3391f67f04
6 changed files with 83 additions and 39 deletions

View File

@@ -10,7 +10,37 @@ extra:
- [About]("/about")
- [Ventures]("/ventures")
- [Blog]("/blog")
- [News]("/newsroom")
- [Team]("/people")
- [Knowledge]("https://ourworldventures.github.io/info_ourworld/intro/intro.html")
- Ecosystem
{% row(padding="none") %}
<button onclick="window.location.href='/blog'">
[Blog](/blog)
<br>
<p class="text-sm">Explore The Blogs</p>
</button>
|||
<button onclick="window.location.href='/newsroom'">
[Newsroom](/newsroom)
<br>
<p class="text-sm">Check The Latest Updates</p>
|||
<button onclick="window.location.href='/people'">
[Team](/people)
<br>
<p class="text-sm">Team, Stories & More</p>
</button>
{% end %}
- [Knowledge]("https://ourworldventures.github.io/info_ourworld/intro/intro.html")
- [Contact]("mailto:info@ourworld.tf")