diff --git a/content/_index.md b/content/_index.md
index 1d5f5fe..35e664b 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -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
-
+
|||
@@ -46,7 +46,7 @@ Companies and developers have already started using ThreeFold for it’s autonom
-
+
diff --git a/content/grid/_index.md b/content/grid/_index.md
index 1924820..f17d9e9 100644
--- a/content/grid/_index.md
+++ b/content/grid/_index.md
@@ -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 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
+
+
diff --git a/content/mission/_index.md b/content/mission/_index.md
index a5af130..77b60ee 100644
--- a/content/mission/_index.md
+++ b/content/mission/_index.md
@@ -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.
-
+
@@ -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.
diff --git a/css/index.css b/css/index.css
index e9efe4d..d95fe03 100644
--- a/css/index.css
+++ b/css/index.css
@@ -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;
}