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

|
||||

|
||||
|
||||
{% 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>
|
||||
|
||||

|
||||

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

|
||||

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

|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
@ -31,7 +31,7 @@ Expand the ThreeFold Grid – an open source peer-to-peer Internet infrastructur
|
||||
|
||||
{% 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.
|
||||
|
||||
@ -86,7 +86,7 @@ All our code is made open source to energize open collaboration and promote univ
|
||||
|
||||
{% row(style="center narrow") %}
|
||||
|
||||

|
||||

|
||||
|
||||
## **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() %}
|
||||
|
||||

|
||||

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

|
||||

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

|
||||

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

|
||||

|
||||
|
||||
<button>[Join Us](/learn-more)</button>
|
||||
|
||||
@ -102,7 +102,7 @@ After setting world records in Internet storage and cloud automation technologie
|
||||
|
||||
{% 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.
|
||||
|
||||
|
@ -25,12 +25,16 @@
|
||||
}
|
||||
|
||||
/* Custom css allowing image styling in markdown */
|
||||
img[src*="#mx-auto"] {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
img[src*="#small"] {
|
||||
width: 68px;
|
||||
}
|
||||
|
||||
img[src*="#medium"] {
|
||||
width: 250px;
|
||||
width: 500px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@ -40,7 +44,7 @@ img[src*="#logo"] {
|
||||
}
|
||||
|
||||
img[src*="#large"] {
|
||||
width: 400px;
|
||||
width: 1000px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user