diff --git a/content/tft/_index.md b/content/tft/_index.md index 1bd2905..02541a6 100644 --- a/content/tft/_index.md +++ b/content/tft/_index.md @@ -215,6 +215,45 @@ Burning permanently removes TFT from the circulating supply when the ThreeFold G ![Image](/images/tft_burn.jpg) +{% end %} + +
+
+ + + + +{% row(style="center") %} + +## **JOIN THE PEOPLE'S INTERNET** + +Get TFT today and participate in the realization of a truly decentralized world. + + + +{% end %} + +{% row(style="lean") %} + +![Image](/images/tft_join_internet.png#mx-auto) + + + {% end %} diff --git a/css/index.css b/css/index.css index bd410ab..a12b413 100644 --- a/css/index.css +++ b/css/index.css @@ -135,4 +135,42 @@ header { padding: 0 !important; border: none !important; box-shadow: none !important; +} + +.quicklinks { + box-sizing: border-box; + -webkit-align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: auto; + display: inline-block; + margin: 0 auto; + border-radius: 10px; + margin-top: 30px; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-bottom: 20px; +} +.quicklinks img { + height: auto; + max-width: 200px; + display: inline-block; + padding: 10px; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + position: relative; + margin-right: 30px; + -webkit-transition: all 0.2s ease; + transition: all 0.2s ease; + opacity: 0.5; +} + +.quicklinks img:hover { + opacity: 1; + -webkit-transition: all 0.2s ease; + transition: all 0.2s ease; + -webkit-filter: grayscale(0%); + filter: grayscale(0%); } \ No newline at end of file diff --git a/static/images/get_tft_button.png b/static/images/get_tft_button.png new file mode 100644 index 0000000..3c89d85 Binary files /dev/null and b/static/images/get_tft_button.png differ diff --git a/static/images/iinch_button.png b/static/images/iinch_button.png new file mode 100644 index 0000000..2b2038b Binary files /dev/null and b/static/images/iinch_button.png differ diff --git a/static/images/pancack_button.png b/static/images/pancack_button.png new file mode 100644 index 0000000..5761a19 Binary files /dev/null and b/static/images/pancack_button.png differ diff --git a/static/images/tft_join_internet.png b/static/images/tft_join_internet.png new file mode 100644 index 0000000..76656e6 Binary files /dev/null and b/static/images/tft_join_internet.png differ