diff --git a/.github/workflows/update_dev2.yml b/.github/workflows/update_dev2.yml new file mode 100644 index 000000000..fa19830bc --- /dev/null +++ b/.github/workflows/update_dev2.yml @@ -0,0 +1,46 @@ +name: www3.threefold_io +on: + push: + branches: [ development_sasha ] + +jobs: + deploy: + name: Deploy + runs-on: ubuntu-latest + steps: + - name: pushing latest change on www3.threefold.io + uses: appleboy/ssh-action@master + with: + host: www3.threefold.io + username: webuser + key: ${{ secrets.TF_SECRET }} + port: 34022 + script: | + cd websites/tmp/www_threefold_io/ + git log -1 + git restore . + git pull + sed -i "s/https:\/\/dev.threefold.io/https:\/\/dev2.threefold.io/g" config.toml + bash build.sh + + wait: + needs: deploy + name: Wait for Website Update + runs-on: ubuntu-latest + steps: + - name: Wait Period + id: wait-deploy + run: | + echo "Sleeping for 30" + sleep 30 + + checklinks: + needs: wait + name: Check for Broken Links + runs-on: ubuntu-latest + steps: + - name: Check for Broken Links + id: link-report + uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest + with: + args: 'https://www3.threefold.io -w 404' diff --git a/_archive/team.html b/_archive/team.html new file mode 100644 index 000000000..b2bc4d05f --- /dev/null +++ b/_archive/team.html @@ -0,0 +1,69 @@ +
+
+
+
+

The Team Behind ThreeFold

+

Founded by Internet Pioneers 1.0

+

We are a dedicated group committed to advancing a new digital era. Some of us have been working on Internet technology since the early days, when it was a decentralized network. We aim to help bring that vision to life once more. Beyond those below, we have more than 50 engineers, developers, and other team members supporting the project.

+
+ +
+ + +
+
+ kristof_de_spiegeleer +
+

+ Kristof de Spiegeleer +

+

Co-founder & CEO

+

+ Serial entrepreneur with 30 years of experience in Internet infrastructure and cloud technology. Passionate about tech for good. +600m $ exits.

+
+ + +
+
+ adnan_fatayerji +
+

+ Adnan Fatayerji +

+

Co-founder

+

+ Tech entrepreneur with multiple exits. Based in Dubai for 20 years. Head of Partnerships and Business Development..

+
+ + +
+
+ jan_de_landtsheer +
+

+ Jan De Landtsheer +

+

Co-founder & CTO

+

+ Engineer with 40+ years of experience in deep tech, networking, cloud and storage.

+
+ + +
+
+ florian_fournier +
+

+ Florian Fournier +

+

Co-founder & CMO

+

+ Ex Apple marketing director, serial entrepreneur living between Africa and Latin America.

+
+
+
+ +
+ diff --git a/build.sh b/build.sh index d4e42ff48..8f7469227 100755 --- a/build.sh +++ b/build.sh @@ -1,32 +1,34 @@ echo "Starting build..." +SOURCE=${BASH_SOURCE[0]} +DIR_OF_THIS_SCRIPT="$( dirname "$SOURCE" )" +ABS_DIR_OF_SCRIPT="$( realpath $DIR_OF_THIS_SCRIPT )" + # TODO: Check if current version is latest to avoid redundant installation if [[ -f "tailwindcss" ]] then - echo "Tailwind installed" -else - # rm tailwindcss - # checks os and architecture for correct release - # https://stackoverflow.com/a/8597411 - echo "Installing & building tailwind..." - ASSET="tailwindcss" - - if [[ "$OSTYPE" == "linux-gnu"* ]]; then - ASSET="$ASSET-linux" - elif [[ "$OSTYPE" == "darwin"* ]]; then - ASSET="$ASSET-macos" - fi - if [[ "$(uname -m)" == "x86_64"* ]]; then - ASSET="$ASSET-x64" - elif [[ "$(uname -m)" == "arm64"* ]]; then - ASSET="$ASSET-arm64" - fi - - curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" - chmod +x $ASSET - mv $ASSET tailwindcss + rm tailwindcss fi +# checks os and architecture for correct release +# https://stackoverflow.com/a/8597411 +echo "Installing & building tailwind..." +ASSET="tailwindcss" + +if [[ "$OSTYPE" == "linux-gnu"* ]]; then + ASSET="$ASSET-linux" +elif [[ "$OSTYPE" == "darwin"* ]]; then + ASSET="$ASSET-macos" +fi +if [[ "$(uname -m)" == "x86_64"* ]]; then + ASSET="$ASSET-x64" +elif [[ "$(uname -m)" == "arm64"* ]]; then + ASSET="$ASSET-arm64" +fi + +curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" +chmod +x $ASSET +mv $ASSET tailwindcss # initialized and configures tailwind if not configured @@ -41,6 +43,4 @@ fi echo "Compiling tailwindcss and building zola project..." rm -rf public static/css ./tailwindcss -i css/index.css -o ./static/css/index.css --minify -zola build - - +zola --root $ABS_DIR_OF_SCRIPT build \ No newline at end of file diff --git a/config.toml b/config.toml index 175403f39..05ac2c06f 100644 --- a/config.toml +++ b/config.toml @@ -86,13 +86,13 @@ paginate_path = "tags" [[taxonomies]] name = "people" -feed = true +feed = false paginate_by = 9 paginate_path = "people" [[taxonomies]] name = "memberships" -feed = true +feed = false paginate_by = 8 paginate_path = "people/memberships" diff --git a/content/_index.md b/content/_index.md index 83a68cd5c..1eecf173e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,11 +1,11 @@ --- -title: "Home" +title: "ThreeFold" description: "ThreeFold empowers anyone to become a cloud service provider – no technical expertise required – allowing people and organizations to buy sell, and use cloud resources autonomously and securely." # quotation marks to allow colons where used date: 2018-09-14T21:00:00-05:00 updated: 2021-02-20T14:40:00-06:00 draft: false extra: - author: Your name here + author: ThreeFold imgPath: home/autonomous.png --- @@ -17,7 +17,7 @@ extra:

