update css

This commit is contained in:
Ehab Hassan 2022-03-30 15:41:04 +02:00
parent d38c897630
commit 0ca1f98e46
4 changed files with 19 additions and 13 deletions

View File

@ -24,7 +24,7 @@ extra:
{% row(style="lean") %}
![Image](/images/threefold_img.jpg)
![Image](/images/threefold_img.jpg#mx-auto)
{% 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>
![Image](/images/become_farmer_new.jpg)
![Image](/images/become_farmer_new.jpg#mx-auto)
|||
@ -46,7 +46,7 @@ Companies and developers have already started using ThreeFold for its autonom
<button>[Deploy](/deploy)</button>
![Image](/images/network_new.jpg)
![Image](/images/network_new.jpg#mx-auto)

View File

@ -22,7 +22,7 @@ Expand the ThreeFold Grid an open source peer-to-peer Internet infrastructur
{% row(style="lean") %}
![Image](/images/gride_header.png)
![Image](/images/gride_header.png#mx-auto#mx-auto)
{% 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 Peoples 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") %}
![Image](/images/zero_os.png)
![Image](/images/zero_os.png#medium)
## **INTRODUCING ZERO-OS**
@ -115,3 +115,5 @@ TFT is the official medium of exchange for Internet capacity on the ThreeFold Gr

View File

@ -29,7 +29,7 @@ To build an open-source peer-to-peer Internet infrastructure that removes all fo
{% row() %}
![Image](/images/globe_mission.png#large)
![Image](/images/globe_mission.png#medium)
|||
@ -51,7 +51,7 @@ Internet access is a human right and it can change everything for the lives of p
|||
![Image](/images/people_mission.png#large)
![Image](/images/people_mission.png#medium)
{% end %}
@ -61,7 +61,7 @@ Internet access is a human right and it can change everything for the lives of p
{% row() %}
![Image](/images/node_mission.png#large)
![Image](/images/node_mission.png#medium)
|||
@ -84,7 +84,7 @@ Together, we build the Peoples Internet. Our Internet.
<br>
<br>
![Image](/images/100_mission.png)
![Image](/images/100_mission.png#meduim)
<button>[Join Us](/learn-more)</button>
@ -102,7 +102,7 @@ After setting world records in Internet storage and cloud automation technologie
{% row(style="center") %}
![Image](/images/mission_roadmap.png)
![Image](/images/mission_roadmap.png#large)
And were aiming for new heights. The Peoples 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.

View File

@ -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;
}