update css
This commit is contained in:
parent
d38c897630
commit
0ca1f98e46
@ -24,7 +24,7 @@ extra:
|
|||||||
|
|
||||||
{% row(style="lean") %}
|
{% row(style="lean") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ By connecting hardware at your home or office, support the growth of a decentral
|
|||||||
|
|
||||||
<button>[Become a farmer](/become-farmer)</button>
|
<button>[Become a farmer](/become-farmer)</button>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ Companies and developers have already started using ThreeFold for it’s autonom
|
|||||||
|
|
||||||
<button>[Deploy](/deploy)</button>
|
<button>[Deploy](/deploy)</button>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Expand the ThreeFold Grid – an open source peer-to-peer Internet infrastructur
|
|||||||
|
|
||||||
{% row(style="lean") %}
|
{% row(style="lean") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ Expand the ThreeFold Grid – an open source peer-to-peer Internet infrastructur
|
|||||||
|
|
||||||
{% row() %}
|
{% row() %}
|
||||||
|
|
||||||
## SCALED BY PEOPLE TO THE EDGE
|
## SCALED BY PEOPLE <br> TO THE EDGE
|
||||||
|
|
||||||
The People’s Internet is formed by Farmers, independent people that connect 3Nodes to the ThreeFold Grid anywhere electricity and network is present. Together, they form a globally distributed Internet infrastructure and earn income in the form of TFT.
|
The People’s Internet is formed by Farmers, independent people that connect 3Nodes to the ThreeFold Grid anywhere electricity and network is present. Together, they form a globally distributed Internet infrastructure and earn income in the form of TFT.
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ All our code is made open source to energize open collaboration and promote univ
|
|||||||
|
|
||||||
{% row(style="center narrow") %}
|
{% row(style="center narrow") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## **INTRODUCING ZERO-OS**
|
## **INTRODUCING ZERO-OS**
|
||||||
|
|
||||||
@ -115,3 +115,5 @@ TFT is the official medium of exchange for Internet capacity on the ThreeFold Gr
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ To build an open-source peer-to-peer Internet infrastructure that removes all fo
|
|||||||
|
|
||||||
{% row() %}
|
{% row() %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ Internet access is a human right and it can change everything for the lives of p
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ Internet access is a human right and it can change everything for the lives of p
|
|||||||
|
|
||||||
{% row() %}
|
{% row() %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ Together, we build the People’s Internet. Our Internet.
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<button>[Join Us](/learn-more)</button>
|
<button>[Join Us](/learn-more)</button>
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ After setting world records in Internet storage and cloud automation technologie
|
|||||||
|
|
||||||
{% row(style="center") %}
|
{% row(style="center") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
And we’re aiming for new heights. The People’s Internet will turn into a DAO in 2022, inviting developers and enterprises from all around the world to collaborate on the decentralization of everything that is digital, and beyond.
|
And we’re aiming for new heights. The People’s Internet will turn into a DAO in 2022, inviting developers and enterprises from all around the world to collaborate on the decentralization of everything that is digital, and beyond.
|
||||||
|
|
||||||
|
@ -25,12 +25,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Custom css allowing image styling in markdown */
|
/* Custom css allowing image styling in markdown */
|
||||||
|
img[src*="#mx-auto"] {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
img[src*="#small"] {
|
img[src*="#small"] {
|
||||||
width: 68px;
|
width: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img[src*="#medium"] {
|
img[src*="#medium"] {
|
||||||
width: 250px;
|
width: 500px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,7 +44,7 @@ img[src*="#logo"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img[src*="#large"] {
|
img[src*="#large"] {
|
||||||
width: 400px;
|
width: 1000px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user