diff --git a/img/f1.png b/img/f1.png new file mode 100644 index 0000000..2c9fbb7 Binary files /dev/null and b/img/f1.png differ diff --git a/img/f2.png b/img/f2.png new file mode 100644 index 0000000..c7d5328 Binary files /dev/null and b/img/f2.png differ diff --git a/img/f3.png b/img/f3.png new file mode 100644 index 0000000..4f9458c Binary files /dev/null and b/img/f3.png differ diff --git a/img/f4.png b/img/f4.png new file mode 100644 index 0000000..918ddd8 Binary files /dev/null and b/img/f4.png differ diff --git a/img/img2.png b/img/img2.png index ca01808..c7313ef 100644 Binary files a/img/img2.png and b/img/img2.png differ diff --git a/index.html b/index.html index 6de5c80..33a6672 100644 --- a/index.html +++ b/index.html @@ -120,6 +120,25 @@

Embrace True Digital Freedom +
+
+ + A social network for sharing updates. +
+
+ + Global payments as easy as texting,
linking @username with wallet addresses. +
+
+ + Purchase content shares,
rewarding both buyers and creators. +
+
+ + Peer-to-peer chat based on cloud terminals. +
+
+
diff --git a/roadmap/index.html b/roadmap/index.html index 3e023f3..3f66ecb 100644 --- a/roadmap/index.html +++ b/roadmap/index.html @@ -58,7 +58,7 @@

The Future We Are Building

diff --git a/style.css b/style.css index 70b7a0e..4f30bcd 100644 --- a/style.css +++ b/style.css @@ -590,6 +590,49 @@ button:hover .button-text { width: 46%; } +.future { + height: 100vh; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + align-content: center; +} + +.future-card { + width: 50%; + margin: auto; + display: flex; + flex-direction: column; + flex-wrap: nowrap; + justify-content: center; + align-items: center; + font-size: 1.5rem; + font-weight: 500; + text-align: center; + margin-bottom: 3rem; +} + +.future .future-img1 { + margin-bottom: 1rem; + width: 15rem; +} + +.future .future-img2 { + margin-bottom: 3rem; + width: 21rem; +} + +.future .future-img3 { + margin-bottom: 1rem; + width: 15rem; +} + +.future .future-img4 { + margin-bottom: 3rem; + width: 25rem; +} + footer { display: flex; flex-direction: row; @@ -821,4 +864,35 @@ footer { margin-top: 10px; } + .future { + height: 117vh; + display: flex; + flex-wrap: nowrap; + flex-direction: column; + } + + .future-card { + width: 100%; + font-size: 1.2rem; + } + + .future .future-img1 { + margin-bottom: 0; + width: 13rem; + } + + .future .future-img2 { + margin-bottom: 1rem; + width: 15rem; + } + + .future .future-img3 { + margin-bottom: 1rem; + width: 13rem; + } + + .future .future-img4 { + margin-bottom: 1rem; + width: 18rem; + } }