From 8882e54e8d3c3c2471d1c840542a3461a03107ff Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 3 Mar 2024 15:54:36 +0200 Subject: [PATCH] update our contact --- content/home/index.md | 59 +++++++++++++++++++++++++++---------------- css/index.css | 6 +++++ 2 files changed, 43 insertions(+), 22 deletions(-) diff --git a/content/home/index.md b/content/home/index.md index 0621e52b7..9a7dd6667 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -102,47 +102,62 @@ Driving utilization on top of our decentralized autonomous cloud {% row( style="center between") %} -![Image](ourworld.png#mx-auto) +[![](ourworld.png#mx-auto)](https://freezone.ourworld.tf/) + + ||| -![Image](zictia.png#mx-auto) + + +[![](zictia.png#mx-auto)](#) ||| -![Image](holochain.png#mx-auto) +[![](holochain.png#mx-auto)](#) + + {% end %} {% row( style="center between") %} - -![Image](vverse.png#mx-auto) +[![](vverse.png#mx-auto)](https://www.vverse.co/) ||| -![Image](ict.png#mx-auto) + + +[![](ict.png#mx-auto)](https://www.ictc.go.tz/) ||| -![Image](vevrse.png#mx-auto) + + +[![](vevrse.png#mx-auto)](https://veverse.com/) {% end %} {% row( style="mbottom center between") %} -![Image](sikana.png#mx-auto) + +[![](sikana.png#mx-auto)](https://www.sikana.tv/en) + ||| -![Image](social_network.png#mx-auto) + +[![](social_network.png#mx-auto)](https://www.social.network/en) + + ||| -![Image](6-1.png#mx-auto) + +[![](6-1.png#mx-auto)](#) {% end %} @@ -271,7 +286,7 @@ Cooperatives represent a tried and tested form of collective organization, empha {% row(style="center between") %} -[![](discourse.png)](https://forum.threefold.io/) +[![](discourse.png#social)](https://forum.threefold.io/) #### Forum @@ -279,7 +294,7 @@ Ask Questions ||| -[![](gh.png)](https://github.com/threefoldtech) +[![](gh.png#social)](https://github.com/threefoldtech) #### GitHub @@ -287,7 +302,7 @@ Collaborate ||| -[![](manual.png)](https://manual.grid.tf) +[![](manual.png#social)](https://manual.grid.tf) #### Manual @@ -295,7 +310,7 @@ Dive In ||| -[![](x.png)](https://twitter.com/threefold_io) +[![](x.png#social)](https://twitter.com/threefold_io) #### X (Twitter) @@ -308,7 +323,7 @@ Dive In {% row(style="center between") %} -[![](tg_news.png)](https://t.me/threefoldnews) +[![](tg_news.png#social)](https://t.me/threefoldnews) #### Telegram News @@ -316,7 +331,7 @@ Stay updated ||| -[![](tg_chat.png)](https://t.me/threefold) +[![](tg_chat.png#social)](https://t.me/threefold) #### Telegram Chat @@ -325,7 +340,7 @@ Community conversations ||| -[![](tg_farm.png)](https://t.me/threefoldfarmers) +[![](tg_farm.png#social)](https://t.me/threefoldfarmers) #### Telegram Farmers Chat @@ -334,7 +349,7 @@ Farming Community ||| -[![](tg_chat.png)](https://t.me/threefoldtesting) +[![](tg_chat.png#social)](https://t.me/threefoldtesting) #### Telegram Grid Users Chat @@ -346,7 +361,7 @@ Grid User Community {% row(style="center between") %} -[![](reddit.png)](https://www.reddit.com/r/threefold/) +[![](reddit.png#social)](https://www.reddit.com/r/threefold/) #### Reddit @@ -354,7 +369,7 @@ Join in ||| -[![](youtube.png)](https://www.youtube.com/threefoldfoundation) +[![](youtube.png#social)](https://www.youtube.com/threefoldfoundation) #### YouTube @@ -362,7 +377,7 @@ Watch things unfold ||| -[![](mail.png)](https://www.threefold.io/#subscribe) +[![](mail.png#social)](https://www.threefold.io/#subscribe) #### Mailing List @@ -370,7 +385,7 @@ Updates in your inbox ||| -[![](linkedin.png)](https://linkedin.com/company/threefold-foundation) +[![](linkedin.png#social)](https://linkedin.com/company/threefold-foundation) #### LinkedIn diff --git a/css/index.css b/css/index.css index f9b27d6b3..8878697ab 100644 --- a/css/index.css +++ b/css/index.css @@ -49,6 +49,12 @@ img[src*="#icon"] { margin: auto; } +img[src*="#social"] { + width: 100px; + margin: auto; +} + + img[src*="#large"] { width: 700px; margin: auto;