fix mobile response
This commit is contained in:
parent
0b6b580824
commit
fbca744861
@ -4,7 +4,7 @@ description: ""
|
|||||||
date: 2018-09-14
|
date: 2018-09-14
|
||||||
updated: 2021-02-20
|
updated: 2021-02-20
|
||||||
draft: false
|
draft: false
|
||||||
weight: 2
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,165 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Header"
|
|
||||||
insert_anchor_links: "left"
|
|
||||||
template: "partials/header.html"
|
|
||||||
extra:
|
|
||||||
logoPath: "images/black_threefold.png"
|
|
||||||
button_Path: "/images/gettft_white.png"
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
- [Mission]("/mission")
|
|
||||||
- [Grid]("/grid")
|
|
||||||
- [Build]("/build")
|
|
||||||
- [Farm]("/farm")
|
|
||||||
- [TFT]("/tft")
|
|
||||||
- Ecosystem
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
<button onclick="window.location.href='/people'">
|
|
||||||
|
|
||||||
[Our People](/people)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Team, stories, & more</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
<button onclick="window.location.href='/partners'">
|
|
||||||
|
|
||||||
[Our Partners](/partners)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Explore Our Partners</p>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
<button onclick="window.location.href='/community'">
|
|
||||||
|
|
||||||
[ThreeFold Community](/community)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Welcome To The Fold</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
<button onclick="window.location.href='/developer'">
|
|
||||||
|
|
||||||
[Developer Resources](/developer)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Join The Developer Community</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
- MoreInfo
|
|
||||||
|
|
||||||
{% row(style="wide") %}
|
|
||||||
|
|
||||||
|
|
||||||
#### Tools
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://library.threefold.me/info/threefold#/tokens/threefold__threefold_connect')">
|
|
||||||
|
|
||||||
[ThreeFold Connect](https://library.threefold.me/info/threefold#/tokens/threefold__threefold_connect)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">TFT Wallet, 2FA, & More</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://dashboard.grid.tf/')">
|
|
||||||
|
|
||||||
[Dashboard](https://dashboard.grid.tf/)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Portal & Capacity Explorer</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://play.grid.tf')">
|
|
||||||
|
|
||||||
[Weblet Playground](https://play.grid.tf)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Deploy a VM & More</p>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
#### Resources
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://library.threefold.me/info/threefold#/')">
|
|
||||||
|
|
||||||
[Library](https://library.threefold.me/info/threefold#/)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Explore the Documentation</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://library.threefold.me/info/manual/#/manual__manual3_home_new')">
|
|
||||||
|
|
||||||
[Manual](https://library.threefold.me/info/manual/#/manual__manual3_home_new)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Get Started on the Grid</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://github.com/')">
|
|
||||||
|
|
||||||
[GitHub](https://github.com/)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Code Library & Documentation</p>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
#### Dive Deeper
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://intro.threefold.me')">
|
|
||||||
|
|
||||||
[Intro Docs](https://intro.threefold.me)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Perfect for Newcomers</p>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
#### Support & Help
|
|
||||||
|
|
||||||
<button onclick="openInNewTab('https://forum.threefold.io')">
|
|
||||||
|
|
||||||
[Forum](https://forum.threefold.io)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Questions & Feedback</p>
|
|
||||||
|
|
||||||
<button onclick="window.location.href='/support'">
|
|
||||||
|
|
||||||
[Support](/support)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Speak Live with a Human</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button onclick="window.location.href='/careers'">
|
|
||||||
|
|
||||||
[Careers](/careers)
|
|
||||||
<br>
|
|
||||||
<p class="text-sm">Join the Team</p>
|
|
||||||
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
@ -12,6 +12,10 @@ weight: 1
|
|||||||
|
|
||||||
{% row(margin="header" bgPath="home_header.jpg" bgStyle="full") %}
|
{% row(margin="header" bgPath="home_header.jpg" bgStyle="full") %}
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
# WORK, <br> LIVE & PLAY
|
# WORK, <br> LIVE & PLAY
|
||||||
|
|
||||||
Our world offers Digital Nomads <br /> truly amazing experiences in some <br /> of the world’s best locations.
|
Our world offers Digital Nomads <br /> truly amazing experiences in some <br /> of the world’s best locations.
|
||||||
@ -152,7 +156,7 @@ empowers the local community!
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ description: ""
|
|||||||
date: 2018-09-14
|
date: 2018-09-14
|
||||||
updated: 2021-02-20
|
updated: 2021-02-20
|
||||||
draft: false
|
draft: false
|
||||||
weight: 2
|
weight: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="container mx-auto">
|
<div class="container mx-auto">
|
||||||
|
@ -4,7 +4,7 @@ description: ""
|
|||||||
date: 2018-09-14
|
date: 2018-09-14
|
||||||
updated: 2021-02-20
|
updated: 2021-02-20
|
||||||
draft: false
|
draft: false
|
||||||
weight: 1
|
weight: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -380,6 +380,14 @@ header {
|
|||||||
padding: 80px 0;
|
padding: 80px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img[src*="#medium"] {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img[src*="#sm"] {
|
||||||
|
width: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user