open footer links at new page
This commit is contained in:
parent
2642ce2bcf
commit
29af5f9bb9
@ -14,7 +14,7 @@ extra:
|
||||
|
||||
<br>
|
||||
|
||||
###### [ThreeFold](https://incubaid.com)
|
||||
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
||||
|
||||
###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
|
||||
|
||||
@ -28,15 +28,16 @@ extra:
|
||||
|
||||
<br>
|
||||
|
||||
###### [OurWorld](https://ourworld.tf)
|
||||
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
|
||||
|
||||
###### [Freezone](https://freezone.ourworld.tf)
|
||||
###### [Freezone](/)
|
||||
|
||||
###### [OurPhone](https://ourphone.ourworld.tf/)
|
||||
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
||||
|
||||
###### [OurParadise](https://ourparadise.ourworld.tf/)
|
||||
<a onclick="window.open('https://ourparadise.ourworld.tf/', '_blank')"><h6>OurParadise</h6></a>
|
||||
|
||||
<a onclick="window.open('https://ournomads.ourworld.tf/', '_blank')"><h6>OurNomads</h6></a>
|
||||
|
||||
###### [OurNomads](https://ournomads.ourworld.tf/)
|
||||
|
||||
|||
|
||||
|
||||
@ -44,15 +45,25 @@ extra:
|
||||
|
||||
<br>
|
||||
|
||||
###### [Knowledgebase](https://ourworldfreezone.github.io/info_freezone/)
|
||||
<a onclick="window.open('https://ourworldfreezone.github.io/info_freezone/', '_blank')"><h6>Knowledgebase</h6></a>
|
||||
|
||||
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
|
||||
###### [Blog](/blog)
|
||||
|
||||
###### [Telegram](https://t.me/threefoldnews)
|
||||
|
||||
###### [Support](https://threefoldfaq.crisp.help/en/)
|
||||
|
||||
###### [Github](https://github.com/ourworldfreezone)
|
||||
<a onclick="window.open('https://t.me/threefoldnews', '_blank')"><h6>Telegram</h6></a>
|
||||
|
||||
|
||||
{% end %}
|
||||
<a onclick="window.open('https://threefoldfaq.crisp.help/en/', '_blank')"><h6>Support</h6></a>
|
||||
|
||||
|
||||
<a onclick="window.open('https://github.com/ourworldfreezone', '_blank')"><h6>Github</h6></a>
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<style>
|
||||
a {
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
@ -76,7 +76,7 @@ function hideMenu(menuName) {
|
||||
function showHamburger() {
|
||||
document.getElementById("header-container").className = "overflow-hidden";
|
||||
document.getElementById("hamburger").className =
|
||||
"fixed mt-24 z-20 top-0 inset-x-0 transition transform origin-top-right";
|
||||
"fixed mt-2 z-20 top-0 inset-x-0 transition transform origin-top-right";
|
||||
document.getElementById("hamburger-btn").className =
|
||||
"hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2";
|
||||
document.getElementById("close-hamburger-btn").className =
|
||||
|
Loading…
Reference in New Issue
Block a user