-![Image](images/black_threefold_header.png#mx-auto#medium) +![Image](images/white_threefold_header.png#mx-auto#medium)
diff --git a/content/about/about_journey2.png b/content/about/about_journey2.png deleted file mode 100644 index 03199c20a..000000000 Binary files a/content/about/about_journey2.png and /dev/null differ diff --git a/content/about/adnan_fatayerji.jpg b/content/about/adnan_fatayerji.jpg deleted file mode 100644 index bb247b819..000000000 Binary files a/content/about/adnan_fatayerji.jpg and /dev/null differ diff --git a/content/about/alexandre_hannelas.jpeg b/content/about/alexandre_hannelas.jpeg deleted file mode 100644 index ca4a30654..000000000 Binary files a/content/about/alexandre_hannelas.jpeg and /dev/null differ diff --git a/content/about/florian_fournier.jpeg b/content/about/florian_fournier.jpeg deleted file mode 100644 index a5cccdd3f..000000000 Binary files a/content/about/florian_fournier.jpeg and /dev/null differ diff --git a/content/about/jan_de_landtsheer.jpeg b/content/about/jan_de_landtsheer.jpeg deleted file mode 100644 index 11cfa66a8..000000000 Binary files a/content/about/jan_de_landtsheer.jpeg and /dev/null differ diff --git a/content/about/kristof_de_spiegeleer.jpeg b/content/about/kristof_de_spiegeleer.jpeg deleted file mode 100644 index 5e6c598f6..000000000 Binary files a/content/about/kristof_de_spiegeleer.jpeg and /dev/null differ diff --git a/content/about/plus2.png b/content/about/plus2.png deleted file mode 100644 index 52c957d91..000000000 Binary files a/content/about/plus2.png and /dev/null differ diff --git a/content/about/sacha_obeegadoo.jpg b/content/about/sacha_obeegadoo.jpg deleted file mode 100644 index fe84c6b42..000000000 Binary files a/content/about/sacha_obeegadoo.jpg and /dev/null differ diff --git a/content/action/index.md b/content/action/index.md new file mode 100644 index 000000000..54ecb803f --- /dev/null +++ b/content/action/index.md @@ -0,0 +1,58 @@ +--- +title: "Take actions" +description: "Take actions and become a part of a pioneering Web4 movement with ThreeFold on 12.12.2024" # quotation marks to allow colons where used +template: "layouts/action.html" +insert_anchor_links: "left" +extra: + author: ThreeFold + imgPath: tf.png +--- + + + + + + + + + + + \ No newline at end of file diff --git a/content/action/tf.png b/content/action/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/action/tf.png differ diff --git a/content/blog/_index.md b/content/blog/_index.md index 7a3977df2..1fa4f4927 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,5 +1,5 @@ --- -title: "Blog" +title: "ThreeFold Blog" paginate_by: 9 description: "Dive in to read more of our stories, our past, our present, and our future. We envision a global, community-driven network of interconnected servers and nodes—the grid—that democratizes computing power and storage." # paginate_reversed: false @@ -14,5 +14,5 @@ page_template: "blogPage.html" #transparent: true generate_feed: true extra: - imgPath: blog.png + imgPath: tf.png --- diff --git a/content/blog/africa_regen_summit_ii/africa_future_summit1.png b/content/blog/africa_regen_summit_ii/africa_future_summit1.png new file mode 100644 index 000000000..60096f95e Binary files /dev/null and b/content/blog/africa_regen_summit_ii/africa_future_summit1.png differ diff --git a/content/blog/africa_regen_summit_ii/index.md b/content/blog/africa_regen_summit_ii/index.md index 0f659d6b3..cb5eae1a1 100644 --- a/content/blog/africa_regen_summit_ii/index.md +++ b/content/blog/africa_regen_summit_ii/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, event, collaboration, why] categories: [community, event, collaboration, why] extra: - imgPath: africa_regen_summit_ii.png + imgPath: africa_future_summit1.png --- In 2023, we had the pleasure of hosting two summits in Zanzibar – one in July and another in [November](https://www.threefold.io/newsroom/africa-regen-ii/), named the Africa Regenerative Future Summit. These events brought together leading innovators and investors committed to advancing human flourishing, with a specific emphasis on science and technology shaping the trajectory of Africa's future. diff --git a/content/blog/an_intro_to_the_threefold_grid/building_a_new_internet_1_1.png b/content/blog/an_intro_to_the_threefold_grid/building_a_new_internet_1_1.png new file mode 100644 index 000000000..748caa863 Binary files /dev/null and b/content/blog/an_intro_to_the_threefold_grid/building_a_new_internet_1_1.png differ diff --git a/content/blog/an_intro_to_the_threefold_grid/index.md b/content/blog/an_intro_to_the_threefold_grid/index.md index 6ac4e0f50..2ac4023ae 100644 --- a/content/blog/an_intro_to_the_threefold_grid/index.md +++ b/content/blog/an_intro_to_the_threefold_grid/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid, cloud, tech] categories: [grid, cloud, tech] extra: - imgPath: an_intro_to_the_threefold_grid.png + imgPath: building_a_new_internet_1_1.png --- ## An Intro to the ThreeFold Grid diff --git a/content/blog/beyond_quick_fixes/beyond_quick_fixes1.png b/content/blog/beyond_quick_fixes/beyond_quick_fixes1.png new file mode 100644 index 000000000..143841155 Binary files /dev/null and b/content/blog/beyond_quick_fixes/beyond_quick_fixes1.png differ diff --git a/content/blog/beyond_quick_fixes/index.md b/content/blog/beyond_quick_fixes/index.md index 117347601..6921da1ff 100644 --- a/content/blog/beyond_quick_fixes/index.md +++ b/content/blog/beyond_quick_fixes/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [tech,grid,community] categories: [tech,grid,community] extra: - imgPath: beyond_quick_fixes.png + imgPath: beyond_quick_fixes1.png --- The Internet is a crucial part of our daily lives, yet it faces many challenges. To name a few, about half of the global population doesn’t have fair or reliable access, data privacy, and cybersecurity threats are greater than ever before, and the current model is unsustainable for our planet. Despite advancements in technology, the Internet has been stuck in a cycle of quick fixes and patchwork solutions, unable to address these fundamental issues truly. diff --git a/content/blog/building_a_new_internet_from_the_ground_up/building_a_new_internet_2_1.png b/content/blog/building_a_new_internet_from_the_ground_up/building_a_new_internet_2_1.png new file mode 100644 index 000000000..b80db42c4 Binary files /dev/null and b/content/blog/building_a_new_internet_from_the_ground_up/building_a_new_internet_2_1.png differ diff --git a/content/blog/building_a_new_internet_from_the_ground_up/index.md b/content/blog/building_a_new_internet_from_the_ground_up/index.md index 55858728d..b7a19552a 100644 --- a/content/blog/building_a_new_internet_from_the_ground_up/index.md +++ b/content/blog/building_a_new_internet_from_the_ground_up/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid, cloud, tech] categories: [grid, cloud, tech] extra: - imgPath: building_a_new_internet_2.png + imgPath: building_a_new_internet_2_1.png --- Welcome back for the second part of this introductory series on ThreeFold Grid technology. [Last time](https://threefold.io/blog/an_intro_to_the_threefold_grid/) we took a high level view of all that the Grid offers. This time, we'll be zooming in on storage, covering the low level components and how they can provide a familiar experience like the cloud "drives" and "boxes" we use today. diff --git a/content/blog/building_a_new_internet_from_the_ground_up_3/building_a_new_internet_3_1.png b/content/blog/building_a_new_internet_from_the_ground_up_3/building_a_new_internet_3_1.png new file mode 100644 index 000000000..63f078f61 Binary files /dev/null and b/content/blog/building_a_new_internet_from_the_ground_up_3/building_a_new_internet_3_1.png differ diff --git a/content/blog/building_a_new_internet_from_the_ground_up_3/index.md b/content/blog/building_a_new_internet_from_the_ground_up_3/index.md index 52d579893..eac016c32 100644 --- a/content/blog/building_a_new_internet_from_the_ground_up_3/index.md +++ b/content/blog/building_a_new_internet_from_the_ground_up_3/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid, cloud, tech] categories: [grid, cloud, tech] extra: - imgPath: building_a_new_internet_3.png + imgPath: building_a_new_internet_3_1.png --- *Welcome back for another installment of our accessible series on ThreeFold Grid technology. We are working through the three major categories that make up cloud infrastructure: storage, compute, and network. This time, we'll be focusing on compute.* diff --git a/content/blog/building_a_new_internet_from_the_ground_up_4/building_a_new_internet_4_1.png b/content/blog/building_a_new_internet_from_the_ground_up_4/building_a_new_internet_4_1.png new file mode 100644 index 000000000..e17468291 Binary files /dev/null and b/content/blog/building_a_new_internet_from_the_ground_up_4/building_a_new_internet_4_1.png differ diff --git a/content/blog/building_a_new_internet_from_the_ground_up_4/index.md b/content/blog/building_a_new_internet_from_the_ground_up_4/index.md index 68ce04a7d..2e832152d 100644 --- a/content/blog/building_a_new_internet_from_the_ground_up_4/index.md +++ b/content/blog/building_a_new_internet_from_the_ground_up_4/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, cloud, tech] categories: [decentralization, grid, cloud, tech] extra: - imgPath: building_a_new_internet_pt_4.png + imgPath: building_a_new_internet_4_1.png --- After introducing the ThreeFold Grid in [part one](https://threefold.io/blog/an_intro_to_the_threefold_grid/) and diving deep into [storage](https://threefold.io/blog/building_a_new_internet_from_the_ground_up_pt2/) and [compute](https://threefold.io/blog/building_a_new_internet_from_the_ground_up_3/), we’re back with part 4 to look at the networking aspects of the ThreeFold Grid. diff --git a/content/blog/cloud_provider/cloud_internet_provider1.png b/content/blog/cloud_provider/cloud_internet_provider1.png new file mode 100644 index 000000000..282f302f1 Binary files /dev/null and b/content/blog/cloud_provider/cloud_internet_provider1.png differ diff --git a/content/blog/cloud_provider/index.md b/content/blog/cloud_provider/index.md index 4200d6e37..33abcbf22 100644 --- a/content/blog/cloud_provider/index.md +++ b/content/blog/cloud_provider/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid, tech] categories: [grid, tech] extra: - imgPath: cloud_provider.png + imgPath: cloud_internet_provider1.png --- Cloud and Internet service providers form the backbone of our digital experiences. They host data and applications, and facilitate connectivity. Major corporations have long dominated this space. When the Internet started to become mainstream, it was necessary to scale the infrastructure quickly to meet growing demand. Thus, with their vast amounts of resources, big companies were the ones to build this infrastructure and offer services on top. diff --git a/content/blog/data_leaks/index.md b/content/blog/data_leaks/index.md index a3b897996..6bf745f2a 100644 --- a/content/blog/data_leaks/index.md +++ b/content/blog/data_leaks/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, why] categories: [decentralization, why] extra: - imgPath: data_leaks.png + imgPath: stand_up_for_our_data.png --- Do a quick search for "data leak" on your search engine of choice, and you'll likely see headlines like this: diff --git a/content/blog/data_leaks/stand_up_for_our_data.png b/content/blog/data_leaks/stand_up_for_our_data.png new file mode 100644 index 000000000..4c592f041 Binary files /dev/null and b/content/blog/data_leaks/stand_up_for_our_data.png differ diff --git a/content/blog/decentralizing_the_internet/decentralized_internet.png b/content/blog/decentralizing_the_internet/decentralized_internet.png new file mode 100644 index 000000000..e3d6258f4 Binary files /dev/null and b/content/blog/decentralizing_the_internet/decentralized_internet.png differ diff --git a/content/blog/decentralizing_the_internet/index.md b/content/blog/decentralizing_the_internet/index.md index cf540cd9c..e08a9b6ac 100644 --- a/content/blog/decentralizing_the_internet/index.md +++ b/content/blog/decentralizing_the_internet/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, farming, grid, why, cloud, tech] categories: [decentralization, farming, grid, why, cloud, tech] extra: - imgPath: decentralizing_the_internet.png + imgPath: decentralized_internet.png --- *This article was originally published by Roel Van Sabben, a former member of the ThreeFold team.* diff --git a/content/blog/dunia_yetu/dunia_yetu1.png b/content/blog/dunia_yetu/dunia_yetu1.png new file mode 100644 index 000000000..c9beda9f9 Binary files /dev/null and b/content/blog/dunia_yetu/dunia_yetu1.png differ diff --git a/content/blog/dunia_yetu/index.md b/content/blog/dunia_yetu/index.md index 6c0098a0d..c13de9447 100644 --- a/content/blog/dunia_yetu/index.md +++ b/content/blog/dunia_yetu/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, decentralization, event, collaboration, why] categories: [community, decentralization, event, collaboration, why] extra: - imgPath: dy.png + imgPath: dunia_yetu1.png --- ### Vision of Collective Empowerment diff --git a/content/blog/edge_computing/index.md b/content/blog/edge_computing/index.md index 9602fac43..cdfeab593 100644 --- a/content/blog/edge_computing/index.md +++ b/content/blog/edge_computing/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid, tech] categories: [grid, tech] extra: - imgPath: edge_computing.png + imgPath: meeting_digital_demands1.png isFeatured: true --- diff --git a/content/blog/edge_computing/meeting_digital_demands1.png b/content/blog/edge_computing/meeting_digital_demands1.png new file mode 100644 index 000000000..d5e119358 Binary files /dev/null and b/content/blog/edge_computing/meeting_digital_demands1.png differ diff --git a/content/blog/energy_efficiency_explained/energy_efficiency1.png b/content/blog/energy_efficiency_explained/energy_efficiency1.png new file mode 100644 index 000000000..cfe2f4866 Binary files /dev/null and b/content/blog/energy_efficiency_explained/energy_efficiency1.png differ diff --git a/content/blog/energy_efficiency_explained/index.md b/content/blog/energy_efficiency_explained/index.md index 3421b261a..a2eb0c393 100644 --- a/content/blog/energy_efficiency_explained/index.md +++ b/content/blog/energy_efficiency_explained/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, why, tech] categories: [decentralization, grid, why, tech] extra: - imgPath: energy_efficiency_explained.png + imgPath: energy_efficiency1.png --- At ThreeFold, we [believe](/mission) that everything we do should benefit people and our planet. The emergence of a decentralized Internet grid not only reshapes the digital landscape but helps to pioneer a more sustainable future. At the core of this evolution lies a series of innovative strategies poised to revolutionize the way we perceive and utilize digital infrastructure. diff --git a/content/blog/escape_great_hack/great_hack.png b/content/blog/escape_great_hack/great_hack.png new file mode 100644 index 000000000..dd1e9daa3 Binary files /dev/null and b/content/blog/escape_great_hack/great_hack.png differ diff --git a/content/blog/escape_great_hack/index.md b/content/blog/escape_great_hack/index.md index 878351978..70e17a3fa 100644 --- a/content/blog/escape_great_hack/index.md +++ b/content/blog/escape_great_hack/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, why] categories: [decentralization, why] extra: - imgPath: escape_great_hack.png + imgPath: great_hack.png --- ## The neutrality of the current Internet is in danger. diff --git a/content/blog/evolution_of_the_internet/evolution_of_the_internet1.png b/content/blog/evolution_of_the_internet/evolution_of_the_internet1.png new file mode 100644 index 000000000..825d88cca Binary files /dev/null and b/content/blog/evolution_of_the_internet/evolution_of_the_internet1.png differ diff --git a/content/blog/evolution_of_the_internet/index.md b/content/blog/evolution_of_the_internet/index.md index 4fbcd959b..7da552890 100644 --- a/content/blog/evolution_of_the_internet/index.md +++ b/content/blog/evolution_of_the_internet/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [tech,community] categories: [tech,community] extra: - imgPath: evloution_of_the_internet.png + imgPath: evolution_of_the_internet1.png isFeatured: true --- diff --git a/content/blog/farming_pools/farming_pools1.png b/content/blog/farming_pools/farming_pools1.png new file mode 100644 index 000000000..3fcff7d7d Binary files /dev/null and b/content/blog/farming_pools/farming_pools1.png differ diff --git a/content/blog/farming_pools/index.md b/content/blog/farming_pools/index.md index 2d5f4f979..e7c769ba8 100644 --- a/content/blog/farming_pools/index.md +++ b/content/blog/farming_pools/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, decentralization, farming] categories: [community, decentralization, farming] extra: - imgPath: farming_pools.png + imgPath: farming_pools1.png --- With a long-term focus on version 4.0, and a move towards commercialization, we are embracing several new strategies to ensure more reliability and trust. Farming Pools are an innovative mechanism designed to foster better governance and equitable participation within our network. diff --git a/content/blog/ground_up_innovations/from_the_ground_up1.png b/content/blog/ground_up_innovations/from_the_ground_up1.png new file mode 100644 index 000000000..914733464 Binary files /dev/null and b/content/blog/ground_up_innovations/from_the_ground_up1.png differ diff --git a/content/blog/ground_up_innovations/index.md b/content/blog/ground_up_innovations/index.md index a04257625..1fcffac1f 100644 --- a/content/blog/ground_up_innovations/index.md +++ b/content/blog/ground_up_innovations/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid,decentralization,tech,why] categories: [grid,decentralization,tech,why] extra: - imgPath: ground_up_innovations.png + imgPath: from_the_ground_up1.png --- Building a cloud and internet infrastructure from the ground up is no easy, or quick, task. But if we want a truly different way forward, there is no other way, really. We do what we do, the way we do it, because we cannot continue to put “band-aids” on problems which require a much deeper and thoughtful approach. diff --git a/content/blog/hatch_podcast/collaborative_innovations1.png b/content/blog/hatch_podcast/collaborative_innovations1.png new file mode 100644 index 000000000..3afa52497 Binary files /dev/null and b/content/blog/hatch_podcast/collaborative_innovations1.png differ diff --git a/content/blog/hatch_podcast/index.md b/content/blog/hatch_podcast/index.md index f69503c47..ad25dc2b1 100644 --- a/content/blog/hatch_podcast/index.md +++ b/content/blog/hatch_podcast/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, event, collaboration, why] categories: [community, event, collaboration, why] extra: - imgPath: hatch_podcast.png + imgPath: collaborative_innovations1.png --- #### Introduction diff --git a/content/blog/how_to_test_the_grid_part_one/grid_testing1.png b/content/blog/how_to_test_the_grid_part_one/grid_testing1.png new file mode 100644 index 000000000..4c6dbc924 Binary files /dev/null and b/content/blog/how_to_test_the_grid_part_one/grid_testing1.png differ diff --git a/content/blog/how_to_test_the_grid_part_one/index.md b/content/blog/how_to_test_the_grid_part_one/index.md index a3e1e620f..b8117e5c0 100644 --- a/content/blog/how_to_test_the_grid_part_one/index.md +++ b/content/blog/how_to_test_the_grid_part_one/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [tech,grid,community] categories: [tech,grid,community] extra: - imgPath: testing_main.png + imgPath: grid_testing1.png --- Hi there and welcome to ThreeFold Grid Testing: Part One! diff --git a/content/blog/how_to_test_the_grid_part_two/index.md b/content/blog/how_to_test_the_grid_part_two/index.md index d9d05652f..eef090f48 100644 --- a/content/blog/how_to_test_the_grid_part_two/index.md +++ b/content/blog/how_to_test_the_grid_part_two/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [tech,grid] categories: [tech,grid] extra: - imgPath: how_to_test_the_grid_part_two.png + imgPath: manual_auto_testing.png --- In our [last post](https://www.threefold.io/blog/how-to-test-the-grid-part-one/), we started to explore what it means to test the ThreeFold Grid by highlighting the key processes and the benefits or reasons. Now, we continue our discovery path through the detailed testing process. In this post, we go deeper into two different ways of testing: Manual and Automation. Each is important, combining to ensure a strong and dependable TF Grid. diff --git a/content/blog/how_to_test_the_grid_part_two/manual_auto_testing.png b/content/blog/how_to_test_the_grid_part_two/manual_auto_testing.png new file mode 100644 index 000000000..ae736a81a Binary files /dev/null and b/content/blog/how_to_test_the_grid_part_two/manual_auto_testing.png differ diff --git a/content/blog/in_search_of_a_better_internet/index.md b/content/blog/in_search_of_a_better_internet/index.md index b9fcf5f8e..a4bbac3d7 100644 --- a/content/blog/in_search_of_a_better_internet/index.md +++ b/content/blog/in_search_of_a_better_internet/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, why] categories: [decentralization, why] extra: - imgPath: in_search_of_a_better_internet.png + imgPath: internet1.png --- *This article was originally published by Hannah Cordes, a former member of the ThreeFold team.* diff --git a/content/blog/in_search_of_a_better_internet/internet1.png b/content/blog/in_search_of_a_better_internet/internet1.png new file mode 100644 index 000000000..137dba3c8 Binary files /dev/null and b/content/blog/in_search_of_a_better_internet/internet1.png differ diff --git a/content/blog/internet_misconceptions/index.md b/content/blog/internet_misconceptions/index.md index 46f52c70e..04e688806 100644 --- a/content/blog/internet_misconceptions/index.md +++ b/content/blog/internet_misconceptions/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [grid,decentralization,tech,why] categories: [grid,decentralization,tech,why] extra: - imgPath: internet_misconceptions.png + imgPath: truth_behind_misconceptions.png --- It’s been years that the ThreeFold team has been at this work of evolving the Internet in a fair and just way. We know how the Internet works and the challenges it faces, and because of this, we have been able to do the work of upgrading the Internet with a ground-up solution. @@ -86,4 +86,4 @@ Dive in to learn more and how to get involved: - [From the ground up: Three inventions that make ThreeFold possible](https://www.threefold.io/blog/ground-up-innovations/) - [The evolution of the Internet: From free to controlled, and back again](https://www.threefold.io/blog/eveloution-of-the-internet/) -- [ThreeFold Manual](https://manual.grid.tf) \ No newline at end of file +- [ThreeFold Docs: Litepaper, Tokenomics, Node Guide, & More](https://docs.threefold.io/) \ No newline at end of file diff --git a/content/blog/internet_misconceptions/truth_behind_misconceptions.png b/content/blog/internet_misconceptions/truth_behind_misconceptions.png new file mode 100644 index 000000000..ba55e46cc Binary files /dev/null and b/content/blog/internet_misconceptions/truth_behind_misconceptions.png differ diff --git a/content/blog/introducing_mycelium/index.md b/content/blog/introducing_mycelium/index.md index 57a1f26a3..f4417cb58 100644 --- a/content/blog/introducing_mycelium/index.md +++ b/content/blog/introducing_mycelium/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, cloud, tech] categories: [decentralization, grid, cloud, tech] extra: - imgPath: mycelium.png + imgPath: mycelium1.png --- *Lee is working on a very exciting new project called Mycelium, our own Ipv6 overlay network. Thanks to him for taking the time to create this short write-up on what it is and why it is needed.* diff --git a/content/blog/introducing_mycelium/mycelium1.png b/content/blog/introducing_mycelium/mycelium1.png new file mode 100644 index 000000000..93b7d1cd0 Binary files /dev/null and b/content/blog/introducing_mycelium/mycelium1.png differ diff --git a/content/blog/p2p_web3/index.md b/content/blog/p2p_web3/index.md index 084ff20d7..ca50bbfef 100644 --- a/content/blog/p2p_web3/index.md +++ b/content/blog/p2p_web3/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, why, tech] categories: [decentralization, grid, why, tech] extra: - imgPath: p2p_web3.png + imgPath: peer_to_peer2.png --- First coined in 2014, Web3 is now one of the hottest and overused buzzwords in the digital space – the idea of a new iteration of the web, a decentralized environment based on blockchain technology that incorporates token-based economics. The promise of Web3 – decentralization of control and authority from big tech, data security, scalability, and privacy for users – is tremendous. But what is a promise without delivery? Is it possible that we will see major adoption soon? diff --git a/content/blog/p2p_web3/peer_to_peer2.png b/content/blog/p2p_web3/peer_to_peer2.png new file mode 100644 index 000000000..a242e6878 Binary files /dev/null and b/content/blog/p2p_web3/peer_to_peer2.png differ diff --git a/content/blog/power_saving/index.md b/content/blog/power_saving/index.md index b65a94aa0..e33d4151f 100644 --- a/content/blog/power_saving/index.md +++ b/content/blog/power_saving/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, farming, grid, why, tech] categories: [community, farming, grid, why, tech] extra: - imgPath: power_saving.png + imgPath: power_saving_grid1.png --- *This article was originally published by Victoria Obeegadoo, a former member of the ThreeFold team.* diff --git a/content/blog/power_saving/power_saving_grid1.png b/content/blog/power_saving/power_saving_grid1.png new file mode 100644 index 000000000..5feb3eafe Binary files /dev/null and b/content/blog/power_saving/power_saving_grid1.png differ diff --git a/content/blog/products_in_a_machine/digital_world1.png b/content/blog/products_in_a_machine/digital_world1.png new file mode 100644 index 000000000..973e57095 Binary files /dev/null and b/content/blog/products_in_a_machine/digital_world1.png differ diff --git a/content/blog/products_in_a_machine/index.md b/content/blog/products_in_a_machine/index.md index 490f4911d..65acd61e3 100644 --- a/content/blog/products_in_a_machine/index.md +++ b/content/blog/products_in_a_machine/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, why] categories: [decentralization, why] extra: - imgPath: products_in_a_machine.png + imgPath: digital_world1.png --- In an ever-expanding and evolving digital world, our relationship with the Internet is generally underdiscussed. We've come to rely on platforms that promise connection, information, and entertainment. Yet, there are cracks in the system and massive trade offs for all of us, the "users." Let's pause for a moment and consider, is today's Internet truly serving us? diff --git a/content/blog/reliability/index.md b/content/blog/reliability/index.md index 7a9121696..1a60c3430 100644 --- a/content/blog/reliability/index.md +++ b/content/blog/reliability/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, cloud, tech] categories: [decentralization, grid, cloud, tech] extra: - imgPath: reliability.png + imgPath: realiblity_decentralized_internet1.png --- In today's digital landscape, the development of a decentralized open-source Internet infrastructure marks a significant leap forward. However, while the foundational structure of this innovation brings promise, its inherent reliability isn't guaranteed. After more than five years of building and expanding the open-source ThreeFold Grid, it's now time we pivot towards commercialization. Ensuring a robust, dependable, and trustworthy offering becomes paramount. In this post, we'll share the various ways that the ThreeFold Grid is and will become reliable. diff --git a/content/blog/reliability/realiblity_decentralized_internet1.png b/content/blog/reliability/realiblity_decentralized_internet1.png new file mode 100644 index 000000000..a475eb6c7 Binary files /dev/null and b/content/blog/reliability/realiblity_decentralized_internet1.png differ diff --git a/content/blog/resolving_problems/golbal_tech_issues1.png b/content/blog/resolving_problems/golbal_tech_issues1.png new file mode 100644 index 000000000..253476f51 Binary files /dev/null and b/content/blog/resolving_problems/golbal_tech_issues1.png differ diff --git a/content/blog/resolving_problems/index.md b/content/blog/resolving_problems/index.md index 11e108d64..9757b7330 100644 --- a/content/blog/resolving_problems/index.md +++ b/content/blog/resolving_problems/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, why, tech] categories: [decentralization, grid, why, tech] extra: - imgPath: resolving_problems.png + imgPath: golbal_tech_issues1.png --- Imagine this: two friends in East Africa trying to connect via a video call. Instead of a direct link, their data embarks on a round trip to far-off data centers, consuming resources and adding costs. It's a snippet of a larger issue—how centralized infrastructure is holding back progress in connectivity. diff --git a/content/blog/solar_comparison/decentralized_internet.png b/content/blog/solar_comparison/decentralized_internet.png new file mode 100644 index 000000000..0ff6f22f2 Binary files /dev/null and b/content/blog/solar_comparison/decentralized_internet.png differ diff --git a/content/blog/solar_comparison/index.md b/content/blog/solar_comparison/index.md index c3312fdf3..0bebe100e 100644 --- a/content/blog/solar_comparison/index.md +++ b/content/blog/solar_comparison/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, decentralization, farming, grid, cloud] categories: [community, decentralization, farming, grid, cloud] extra: - imgPath: solar_comparison.png + imgPath: decentralized_internet.png --- *This article was originally published by Emilie Ouwerx, a former member of the ThreeFold team.*\ diff --git a/content/blog/tech_as_a_tool_for_humanity/index.md b/content/blog/tech_as_a_tool_for_humanity/index.md index 02c6418f3..a5b542ef8 100644 --- a/content/blog/tech_as_a_tool_for_humanity/index.md +++ b/content/blog/tech_as_a_tool_for_humanity/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, why] categories: [decentralization, why] extra: - imgPath: tech_as_a_tool_for_humanity.png + imgPath: tool_for_humanity1.png --- *This article was originally published by Victoria Obeegadoo, a former member of the ThreeFold team.* diff --git a/content/blog/tech_as_a_tool_for_humanity/tool_for_humanity1.png b/content/blog/tech_as_a_tool_for_humanity/tool_for_humanity1.png new file mode 100644 index 000000000..ca71f8d6b Binary files /dev/null and b/content/blog/tech_as_a_tool_for_humanity/tool_for_humanity1.png differ diff --git a/content/blog/tf.png b/content/blog/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/blog/tf.png differ diff --git a/content/blog/tf_ecosystem_comes_alive/index.md b/content/blog/tf_ecosystem_comes_alive/index.md index 9cbe674e4..ac30c1a08 100644 --- a/content/blog/tf_ecosystem_comes_alive/index.md +++ b/content/blog/tf_ecosystem_comes_alive/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, why] categories: [community, why] extra: - imgPath: tf_ecosystem_comes_alive.png + imgPath: tf_ecosystem1.png --- Collaborative. Self-organizing. Interconnected. Dynamic. Diverse. Resilient. Sustainable. diff --git a/content/blog/tf_ecosystem_comes_alive/tf_ecosystem1.png b/content/blog/tf_ecosystem_comes_alive/tf_ecosystem1.png new file mode 100644 index 000000000..cdd7e898c Binary files /dev/null and b/content/blog/tf_ecosystem_comes_alive/tf_ecosystem1.png differ diff --git a/content/blog/tf_grid_peoples_internet/by_and_for_the_people.png b/content/blog/tf_grid_peoples_internet/by_and_for_the_people.png new file mode 100644 index 000000000..980a9b07c Binary files /dev/null and b/content/blog/tf_grid_peoples_internet/by_and_for_the_people.png differ diff --git a/content/blog/tf_grid_peoples_internet/index.md b/content/blog/tf_grid_peoples_internet/index.md index 7d3536cb2..2db45af41 100644 --- a/content/blog/tf_grid_peoples_internet/index.md +++ b/content/blog/tf_grid_peoples_internet/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, decentralization, grid, why] categories: [community, decentralization, grid, why] extra: - imgPath: tf_grid_peoples_internet.png + imgPath: by_and_for_the_people.png --- What do you think of when you hear the word Internet? For many, it's the websites and applications we consume online as end users. But the Internet is much more than this. And ultimately, every action we take online goes through a complex set of automated processes and protocols to store, run, and transmit data (e.g. photos, videos, messages, other files) across the global Internet infrastructure. diff --git a/content/blog/the_farming_community/index.md b/content/blog/the_farming_community/index.md index 1525d4a2e..b38aee2c8 100644 --- a/content/blog/the_farming_community/index.md +++ b/content/blog/the_farming_community/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [tech,grid,farming,community] categories: [tech,grid,farming,community] extra: - imgPath: the_farming_community.png + imgPath: spotlight_farming1.png --- The ThreeFold community consists of many different roles creating a whole [ecosystem](https://www.threefold.io/blog/tf-ecosystem-comes-alive/) that contributes to the growth of the ThreeFold Grid and makes it more reliable and stable. Today, we're spotlighting the farming community, the backbone of the ThreeFold Grid. diff --git a/content/blog/the_farming_community/spotlight_farming1.png b/content/blog/the_farming_community/spotlight_farming1.png new file mode 100644 index 000000000..b2dd248c9 Binary files /dev/null and b/content/blog/the_farming_community/spotlight_farming1.png differ diff --git a/content/blog/three_layers/building_blocks_internet1.png b/content/blog/three_layers/building_blocks_internet1.png new file mode 100644 index 000000000..4ba366407 Binary files /dev/null and b/content/blog/three_layers/building_blocks_internet1.png differ diff --git a/content/blog/three_layers/index.md b/content/blog/three_layers/index.md index 28efb7e21..2f27165be 100644 --- a/content/blog/three_layers/index.md +++ b/content/blog/three_layers/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, cloud, tech] categories: [decentralization, grid, cloud, tech] extra: - imgPath: img/three_layers.png + imgPath: building_blocks_internet1.png isFeatured: true --- diff --git a/content/blog/threefold_cooperative/decentralized_governance.png b/content/blog/threefold_cooperative/decentralized_governance.png new file mode 100644 index 000000000..52ceaab6e Binary files /dev/null and b/content/blog/threefold_cooperative/decentralized_governance.png differ diff --git a/content/blog/threefold_cooperative/index.md b/content/blog/threefold_cooperative/index.md index ee4a06610..575e4f82e 100644 --- a/content/blog/threefold_cooperative/index.md +++ b/content/blog/threefold_cooperative/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, decentralization] categories: [community, decentralization] extra: - imgPath: threefold_cooperative.png + imgPath: decentralized_governance.png isFeatured: true --- diff --git a/content/blog/threefold_data_sovereignty/data_sovereignity.png b/content/blog/threefold_data_sovereignty/data_sovereignity.png new file mode 100644 index 000000000..714e27498 Binary files /dev/null and b/content/blog/threefold_data_sovereignty/data_sovereignity.png differ diff --git a/content/blog/threefold_data_sovereignty/index.md b/content/blog/threefold_data_sovereignty/index.md index e24e49aa9..dec9650b5 100644 --- a/content/blog/threefold_data_sovereignty/index.md +++ b/content/blog/threefold_data_sovereignty/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, why, tech] categories: [decentralization, grid, why, tech] extra: - imgPath: threefold_data_sovereignty.png + imgPath: data_sovereignity.png --- If you’ve seen [The Social Dilemma](https://www.youtube.com/watch?v=uaaC57tcci0), you know all too well that today, people are being turned into products. Everything we do online – all of the data we upload and all of our digital activities – is tracked and oftentimes used against us. Targeted advertising is just the beginning. diff --git a/content/blog/threefold_herdao_dar/embracing_diversity1.png b/content/blog/threefold_herdao_dar/embracing_diversity1.png new file mode 100644 index 000000000..efd6a96a7 Binary files /dev/null and b/content/blog/threefold_herdao_dar/embracing_diversity1.png differ diff --git a/content/blog/threefold_herdao_dar/index.md b/content/blog/threefold_herdao_dar/index.md index 48d560ad1..588010eac 100644 --- a/content/blog/threefold_herdao_dar/index.md +++ b/content/blog/threefold_herdao_dar/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community, event, collaboration, why] categories: [community, event, collaboration, why] extra: - imgPath: diversitytf.png + imgPath: embracing_diversity1.png --- In today's rapidly evolving technological landscape, diversity and inclusion are not just buzzwords; they are essential components for driving innovation and progress. As the tech and IT sectors continue to shape the future, it's crucial to recognize the importance of fostering diverse perspectives and creating inclusive environments where everyone feels valued and empowered to contribute. diff --git a/content/blog/threefold_impact/impacting_the_future1.png b/content/blog/threefold_impact/impacting_the_future1.png new file mode 100644 index 000000000..0393d8f6c Binary files /dev/null and b/content/blog/threefold_impact/impacting_the_future1.png differ diff --git a/content/blog/threefold_impact/index.md b/content/blog/threefold_impact/index.md index bd4bd9605..ce882eb2f 100644 --- a/content/blog/threefold_impact/index.md +++ b/content/blog/threefold_impact/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [tech,community] categories: [tech,community] extra: - imgPath: threefold_impact.png + imgPath: impacting_the_future1.png isFeatured: true --- diff --git a/content/blog/tier_s_data_center/data_centre_tiers1.png b/content/blog/tier_s_data_center/data_centre_tiers1.png new file mode 100644 index 000000000..a7385382c Binary files /dev/null and b/content/blog/tier_s_data_center/data_centre_tiers1.png differ diff --git a/content/blog/tier_s_data_center/index.md b/content/blog/tier_s_data_center/index.md index 457183e6f..703d1948c 100644 --- a/content/blog/tier_s_data_center/index.md +++ b/content/blog/tier_s_data_center/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [cloud, tech] categories: [cloud, tech] extra: - imgPath: tier_s_data_center.png + imgPath: data_centre_tiers1.png --- In an era where artificial intelligence is reshaping our technological landscape, it is imperative to reconsider how we design and operate data centers. With decades of experience in the Internet and Cloud space and in response to technological evolutions, ThreeFold is proposing a new approach. diff --git a/content/blog/transformative_impact_summit/creating_tranformative1.png b/content/blog/transformative_impact_summit/creating_tranformative1.png new file mode 100644 index 000000000..4ccf0113e Binary files /dev/null and b/content/blog/transformative_impact_summit/creating_tranformative1.png differ diff --git a/content/blog/transformative_impact_summit/index.md b/content/blog/transformative_impact_summit/index.md index 92c063c96..8916b1198 100644 --- a/content/blog/transformative_impact_summit/index.md +++ b/content/blog/transformative_impact_summit/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [community] categories: [community] extra: - imgPath: transformative_impact_summit.png + imgPath: creating_tranformative1.png --- *“By bringing together those dedicating their lives to making the world a better place, and empowering them with exposure, support, connection, and funding, we not only celebrate transformative impact, we create it.”* diff --git a/content/blog/what_is_peer_to_peer/index.md b/content/blog/what_is_peer_to_peer/index.md index c6a8e67a0..5c5e9a14f 100644 --- a/content/blog/what_is_peer_to_peer/index.md +++ b/content/blog/what_is_peer_to_peer/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, why] categories: [decentralization, grid, why] extra: - imgPath: peer_to_peer.png + imgPath: peer-to-peer1.png --- ## What is Peer-to-Peer? diff --git a/content/blog/what_is_peer_to_peer/peer-to-peer1.png b/content/blog/what_is_peer_to_peer/peer-to-peer1.png new file mode 100644 index 000000000..a242e6878 Binary files /dev/null and b/content/blog/what_is_peer_to_peer/peer-to-peer1.png differ diff --git a/content/blog/zero_os_blog/index.md b/content/blog/zero_os_blog/index.md index c221f1b21..fccd5d84e 100644 --- a/content/blog/zero_os_blog/index.md +++ b/content/blog/zero_os_blog/index.md @@ -9,7 +9,7 @@ taxonomies: tags: [decentralization, grid, cloud, tech] categories: [decentralization, grid, cloud, tech] extra: - imgPath: zero_os_blog.png + imgPath: scalable_secure_OS.png --- diff --git a/content/blog/zero_os_blog/scalable_secure_OS.png b/content/blog/zero_os_blog/scalable_secure_OS.png new file mode 100644 index 000000000..334a192b9 Binary files /dev/null and b/content/blog/zero_os_blog/scalable_secure_OS.png differ diff --git a/content/community/discourse.png b/content/community/discourse.png deleted file mode 100644 index f4c41cf5b..000000000 Binary files a/content/community/discourse.png and /dev/null differ diff --git a/content/community/discourse_dark.png b/content/community/discourse_dark.png new file mode 100644 index 000000000..319182eed Binary files /dev/null and b/content/community/discourse_dark.png differ diff --git a/content/community/gh.png b/content/community/gh.png deleted file mode 100644 index 4d27771b4..000000000 Binary files a/content/community/gh.png and /dev/null differ diff --git a/content/community/github_dark.png b/content/community/github_dark.png new file mode 100644 index 000000000..229861c07 Binary files /dev/null and b/content/community/github_dark.png differ diff --git a/content/community/index.md b/content/community/index.md index c37e8206c..a40f116db 100644 --- a/content/community/index.md +++ b/content/community/index.md @@ -15,57 +15,61 @@ extra: {% row( style="center mtop semiNarrow") %} -## **Join the Community** +

Join the Community

{% end %} + +
+ {% row( style="center semiNarrow") %} -
+
-[![Image](discourse.png#social)](https://forum.threefold.io/) +[![Image](discourse_dark.png#social)](https://forum.threefold.io/)
-###### **Forum** -

Ask Questions

+

Forum
+ +

Ask Questions

|||

-[![Image](gh.png#social)](https://github.com/threefoldfoundation) +[![Image](github_dark.png#social)](https://github.com/threefoldfoundation)
-###### **GitHub | Tech** +
GitHub | Tech
-

Open-Source Collaboration for Tech Development

+

Open-Source Collaboration for Tech Development

|||

-[![Image](gh.png#social)](https://github.com/threefoldtech) +[![Image](github_dark.png#social)](https://github.com/threefoldtech)
-###### **GitHub | Foundation** +
GitHub | Foundation
-

Open-source Collaboration for Websites and Online Info

+

Open-source Collaboration for Websites and Online Info

|||

-[![Image](x.png#social)](https://x.com/threefold_io) +[![Image](twitter.png#social)](https://x.com/threefold_io)
-###### **X | Twitter** +
X | Twitter
-

"Tweet" With Us

+

"Tweet" With Us

{% end %} @@ -77,9 +81,9 @@ extra:

-###### **Telegram News** +
Telegram News
-

Stay Updated

+

Stay Updated

||| @@ -89,9 +93,9 @@ extra:

-###### **Telegram Main Chat** +
Telegram Main Chat
-

Community Conversation

+

Community Conversation

||| @@ -101,9 +105,9 @@ extra: -###### **Telegram Farmers Chat** +

Telegram Farmers Chat
-

Farming Community

+

Farming Community

||| @@ -113,9 +117,9 @@ extra: -###### **Telegram Grid User Chat** +

Telegram Grid User Chat
-

Grid User Community

+

Grid User Community

{% end %} @@ -125,13 +129,13 @@ extra:

-[![Image](reddit.png#social)](https://www.reddit.com/r/threefold/) +[![Image](reddit_dark.png#social)](https://www.reddit.com/r/threefold/)
-###### **Reddit** +
Reddit
-

Join In

+

Join In

||| @@ -141,9 +145,9 @@ extra: -###### **YouTube** +

YouTube
-

Watch Things Unfold

+

Watch Things Unfold

||| @@ -151,28 +155,28 @@ extra: -![Image](mail.png#social) +![Image](mail_dark.png#social) -###### **E-mail Newsletter** +

E-mail Newsletter
-

Updates in Your Inbox

+

Updates in Your Inbox

|||

-[![Image](linkedin.png#social)](https://www.linkedin.com/company/threefold-io/) +[![Image](linkedin_dark.png#social)](https://www.linkedin.com/company/threefold-io/)
-###### **LinkedIn** +
LinkedIn
-

Lets Network

+

Lets Network

{% end %} @@ -180,7 +184,7 @@ extra: {% row( style="center mtop semiNarrow") %} -## **Keep up with ThreeFold Events** +

Keep up with ThreeFold Events

{% end %} @@ -194,6 +198,16 @@ extra: \ No newline at end of file diff --git a/content/solutions/tf.png b/content/solutions/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/solutions/tf.png differ diff --git a/content/technology/index.md b/content/technology/index.md index 049c5d6b7..d77dcf1f9 100644 --- a/content/technology/index.md +++ b/content/technology/index.md @@ -4,7 +4,7 @@ description: "Our unique technology enables a system that can scale to a planeta template: "page.html" insert_anchor_links: "left" extra: - imgPath: tech_here.png + imgPath: tf.png --- diff --git a/content/technology/tf.png b/content/technology/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/technology/tf.png differ diff --git a/content/tftfaq/_index.md b/content/tftfaq/_index.md index fe82ba0c5..d7be116ea 100644 --- a/content/tftfaq/_index.md +++ b/content/tftfaq/_index.md @@ -1,5 +1,5 @@ --- -id: faq +#id: faq title: "Frequently Asked Questions" template: "layouts/faq.html" --- \ No newline at end of file diff --git a/content/what/index.md b/content/what/index.md new file mode 100644 index 000000000..44d45813a --- /dev/null +++ b/content/what/index.md @@ -0,0 +1,58 @@ +--- +title: "What" +description: "TF offers a secure, sovereign infrastructure layer for Web 4, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used +template: "layouts/what.html" +insert_anchor_links: "left" +extra: + author: ThreeFold + imgPath: tf.png +--- + + + + + + + + + + + \ No newline at end of file diff --git a/content/what/tf.png b/content/what/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/what/tf.png differ diff --git a/content/about/about_hero.png b/content/why/about_hero.png similarity index 100% rename from content/about/about_hero.png rename to content/why/about_hero.png diff --git a/content/why/index.md b/content/why/index.md new file mode 100644 index 000000000..57e793552 --- /dev/null +++ b/content/why/index.md @@ -0,0 +1,59 @@ +--- +title: "ThreeFold's Vision and Mission" +description: "Our mission is to empower individuals and organizations with secure, private, and autonomous access to computing resources, ensuring fair cloud access for everyone." # quotation marks to allow colons where used +template: "layouts/why.html" +insert_anchor_links: "left" +extra: + author: ThreeFold + imgPath: tf.png +--- + + + + + + + + + + + + \ No newline at end of file diff --git a/content/why/tf.png b/content/why/tf.png new file mode 100644 index 000000000..0ccade5fd Binary files /dev/null and b/content/why/tf.png differ diff --git a/css/index.css b/css/index.css index 0e6a9b3e0..cb5432c6f 100644 --- a/css/index.css +++ b/css/index.css @@ -10,19 +10,35 @@ @import "tailwindcss/utilities"; @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); + /* Custom CSS for header partial */ .backdrop-blur { -webkit-backdrop-filter: blur(40px); } * { - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; } .bg-semi-white { background-color: rgba(255, 255, 255, 0.75); } +.bg-dark-gradient { + background: rgb(15,15,15); + background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(24, 24, 24) 50%, rgba(15,15,15,1) 100%); +} + +.bg-black1 { + background-color: rgba(15,15,15,1); +} + +.bg-transparent { + background-color: transparent; +} + + /* Custom css allowing image styling in markdown */ img[src*="#mx-auto"] { margin: auto; @@ -48,7 +64,7 @@ img[src*="#icon"] { } img[src*="#social"] { - width: 80px; + width: 60px; margin: auto; } @@ -81,6 +97,8 @@ a img:hover{ /* new theme */ .dropdown { + + background-color: rgb(0 0 0 / 50%); @apply lg:text-lg px-6 @@ -88,7 +106,6 @@ a img:hover{ lg:mr-5 my-3 shadow - bg-white border-black capitalize leading-6 @@ -99,17 +116,18 @@ a img:hover{ w-full items-start rounded - transition - hover:first:text-gray-500 - hover:border-stone-200 - hover:bg-stone-100 + transition + hover:border-stone-700 + /* hover:bg-stone-100 */ p-2 text-left + text-white } .dropdown a{ @apply px-0 + text-white } .subtitle { @@ -238,43 +256,43 @@ background-color:#5596f5 !important; @layer components { h1 { @apply text-4xl lg:text-6xl font-normal; - color: #2b2b2b; - font-family: "Lato", sans-serif !important; + color: #ffffff; + font-family: "Inter", sans-serif !important; } h2 { - @apply text-3xl lg:text-4xl my-4 font-normal leading-tight; - color: #2b2b2b; - font-family: "Lato", sans-serif !important; - line-height: 1.25 !important; + @apply text-3xl lg:text-4xl my-4 font-normal leading-none; + color: #ffffff; + font-family: "Inter", sans-serif !important; } h2 strong { @apply font-semibold; } h3 { @apply text-2xl lg:text-3xl my-4 font-extralight; - color: #2b2b2b; - font-family: "Lato", sans-serif !important; + color: #ffffff; + font-family: "Inter", sans-serif !important; } h3 strong { @apply font-normal; } h4 { @apply text-xl lg:text-2xl font-normal tracking-wider; - font-family: "Lato", sans-serif !important; + font-family: "Inter", sans-serif !important; } h5 { - @apply text-lg my-1 tracking-normal font-semibold; - font-family: "Lato", sans-serif !important; + @apply text-lg my-1 tracking-normal font-medium; + font-family: "Inter", sans-serif !important; + color: #fff !important } h6 { @apply text-md not-italic font-normal my-1; - font-family: "Lato", sans-serif !important; + font-family: "Inter", sans-serif !important; } p { @apply text-lg; color: #3d3d3d; - font-family: "Lato", sans-serif !important; + font-family: "Inter", sans-serif !important; } blockquote { @apply border-l-4 border-gray-400 mx-2 my-2 p-2; @@ -306,12 +324,12 @@ background-color:#5596f5 !important; } h3 a{ - color:#2b2b2b; + color:#ffffff; } h3 a:hover{ - color:#2E83FF; + color:#b6b6b6; } @@ -321,37 +339,37 @@ background-color:#5596f5 !important; .article h2{ font-size: 2.25rem; - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; line-height: 1.5; font-weight: 700; - color:#333; + color:#e2e2e2; } .article h1{ - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; } } .article p{ font-size: 1.125rem; - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; line-height: 1.7; - color:#333 + color:#e2e2e2 } .post-content-text a, .article a{ - color: #4ec48f; + color: #a5a5a5; } .post-content-text a:hover, .article a:hover{ - color: #2e9969; + color: #c6c9c8; } .article li{ font-size: 1.125rem; - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; line-height: 1.7; - color:#333 + color:#e2e2e2 } .article h3{ @@ -359,17 +377,22 @@ background-color:#5596f5 !important; } + .article h4{ + color: #fff !important; + + } + .main-title { - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; } -button:hover :is(:where(a)) { +/* button:hover :is(:where(a)) { color: #5e5e5e; -} +} */ button :is(:where(p)) { - color: #3d3b39; + color: #ddd; font-weight: 400; } @@ -392,7 +415,7 @@ a { } header { - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; } .nav_btn { @@ -536,15 +559,15 @@ header { } .my-test{ - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; } .post-content-text .my-test { - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; line-height: 1.7; } .post-content-text h2 { - font-family: "Lato", sans-serif; + font-family: "Inter", sans-serif; line-height: 1.5; font-size: 2.25rem; font-weight: 700; diff --git a/css/layout.css b/css/layout.css index 8881cc851..8ba45960d 100644 --- a/css/layout.css +++ b/css/layout.css @@ -38,11 +38,11 @@ code { @apply text-gray-500; } -.text-blue-dark { + /*.text-blue-dark { /* for dark mode @apply text-blue-200; - */ -} + +}*/ .text-shadow-titles { text-shadow: 4px 4px 2px #000; @@ -85,7 +85,7 @@ a:active { } h5 a { - @apply text-gray-900 font-normal; + @apply text-gray-200 font-normal; } /* @@ -381,7 +381,7 @@ blockquote { } & ol li { margin-bottom: 0.5rem; - font-size: $pokey; + font-size: 75%; } & li p { font-size: 100%; @@ -464,3 +464,8 @@ footer { width: 40%; } } + +.bg-dark { + background: rgb(15,15,15); + background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(24, 24, 24) 50%, rgba(15,15,15,1) 100%); +} \ No newline at end of file diff --git a/develop.sh b/develop.sh new file mode 100755 index 000000000..000503f1d --- /dev/null +++ b/develop.sh @@ -0,0 +1,10 @@ +#!/bin/bash +set -ex + +export BASE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +cd "${BASE}" + + +source env.sh + +zola serve \ No newline at end of file diff --git a/env.sh b/env.sh index 11f292b71..770564b1a 100644 --- a/env.sh +++ b/env.sh @@ -1 +1,136 @@ export NAME='threefoldio' + +SOURCE=${BASH_SOURCE[0]} +DIR_OF_THIS_SCRIPT="$( dirname "$SOURCE" )" +export BASE="$( realpath "$DIR_OF_THIS_SCRIPT" )" + +mkdir -p $HOME/hero/bin + +get_file_size() { + if [[ "$OSTYPE" == "linux-gnu"* ]]; then + stat -c%s "$1" + elif [[ "$OSTYPE" == "darwin"* ]]; then + stat -f%z "$1" + else + echo "Unsupported operating system." + exit 1 + fi +} + + +# Add ~/hero/bin to PATH +export PATH="$HOME/hero/bin:$PATH" + + +# Check if tailwindcss exists in ~/hero/bin +if [[ ! -f "$HOME/hero/bin/tailwindcss" ]]; then + echo "tailwindcss not found in ~/hero/bin. Downloading..." + + ASSET="tailwindcss" + + if [[ "$OSTYPE" == "linux-gnu"* ]]; then + ASSET="$ASSET-linux" + elif [[ "$OSTYPE" == "darwin"* ]]; then + ASSET="$ASSET-macos" + fi + if [[ "$(uname -m)" == "x86_64"* ]]; then + ASSET="$ASSET-x64" + elif [[ "$(uname -m)" == "arm64"* ]]; then + ASSET="$ASSET-arm64" + fi + + pushd /tmp + rm -f $ASSET + rm -f tailwindcss + curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" + + FILE_SIZE=$(get_file_size "$ASSET") + if [[ $FILE_SIZE -lt 20000000 ]]; then + echo "Error: Downloaded file size is less than 20MB, download not ok." + echo "Download URL was: $ASSET" + rm "$ASSET" + exit 1 + fi + + chmod +x $ASSET + rm -rf "$HOME/hero/bin/tailwindcss" + mv $ASSET "$HOME/hero/bin/tailwindcss" + + popd +fi + +check_zola() { + if command -v zola &> /dev/null; then + echo "Zola is already installed." + return 0 + else + echo "Zola is not installed. Proceeding with installation." + return 1 + fi +} + +# Function to install Zola on Ubuntu +install_zola_ubuntu() { + echo "Installing Zola on Ubuntu..." + sudo apt update + sudo apt install curl -y + ZOLA_DEB=$(curl -s https://api.github.com/repos/getzola/zola/releases/latest | grep "browser_download_url.*_amd64.deb" | cut -d '"' -f 4) + curl -LO $ZOLA_DEB + sudo dpkg -i $(basename $ZOLA_DEB) +} + +# Function to install Zola on Arch Linux +install_zola_arch() { + echo "Installing Zola on Arch Linux..." + sudo pacman -Sy zola +} + +# Function to install Zola on macOS +install_zola_macos() { + echo "Installing Zola on macOS..." + if command -v brew &> /dev/null; then + brew install zola + else + echo "Homebrew is not installed. Please install Homebrew first." + exit 1 + fi +} + +if ! check_zola; then + # Detect OS and install Zola + if [[ "$OSTYPE" == "linux-gnu"* ]]; then + if command -v apt &> /dev/null; then + install_zola_ubuntu + elif command -v pacman &> /dev/null; then + install_zola_arch + else + echo "Unsupported Linux distribution." + exit 1 + fi + elif [[ "$OSTYPE" == "darwin"* ]]; then + install_zola_macos + else + echo "Unsupported operating system." + exit 1 + fi +fi + +# Kill any running zola process +if pgrep zola > /dev/null; then + echo "Stopping running zola process..." + pkill zola +fi + +# Initialize and configure tailwind if not configured +echo "Initializing tailwind..." +if [[ ! -f "tailwind.config.js" ]]; then + ~/hero/bin/tailwindcss init + sed -i '' "s| content: \\[\\],| content: \\['./templates/**/*.html'\\],|g" tailwind.config.js +fi + +# Compile tailwindcss for prod & build project +echo "Compiling tailwindcss and building zola project..." +rm -rf public static/css +tailwindcss -i css/index.css -o ./static/css/index.css --minify + + diff --git a/start.sh b/start.sh deleted file mode 100755 index 34af69b2a..000000000 --- a/start.sh +++ /dev/null @@ -1,48 +0,0 @@ -set +ex -# Check if tailwindcss is already installed -if command -v tailwindcss &> /dev/null; then - echo "tailwindcss is already installed." -else - # checks OS and architecture for correct release - echo "Installing & building tailwind..." - - ASSET="tailwindcss" - - if [[ "$OSTYPE" == "linux-gnu"* ]]; then - ASSET="$ASSET-linux" - elif [[ "$OSTYPE" == "darwin"* ]]; then - ASSET="$ASSET-macos" - fi - if [[ "$(uname -m)" == "x86_64"* ]]; then - ASSET="$ASSET-x64" - elif [[ "$(uname -m)" == "arm64"* ]]; then - ASSET="$ASSET-arm64" - fi - pushd /tmp - curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" - chmod +x $ASSET - mv $ASSET /usr/local/bin/tailwindcss - popd -fi -source ./env.sh -# initialized and configures tailwind if not configured -if [ ! -f "tailwind.config.js" ] -then - ./tailwindcss init - sed -i '' "s| content: \\[\\],| content: \\['./templates/**/*.html'\\],|g" tailwind.config.js -fi - -# compiles tailwind css & launches locally -# rm -rf public static/css -# ./tailwindcss -i css/index.css -o ./static/css/index.css --watch -# zola serve & -# compiles tailwind css for prod & builds project -# ./tailwindcss -i css/index.css -o ./static/css/index.css --minify -# zola build -# # kills zola and tw bg processes on interrupt -# trap 'kill $(jobs -p); exit 1' INT -# wait -rm -rf public static/css -tailwindcss -i css/index.css -o ./static/css/index.css --minify -zola build -o ~/Documents/web/$NAME/ -open ~/Documents/web/$NAME/index.html \ No newline at end of file diff --git a/static/images/100_mission.png b/static/images/100_mission.png deleted file mode 100644 index ad8e09889..000000000 Binary files a/static/images/100_mission.png and /dev/null differ diff --git a/static/images/Earn_3.png b/static/images/Earn_3.png deleted file mode 100644 index a2abdda7c..000000000 Binary files a/static/images/Earn_3.png and /dev/null differ diff --git a/static/images/about_hero.png b/static/images/about_hero.png deleted file mode 100644 index ad28e13b8..000000000 Binary files a/static/images/about_hero.png and /dev/null differ diff --git a/static/images/adnan.png b/static/images/adnan.png new file mode 100644 index 000000000..3aabc811d Binary files /dev/null and b/static/images/adnan.png differ diff --git a/static/images/aiqom.png b/static/images/aiqom.png deleted file mode 100644 index f4044f1ca..000000000 Binary files a/static/images/aiqom.png and /dev/null differ diff --git a/static/images/aiqom2.png b/static/images/aiqom2.png deleted file mode 100644 index 9093a023e..000000000 Binary files a/static/images/aiqom2.png and /dev/null differ diff --git a/static/images/aiqomLogo.png b/static/images/aiqomLogo.png deleted file mode 100644 index b9e1d3941..000000000 Binary files a/static/images/aiqomLogo.png and /dev/null differ diff --git a/static/images/aiqom_beta.png b/static/images/aiqom_beta.png deleted file mode 100644 index 505e2f7f9..000000000 Binary files a/static/images/aiqom_beta.png and /dev/null differ diff --git a/static/images/aiqom_tf.png b/static/images/aiqom_tf.png deleted file mode 100644 index 16595f8b4..000000000 Binary files a/static/images/aiqom_tf.png and /dev/null differ diff --git a/static/images/arrow_right.png b/static/images/arrow_right.png deleted file mode 100644 index 440a18977..000000000 Binary files a/static/images/arrow_right.png and /dev/null differ diff --git a/static/images/artheon.png b/static/images/artheon.png deleted file mode 100644 index 73824f358..000000000 Binary files a/static/images/artheon.png and /dev/null differ diff --git a/static/images/artheon2.jpg b/static/images/artheon2.jpg deleted file mode 100644 index 4719eaa61..000000000 Binary files a/static/images/artheon2.jpg and /dev/null differ diff --git a/static/images/artheonLogo.png b/static/images/artheonLogo.png deleted file mode 100644 index 106c9c44f..000000000 Binary files a/static/images/artheonLogo.png and /dev/null differ diff --git a/static/images/artheon_experience.jpg b/static/images/artheon_experience.jpg deleted file mode 100644 index 15c7b51b5..000000000 Binary files a/static/images/artheon_experience.jpg and /dev/null differ diff --git a/static/images/artheon_tf.png b/static/images/artheon_tf.png deleted file mode 100644 index 110dae78a..000000000 Binary files a/static/images/artheon_tf.png and /dev/null differ diff --git a/static/images/ask.png b/static/images/ask.png deleted file mode 100644 index a4b0921d4..000000000 Binary files a/static/images/ask.png and /dev/null differ diff --git a/static/images/automation.png b/static/images/automation.png deleted file mode 100644 index e594b14eb..000000000 Binary files a/static/images/automation.png and /dev/null differ diff --git a/static/images/banner.gif b/static/images/banner.gif new file mode 100644 index 000000000..dd9c2fe9a Binary files /dev/null and b/static/images/banner.gif differ diff --git a/static/images/banner2.gif b/static/images/banner2.gif new file mode 100644 index 000000000..3e9676b79 Binary files /dev/null and b/static/images/banner2.gif differ diff --git a/static/images/beliive.png b/static/images/beliive.png deleted file mode 100644 index 0ddf9452c..000000000 Binary files a/static/images/beliive.png and /dev/null differ diff --git a/static/images/beliive2.png b/static/images/beliive2.png deleted file mode 100644 index e61b6ee32..000000000 Binary files a/static/images/beliive2.png and /dev/null differ diff --git a/static/images/beliiveLogo.png b/static/images/beliiveLogo.png deleted file mode 100644 index 60110e2f8..000000000 Binary files a/static/images/beliiveLogo.png and /dev/null differ diff --git a/static/images/beliive_app.jpg b/static/images/beliive_app.jpg deleted file mode 100644 index 2423b1f7f..000000000 Binary files a/static/images/beliive_app.jpg and /dev/null differ diff --git a/static/images/beliive_tf.png b/static/images/beliive_tf.png deleted file mode 100644 index cc750ddc9..000000000 Binary files a/static/images/beliive_tf.png and /dev/null differ diff --git a/static/images/bernhard-eisenmann-unsplash.jpg b/static/images/bernhard-eisenmann-unsplash.jpg deleted file mode 100644 index e761464f5..000000000 Binary files a/static/images/bernhard-eisenmann-unsplash.jpg and /dev/null differ diff --git a/static/images/bg_checker.jpg b/static/images/bg_checker.jpg deleted file mode 100644 index a8764151d..000000000 Binary files a/static/images/bg_checker.jpg and /dev/null differ diff --git a/static/images/bg_new.jpg b/static/images/bg_new.jpg deleted file mode 100644 index 28caafe10..000000000 Binary files a/static/images/bg_new.jpg and /dev/null differ diff --git a/static/images/black_threefold.png b/static/images/black_threefold.png deleted file mode 100644 index ae460965a..000000000 Binary files a/static/images/black_threefold.png and /dev/null differ diff --git a/static/images/blockchain.png b/static/images/blockchain.png deleted file mode 100644 index a3120f6f0..000000000 Binary files a/static/images/blockchain.png and /dev/null differ diff --git a/static/images/btc.png b/static/images/btc.png deleted file mode 100644 index 853a5b550..000000000 Binary files a/static/images/btc.png and /dev/null differ diff --git a/static/images/btc_alpha.png b/static/images/btc_alpha.png deleted file mode 100644 index 08a9686d9..000000000 Binary files a/static/images/btc_alpha.png and /dev/null differ diff --git a/static/images/btc_alpha2.png b/static/images/btc_alpha2.png deleted file mode 100644 index 1bf952865..000000000 Binary files a/static/images/btc_alpha2.png and /dev/null differ diff --git a/static/images/btc_alphaLogo.png b/static/images/btc_alphaLogo.png deleted file mode 100644 index 0d3ee1ca4..000000000 Binary files a/static/images/btc_alphaLogo.png and /dev/null differ diff --git a/static/images/btc_alpha_tf.png b/static/images/btc_alpha_tf.png deleted file mode 100644 index bddae321a..000000000 Binary files a/static/images/btc_alpha_tf.png and /dev/null differ diff --git a/static/images/capacity.png b/static/images/capacity.png deleted file mode 100644 index 04d918512..000000000 Binary files a/static/images/capacity.png and /dev/null differ diff --git a/static/images/casperlabLogo.png b/static/images/casperlabLogo.png deleted file mode 100644 index 2ee794c9c..000000000 Binary files a/static/images/casperlabLogo.png and /dev/null differ diff --git a/static/images/casperlabs.png b/static/images/casperlabs.png deleted file mode 100644 index 9c464c43d..000000000 Binary files a/static/images/casperlabs.png and /dev/null differ diff --git a/static/images/casperlabs2.png b/static/images/casperlabs2.png deleted file mode 100644 index 2eb1502a9..000000000 Binary files a/static/images/casperlabs2.png and /dev/null differ diff --git a/static/images/checkerboard1.jpg b/static/images/checkerboard1.jpg deleted file mode 100644 index 264abf5b7..000000000 Binary files a/static/images/checkerboard1.jpg and /dev/null differ diff --git a/static/images/checkerboard2.jpg b/static/images/checkerboard2.jpg deleted file mode 100644 index 9cff677a2..000000000 Binary files a/static/images/checkerboard2.jpg and /dev/null differ diff --git a/static/images/cicolab.png b/static/images/cicolab.png deleted file mode 100644 index 90314eb48..000000000 Binary files a/static/images/cicolab.png and /dev/null differ diff --git a/static/images/cicolab2.png b/static/images/cicolab2.png deleted file mode 100644 index c90068ec5..000000000 Binary files a/static/images/cicolab2.png and /dev/null differ diff --git a/static/images/cicolabLogo.png b/static/images/cicolabLogo.png deleted file mode 100644 index 34983dcf7..000000000 Binary files a/static/images/cicolabLogo.png and /dev/null differ diff --git a/static/images/climate_action_project.png b/static/images/climate_action_project.png deleted file mode 100644 index 084f8a269..000000000 Binary files a/static/images/climate_action_project.png and /dev/null differ diff --git a/static/images/cloud/compute.jpg b/static/images/cloud/compute.jpg deleted file mode 100644 index 5d21e25cb..000000000 Binary files a/static/images/cloud/compute.jpg and /dev/null differ diff --git a/static/images/cloud/network.jpg b/static/images/cloud/network.jpg deleted file mode 100644 index 354e5fae4..000000000 Binary files a/static/images/cloud/network.jpg and /dev/null differ diff --git a/static/images/cloud/storage.jpg b/static/images/cloud/storage.jpg deleted file mode 100644 index 7845527ec..000000000 Binary files a/static/images/cloud/storage.jpg and /dev/null differ diff --git a/static/images/cloud28plus.png b/static/images/cloud28plus.png deleted file mode 100644 index eda0b7f01..000000000 Binary files a/static/images/cloud28plus.png and /dev/null differ diff --git a/static/images/cloud_28Logo.png b/static/images/cloud_28Logo.png deleted file mode 100644 index 7d9fbf400..000000000 Binary files a/static/images/cloud_28Logo.png and /dev/null differ diff --git a/static/images/cloud_28_2.png b/static/images/cloud_28_2.png deleted file mode 100644 index 03608d7f9..000000000 Binary files a/static/images/cloud_28_2.png and /dev/null differ diff --git a/static/images/cloud_header_seprated.png b/static/images/cloud_header_seprated.png deleted file mode 100644 index 10c0004b5..000000000 Binary files a/static/images/cloud_header_seprated.png and /dev/null differ diff --git a/static/images/codescalers.png b/static/images/codescalers.png deleted file mode 100644 index 6890c4dce..000000000 Binary files a/static/images/codescalers.png and /dev/null differ diff --git a/static/images/codescalers2.jpg b/static/images/codescalers2.jpg deleted file mode 100644 index 846604931..000000000 Binary files a/static/images/codescalers2.jpg and /dev/null differ diff --git a/static/images/codescalersLogo.png b/static/images/codescalersLogo.png deleted file mode 100644 index 449838567..000000000 Binary files a/static/images/codescalersLogo.png and /dev/null differ diff --git a/static/images/coffe_lifecycle.png b/static/images/coffe_lifecycle.png deleted file mode 100644 index fc4a7d435..000000000 Binary files a/static/images/coffe_lifecycle.png and /dev/null differ diff --git a/static/images/coin_logo.png b/static/images/coin_logo.png deleted file mode 100644 index d639a1d1c..000000000 Binary files a/static/images/coin_logo.png and /dev/null differ diff --git a/static/images/cointelegraph_logo.png b/static/images/cointelegraph_logo.png deleted file mode 100644 index 1e47691ea..000000000 Binary files a/static/images/cointelegraph_logo.png and /dev/null differ diff --git a/static/images/community_developers.png b/static/images/community_developers.png deleted file mode 100644 index 0b7ba09b5..000000000 Binary files a/static/images/community_developers.png and /dev/null differ diff --git a/static/images/community_header.jpg b/static/images/community_header.jpg deleted file mode 100644 index a03ce385c..000000000 Binary files a/static/images/community_header.jpg and /dev/null differ diff --git a/static/images/community_pathefinder.jpg b/static/images/community_pathefinder.jpg deleted file mode 100644 index b876b1916..000000000 Binary files a/static/images/community_pathefinder.jpg and /dev/null differ diff --git a/static/images/compute.jpg b/static/images/compute.jpg deleted file mode 100644 index 5d21e25cb..000000000 Binary files a/static/images/compute.jpg and /dev/null differ diff --git a/static/images/covid_fightersLogo.png b/static/images/covid_fightersLogo.png deleted file mode 100644 index 916a0fc36..000000000 Binary files a/static/images/covid_fightersLogo.png and /dev/null differ diff --git a/static/images/covidfighters.png b/static/images/covidfighters.png deleted file mode 100644 index 64369daa4..000000000 Binary files a/static/images/covidfighters.png and /dev/null differ diff --git a/static/images/covidfighters2.png b/static/images/covidfighters2.png deleted file mode 100644 index 194ed7aea..000000000 Binary files a/static/images/covidfighters2.png and /dev/null differ diff --git a/static/images/covidfighters_action.jpg b/static/images/covidfighters_action.jpg deleted file mode 100644 index a595b4acd..000000000 Binary files a/static/images/covidfighters_action.jpg and /dev/null differ diff --git a/static/images/cryptodaily.png b/static/images/cryptodaily.png deleted file mode 100644 index b0b778331..000000000 Binary files a/static/images/cryptodaily.png and /dev/null differ diff --git a/static/images/crystal_homeLogo.png b/static/images/crystal_homeLogo.png deleted file mode 100644 index 5805625de..000000000 Binary files a/static/images/crystal_homeLogo.png and /dev/null differ diff --git a/static/images/crystal_languageLogo.png b/static/images/crystal_languageLogo.png deleted file mode 100644 index 18c266bf0..000000000 Binary files a/static/images/crystal_languageLogo.png and /dev/null differ diff --git a/static/images/crystal_twinLogo.png b/static/images/crystal_twinLogo.png deleted file mode 100644 index 8c723209e..000000000 Binary files a/static/images/crystal_twinLogo.png and /dev/null differ diff --git a/static/images/crystalhome.png b/static/images/crystalhome.png deleted file mode 100644 index fbafcfd07..000000000 Binary files a/static/images/crystalhome.png and /dev/null differ diff --git a/static/images/crystalhome2.jpg b/static/images/crystalhome2.jpg deleted file mode 100644 index f9ffe6297..000000000 Binary files a/static/images/crystalhome2.jpg and /dev/null differ diff --git a/static/images/crystalhome_tf.png b/static/images/crystalhome_tf.png deleted file mode 100644 index 6d0aac0ec..000000000 Binary files a/static/images/crystalhome_tf.png and /dev/null differ diff --git a/static/images/crystallang.png b/static/images/crystallang.png deleted file mode 100644 index 86809d8aa..000000000 Binary files a/static/images/crystallang.png and /dev/null differ diff --git a/static/images/crystallang_tf.png b/static/images/crystallang_tf.png deleted file mode 100644 index 177fc2439..000000000 Binary files a/static/images/crystallang_tf.png and /dev/null differ diff --git a/static/images/crystallanguage2.png b/static/images/crystallanguage2.png deleted file mode 100644 index 4180a02e4..000000000 Binary files a/static/images/crystallanguage2.png and /dev/null differ diff --git a/static/images/crystaltwin.png b/static/images/crystaltwin.png deleted file mode 100644 index ceae25db6..000000000 Binary files a/static/images/crystaltwin.png and /dev/null differ diff --git a/static/images/crystaltwin2.png b/static/images/crystaltwin2.png deleted file mode 100644 index 779091ea5..000000000 Binary files a/static/images/crystaltwin2.png and /dev/null differ diff --git a/static/images/cultivoLogo.png b/static/images/cultivoLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/cultivoLogo.png and /dev/null differ diff --git a/static/images/dash.png b/static/images/dash.png deleted file mode 100644 index e70cd4d34..000000000 Binary files a/static/images/dash.png and /dev/null differ diff --git a/static/images/dash2.png b/static/images/dash2.png deleted file mode 100644 index 961f525f9..000000000 Binary files a/static/images/dash2.png and /dev/null differ diff --git a/static/images/dashLogo.png b/static/images/dashLogo.png deleted file mode 100644 index 00ab8c69b..000000000 Binary files a/static/images/dashLogo.png and /dev/null differ diff --git a/static/images/dash_tf.png b/static/images/dash_tf.png deleted file mode 100644 index 8d46acfca..000000000 Binary files a/static/images/dash_tf.png and /dev/null differ diff --git a/static/images/developer_header.jpg b/static/images/developer_header.jpg deleted file mode 100644 index e4093a2c1..000000000 Binary files a/static/images/developer_header.jpg and /dev/null differ diff --git a/static/images/developer_testing.png b/static/images/developer_testing.png deleted file mode 100644 index 6f31cea13..000000000 Binary files a/static/images/developer_testing.png and /dev/null differ diff --git a/static/images/developet_tft.jpg b/static/images/developet_tft.jpg deleted file mode 100644 index 7be6eb611..000000000 Binary files a/static/images/developet_tft.jpg and /dev/null differ diff --git a/static/images/digibyte.jpg b/static/images/digibyte.jpg deleted file mode 100644 index bdaa2d545..000000000 Binary files a/static/images/digibyte.jpg and /dev/null differ diff --git a/static/images/digibyteLogo.png b/static/images/digibyteLogo.png deleted file mode 100644 index 33f593304..000000000 Binary files a/static/images/digibyteLogo.png and /dev/null differ diff --git a/static/images/digibyte_tf.png b/static/images/digibyte_tf.png deleted file mode 100644 index b9c84f51f..000000000 Binary files a/static/images/digibyte_tf.png and /dev/null differ diff --git a/static/images/digicorp_labs.png b/static/images/digicorp_labs.png deleted file mode 100644 index 4877cac94..000000000 Binary files a/static/images/digicorp_labs.png and /dev/null differ diff --git a/static/images/digicorp_labs2.png b/static/images/digicorp_labs2.png deleted file mode 100644 index 8aa4d48fc..000000000 Binary files a/static/images/digicorp_labs2.png and /dev/null differ diff --git a/static/images/digicorp_logo.png b/static/images/digicorp_logo.png deleted file mode 100644 index c65ef5053..000000000 Binary files a/static/images/digicorp_logo.png and /dev/null differ diff --git a/static/images/digital_energyLogo.png b/static/images/digital_energyLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/digital_energyLogo.png and /dev/null differ diff --git a/static/images/digital_energyPlaceHolder.jpg b/static/images/digital_energyPlaceHolder.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/static/images/digital_energyPlaceHolder.jpg and /dev/null differ diff --git a/static/images/documentation.png b/static/images/documentation.png deleted file mode 100644 index 4c4009298..000000000 Binary files a/static/images/documentation.png and /dev/null differ diff --git a/static/images/dragonchain.png b/static/images/dragonchain.png deleted file mode 100644 index 65b19c038..000000000 Binary files a/static/images/dragonchain.png and /dev/null differ diff --git a/static/images/dragonchain2.png b/static/images/dragonchain2.png deleted file mode 100644 index aeac14334..000000000 Binary files a/static/images/dragonchain2.png and /dev/null differ diff --git a/static/images/dragonchainLogo.png b/static/images/dragonchainLogo.png deleted file mode 100644 index 053be6755..000000000 Binary files a/static/images/dragonchainLogo.png and /dev/null differ diff --git a/static/images/dragonchain_tf.png b/static/images/dragonchain_tf.png deleted file mode 100644 index 1aa02edf1..000000000 Binary files a/static/images/dragonchain_tf.png and /dev/null differ diff --git a/static/images/effecient.png b/static/images/effecient.png deleted file mode 100644 index 6d9ead0b0..000000000 Binary files a/static/images/effecient.png and /dev/null differ diff --git a/static/images/farm_capacity.png b/static/images/farm_capacity.png deleted file mode 100644 index d3097d12c..000000000 Binary files a/static/images/farm_capacity.png and /dev/null differ diff --git a/static/images/farm_center.png b/static/images/farm_center.png deleted file mode 100644 index bcf4545dc..000000000 Binary files a/static/images/farm_center.png and /dev/null differ diff --git a/static/images/farm_do_it.png b/static/images/farm_do_it.png deleted file mode 100644 index c7fe4370b..000000000 Binary files a/static/images/farm_do_it.png and /dev/null differ diff --git a/static/images/farm_header.jpg b/static/images/farm_header.jpg deleted file mode 100644 index 349ac8040..000000000 Binary files a/static/images/farm_header.jpg and /dev/null differ diff --git a/static/images/farm_map.png b/static/images/farm_map.png deleted file mode 100644 index 1d3b32dca..000000000 Binary files a/static/images/farm_map.png and /dev/null differ diff --git a/static/images/farm_tft.png b/static/images/farm_tft.png deleted file mode 100644 index 1de761dc9..000000000 Binary files a/static/images/farm_tft.png and /dev/null differ diff --git a/static/images/farm_titan.jpg b/static/images/farm_titan.jpg deleted file mode 100644 index 495bed493..000000000 Binary files a/static/images/farm_titan.jpg and /dev/null differ diff --git a/static/images/farm_value_tft.jpg b/static/images/farm_value_tft.jpg deleted file mode 100644 index 2e86b76f1..000000000 Binary files a/static/images/farm_value_tft.jpg and /dev/null differ diff --git a/static/images/flo.png b/static/images/flo.png new file mode 100644 index 000000000..995ddfd0f Binary files /dev/null and b/static/images/flo.png differ diff --git a/static/images/flowgen.png b/static/images/flowgen.png deleted file mode 100644 index b916e0df1..000000000 Binary files a/static/images/flowgen.png and /dev/null differ diff --git a/static/images/flowgenLogo.png b/static/images/flowgenLogo.png deleted file mode 100644 index ce48ab6f6..000000000 Binary files a/static/images/flowgenLogo.png and /dev/null differ diff --git a/static/images/flowgen_tf.png b/static/images/flowgen_tf.png deleted file mode 100644 index 375212833..000000000 Binary files a/static/images/flowgen_tf.png and /dev/null differ diff --git a/static/images/for_people.png b/static/images/for_people.png deleted file mode 100644 index 5b1bac661..000000000 Binary files a/static/images/for_people.png and /dev/null differ diff --git a/static/images/forbers.png b/static/images/forbers.png deleted file mode 100644 index 7a72ec7e6..000000000 Binary files a/static/images/forbers.png and /dev/null differ diff --git a/static/images/forum.png b/static/images/forum.png deleted file mode 100644 index f45758252..000000000 Binary files a/static/images/forum.png and /dev/null differ diff --git a/static/images/freeflownation.jpg b/static/images/freeflownation.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/static/images/freeflownation.jpg and /dev/null differ diff --git a/static/images/freeflownationLogo.png b/static/images/freeflownationLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/freeflownationLogo.png and /dev/null differ diff --git a/static/images/freezone.png b/static/images/freezone.png new file mode 100644 index 000000000..706073812 Binary files /dev/null and b/static/images/freezone.png differ diff --git a/static/images/freezone_anouncement.png b/static/images/freezone_anouncement.png new file mode 100644 index 000000000..ddf12369b Binary files /dev/null and b/static/images/freezone_anouncement.png differ diff --git a/static/images/genblue.png b/static/images/genblue.png deleted file mode 100644 index c6afad6d7..000000000 Binary files a/static/images/genblue.png and /dev/null differ diff --git a/static/images/genblue_tf.png b/static/images/genblue_tf.png deleted file mode 100644 index 157a93899..000000000 Binary files a/static/images/genblue_tf.png and /dev/null differ diff --git a/static/images/generation_blueLogo.png b/static/images/generation_blueLogo.png deleted file mode 100644 index 4e4cce143..000000000 Binary files a/static/images/generation_blueLogo.png and /dev/null differ diff --git a/static/images/generationblue2.png b/static/images/generationblue2.png deleted file mode 100644 index c3eed3d5e..000000000 Binary files a/static/images/generationblue2.png and /dev/null differ diff --git a/static/images/get_tft_button.png b/static/images/get_tft_button.png deleted file mode 100644 index 3c89d8582..000000000 Binary files a/static/images/get_tft_button.png and /dev/null differ diff --git a/static/images/gettft_node_1.png b/static/images/gettft_node_1.png deleted file mode 100644 index 38952b006..000000000 Binary files a/static/images/gettft_node_1.png and /dev/null differ diff --git a/static/images/gettft_node_2.png b/static/images/gettft_node_2.png deleted file mode 100644 index 2154fd92c..000000000 Binary files a/static/images/gettft_node_2.png and /dev/null differ diff --git a/static/images/gettft_white.png b/static/images/gettft_white.png deleted file mode 100644 index 12376d48c..000000000 Binary files a/static/images/gettft_white.png and /dev/null differ diff --git a/static/images/gif2.gif b/static/images/gif2.gif new file mode 100644 index 000000000..0cd4765ad Binary files /dev/null and b/static/images/gif2.gif differ diff --git a/static/images/github.png b/static/images/github.png deleted file mode 100644 index 387b701db..000000000 Binary files a/static/images/github.png and /dev/null differ diff --git a/static/images/globe_header.png b/static/images/globe_header.png deleted file mode 100644 index 7a579e425..000000000 Binary files a/static/images/globe_header.png and /dev/null differ diff --git a/static/images/globe_mission.png b/static/images/globe_mission.png deleted file mode 100644 index e641432d3..000000000 Binary files a/static/images/globe_mission.png and /dev/null differ diff --git a/static/images/green_edgeLogo.png b/static/images/green_edgeLogo.png deleted file mode 100644 index 7b8fc81b2..000000000 Binary files a/static/images/green_edgeLogo.png and /dev/null differ diff --git a/static/images/greenedge.png b/static/images/greenedge.png deleted file mode 100644 index 886bac42a..000000000 Binary files a/static/images/greenedge.png and /dev/null differ diff --git a/static/images/greenedge2.png b/static/images/greenedge2.png deleted file mode 100644 index ff3558b86..000000000 Binary files a/static/images/greenedge2.png and /dev/null differ diff --git a/static/images/greenedge_tf.png b/static/images/greenedge_tf.png deleted file mode 100644 index 41c3894e7..000000000 Binary files a/static/images/greenedge_tf.png and /dev/null differ diff --git a/static/images/grid_decenter.jpg b/static/images/grid_decenter.jpg deleted file mode 100644 index 310bad19a..000000000 Binary files a/static/images/grid_decenter.jpg and /dev/null differ diff --git a/static/images/grid_map.png b/static/images/grid_map.png deleted file mode 100644 index ddd62f549..000000000 Binary files a/static/images/grid_map.png and /dev/null differ diff --git a/static/images/grid_new_internet.jpg b/static/images/grid_new_internet.jpg deleted file mode 100644 index ba48e723d..000000000 Binary files a/static/images/grid_new_internet.jpg and /dev/null differ diff --git a/static/images/grid_people.jpg b/static/images/grid_people.jpg deleted file mode 100644 index 483736f2c..000000000 Binary files a/static/images/grid_people.jpg and /dev/null differ diff --git a/static/images/grid_scaled.png b/static/images/grid_scaled.png deleted file mode 100644 index f9e19ad0d..000000000 Binary files a/static/images/grid_scaled.png and /dev/null differ diff --git a/static/images/gride_header.png b/static/images/gride_header.png deleted file mode 100644 index 49f5a982c..000000000 Binary files a/static/images/gride_header.png and /dev/null differ diff --git a/static/images/harmony.png b/static/images/harmony.png deleted file mode 100644 index 5056f09a5..000000000 Binary files a/static/images/harmony.png and /dev/null differ diff --git a/static/images/harmony2.png b/static/images/harmony2.png deleted file mode 100644 index bc78c5db7..000000000 Binary files a/static/images/harmony2.png and /dev/null differ diff --git a/static/images/harmony_logo.png b/static/images/harmony_logo.png deleted file mode 100644 index 6ad226033..000000000 Binary files a/static/images/harmony_logo.png and /dev/null differ diff --git a/static/images/header-R03-8.png b/static/images/header-R03-8.png deleted file mode 100644 index 1ed98f639..000000000 Binary files a/static/images/header-R03-8.png and /dev/null differ diff --git a/static/images/header_bg.jpg b/static/images/header_bg.jpg deleted file mode 100644 index f8c2c62ed..000000000 Binary files a/static/images/header_bg.jpg and /dev/null differ diff --git a/static/images/header_new_b.png b/static/images/header_new_b.png deleted file mode 100644 index dd4c5a77b..000000000 Binary files a/static/images/header_new_b.png and /dev/null differ diff --git a/static/images/hpe.png b/static/images/hpe.png deleted file mode 100644 index 7bc94eca5..000000000 Binary files a/static/images/hpe.png and /dev/null differ diff --git a/static/images/hpe2.jpg b/static/images/hpe2.jpg deleted file mode 100644 index ecab01c4d..000000000 Binary files a/static/images/hpe2.jpg and /dev/null differ diff --git a/static/images/hpeLogo.png b/static/images/hpeLogo.png deleted file mode 100644 index 4be053a7f..000000000 Binary files a/static/images/hpeLogo.png and /dev/null differ diff --git a/static/images/hpe_tf.png b/static/images/hpe_tf.png deleted file mode 100644 index 287ff2606..000000000 Binary files a/static/images/hpe_tf.png and /dev/null differ diff --git a/static/images/iba.png b/static/images/iba.png deleted file mode 100644 index 9dfde0c61..000000000 Binary files a/static/images/iba.png and /dev/null differ diff --git a/static/images/iba2.png b/static/images/iba2.png deleted file mode 100644 index 342570399..000000000 Binary files a/static/images/iba2.png and /dev/null differ diff --git a/static/images/iinch_button.png b/static/images/iinch_button.png deleted file mode 100644 index 2b2038b1a..000000000 Binary files a/static/images/iinch_button.png and /dev/null differ diff --git a/static/images/impact.png b/static/images/impact.png deleted file mode 100644 index e65482131..000000000 Binary files a/static/images/impact.png and /dev/null differ diff --git a/static/images/incubaid.jpg b/static/images/incubaid.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/static/images/incubaid.jpg and /dev/null differ diff --git a/static/images/incubaidLogo.png b/static/images/incubaidLogo.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/incubaidLogo.png and /dev/null differ diff --git a/static/images/india_blockchain_allianceLogo.png b/static/images/india_blockchain_allianceLogo.png deleted file mode 100644 index a0db4e844..000000000 Binary files a/static/images/india_blockchain_allianceLogo.png and /dev/null differ diff --git a/static/images/internet_of_internets.png b/static/images/internet_of_internets.png deleted file mode 100644 index 086bbb284..000000000 Binary files a/static/images/internet_of_internets.png and /dev/null differ diff --git a/static/images/jan.png b/static/images/jan.png new file mode 100644 index 000000000..961a87736 Binary files /dev/null and b/static/images/jan.png differ diff --git a/static/images/jimber.png b/static/images/jimber.png deleted file mode 100644 index 0a76e07c9..000000000 Binary files a/static/images/jimber.png and /dev/null differ diff --git a/static/images/jimberLogo.png b/static/images/jimberLogo.png deleted file mode 100644 index 95d8b4cc7..000000000 Binary files a/static/images/jimberLogo.png and /dev/null differ diff --git a/static/images/joint_ideaLogo.png b/static/images/joint_ideaLogo.png deleted file mode 100644 index 12d484866..000000000 Binary files a/static/images/joint_ideaLogo.png and /dev/null differ diff --git a/static/images/jointidea.png b/static/images/jointidea.png deleted file mode 100644 index 84e31c8ef..000000000 Binary files a/static/images/jointidea.png and /dev/null differ diff --git a/static/images/jointidea2.jpg b/static/images/jointidea2.jpg deleted file mode 100644 index df0678d20..000000000 Binary files a/static/images/jointidea2.jpg and /dev/null differ diff --git a/static/images/jointidea_tf.png b/static/images/jointidea_tf.png deleted file mode 100644 index 6e33051cf..000000000 Binary files a/static/images/jointidea_tf.png and /dev/null differ diff --git a/static/images/kds.png b/static/images/kds.png new file mode 100644 index 000000000..a87a552c7 Binary files /dev/null and b/static/images/kds.png differ diff --git a/static/images/kleos.png b/static/images/kleos.png deleted file mode 100644 index b023cac09..000000000 Binary files a/static/images/kleos.png and /dev/null differ diff --git a/static/images/kleos2.png b/static/images/kleos2.png deleted file mode 100644 index 137cce350..000000000 Binary files a/static/images/kleos2.png and /dev/null differ diff --git a/static/images/kleosLogo.png b/static/images/kleosLogo.png deleted file mode 100644 index 61818af9d..000000000 Binary files a/static/images/kleosLogo.png and /dev/null differ diff --git a/static/images/kleos_tf.png b/static/images/kleos_tf.png deleted file mode 100644 index 6dd8b1a3d..000000000 Binary files a/static/images/kleos_tf.png and /dev/null differ diff --git a/static/images/kubernetes.png b/static/images/kubernetes.png deleted file mode 100644 index 9b2fed80f..000000000 Binary files a/static/images/kubernetes.png and /dev/null differ diff --git a/static/images/landing_img2.jpg b/static/images/landing_img2.jpg deleted file mode 100644 index 4ebdd8e3c..000000000 Binary files a/static/images/landing_img2.jpg and /dev/null differ diff --git a/static/images/landing_img4.png b/static/images/landing_img4.png deleted file mode 100644 index 570e9bbe1..000000000 Binary files a/static/images/landing_img4.png and /dev/null differ diff --git a/static/images/landing_img5.png b/static/images/landing_img5.png deleted file mode 100644 index 3ce967320..000000000 Binary files a/static/images/landing_img5.png and /dev/null differ diff --git a/static/images/landing_img6.png b/static/images/landing_img6.png deleted file mode 100644 index f0066f8f3..000000000 Binary files a/static/images/landing_img6.png and /dev/null differ diff --git a/static/images/le_ciel_foundation.png b/static/images/le_ciel_foundation.png deleted file mode 100644 index 3ae9fec82..000000000 Binary files a/static/images/le_ciel_foundation.png and /dev/null differ diff --git a/static/images/le_ciel_foundationLogo.jpeg b/static/images/le_ciel_foundationLogo.jpeg deleted file mode 100644 index 143923775..000000000 Binary files a/static/images/le_ciel_foundationLogo.jpeg and /dev/null differ diff --git a/static/images/limitless.png b/static/images/limitless.png deleted file mode 100644 index 2c924c523..000000000 Binary files a/static/images/limitless.png and /dev/null differ diff --git a/static/images/linkedin.png b/static/images/linkedin.png deleted file mode 100644 index bf46e0181..000000000 Binary files a/static/images/linkedin.png and /dev/null differ diff --git a/static/images/liquid.png b/static/images/liquid.png deleted file mode 100644 index 313c90bc8..000000000 Binary files a/static/images/liquid.png and /dev/null differ diff --git a/static/images/liquid2.png b/static/images/liquid2.png deleted file mode 100644 index 84c7614da..000000000 Binary files a/static/images/liquid2.png and /dev/null differ diff --git a/static/images/liquidLogo.png b/static/images/liquidLogo.png deleted file mode 100644 index aa84f9e05..000000000 Binary files a/static/images/liquidLogo.png and /dev/null differ diff --git a/static/images/logo_threefold_chapters.png b/static/images/logo_threefold_chapters.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/logo_threefold_chapters.png and /dev/null differ diff --git a/static/images/logo_threefold_grid.png b/static/images/logo_threefold_grid.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/logo_threefold_grid.png and /dev/null differ diff --git a/static/images/logo_threefold_love.png b/static/images/logo_threefold_love.png deleted file mode 100644 index 24462f21b..000000000 Binary files a/static/images/logo_threefold_love.png and /dev/null differ diff --git a/static/images/mail_list.png b/static/images/mail_list.png deleted file mode 100644 index b52fe318e..000000000 Binary files a/static/images/mail_list.png and /dev/null differ diff --git a/static/images/map2.png b/static/images/map2.png new file mode 100644 index 000000000..e9415cfd0 Binary files /dev/null and b/static/images/map2.png differ diff --git a/static/images/map_white.png b/static/images/map_white.png new file mode 100644 index 000000000..1fb1e693f Binary files /dev/null and b/static/images/map_white.png differ diff --git a/static/images/marius-masalar-unsplash.jpg b/static/images/marius-masalar-unsplash.jpg deleted file mode 100644 index 2ffc80bd3..000000000 Binary files a/static/images/marius-masalar-unsplash.jpg and /dev/null differ diff --git a/static/images/mazraa.png b/static/images/mazraa.png deleted file mode 100644 index 607fa75e6..000000000 Binary files a/static/images/mazraa.png and /dev/null differ diff --git a/static/images/mazraa2.png b/static/images/mazraa2.png deleted file mode 100644 index 37e5ab7cb..000000000 Binary files a/static/images/mazraa2.png and /dev/null differ diff --git a/static/images/mazraaLogo.png b/static/images/mazraaLogo.png deleted file mode 100644 index 44d862721..000000000 Binary files a/static/images/mazraaLogo.png and /dev/null differ diff --git a/static/images/mission.png b/static/images/mission.png deleted file mode 100644 index ae78f8baa..000000000 Binary files a/static/images/mission.png and /dev/null differ diff --git a/static/images/mission_header.png b/static/images/mission_header.png deleted file mode 100644 index 0ffa57fcc..000000000 Binary files a/static/images/mission_header.png and /dev/null differ diff --git a/static/images/mission_roadmap.png b/static/images/mission_roadmap.png deleted file mode 100644 index eaf8a392a..000000000 Binary files a/static/images/mission_roadmap.png and /dev/null differ diff --git a/static/images/money_of_good.png b/static/images/money_of_good.png deleted file mode 100644 index f4009e59b..000000000 Binary files a/static/images/money_of_good.png and /dev/null differ diff --git a/static/images/money_of_good2.jpg b/static/images/money_of_good2.jpg deleted file mode 100644 index 8ad47df10..000000000 Binary files a/static/images/money_of_good2.jpg and /dev/null differ diff --git a/static/images/money_of_goodLogo.png b/static/images/money_of_goodLogo.png deleted file mode 100644 index 915edade0..000000000 Binary files a/static/images/money_of_goodLogo.png and /dev/null differ diff --git a/static/images/money_of_good_tf.png b/static/images/money_of_good_tf.png deleted file mode 100644 index dd056ef79..000000000 Binary files a/static/images/money_of_good_tf.png and /dev/null differ diff --git a/static/images/mycel2.gif b/static/images/mycel2.gif new file mode 100644 index 000000000..ba3825067 Binary files /dev/null and b/static/images/mycel2.gif differ diff --git a/static/images/mycelium.gif b/static/images/mycelium.gif new file mode 100644 index 000000000..e6bcae2cb Binary files /dev/null and b/static/images/mycelium.gif differ diff --git a/static/images/nebulai.png b/static/images/nebulai.png deleted file mode 100644 index 4b7ef8c0e..000000000 Binary files a/static/images/nebulai.png and /dev/null differ diff --git a/static/images/nebulaiLogo.jpeg b/static/images/nebulaiLogo.jpeg deleted file mode 100644 index 050f82f10..000000000 Binary files a/static/images/nebulaiLogo.jpeg and /dev/null differ diff --git a/static/images/nebulai_header.png b/static/images/nebulai_header.png deleted file mode 100644 index 4764d0d86..000000000 Binary files a/static/images/nebulai_header.png and /dev/null differ diff --git a/static/images/nebulai_solutions.png b/static/images/nebulai_solutions.png deleted file mode 100644 index 839b98175..000000000 Binary files a/static/images/nebulai_solutions.png and /dev/null differ diff --git a/static/images/neo.png b/static/images/neo.png deleted file mode 100644 index 6b8506afa..000000000 Binary files a/static/images/neo.png and /dev/null differ diff --git a/static/images/neo2.jpeg b/static/images/neo2.jpeg deleted file mode 100644 index 5b91d4878..000000000 Binary files a/static/images/neo2.jpeg and /dev/null differ diff --git a/static/images/neoLogo.png b/static/images/neoLogo.png deleted file mode 100644 index dc3666a83..000000000 Binary files a/static/images/neoLogo.png and /dev/null differ diff --git a/static/images/neo_tf.png b/static/images/neo_tf.png deleted file mode 100644 index 05401fbc5..000000000 Binary files a/static/images/neo_tf.png and /dev/null differ diff --git a/static/images/network.jpg b/static/images/network.jpg deleted file mode 100644 index 354e5fae4..000000000 Binary files a/static/images/network.jpg and /dev/null differ diff --git a/static/images/new_internet.jpg b/static/images/new_internet.jpg deleted file mode 100644 index afcceef3f..000000000 Binary files a/static/images/new_internet.jpg and /dev/null differ diff --git a/static/images/new_logo_tft.png b/static/images/new_logo_tft.png new file mode 100644 index 000000000..b07c72c6e Binary files /dev/null and b/static/images/new_logo_tft.png differ diff --git a/static/images/node_mission.png b/static/images/node_mission.png deleted file mode 100644 index 3f9abb621..000000000 Binary files a/static/images/node_mission.png and /dev/null differ diff --git a/static/images/ode.png b/static/images/ode.png deleted file mode 100644 index 7d7f34546..000000000 Binary files a/static/images/ode.png and /dev/null differ diff --git a/static/images/ode2.png b/static/images/ode2.png deleted file mode 100644 index 4c045d687..000000000 Binary files a/static/images/ode2.png and /dev/null differ diff --git a/static/images/odeLogo.png b/static/images/odeLogo.png deleted file mode 100644 index 0784c6e2e..000000000 Binary files a/static/images/odeLogo.png and /dev/null differ diff --git a/static/images/offer_2.png b/static/images/offer_2.png deleted file mode 100644 index 11f25b7b9..000000000 Binary files a/static/images/offer_2.png and /dev/null differ diff --git a/static/images/ootmission.png b/static/images/ootmission.png deleted file mode 100644 index 66e3c1178..000000000 Binary files a/static/images/ootmission.png and /dev/null differ diff --git a/static/images/ootopia.png b/static/images/ootopia.png deleted file mode 100644 index bbd13b5a7..000000000 Binary files a/static/images/ootopia.png and /dev/null differ diff --git a/static/images/ootopiaLogo.jpeg b/static/images/ootopiaLogo.jpeg deleted file mode 100644 index 8bb5eb15b..000000000 Binary files a/static/images/ootopiaLogo.jpeg and /dev/null differ diff --git a/static/images/ootopia_header.png b/static/images/ootopia_header.png deleted file mode 100644 index db46dfa4e..000000000 Binary files a/static/images/ootopia_header.png and /dev/null differ diff --git a/static/images/operating_system.png b/static/images/operating_system.png deleted file mode 100644 index de054059b..000000000 Binary files a/static/images/operating_system.png and /dev/null differ diff --git a/static/images/ourworld_logo2.png b/static/images/ourworld_logo2.png deleted file mode 100644 index 46b8c396d..000000000 Binary files a/static/images/ourworld_logo2.png and /dev/null differ diff --git a/static/images/ourworld_mycellium.png b/static/images/ourworld_mycellium.png deleted file mode 100644 index 1b9ad516c..000000000 Binary files a/static/images/ourworld_mycellium.png and /dev/null differ diff --git a/static/images/owncloud1.png b/static/images/owncloud1.png deleted file mode 100644 index 88fbf50ca..000000000 Binary files a/static/images/owncloud1.png and /dev/null differ diff --git a/static/images/owncloud2.png b/static/images/owncloud2.png deleted file mode 100644 index b7bbbd815..000000000 Binary files a/static/images/owncloud2.png and /dev/null differ diff --git a/static/images/owncloud_logo.png b/static/images/owncloud_logo.png deleted file mode 100644 index 291394947..000000000 Binary files a/static/images/owncloud_logo.png and /dev/null differ diff --git a/static/images/p4p_new.png b/static/images/p4p_new.png deleted file mode 100644 index 3036cfb9c..000000000 Binary files a/static/images/p4p_new.png and /dev/null differ diff --git a/static/images/pancack_button.png b/static/images/pancack_button.png deleted file mode 100644 index 5761a19dd..000000000 Binary files a/static/images/pancack_button.png and /dev/null differ diff --git a/static/images/paradise_hills_image.png b/static/images/paradise_hills_image.png deleted file mode 100644 index c1a7214f8..000000000 Binary files a/static/images/paradise_hills_image.png and /dev/null differ diff --git a/static/images/paradise_hills_logo.png b/static/images/paradise_hills_logo.png deleted file mode 100644 index 7f8f2ad59..000000000 Binary files a/static/images/paradise_hills_logo.png and /dev/null differ diff --git a/static/images/paradise_hills_w.jpg b/static/images/paradise_hills_w.jpg deleted file mode 100644 index e19b8c7f3..000000000 Binary files a/static/images/paradise_hills_w.jpg and /dev/null differ diff --git a/static/images/people/florian_fournier.jpeg b/static/images/people/florian_fournier.jpeg index e7c788edc..a5cccdd3f 100644 Binary files a/static/images/people/florian_fournier.jpeg and b/static/images/people/florian_fournier.jpeg differ diff --git a/static/images/people_mission.png b/static/images/people_mission.png deleted file mode 100644 index 5b9e53bf8..000000000 Binary files a/static/images/people_mission.png and /dev/null differ diff --git a/static/images/placeholder.jpg b/static/images/placeholder.jpg deleted file mode 100644 index f72d03596..000000000 Binary files a/static/images/placeholder.jpg and /dev/null differ diff --git a/static/images/planet_first_people_first.png b/static/images/planet_first_people_first.png deleted file mode 100644 index 026cb69ee..000000000 Binary files a/static/images/planet_first_people_first.png and /dev/null differ diff --git a/static/images/planetary_network.jpg b/static/images/planetary_network.jpg deleted file mode 100644 index 57e49da8e..000000000 Binary files a/static/images/planetary_network.jpg and /dev/null differ diff --git a/static/images/planetary_network.png b/static/images/planetary_network.png deleted file mode 100644 index 2a1b2f6cd..000000000 Binary files a/static/images/planetary_network.png and /dev/null differ diff --git a/static/images/plug_1.png b/static/images/plug_1.png deleted file mode 100644 index a8e27b1b9..000000000 Binary files a/static/images/plug_1.png and /dev/null differ diff --git a/static/images/polygon-logo.png b/static/images/polygon-logo.png deleted file mode 100644 index e51095993..000000000 Binary files a/static/images/polygon-logo.png and /dev/null differ diff --git a/static/images/polygon.png b/static/images/polygon.png deleted file mode 100644 index 27c4a678c..000000000 Binary files a/static/images/polygon.png and /dev/null differ diff --git a/static/images/polygon2.png b/static/images/polygon2.png deleted file mode 100644 index d1eefc88e..000000000 Binary files a/static/images/polygon2.png and /dev/null differ diff --git a/static/images/polygonLogo.png b/static/images/polygonLogo.png deleted file mode 100644 index 0b149ba86..000000000 Binary files a/static/images/polygonLogo.png and /dev/null differ diff --git a/static/images/polygon_tf.png b/static/images/polygon_tf.png deleted file mode 100644 index de4885c48..000000000 Binary files a/static/images/polygon_tf.png and /dev/null differ diff --git a/static/images/presearch.png b/static/images/presearch.png deleted file mode 100644 index 26abd5138..000000000 Binary files a/static/images/presearch.png and /dev/null differ diff --git a/static/images/presearch1.png b/static/images/presearch1.png deleted file mode 100644 index 43467c9e8..000000000 Binary files a/static/images/presearch1.png and /dev/null differ diff --git a/static/images/presearchLogo.png b/static/images/presearchLogo.png deleted file mode 100644 index bd16db7f0..000000000 Binary files a/static/images/presearchLogo.png and /dev/null differ diff --git a/static/images/presearch_tf.png b/static/images/presearch_tf.png deleted file mode 100644 index b53544251..000000000 Binary files a/static/images/presearch_tf.png and /dev/null differ diff --git a/static/images/privacy.png b/static/images/privacy.png deleted file mode 100644 index e9fca3d1b..000000000 Binary files a/static/images/privacy.png and /dev/null differ diff --git a/static/images/product.png b/static/images/product.png deleted file mode 100644 index 764bb73c0..000000000 Binary files a/static/images/product.png and /dev/null differ diff --git a/static/images/qsfs.png b/static/images/qsfs.png deleted file mode 100644 index 3db58f0f8..000000000 Binary files a/static/images/qsfs.png and /dev/null differ diff --git a/static/images/qss.png b/static/images/qss.png deleted file mode 100644 index f01c658d0..000000000 Binary files a/static/images/qss.png and /dev/null differ diff --git a/static/images/reddit.png b/static/images/reddit.png deleted file mode 100644 index ae2b17ad1..000000000 Binary files a/static/images/reddit.png and /dev/null differ diff --git a/static/images/safe_city.png b/static/images/safe_city.png deleted file mode 100644 index 0ba3c90a1..000000000 Binary files a/static/images/safe_city.png and /dev/null differ diff --git a/static/images/safe_city2.png b/static/images/safe_city2.png deleted file mode 100644 index 43931654b..000000000 Binary files a/static/images/safe_city2.png and /dev/null differ diff --git a/static/images/safe_cityLogo.png b/static/images/safe_cityLogo.png deleted file mode 100644 index 581019f48..000000000 Binary files a/static/images/safe_cityLogo.png and /dev/null differ diff --git a/static/images/scalable.png b/static/images/scalable.png deleted file mode 100644 index 92aa1c88b..000000000 Binary files a/static/images/scalable.png and /dev/null differ diff --git a/static/images/secure.png b/static/images/secure.png deleted file mode 100644 index c15b218e0..000000000 Binary files a/static/images/secure.png and /dev/null differ diff --git a/static/images/seeds.png b/static/images/seeds.png deleted file mode 100644 index 6aa989950..000000000 Binary files a/static/images/seeds.png and /dev/null differ diff --git a/static/images/seeds2.png b/static/images/seeds2.png deleted file mode 100644 index 4e5b8635b..000000000 Binary files a/static/images/seeds2.png and /dev/null differ diff --git a/static/images/seedsLogo.png b/static/images/seedsLogo.png deleted file mode 100644 index 4b878f3d1..000000000 Binary files a/static/images/seedsLogo.png and /dev/null differ diff --git a/static/images/seeds_tf.png b/static/images/seeds_tf.png deleted file mode 100644 index b084a697e..000000000 Binary files a/static/images/seeds_tf.png and /dev/null differ diff --git a/static/images/selfkey.png b/static/images/selfkey.png deleted file mode 100644 index 8b1edab81..000000000 Binary files a/static/images/selfkey.png and /dev/null differ diff --git a/static/images/selfkey2.jpg b/static/images/selfkey2.jpg deleted file mode 100644 index 1a6d4a6ee..000000000 Binary files a/static/images/selfkey2.jpg and /dev/null differ diff --git a/static/images/selfkeyLogo.png b/static/images/selfkeyLogo.png deleted file mode 100644 index accc465e9..000000000 Binary files a/static/images/selfkeyLogo.png and /dev/null differ diff --git a/static/images/sequoyah.png b/static/images/sequoyah.png deleted file mode 100644 index 527b33330..000000000 Binary files a/static/images/sequoyah.png and /dev/null differ diff --git a/static/images/sequoyah2.png b/static/images/sequoyah2.png deleted file mode 100644 index 1a56fb1d0..000000000 Binary files a/static/images/sequoyah2.png and /dev/null differ diff --git a/static/images/sequoyahLogo.png b/static/images/sequoyahLogo.png deleted file mode 100644 index 4c707e8f4..000000000 Binary files a/static/images/sequoyahLogo.png and /dev/null differ diff --git a/static/images/sequoyah_tf.png b/static/images/sequoyah_tf.png deleted file mode 100644 index 5a93b5d7b..000000000 Binary files a/static/images/sequoyah_tf.png and /dev/null differ diff --git a/static/images/shareitt.png b/static/images/shareitt.png deleted file mode 100644 index dea37ad1c..000000000 Binary files a/static/images/shareitt.png and /dev/null differ diff --git a/static/images/shareitt2.jpg b/static/images/shareitt2.jpg deleted file mode 100644 index 7841ff104..000000000 Binary files a/static/images/shareitt2.jpg and /dev/null differ diff --git a/static/images/shareittLogo.png b/static/images/shareittLogo.png deleted file mode 100644 index cc990ad66..000000000 Binary files a/static/images/shareittLogo.png and /dev/null differ diff --git a/static/images/shareitt_tf.png b/static/images/shareitt_tf.png deleted file mode 100644 index a3085c0c8..000000000 Binary files a/static/images/shareitt_tf.png and /dev/null differ diff --git a/static/images/skale_labs.png b/static/images/skale_labs.png deleted file mode 100644 index 95a861eed..000000000 Binary files a/static/images/skale_labs.png and /dev/null differ diff --git a/static/images/skale_labs2.png b/static/images/skale_labs2.png deleted file mode 100644 index 89a15888b..000000000 Binary files a/static/images/skale_labs2.png and /dev/null differ diff --git a/static/images/skale_labsLogo.png b/static/images/skale_labsLogo.png deleted file mode 100644 index 745f42f74..000000000 Binary files a/static/images/skale_labsLogo.png and /dev/null differ diff --git a/static/images/skale_labs_tf.png b/static/images/skale_labs_tf.png deleted file mode 100644 index 4b1fcb3b4..000000000 Binary files a/static/images/skale_labs_tf.png and /dev/null differ diff --git a/static/images/solidaridad.jpg b/static/images/solidaridad.jpg deleted file mode 100644 index f0933195f..000000000 Binary files a/static/images/solidaridad.jpg and /dev/null differ diff --git a/static/images/solidaridad.png b/static/images/solidaridad.png deleted file mode 100644 index e9fdd80b4..000000000 Binary files a/static/images/solidaridad.png and /dev/null differ diff --git a/static/images/solidaridad2.jpg b/static/images/solidaridad2.jpg deleted file mode 100644 index b8dd6d92e..000000000 Binary files a/static/images/solidaridad2.jpg and /dev/null differ diff --git a/static/images/solidaridadLogo.png b/static/images/solidaridadLogo.png deleted file mode 100644 index a7bca9a0c..000000000 Binary files a/static/images/solidaridadLogo.png and /dev/null differ diff --git a/static/images/solidaridad_app.jpg b/static/images/solidaridad_app.jpg deleted file mode 100644 index f83369052..000000000 Binary files a/static/images/solidaridad_app.jpg and /dev/null differ diff --git a/static/images/solidaridad_tf.png b/static/images/solidaridad_tf.png deleted file mode 100644 index 6617a8ab7..000000000 Binary files a/static/images/solidaridad_tf.png and /dev/null differ diff --git a/static/images/sovereigndy.png b/static/images/sovereigndy.png new file mode 100644 index 000000000..856154868 Binary files /dev/null and b/static/images/sovereigndy.png differ diff --git a/static/images/spinn.png b/static/images/spinn.png deleted file mode 100644 index a0dd13a1d..000000000 Binary files a/static/images/spinn.png and /dev/null differ diff --git a/static/images/spinnLogo.png b/static/images/spinnLogo.png deleted file mode 100644 index 622fa4b11..000000000 Binary files a/static/images/spinnLogo.png and /dev/null differ diff --git a/static/images/spinn_coffee_platform.png b/static/images/spinn_coffee_platform.png deleted file mode 100644 index 522143e3d..000000000 Binary files a/static/images/spinn_coffee_platform.png and /dev/null differ diff --git a/static/images/stellar.png b/static/images/stellar.png deleted file mode 100644 index 33540debe..000000000 Binary files a/static/images/stellar.png and /dev/null differ diff --git a/static/images/stellar2.jpg b/static/images/stellar2.jpg deleted file mode 100644 index 8851e224f..000000000 Binary files a/static/images/stellar2.jpg and /dev/null differ diff --git a/static/images/stellarLogo.png b/static/images/stellarLogo.png deleted file mode 100644 index 93ca9dcc8..000000000 Binary files a/static/images/stellarLogo.png and /dev/null differ diff --git a/static/images/stellar_logo.png b/static/images/stellar_logo.png deleted file mode 100644 index 10d2e849c..000000000 Binary files a/static/images/stellar_logo.png and /dev/null differ diff --git a/static/images/stellar_tf.png b/static/images/stellar_tf.png deleted file mode 100644 index 0254d393f..000000000 Binary files a/static/images/stellar_tf.png and /dev/null differ diff --git a/static/images/storage.jpg b/static/images/storage.jpg deleted file mode 100644 index 7845527ec..000000000 Binary files a/static/images/storage.jpg and /dev/null differ diff --git a/static/images/support_join.png b/static/images/support_join.png deleted file mode 100644 index 40971377c..000000000 Binary files a/static/images/support_join.png and /dev/null differ diff --git a/static/images/support_others.png b/static/images/support_others.png deleted file mode 100644 index 010709b7b..000000000 Binary files a/static/images/support_others.png and /dev/null differ diff --git a/static/images/support_press.png b/static/images/support_press.png deleted file mode 100644 index d47a7b375..000000000 Binary files a/static/images/support_press.png and /dev/null differ diff --git a/static/images/tag.png b/static/images/tag.png deleted file mode 100644 index 581a22117..000000000 Binary files a/static/images/tag.png and /dev/null differ diff --git a/static/images/tag_logo.png b/static/images/tag_logo.png deleted file mode 100644 index e8f51212a..000000000 Binary files a/static/images/tag_logo.png and /dev/null differ diff --git a/static/images/tag_planting.jpg b/static/images/tag_planting.jpg deleted file mode 100644 index b223cc81a..000000000 Binary files a/static/images/tag_planting.jpg and /dev/null differ diff --git a/static/images/tanzania.png b/static/images/tanzania.png new file mode 100644 index 000000000..d13aca552 Binary files /dev/null and b/static/images/tanzania.png differ diff --git a/static/images/tech_page_3node.png b/static/images/tech_page_3node.png deleted file mode 100644 index a0112f5d4..000000000 Binary files a/static/images/tech_page_3node.png and /dev/null differ diff --git a/static/images/tech_page_mycelium.png b/static/images/tech_page_mycelium.png deleted file mode 100644 index 3f836be31..000000000 Binary files a/static/images/tech_page_mycelium.png and /dev/null differ diff --git a/static/images/tech_page_qsfs.png b/static/images/tech_page_qsfs.png deleted file mode 100644 index f4422d06e..000000000 Binary files a/static/images/tech_page_qsfs.png and /dev/null differ diff --git a/static/images/tech_page_zero_os.png b/static/images/tech_page_zero_os.png deleted file mode 100644 index 546397ffc..000000000 Binary files a/static/images/tech_page_zero_os.png and /dev/null differ diff --git a/static/images/telegram_chat.png b/static/images/telegram_chat.png deleted file mode 100644 index 6d43767ed..000000000 Binary files a/static/images/telegram_chat.png and /dev/null differ diff --git a/static/images/telegram_chattester.png b/static/images/telegram_chattester.png deleted file mode 100644 index a4872842a..000000000 Binary files a/static/images/telegram_chattester.png and /dev/null differ diff --git a/static/images/telegram_farmers.png b/static/images/telegram_farmers.png deleted file mode 100644 index 266865190..000000000 Binary files a/static/images/telegram_farmers.png and /dev/null differ diff --git a/static/images/telegram_new.png b/static/images/telegram_new.png deleted file mode 100644 index eb5f6bfb3..000000000 Binary files a/static/images/telegram_new.png and /dev/null differ diff --git a/static/images/terraform.png b/static/images/terraform.png deleted file mode 100644 index b3ffd3ca0..000000000 Binary files a/static/images/terraform.png and /dev/null differ diff --git a/static/images/tf_dark.png b/static/images/tf_dark.png new file mode 100644 index 000000000..3f360ec1c Binary files /dev/null and b/static/images/tf_dark.png differ diff --git a/static/images/tf_dark_2.png b/static/images/tf_dark_2.png new file mode 100644 index 000000000..dd36696cf Binary files /dev/null and b/static/images/tf_dark_2.png differ diff --git a/static/images/tf_icon.png b/static/images/tf_icon.png deleted file mode 100644 index db322ddbc..000000000 Binary files a/static/images/tf_icon.png and /dev/null differ diff --git a/static/images/tf_logo.png b/static/images/tf_logo.png deleted file mode 100644 index 0840d8559..000000000 Binary files a/static/images/tf_logo.png and /dev/null differ diff --git a/static/images/tft_125zb.png b/static/images/tft_125zb.png deleted file mode 100644 index 739cb3d79..000000000 Binary files a/static/images/tft_125zb.png and /dev/null differ diff --git a/static/images/tft_1b.png b/static/images/tft_1b.png deleted file mode 100644 index 0fdd67631..000000000 Binary files a/static/images/tft_1b.png and /dev/null differ diff --git a/static/images/tft_70b.png b/static/images/tft_70b.png deleted file mode 100644 index 38d64eb4c..000000000 Binary files a/static/images/tft_70b.png and /dev/null differ diff --git a/static/images/tft_800.png b/static/images/tft_800.png deleted file mode 100644 index 546c3704c..000000000 Binary files a/static/images/tft_800.png and /dev/null differ diff --git a/static/images/tft_burn.jpg b/static/images/tft_burn.jpg deleted file mode 100644 index 1c47b41f0..000000000 Binary files a/static/images/tft_burn.jpg and /dev/null differ diff --git a/static/images/tft_currency.png b/static/images/tft_currency.png deleted file mode 100644 index 84d26f602..000000000 Binary files a/static/images/tft_currency.png and /dev/null differ diff --git a/static/images/tft_header.png b/static/images/tft_header.png deleted file mode 100644 index 370e2110f..000000000 Binary files a/static/images/tft_header.png and /dev/null differ diff --git a/static/images/tft_join_internet.png b/static/images/tft_join_internet.png deleted file mode 100644 index 76656e6f7..000000000 Binary files a/static/images/tft_join_internet.png and /dev/null differ diff --git a/static/images/tft_log.svg b/static/images/tft_log.svg deleted file mode 100644 index 567d83fed..000000000 --- a/static/images/tft_log.svg +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/images/tft_loyalty.jpg b/static/images/tft_loyalty.jpg deleted file mode 100644 index 82ed6d0ba..000000000 Binary files a/static/images/tft_loyalty.jpg and /dev/null differ diff --git a/static/images/tft_network.png b/static/images/tft_network.png deleted file mode 100644 index ff394303d..000000000 Binary files a/static/images/tft_network.png and /dev/null differ diff --git a/static/images/tft_table.png b/static/images/tft_table.png deleted file mode 100644 index 8ba6aaf92..000000000 Binary files a/static/images/tft_table.png and /dev/null differ diff --git a/static/images/tft_utility.jpg b/static/images/tft_utility.jpg deleted file mode 100644 index 93683aa48..000000000 Binary files a/static/images/tft_utility.jpg and /dev/null differ diff --git a/static/images/tft_vedio.jpg b/static/images/tft_vedio.jpg deleted file mode 100644 index 54f2df9c1..000000000 Binary files a/static/images/tft_vedio.jpg and /dev/null differ diff --git a/static/images/the_humanized_internet.png b/static/images/the_humanized_internet.png deleted file mode 100644 index f1f6361a8..000000000 Binary files a/static/images/the_humanized_internet.png and /dev/null differ diff --git a/static/images/the_humanized_internet2.png b/static/images/the_humanized_internet2.png deleted file mode 100644 index 45db81e4a..000000000 Binary files a/static/images/the_humanized_internet2.png and /dev/null differ diff --git a/static/images/the_humanized_internetLogo.png b/static/images/the_humanized_internetLogo.png deleted file mode 100644 index ea8cd6a70..000000000 Binary files a/static/images/the_humanized_internetLogo.png and /dev/null differ diff --git a/static/images/the_threefold_movement.png b/static/images/the_threefold_movement.png deleted file mode 100644 index 80785e405..000000000 Binary files a/static/images/the_threefold_movement.png and /dev/null differ diff --git a/static/images/thecointel.png b/static/images/thecointel.png deleted file mode 100644 index c7bee6a64..000000000 Binary files a/static/images/thecointel.png and /dev/null differ diff --git a/static/images/threefold_blog.png b/static/images/threefold_blog.png deleted file mode 100644 index 242785f51..000000000 Binary files a/static/images/threefold_blog.png and /dev/null differ diff --git a/static/images/threefold_blog2.png b/static/images/threefold_blog2.png deleted file mode 100644 index 0de69b722..000000000 Binary files a/static/images/threefold_blog2.png and /dev/null differ diff --git a/static/images/threefold_chapters.png b/static/images/threefold_chapters.png deleted file mode 100644 index 0b78ea7b0..000000000 Binary files a/static/images/threefold_chapters.png and /dev/null differ diff --git a/static/images/threefold_foundation.png b/static/images/threefold_foundation.png deleted file mode 100644 index 564888b62..000000000 Binary files a/static/images/threefold_foundation.png and /dev/null differ diff --git a/static/images/threefold_foundation2.png b/static/images/threefold_foundation2.png deleted file mode 100644 index 129a4e3c3..000000000 Binary files a/static/images/threefold_foundation2.png and /dev/null differ diff --git a/static/images/threefold_foundationLogo.png b/static/images/threefold_foundationLogo.png deleted file mode 100644 index 871cfc01b..000000000 Binary files a/static/images/threefold_foundationLogo.png and /dev/null differ diff --git a/static/images/threefold_globe.png b/static/images/threefold_globe.png deleted file mode 100644 index e641432d3..000000000 Binary files a/static/images/threefold_globe.png and /dev/null differ diff --git a/static/images/threefold_grid.png b/static/images/threefold_grid.png deleted file mode 100644 index ea93ad59d..000000000 Binary files a/static/images/threefold_grid.png and /dev/null differ diff --git a/static/images/threefold_img.jpg b/static/images/threefold_img.jpg deleted file mode 100644 index 9925a1d7a..000000000 Binary files a/static/images/threefold_img.jpg and /dev/null differ diff --git a/static/images/threefold_img2.png b/static/images/threefold_img2.png deleted file mode 100644 index 91bb0411e..000000000 Binary files a/static/images/threefold_img2.png and /dev/null differ diff --git a/static/images/threefold_love.png b/static/images/threefold_love.png deleted file mode 100644 index 1f81c186a..000000000 Binary files a/static/images/threefold_love.png and /dev/null differ diff --git a/static/images/threefold_sustainability.png b/static/images/threefold_sustainability.png deleted file mode 100644 index 956960c03..000000000 Binary files a/static/images/threefold_sustainability.png and /dev/null differ diff --git a/static/images/threefold_tech.png b/static/images/threefold_tech.png deleted file mode 100644 index b5f97a1cc..000000000 Binary files a/static/images/threefold_tech.png and /dev/null differ diff --git a/static/images/threefold_tech2.png b/static/images/threefold_tech2.png deleted file mode 100644 index d4a212265..000000000 Binary files a/static/images/threefold_tech2.png and /dev/null differ diff --git a/static/images/threefold_techLogo.jpg b/static/images/threefold_techLogo.jpg deleted file mode 100644 index 144d21dcc..000000000 Binary files a/static/images/threefold_techLogo.jpg and /dev/null differ diff --git a/static/images/threefold_technology_home.jpg b/static/images/threefold_technology_home.jpg deleted file mode 100644 index 2e9adc81d..000000000 Binary files a/static/images/threefold_technology_home.jpg and /dev/null differ diff --git a/static/images/togethericon.png b/static/images/togethericon.png deleted file mode 100644 index 2d337ecb8..000000000 Binary files a/static/images/togethericon.png and /dev/null differ diff --git a/static/images/tomochain.png b/static/images/tomochain.png deleted file mode 100644 index ecf05bd73..000000000 Binary files a/static/images/tomochain.png and /dev/null differ diff --git a/static/images/tomochain2.jpg b/static/images/tomochain2.jpg deleted file mode 100644 index ceddc5540..000000000 Binary files a/static/images/tomochain2.jpg and /dev/null differ diff --git a/static/images/tomochainLogo.png b/static/images/tomochainLogo.png deleted file mode 100644 index e23d38236..000000000 Binary files a/static/images/tomochainLogo.png and /dev/null differ diff --git a/static/images/tomochain_tf.png b/static/images/tomochain_tf.png deleted file mode 100644 index 5efc154e1..000000000 Binary files a/static/images/tomochain_tf.png and /dev/null differ diff --git a/static/images/tooling.png b/static/images/tooling.png deleted file mode 100644 index 31d60d5e3..000000000 Binary files a/static/images/tooling.png and /dev/null differ diff --git a/static/images/twitter.png b/static/images/twitter.png deleted file mode 100644 index b51055147..000000000 Binary files a/static/images/twitter.png and /dev/null differ diff --git a/static/images/ubuntu.png b/static/images/ubuntu.png deleted file mode 100644 index d5b1d0a43..000000000 Binary files a/static/images/ubuntu.png and /dev/null differ diff --git a/static/images/ubuntuLogo.png b/static/images/ubuntuLogo.png deleted file mode 100644 index 50730ed55..000000000 Binary files a/static/images/ubuntuLogo.png and /dev/null differ diff --git a/static/images/ubuntu_platform.png b/static/images/ubuntu_platform.png deleted file mode 100644 index 491ade97c..000000000 Binary files a/static/images/ubuntu_platform.png and /dev/null differ diff --git a/static/images/ubuntu_problem.png b/static/images/ubuntu_problem.png deleted file mode 100644 index c0819cb1d..000000000 Binary files a/static/images/ubuntu_problem.png and /dev/null differ diff --git a/static/images/ubuntu_solution.png b/static/images/ubuntu_solution.png deleted file mode 100644 index 6e5d202f1..000000000 Binary files a/static/images/ubuntu_solution.png and /dev/null differ diff --git a/static/images/ubuntu_tribe.png b/static/images/ubuntu_tribe.png deleted file mode 100644 index a36d6afae..000000000 Binary files a/static/images/ubuntu_tribe.png and /dev/null differ diff --git a/static/images/unit.png b/static/images/unit.png deleted file mode 100644 index a667f3a57..000000000 Binary files a/static/images/unit.png and /dev/null differ diff --git a/static/images/unit2.png b/static/images/unit2.png deleted file mode 100644 index e47bfe27c..000000000 Binary files a/static/images/unit2.png and /dev/null differ diff --git a/static/images/unitLogo.png b/static/images/unitLogo.png deleted file mode 100644 index e821edfa5..000000000 Binary files a/static/images/unitLogo.png and /dev/null differ diff --git a/static/images/unit_tf.png b/static/images/unit_tf.png deleted file mode 100644 index bec048fab..000000000 Binary files a/static/images/unit_tf.png and /dev/null differ diff --git a/static/images/v_image.png b/static/images/v_image.png deleted file mode 100644 index 9a6471c03..000000000 Binary files a/static/images/v_image.png and /dev/null differ diff --git a/static/images/v_logo.png b/static/images/v_logo.png deleted file mode 100644 index f0ecbd2c0..000000000 Binary files a/static/images/v_logo.png and /dev/null differ diff --git a/static/images/veda.png b/static/images/veda.png deleted file mode 100644 index 584dd3fb9..000000000 Binary files a/static/images/veda.png and /dev/null differ diff --git a/static/images/veda2.jpg b/static/images/veda2.jpg deleted file mode 100644 index f9050fc74..000000000 Binary files a/static/images/veda2.jpg and /dev/null differ diff --git a/static/images/vedaLogo.png b/static/images/vedaLogo.png deleted file mode 100644 index a0b692923..000000000 Binary files a/static/images/vedaLogo.png and /dev/null differ diff --git a/static/images/virtual_machine.png b/static/images/virtual_machine.png deleted file mode 100644 index 86f6d2aa4..000000000 Binary files a/static/images/virtual_machine.png and /dev/null differ diff --git a/static/images/vision1.png b/static/images/vision1.png deleted file mode 100644 index bf2d35cf4..000000000 Binary files a/static/images/vision1.png and /dev/null differ diff --git a/static/images/vision2.png b/static/images/vision2.png deleted file mode 100644 index 5b6ca4ada..000000000 Binary files a/static/images/vision2.png and /dev/null differ diff --git a/static/images/vision3.png b/static/images/vision3.png deleted file mode 100644 index c29b95a62..000000000 Binary files a/static/images/vision3.png and /dev/null differ diff --git a/static/images/vision4.png b/static/images/vision4.png deleted file mode 100644 index 7eed4f9b4..000000000 Binary files a/static/images/vision4.png and /dev/null differ diff --git a/static/images/vlinder.png b/static/images/vlinder.png deleted file mode 100644 index b3a9cbcdc..000000000 Binary files a/static/images/vlinder.png and /dev/null differ diff --git a/static/images/vlinder2.png b/static/images/vlinder2.png deleted file mode 100644 index d3f714527..000000000 Binary files a/static/images/vlinder2.png and /dev/null differ diff --git a/static/images/vlinderLogo.png b/static/images/vlinderLogo.png deleted file mode 100644 index 54238f6d4..000000000 Binary files a/static/images/vlinderLogo.png and /dev/null differ diff --git a/static/images/vlinder_tf.png b/static/images/vlinder_tf.png deleted file mode 100644 index 13a7a44dc..000000000 Binary files a/static/images/vlinder_tf.png and /dev/null differ diff --git a/static/images/waykichain.png b/static/images/waykichain.png deleted file mode 100644 index ba50b92a6..000000000 Binary files a/static/images/waykichain.png and /dev/null differ diff --git a/static/images/waykichain2.png b/static/images/waykichain2.png deleted file mode 100644 index e3e00b416..000000000 Binary files a/static/images/waykichain2.png and /dev/null differ diff --git a/static/images/waykichainLogo.png b/static/images/waykichainLogo.png deleted file mode 100644 index 3910df761..000000000 Binary files a/static/images/waykichainLogo.png and /dev/null differ diff --git a/static/images/waykichain_tf.png b/static/images/waykichain_tf.png deleted file mode 100644 index f578edb0a..000000000 Binary files a/static/images/waykichain_tf.png and /dev/null differ diff --git a/static/images/web4.gif b/static/images/web4.gif new file mode 100644 index 000000000..3183f2f30 Binary files /dev/null and b/static/images/web4.gif differ diff --git a/static/images/weblets.png b/static/images/weblets.png deleted file mode 100644 index a224809a1..000000000 Binary files a/static/images/weblets.png and /dev/null differ diff --git a/static/images/white_threefold.png b/static/images/white_threefold.png new file mode 100644 index 000000000..db0f8aeb5 Binary files /dev/null and b/static/images/white_threefold.png differ diff --git a/static/images/world_blockchain_summit.png b/static/images/world_blockchain_summit.png deleted file mode 100644 index 0ace93fda..000000000 Binary files a/static/images/world_blockchain_summit.png and /dev/null differ diff --git a/static/images/youtube.png b/static/images/youtube.png deleted file mode 100644 index eb2da162c..000000000 Binary files a/static/images/youtube.png and /dev/null differ diff --git a/static/images/zero_os.jpg b/static/images/zero_os.jpg deleted file mode 100644 index 0d9a040b4..000000000 Binary files a/static/images/zero_os.jpg and /dev/null differ diff --git a/static/images/zero_os.png b/static/images/zero_os.png deleted file mode 100644 index c5e375f6e..000000000 Binary files a/static/images/zero_os.png and /dev/null differ diff --git a/static/images/zetako.png b/static/images/zetako.png deleted file mode 100644 index 0b3eeea87..000000000 Binary files a/static/images/zetako.png and /dev/null differ diff --git a/static/images/zetako2.png b/static/images/zetako2.png deleted file mode 100644 index aec3f9239..000000000 Binary files a/static/images/zetako2.png and /dev/null differ diff --git a/static/images/zetakoLogo.png b/static/images/zetakoLogo.png deleted file mode 100644 index 88a2aa682..000000000 Binary files a/static/images/zetakoLogo.png and /dev/null differ diff --git a/static/images/zetako_tf.png b/static/images/zetako_tf.png deleted file mode 100644 index 61e28e1f3..000000000 Binary files a/static/images/zetako_tf.png and /dev/null differ diff --git a/static/js/custom.js b/static/js/custom.js index 793737311..078bccdb3 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -104,7 +104,7 @@ function hideMenu(menuName) { function showHamburger() { document.getElementById("header-container").className = "overflow-hidden"; document.getElementById("hamburger").className = - "fixed mt-16 z-20 top-0 inset-x-0 transition transform origin-top-right"; + "fixed mt-14 z-20 top-0 inset-x-0 transition transform origin-top-right"; document.getElementById("hamburger-btn").className = "hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; document.getElementById("close-hamburger-btn").className = diff --git a/tailwind.config.js b/tailwind.config.js index dcd4482ca..d9e08b67f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,7 +4,28 @@ module.exports = { content: [ './templates/**/*.html' ], - darkMode: false, + safelist: [ + { + pattern: /(-|)(ml|mr)-(4|8|12|16|20|24|28)/, + variants: [ + 'sm', 'md', 'lg', + 'first', 'first:sm', 'first:md', 'first:lg', + 'last', 'last:sm', 'last:md', 'last:lg' + ], + }, + { + pattern: /(pt|pb)-(0)/, + variants: [ + '!', 'lg', + 'first', 'first:sm', 'first:md', 'first:lg', + 'last', 'last:sm', 'last:md', 'last:lg' + ], + }, + { + pattern: /bg-teal-(50|100|200|300|400|500|600|700|800|900)/, // Added teal color safelist + } + ], + important: true, theme: { fontSize: { @@ -59,8 +80,14 @@ module.exports = { from: { transform: 'translateX(0)' }, to: { transform: 'translateX(-100%)' }, } - } + }, + fontFamily: { + sans: ['Inter', 'sans-serif'], + }, }, }, - plugins: [], // if we add forms, do it here + plugins: [ + require('@tailwindcss/aspect-ratio'), + // require("flyonui"), + ], // if we add forms, do it here } diff --git a/templates/_default/base.html b/templates/_default/base.html index 72e998c41..3e626f4cb 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -3,7 +3,7 @@ {% include "partials/head.html" %} {% include "partials/header.html" %} - +