Add dropdown and fix external pages
This commit is contained in:
@@ -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")
|
Reference in New Issue
Block a user