diff --git a/.gitignore b/.gitignore index 3c6d2cb6f..c5a2871ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,17 @@ - +examples/builder +examples/docker +examples/publisher +examples/texttools +examples/gittools +examples/tmux +examples/vredis2 +*dSYM/ +publisher/publish +install_publisher +.vmodules/ +vex_webserver +publishtools/publishtools +.vscode *.log !.env.example .cache @@ -14,8 +27,10 @@ node_modules .env.* yarn.lock .installed -install.sh -run.sh -build.sh package-lock.json dist +.temp +build* +run* +install* + diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 000000000..3bbcfe50b --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,13 @@ + + +FROM gitpod/workspace-full:latest + +USER root +RUN apt-get update && apt-get install -y redis-server mc rsync + +# RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* + +USER gitpod + + +# ENTRYPOINT [ "entrypoint.sh" ] diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..d2422a167 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,51 @@ +image: + file: .gitpod.Dockerfile +tasks: + - name: WIKI + command: | + curl https://raw.githubusercontent.com/freeflowuniverse/crystaltools/development/install.sh > /tmp/install.sh + bash /tmp/install.sh + source /workspace/env.sh + publtools_check + cd config + publishtools install + cd .. + clear + echo ' -- WEB PUBLISH TOOLS -- ' + echo + echo ' - do "./run" to run website.' + echo ' - do "./build" to build website, see in dir build for result.' + echo ' - do "open ../workspace.code-workspace" to open all relevant dirs in your editor.' +ports: + - port: 9998 + onOpen: open-browser + - port: 8080 + onOpen: open-browser + - port: 6379 + onOpen: ignore +vscode: + extensions: + - vlanguage.vscode-vlang + - telesoho.vscode-markdown-paste-image + - yzhang.markdown-all-in-one + - shd101wyy.markdown-preview-enhanced + - bierner.markdown-mermaid + - darkriszty.markdown-table-prettify + - bpruitt-goddard.mermaid-markdown-syntax-highlighting + - shuworks.vscode-table-formatter +github: + prebuilds: + # enable for the master/default branch (defaults to true) + master: true +# enable for all branches in this repo (defaults to false) + branches: true +# enable for pull requests coming from this repo (defaults to true) + pullRequests: true +# enable for pull requests coming from forks (defaults to false) + pullRequestsFromForks: false +# add a "Review in Gitpod" button as a comment to pull requests (defaults to true) + addComment: true +# add a "Review in Gitpod" button to pull requests (defaults to false) + addBadge: false +# add a label once the prebuild is ready to pull requests (defaults to false) + addLabel: prebuilt-in-gitpod \ No newline at end of file diff --git a/content/site/navigation.json b/_archive/site/navigation.json similarity index 100% rename from content/site/navigation.json rename to _archive/site/navigation.json diff --git a/content/site/social.json b/_archive/site/social.json similarity index 100% rename from content/site/social.json rename to _archive/site/social.json diff --git a/config/site_local.json b/config/site_local.json new file mode 100644 index 000000000..10c66086f --- /dev/null +++ b/config/site_local.json @@ -0,0 +1,16 @@ +{ + "name": "local", + "prefix": "local", + "git_url": "", + "fs_path": "..", + "pull": false, + "reset": false, + "cat": 2, + "domains": [ + "www.local.io" + ], + "descr": "is our entry point for everyone, redirect to the detailed websites underneith.", + "groups": [], + "acl": [], + "trackingid": "" +} \ No newline at end of file diff --git a/config/site_threefold_io.json b/config/site_threefold_io.json new file mode 100644 index 000000000..fb4d7be8b --- /dev/null +++ b/config/site_threefold_io.json @@ -0,0 +1,21 @@ +{ + "name": "threefold_io", + "prefix": "threefold", + "git_url": "", + "fs_path": "..", + "pull": false, + "reset": false, + "cat": 2, + "domains": [ + "www.threefold.io", + "www.threefold.me", + "threefold.me", + "new.threefold.io", + "staging.threefold.io", + "threefold.io" + ], + "descr": "is our entry point for everyone, redirect to the detailed websites underneith.", + "groups": [], + "acl": [], + "trackingid": "" +} \ No newline at end of file diff --git a/content/footer/footer.md b/content/footer/footer.md index 339e6203f..0136f0af3 100644 --- a/content/footer/footer.md +++ b/content/footer/footer.md @@ -1,29 +1,80 @@ --- id: footer -description: '' -linkedin: '#' #replace # with a link -facebook: '#' -twitter: '#' +description: THREEFOLD +linkedin: 'https://www.linkedin.com/company/threefold-foundation/' +facebook: 'https://www.facebook.com/threefold.io' +twitter: 'https://twitter.com/threefold_io' dribbble: '#' instagram: '#' -youtube: '#' -github: '#' -telegram: '#' +youtube: 'https://www.youtube.com/threefoldfoundation' +github: 'https://github.com/threefoldfoundation' +telegram: 'https://t.me/threefoldnews' items: - - title: '' + - title: Threefold Universe links: - - name: '' - link: '#' - - title: '' + - name: ThreeFold Token + link: /token + - name: ThreeFold Farming + link: https://threefold.io/farming + - name: ThreeFold Cloud + link: https://cloud.threefold.io/ + - name: Grid Explorer + link: https://explorer.threefold.io/ + - name: ThreeFold Marketplace + link: https://threefold.io/marketplace + - name: Digital Twin + link: https://mydigitaltwin.io + - name: Alliance + link: https://threefold.io/aci + + + - title: Participate links: - - name: '' - link: '#' - - title: '' + - name: Start Farming + link: https://threefold.io/farming/get_3node + - name: Buy the Token + link: https://library.threefold.me/info/tfgrid/#/tokens/how_to_buy + - name: Test the Cloud + link: https://cloud.threefold.io/ + - name: Deploy with SDK + link: https://threefold.io/info/sdk + - name: Testing Community + link: https://t.me/joinchat/BwOvOxxgK59GmRoZ2_sM0w + + - title: Knowledgebase links: - - name: '' - link: '#' - - title: '' + - name: ThreeFold Grid + link: /grid + - name: ThreeFold Technology + link: https://library.threefold.me/info/cloud/#/cloud_home + - name: ThreeFold Farming + link: https://library.threefold.me/info/tfgrid/#/farming/farming_home.md + - name: ThreeFold Token + link: https://library.threefold.me/info/tfgrid/#/tokens/tokens_home.md + - name: Manuals + link: https://threefold.io/info/threefold#/threefold__wiki_overview + - name: ThreeFold Glossary + link: https://threefold.io/info/threefold#/threefold__defs + + - title: About Us links: - - name: '' - link: '#' ---- \ No newline at end of file + - name: ThreeFold + link: /about-us + - name: Partners + link: /partners + - name: People + link: /people + - name: Blog + link: /blog + - name: NewsRoom + link: /news + - name: Forum + link: https://forum.threefold.io/ + - name: Support + link: /support +--- + +[Terms & Conditions](https://threefold.io/info/legal#/legal__terms_conditions_websites) | [Privacy Policy](https://threefold.io/info/legal#/legal__privacypolicy) | [Impressum]() + +
+© 2021 ThreeFold, All rights reserved. \ No newline at end of file diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index b0dadba3e..811341d83 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -1,46 +1,229 @@ --- id: navigation navLinks: - - name: Page1 - link: /page1 + - name: About Us + link: /about-us external: false expandable: false - - name: Dropdown - link: /dropdown + - name: ThreeFold Grid + link: /grid external: false expandable: false + + - name: Token + link: /token + external: false + expandable: false + + - name: How It Works + link: /how-it-works + external : false + expandble : false + + + - name: Community + link: "" # /dropdown + external: false + expandable: true submenu: - - title: Page2 - path: /page2 + - title: Partners + path: /partners + - title: People + path: /people + - title: Alliance + path: /aci + external: true + - title: Telegram + path: https://t.me/threefoldnews + external: true - - title: Page3 - path: /page3 - - - name: People - link: /people + - name: More Info + link: "" # /dropdown external: false - expandable: - - - name: More - link: /more - external: false - expandable: false + expandable: true submenu: - - title: NewsRoom - path: /news - + - title: KnowledgeBase + path: https://wiki.threefold.io + external: true - title: Blog path: /blog - - - title: Community - path: https://forums.threefold.io/ + - title: NewsRoom + path: /news + - title: Explorer + path: https://explorer.threefold.io/ external: true + - title: Support + path: /support + external: false + - title: Careers + path: /careers + external: false social: - icon: telegram-plane - link: '' #telegaram link - - - icon: linkedin - link: '' #linkedin link + link: "https://t.me/threefoldnews" --- + + + + + + + + + diff --git a/content/page/about-us/about-us.md b/content/page/about-us/about-us.md new file mode 100644 index 000000000..51b55d6b2 --- /dev/null +++ b/content/page/about-us/about-us.md @@ -0,0 +1,21 @@ +--- +id: about-us +metaTitle: ThreeFold | About Us +metaDesc: To transform the future of the Internet by unlocking the limitless potential of emerging technologies and creating borderless opportunities for humanity. +metaImg: ./about_header.png +header_slogan: '' +header_title: OUR MISSION +header_image: ./about_header.png +header_altImg: threefold +header_excerpt: To transform the future of the Internet by unlocking the limitless potential of emerging technologies and creating borderless opportunities for humanity. +solution_image: +button: The Digital Future +link: /blog/post/tf_grid_peoples_internet/ +brandPanel: about_brandPanel +brandPanel2: about_brandPanel2 +brandPanel3: about_brandPanel3 +cta: about_cta +cta2: about_cta2 +cta3: about_cta3 +roadmap: about_roadmap +--- diff --git a/content/page/about-us/about_header.png b/content/page/about-us/about_header.png new file mode 100644 index 000000000..b5a6ed716 Binary files /dev/null and b/content/page/about-us/about_header.png differ diff --git a/content/page/about-us/brandPanel/index.md b/content/page/about-us/brandPanel/index.md new file mode 100644 index 000000000..8075f94b1 --- /dev/null +++ b/content/page/about-us/brandPanel/index.md @@ -0,0 +1,6 @@ +--- +id: about_brandPanel +title: A DIGITAL INFRASTRUCTURE SUPPORTING AN INTERCONNECTED WORLD +image: about_globe_big.png # src/assets/brandPanel/.. +--- +Internet access is a human right and represents the biggest source of information and communication on earth. Our technology was designed to scale to anywhere where electricity and bandwidth can be found to meet local digital infrastructure needs – especially in the global south. Let’s empower the unconnected and support a shared vision of an interconnected world. \ No newline at end of file diff --git a/content/page/about-us/brandPanel2/index.md b/content/page/about-us/brandPanel2/index.md new file mode 100644 index 000000000..9ff527613 --- /dev/null +++ b/content/page/about-us/brandPanel2/index.md @@ -0,0 +1,6 @@ +--- +id: about_brandPanel2 +title: EMPOWERING DATA OWNERHSIP FOR ALL +image: about_logos_big.png # src/assets/brandPanel/.. +--- +Using a variety of innovative technologies including autonomous IT, blockchain and peer-to-peer networking, we allow people to own 100% of their data. On our system censorship, user tracking and privacy breaches are just not possible, not even for ThreeFold. People own 100% of their data. All our code is open source and available for everyone to review or use as they see fit. diff --git a/content/page/about-us/brandPanel3/index.md b/content/page/about-us/brandPanel3/index.md new file mode 100644 index 000000000..1cd29a391 --- /dev/null +++ b/content/page/about-us/brandPanel3/index.md @@ -0,0 +1,6 @@ +--- +id: about_brandPanel3 +title: OUR VALUES INFORM EVERYTHING, WHO WE ARE AND WHAT WE DO +image: about_value_big.png # src/assets/brandPanel/.. +--- +By making our technology actionable, we enable a collective approach to have an impact together. We unify our practices, partnerships, and products around a single mission - empowering humanity and regenerating our planet. We commit to be carbon negative by 2022. \ No newline at end of file diff --git a/content/page/about-us/cta/about_join.png b/content/page/about-us/cta/about_join.png new file mode 100644 index 000000000..7816794fa Binary files /dev/null and b/content/page/about-us/cta/about_join.png differ diff --git a/content/page/about-us/cta/index.md b/content/page/about-us/cta/index.md new file mode 100644 index 000000000..bf4bc7974 --- /dev/null +++ b/content/page/about-us/cta/index.md @@ -0,0 +1,10 @@ +--- +id: about_cta +title: JOIN OUR JOURNEY +image: ./about_join.png +button: Join Us +link: https://t.me/threefold +--- +Join us on our journey to build the digital +
+infrastructure that will connect humanity. diff --git a/content/page/about-us/cta2/index.md b/content/page/about-us/cta2/index.md new file mode 100644 index 000000000..f2b7af4b5 --- /dev/null +++ b/content/page/about-us/cta2/index.md @@ -0,0 +1,5 @@ +--- +id: about_cta2 +title: WE’VE COME A LONG WAY, AND WE’RE JUST GETTING STARTED +--- +Our founding team has been setting world records for building the most powerful digital infrastructures for the past 20+ years. After many successful exits, they decided to start from scratch on the Linux kernel and built a new operating system to power the decentralized Internet and Cloud era. diff --git a/content/page/about-us/cta3/index.md b/content/page/about-us/cta3/index.md new file mode 100644 index 000000000..21b650a71 --- /dev/null +++ b/content/page/about-us/cta3/index.md @@ -0,0 +1,10 @@ +--- +id: about_cta3 +title: WHAT ARE YOU WAITING FOR? +subtitle: JOIN THE MOVEMENT +button: Join The Movement +link: https://t.me/threefold +--- +Meet our community, join our conversations and +
+collaborate with our value-driven and collaborative teams. diff --git a/content/page/about-us/roadmap/about_roadmap.png b/content/page/about-us/roadmap/about_roadmap.png new file mode 100644 index 000000000..1d085141f Binary files /dev/null and b/content/page/about-us/roadmap/about_roadmap.png differ diff --git a/content/page/about-us/roadmap/index.md b/content/page/about-us/roadmap/index.md new file mode 100644 index 000000000..3f952ccbf --- /dev/null +++ b/content/page/about-us/roadmap/index.md @@ -0,0 +1,13 @@ +--- +id: about_roadmap +image: ./about_roadmap.png +--- +And we’re nowhere done as we’re aiming for new heights. +
+We continue to work towards our mission of a truly +
+democratized, secure and scalable digital infrastructure to +
+support a truly interconnected world. Our mission is bold +
+and motivates every step we make. diff --git a/content/page/careers/careers.md b/content/page/careers/careers.md new file mode 100644 index 000000000..d1f8524b1 --- /dev/null +++ b/content/page/careers/careers.md @@ -0,0 +1,14 @@ +--- +id: careers +metaTitle: ThreeFold | Join Us +metaDesc: '' +metaImg: '' +solution_image: ./team_joinus.jpg +header: join_us +jobsMain: positions +jobs: [plan2, plan3, plan4, plan6 ,plan5] +customCTA: careers +pageHeader: careersHeader +--- + + diff --git a/content/page/careers/customCTA/cta.md b/content/page/careers/customCTA/cta.md new file mode 100644 index 000000000..8da570c6c --- /dev/null +++ b/content/page/careers/customCTA/cta.md @@ -0,0 +1,6 @@ +--- +id: careers +link: /community +title: Join our Community +image: ./tf_people.jpg +--- \ No newline at end of file diff --git a/content/page/careers/customCTA/tf_people.jpg b/content/page/careers/customCTA/tf_people.jpg new file mode 100644 index 000000000..8d8f29398 Binary files /dev/null and b/content/page/careers/customCTA/tf_people.jpg differ diff --git a/content/page/careers/header/header.md b/content/page/careers/header/header.md new file mode 100644 index 000000000..dd0f0f265 --- /dev/null +++ b/content/page/careers/header/header.md @@ -0,0 +1,19 @@ +--- +id: join_us +title: '' +subtitle: Join us on our mission to build a planet-positive and data sovereign Internet owned by the people. +btn1: '' #Apply +link1: '' #https://06gdrqp39yz.typeform.com/to/FffDv61M +btn2: '' +link2: '' +--- + +**ThreeFold** is a global, collaborative movement that is formed by individuals and organizations that connect Internet capacity to the ThreeFold Grid, the world’s most advanced peer-to-peer infrastructure. ThreeFold is powered by our open source, beyond blockchain infrastructure that is incredibly efficient, limitlessly scaleable, planet-positive and affordable to everyone. To empower our ecosystem, we are building applications and hosting emerging technologies with our amazing partners and developer community to nurture the Internet the world needs. +
+
+ +ThreeFold will launch the 3rd version of it's infrastructure this year, opening a new technological era for humanity. +
+
+ +Check out our available positions below. Can't find your perfect fit and don't want to wait for your ideal role to open? We invite you to join our growing community of volunteers and express your talent. Most of our current team was recruited organically, so give it your best shot. diff --git a/content/page/careers/job/grid_development_manager.md b/content/page/careers/job/grid_development_manager.md new file mode 100644 index 000000000..4507923d8 --- /dev/null +++ b/content/page/careers/job/grid_development_manager.md @@ -0,0 +1,78 @@ +--- +id: grid_development_manager +title: ThreeFold Grid Developer Lead +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +We are looking for a DevOps Lead with strong technical expertise and decent years of experience to join our organization. You will be responsible for facilitating the development process and operations across the ThreeFold Grid's tech stack. Besides, you should own excellent leadership skills to mentor and guide the team members. +
+
+ +To be successful in this job role, you should be able to streamline all DevOps practices. You should be able to review technical operations and automate the process using the right tools and techniques.  +
+
+ +Your knowledge of the latest industry trends and being able to merge this knowledge with our philosophy will prove beneficial in designing efficient practices. Moreover, you should be able to demonstrate excellent research skills and outstanding problem-solving abilities. If you possess the required skills, knowledge, and experience, then do write to us. We would be happy to meet you.  + +
+ +## Role + +The ThreeFold Grid will eventually have millions of nodes and users, and we need to find the best ways to operate and interact with such a network of capacity. Your role will be to take ownership over the development of the low-level technology components of the Threefold Grid. +
+
+ +Our components are low-level and required high technical skills. Your main responsibilities would be around making sure that the code of the ThreeFold Grid is of the best quality and with the least amount of code possible, as we believe in the 'less is more mentality. It will be very important for you to support our QA engineers in the documentation and testing of the different technological components - Zero-OS, Smart Contract for IT, our unique Planetary Network, and our Vlang based SDK amongst others, and make sure that all of them are reliable and understandable for developers and organizations to use grid.  + +
+ +## Skills + +**Personal:** + +- Able to work and lead in an agile way on Github  +- Find alignment with other development team leads and project owners. +- Ensure a smooth development process. +- Able to document, test, and ensure quality with the Quality Assurance Coordinator. +- Good understanding of security and privacy requirements to assist Security Coordinator. +- Able to gather feedback from the community and use data to improve code and products. +- Always improve & maintain reliability, security, and efficiency of technology +- Organize proper version control. +- Work with architects to make sure their requirements got implemented. +- Report to CTO of ThreeFold Tech. + +
+ +**Technical:** + +- Understand what it takes to develop a large scale high tech infrastructure product +- Understand what it takes to keep such a codebase reliable, secure,... +- Fluent in at least 2 development languages +- Fluent with Linux +- Fluent with GitHub, agile processes +- Good knowledge about Docker / Kubernetes +- Be very technical, you need to understand what your team needs and see if they sidetrack + +
+ +**Professional:** + +- Fluent in English +- Good communicator +- An experienced development manager (startup is best) +- Understand and follow Pareto 20/80 rule +- Be a good teacher +- Understand what it means to be a team lead +- Be at least level 'wolf' in the skill levels we use + +
+ +## What we offer + +- Flexible hours working remotely for our company based in Dubai +- A competitive wage +- Great team spirit +- Yearly team trips abroad + +
\ No newline at end of file diff --git a/content/page/careers/job/grid_operations_manager.md b/content/page/careers/job/grid_operations_manager.md new file mode 100644 index 000000000..6e0a08bdd --- /dev/null +++ b/content/page/careers/job/grid_operations_manager.md @@ -0,0 +1,82 @@ +--- +id: grid_operations_manager +title: ThreeFold Grid Operations Lead +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +We are looking for a skilled leader to plan, direct and coordinate all operations of the ThreeFold Grid.   +
+
+ +Your critical thinking ability will help analyze and suggest cost-effective growth strategies for the ThreeFold Grid. Moreover, you will be acting as the first point of contact between the main farmers and team members. Also, you should be able to review the project budget and monitor expenses.  +
+
+ +You should be able to communicate the organization's requirements and objectives effectively. Furthermore, you have to ensure that all projects adhere to the foundation's standards. As a ThreeFold Grid Ops Lead, you should possess excellent communication and interpersonal skills. You should be able to display a team spirit as well as the ability to work collaboratively.  +
+
+ +If you think you are qualified for the Operation Lead role, then do apply now. We would love to meet you. + +
+ +## Role + +The ThreeFold Grid will eventually have millions of nodes and users, and we need to find the best ways to operate and interact with such a network of capacity. Your role will be to take ownership over the operational status of the ThreeFold Grid as well as the tools we have developed to maintain and monitor the Grid. +
+
+ +Your main responsibilities will be around making sure the ThreeFold Grid is: + +- Operational (maintain uptime, security, reliability) +- We do control change management (upgrades) and coordinate with the farming community +- We have a good monitoring system in place, so everyone can see the status of the TFGrid +- Coordinate with all required parties to achieve the above goals + +
+ +## Skills + +**Personal:** + +- Able to manage global operations  +- Empowering global operations with human and technical skills. +- Motivate your global team of contributors and team leads. +- Able to work with Quality Assurance Coordinator around product quality. +- Understanding of privacy and security ethos and work closely with the Security Coordinator. +- Able to interact with the community to collect feedback and data for agile progress. +- Always improve & maintain the overall performance and sales potential of the ThreeFold Grid. + +
+ +**Technical:** + +- Understand how to run a large-scale cloud infrastructure involving many actors. +- Know what it takes to keep a large network of servers running, lots of what we do has never been done before +- Fluent in at least 2 development languages (scripting ok) +- Fluent with Linux +- Fluent with GitHub, agile processes +- Good knowledge about Docker / Kubernetes + +
+ +**Professional:** + +- Fluent in English +- Good communicator +- Understand and follow Pareto 20/80 rule +- Be a good teacher +- Understand what it means to be a team lead +- Be at least level 'wolf' in the skill levels we use + +
+ +## What we offer + +- Flexible hours working remotely for our company based in Dubai +- A competitive wage +- Great team spirit +- Yearly team trips abroad + +
\ No newline at end of file diff --git a/content/page/careers/job/master_architect_dt.md b/content/page/careers/job/master_architect_dt.md new file mode 100644 index 000000000..78af99213 --- /dev/null +++ b/content/page/careers/job/master_architect_dt.md @@ -0,0 +1,96 @@ +--- +id: master_architect_dt +title: Master Technical Architect +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +We are looking for a proficient and experienced Software Architect to join our IT and Development team. +
+
+ +As a Master Technical Architect, you should be an expert in software coding tools, and platforms to create high-level designs. You should also interact with end-users and other stakeholders as well as system developers to design initial system models.  +
+
+ +This role also demands a constant evaluation of coding processes to enhance clarity and performance. You will be responsible for thorough technical support of the system according to business requirements. You should possess a fair understanding of the domain, workable technologies, and predictable software development methodologies. +
+
+ +If you are ready to take up the role of Master Technical Architect and its responsibilities, then apply right away. We will love to meet you. + +
+ +## Values & Passion + +- Understand what it means to work in a growing agile project and ecosystem. +- Resonate with our values & collaboration manifesto (2017). +- Be passionate and willing to bring a positive change to our world. +- Understand it won't be a 9-5 job. We are changing the world, it takes courage and perseverance. +- Be willing to travel and to other locations to work directly with our global team. + +
+ +## Role + +We believe that sovereign digital identity is the future of IT. Learn more about it on the Internet 4 (web4) comparison. Having a 'Digital Self' can set us free, create our digital future without boundaries where we own 100% of our data and digital processes. +
+
+ +We are looking for a Master Technical Architect who can help us design the future of the 'Digital Self' and make sure that our distributed network of contributors is following a well-defined path. As a Master Technical Architect, you will work closely with Kristof de Spiegeleer, the main founder and tech lead of ThreeFold. Traveling will be required, especially in the first year. +
+
+ +- Design & document the future of our digital life. +- Work on prototypes to prove it works, mainly vlang. +- We believe in specs through code, will be using vlang for that. +- Provide training & technical tips to the development community. +- Work with our engineering community to make sure we all understand the future. +- Check on code written by our engineers, check on the quality. +- Train new Architects and/or Developers. +- Improve our Manuals and Knowledge Base. + +
+ +## Skills + +**Personal:** + +- Able to question the status quo +- Driven by love rather than by fear +- Understand the world need a new operating system +- Be quality driven +- Help other developers to improve their skills +- Be smart & agile +- Fast learner + +
+ +**Technical:** + +- Able to think conceptual about data models, IT architecture, business requirements +- Fluent in at least 2 development languages +- Fluent with GitHub, agile processes +- Can work with docker or alike + +
+ +**Professional:** + +- Fluent in English +- Good communicator +- Understand and follow Pareto 20/80 rule +- A good teacher +- Be at least level 'wolf' in the skill levels we use + +
+ +## What we offer + +- A desk in our Belgian office +- A competitive wage +- Flexible hours +- Great team spirit +- Yearly team trips abroad + +
\ No newline at end of file diff --git a/content/page/careers/job/ops_hardware_sales_manager.md b/content/page/careers/job/ops_hardware_sales_manager.md new file mode 100644 index 000000000..c7a76f703 --- /dev/null +++ b/content/page/careers/job/ops_hardware_sales_manager.md @@ -0,0 +1,80 @@ +--- +id: ops_hardware_sales_manager +title: Operations & Hardware Sales Manager +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +We are looking for an Operations and Hardware Sales Lead to plan, direct and coordinate the operations, assembly, and sales of hardware to expand the ThreeFold Grid.   +
+
+ +Your critical thinking ability will help analyze and suggest cost-effective growth strategies for the 3Node sales. Moreover, you will be acting as the first point of contact between the main farmers and your team. Also, you should be able to review the project budget and monitor expenses.  +
+
+ +You should be able to communicate the organization's requirements and objectives effectively. Furthermore, you have to ensure that all farmers adhere to the foundation's standards. As an Operations and Hardware Sales Lead, you should possess excellent communication and interpersonal skills. You should be able to display a team spirit as well as the ability to work collaboratively.  +
+
+ +If you think you are qualified for the Operation Lead role, then do apply now. We would love to meet you. + +
+ +## Role + +The operations and hardware sales manager will be responsible for strategy and planning the day-to-day tasks revolving around our commercial 3node setup ranging from communication and reporting to troubleshooting and planning.  +
+
+ +Your main responsibilities will be around making sure the ThreeFold Grid is: +- Specify, procure, plan and sell hardware. +- Work with BetterToken, a certified hardware partner of ThreeFold Tech has a commercial 3node setup located in Lochristi, Belgium. +- Drive an effective B2C e-commerce operation with the operations team and financial team of ThreeFold Tech.  +- Also, you will involve in bigger B2B projects.  +- Manage existing trusted regional hardware partners as well as qualifying and onboard new regional partners. + +
+ +## Skills + +**Personal:** + +- Able to think outside the box and come up with new services that grow our business. +- Know how to pivot in a high pace start-up with a lot of context switches. +- Able to own your projects from A-Z and know the status of them at all times. +- Positive team spirit and ability to motivate the team to get the job done. +- You have good communication and negotiation skills previously - some e-commerce knowledge and skills (CMS, e-mail tooling, etc) + +
+ +**Technical:** + +- You understand the global hardware landscape from a vendor to customer +- You understand how to set up hardware  +- You understand how data centers operate + +
+ +**Professional:** + +- At least 3 years of experience in a similar position +- Fluent in English +- Be willing to travel from time to time +- Good negotiation skills +- Be willing to work with GitHub and Circles tools + +
+ +## What we offer + +- A desk in our Belgian office +- A competitive wage +- A company car +- Consumption vouchers +- Hospitalization insurance + dental plan +- Flexible hours +- Great team spirit +- Yearly team trips abroad + +
\ No newline at end of file diff --git a/content/page/careers/job/qa_engineer.md b/content/page/careers/job/qa_engineer.md new file mode 100644 index 000000000..4ad52d20c --- /dev/null +++ b/content/page/careers/job/qa_engineer.md @@ -0,0 +1,96 @@ +--- +id: qa_engineer +title: Quality Assurance Engineer +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +We are looking for a detail-oriented individual to join our Engineering department as a Quality Engineer. You will be primarily responsible for checking and managing the quality standards of the development process. You will also be responsible for maintaining the quality control systems and ensuring that all processes adhere to production quality standards. +
+
+ +As a Quality Engineer, you should be able to prepare and implement the quality control guidelines. Besides, you should also be able to identify any problems in the production process and suggest improvements. You should be able to prepare detailed and accurate reports on the development findings. +
+
+ +To excel in this job role, you will have a complete onboarding on our quality processes, tools, and code. Ideally, you should hold a valid QA certification and have relevant experience in the Engineering department. Furthermore, you should display strong analytical and problem-solving abilities. Your ability to handle stressful situations will be advantageous. + +
+ +## Values & Passion + +- Understand what it means to work in a growing agile project and ecosystem. +- Resonate with our values & collaboration manifesto (2017). +- Be passionate and willing to bring a positive change to our world. +- Understand it won't be a 9-5 job. We are changing the world, it takes courage and perseverance. +- Be willing to travel and to other locations to work directly with our global team. + +
+ +## Role + +The ThreeFold Grid will eventually have millions of nodes, and it’s very important to develop an extensive QA program. Our components are low-level and require highly technical people to overlook the push from testnet to production. We are looking for a QA Engineer who will take ownership of the overall testing of both the low-level technology components of the ThreeFold Grid primitives and applications built on top of it. +
+
+ +Your main responsibility will be to test the code behind the ThreeFold Grid and making sure that it adheres to the highest possible quality through testing scenarios, test cases, and executing upon findings. Also building a new Internet involves educating the world on how it works, so documentation will be a crucial part of your process too. +
+
+ +- Test our latest technologies end-to-end. +- Test in an agile project setup. +- Develop and execute exploratory and automated tests to ensure product quality. +- Work in our international team. +- Be an ambassador of our ethos, why we do what we do, and why we will make it happen. +
+
+ +What you will be overlooking: +- A peer-to-peer operating system +- A peer-to-peer virtual system administrator +- Blockchain technology +- Smart Contract for IT + +
+ +## Skills + +**Personal:** + +- Able to question the status quo +- Out-of-the-box thinking +- Smart & agile +- Fast learner + +
+ +**Technical:** + +- Able to think conceptually about data models, IT architecture, and business requirements +- Fluent with GitHub and agile processes +- Proven work experience in software quality assurance +- Technically skilled to understand how a cloud should work from a user perspective + +
+ +**Professional:** + +- Fluent in English +- Good communicator +- Understand and follow Pareto 20/80 rule +- Be a good teacher +- Flexible out-of-the-box thinker +- Understand what it means to be a team lead +- Be at least level 'wolf' in the skill levels we use + +
+ +## What we offer + +- A desk in our Belgian office +- A competitive wage +- Flexible hours +- Great team spirit +- Yearly team trips abroad + +
\ No newline at end of file diff --git a/content/page/careers/job/senior_developer.md b/content/page/careers/job/senior_developer.md new file mode 100644 index 000000000..e4fc8c691 --- /dev/null +++ b/content/page/careers/job/senior_developer.md @@ -0,0 +1,86 @@ +--- +id: senior_developer +title: Senior Developer +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +We are looking for a Software Developer with strong technical expertise and decent years of experience to join our organization. You will be responsible for facilitating the development process and operations across our organization. Besides, you should own excellent leadership skills to mentor and guide the team members. +
+
+ +To be successful in this job role, you should be able to streamline all Developing practices. You should be able to review technical operations and automate the process using the right tools and techniques.  +
+
+ +Your knowledge of the latest industry trends will prove beneficial in designing efficient practices. Moreover, you should be able to demonstrate excellent research skills and outstanding problem-solving abilities. If you possess the required skills, knowledge, and experience, then do write to us. We would be happy to meet you. + + +
+ +## Values & Passion + +- Understand what it means to work in a growing agile project and ecosystem. +- Resonate with our values & collaboration manifesto (2017). +- Be passionate and willing to bring a positive change to our world. +- Understand it won't be a 9-5 job. We are changing the world, it takes courage and perseverance. +- Be willing to travel and to other locations to work directly with our global team. + +
+ +## Role: + +The ThreeFold Grid will eventually have millions of nodes and users, and it’s very important to develop the main components of the ThreeFold technology to handle this expected future growth. We are looking for a Senior Developer who will take ownership of the overall development of one of the main technological components of the ThreeFold Grid - Zero-OS, the application layer, blockchain stack, and more.  +
+
+ +Your main responsibility will be to develop the code behind one of these components and making sure that it adheres to the technology roadmap to deliver the peer-to-peer Internet according to our design manifesto. You will also work closely with a QA Engineer to support with documentation where needed. +
+
+ +You will be working primarily on zero-os, a peer-to-peer virtual system administrator, and/or our existing blockchain stack, depending on your preferences and skill set. Depending on company requirements, you will also work on maintaining and expanding our other (existing) products, where needed. Properly document the setup and expected environment of the software you create. + +
+ +## Skills + +**Personal:** + +- Able to question the status quo +- Understand the world needs a new operating system +- Be smart & agile +- Fast learner +- Technical + +
+ +**Technical:** + +- Able to think conceptual about data models, IT architecture, business requirements +- Fluent in multiple development languages - Python, Go (or similar), experience with Rust is a big plus +- Fluent with Github, agile processes +- Can work with docker or alike + +
+ +**Professional:** + +- Fluent in English +- Good communicator +- Understand and follow Pareto 20/80 rule +- Be a good teacher +- Flexible out-of-the-box thinker +- Understand what it means to be a team lead +- Be at least level 'wolf' in the skill levels we use + +
+ +## What we offer + +- A desk in our Belgian office +- A competitive wage +- Flexible hours +- Great team spirit +- Yearly team trips abroad + +
\ No newline at end of file diff --git a/content/page/careers/job/tech_community_manager.md b/content/page/careers/job/tech_community_manager.md new file mode 100644 index 000000000..aa502dcf9 --- /dev/null +++ b/content/page/careers/job/tech_community_manager.md @@ -0,0 +1,59 @@ +--- +id: tech_community_manager +title: Technical Community Manager & Team Lead +button: Apply +link: https://06gdrqp39yz.typeform.com/to/FffDv61M +--- + +**ThreeFold** is a global community with an aim to create an upgraded Internet by the people for the people. We base our work on sustainability, passion and strong values. + +
+ +**Values & Passion:** + + - Understand what it means to work in a successfully growing project and endorse this way of working. + - Resonate with [a blog once written about values & collaboration (2017)](https://threefold.io/info/threefold#/threefold__kristof_build_a_better_world_values_collaboration?id=change-is-good). + - Be passionate and willing to bring a positive change to the world. + - Understand it won't be a 9-5 job. We are changing the world, it takes courage and perseverance. + - Be willing to travel and stay at other locations for some time to work directly with the team. + +## Introduction + +We are looking for a **Technical Community Manager & Team Lead** to help our community grow. + +## Role + +- Be a Team Lead for x nr of other community managers, help them to be effective and grow in their human and technical skills. +- Motivate your global team of contributors to spread the word and achieve our goals. +- Create training & technical material (video, wikis, ..) to allow people to learn about and experience how our TFGrid 3.0 will work. +- Work with community (will be 100+ people soon) to show them how to develop solutions on top of the TFGrid. +- Organize video conference meetings as well as Virtual Reality meetings (we have our own tools running on the TFGrid). +- Create example scripts and example solutions, be able to train people on the creations you have made. + +## Skills + +**Technical skills:** + - Fluent in at least 2 development languages + - Fluent with Linux + - Fluent with github, agile processes + - Good knowledge about docker/kubernetes + +
+ +**Professional skills:** + - Fluent in English + - Good communicator + - Understand and follow Pareto 20/80 rule + - A good teacher + - Understand what it means to be a team_lead + - Be at least level 'wolf' in [the skill levels](https://threefold.io/info/threefold#/threefold__p2p_awareness_level) we use + + +## What we offer + +- Flexible hours working remotely for our company based in Dubai +- A competitive wage +- Great team spirit +- Yearly team trips abroad + + diff --git a/content/page/careers/jobs/main/main.md b/content/page/careers/jobs/main/main.md new file mode 100644 index 000000000..997d59456 --- /dev/null +++ b/content/page/careers/jobs/main/main.md @@ -0,0 +1,10 @@ +--- +id: positions +title: '' +button1: '' +button2: '' +--- + + \ No newline at end of file diff --git a/content/page/careers/jobs/plan_1/plan1.md b/content/page/careers/jobs/plan_1/plan1.md new file mode 100644 index 000000000..c9c0cb2e3 --- /dev/null +++ b/content/page/careers/jobs/plan_1/plan1.md @@ -0,0 +1,14 @@ +--- +id: plan1 +title: Operations & Hardware Sales Manager +price: '' +duration: '' +button: See Position +link: /careers/ops_hardware_sales_manager +includeTitle: '' #Must Have +options: '' +--- + +You will be working with the team on growing and creating business models on the ThreeFold Grid. + + \ No newline at end of file diff --git a/content/page/careers/jobs/plan_2/plan2.md b/content/page/careers/jobs/plan_2/plan2.md new file mode 100644 index 000000000..2f9623ee9 --- /dev/null +++ b/content/page/careers/jobs/plan_2/plan2.md @@ -0,0 +1,14 @@ +--- +id: plan2 +title: ThreeFold Grid Operations Lead +price: '' +duration: '' +button: See Position +link: /careers/grid_operations_manager +includeTitle: '' #Must Have +options: '' +--- + +The ThreeFold Grid will eventually connect millions of nodes. You'll be in charge of finding the best ways to operate such a network. + + diff --git a/content/page/careers/jobs/plan_3/plan3.md b/content/page/careers/jobs/plan_3/plan3.md new file mode 100644 index 000000000..7d64f8a39 --- /dev/null +++ b/content/page/careers/jobs/plan_3/plan3.md @@ -0,0 +1,14 @@ +--- +id: plan3 +title: ThreeFold Grid Developer Lead +price: '' +duration: '' +button: See Position +link: /careers/grid_development_manager +includeTitle: '' # Must Have +options: '' +--- + +Take ownership of the ongoing development and documentation of the tech components that constitute the ThreeFold Grid. + + \ No newline at end of file diff --git a/content/page/careers/jobs/plan_4/plan4.md b/content/page/careers/jobs/plan_4/plan4.md new file mode 100644 index 000000000..d3ede6f50 --- /dev/null +++ b/content/page/careers/jobs/plan_4/plan4.md @@ -0,0 +1,14 @@ +--- +id: plan4 +title: Master Technical Architect +price: '' +duration: '' +button: See Position +link: /careers/master_architect_dt +includeTitle: '' # Must Have +options: '' +--- + +Take the lead on the architectural design of the Digital Twin tech and ecosystem defining a new paradigm for the tech industry. + + \ No newline at end of file diff --git a/content/page/careers/jobs/plan_5/plan5.md b/content/page/careers/jobs/plan_5/plan5.md new file mode 100644 index 000000000..42413e7b0 --- /dev/null +++ b/content/page/careers/jobs/plan_5/plan5.md @@ -0,0 +1,12 @@ +--- +id: plan5 +title: Senior Developer +price: '' +duration: '' +button: See Position +link: /careers/senior_developer +includeTitle: '' # Must Have +options: '' +--- + +Join the core developer team working on our operating system Zero-OS, Digital Twin, blockchain layers or other products we are building. diff --git a/content/page/careers/jobs/plan_6/plan6.md b/content/page/careers/jobs/plan_6/plan6.md new file mode 100644 index 000000000..5faa15dc7 --- /dev/null +++ b/content/page/careers/jobs/plan_6/plan6.md @@ -0,0 +1,12 @@ +--- +id: plan6 +title: Quality Assurance Engineer +price: '' +duration: '' +button: See Position +link: /careers/qa_engineer +includeTitle: '' # Must Have +options: '' +--- + +ThreeFold is developing infrastructures and products like never before. Join the testing team and ensure optimum tech releases. \ No newline at end of file diff --git a/content/page/careers/jobs/plan_7/plan7.md b/content/page/careers/jobs/plan_7/plan7.md new file mode 100644 index 000000000..2ae52d07c --- /dev/null +++ b/content/page/careers/jobs/plan_7/plan7.md @@ -0,0 +1,10 @@ +--- +id: plan7 +title: '' +price: '' +duration: '' +button: See Position +link: '' +includeTitle: '' # Must Have +options: '' +--- diff --git a/content/page/careers/jobs/plan_8/plan8.md b/content/page/careers/jobs/plan_8/plan8.md new file mode 100644 index 000000000..e04aa4942 --- /dev/null +++ b/content/page/careers/jobs/plan_8/plan8.md @@ -0,0 +1,10 @@ +--- +id: plan8 +title: '' +price: '' +duration: '' +button: See Position +link: '' +includeTitle: '' # Must Have +options: '' +--- diff --git a/content/page/careers/pageHeader/index.md b/content/page/careers/pageHeader/index.md new file mode 100644 index 000000000..ca28eb766 --- /dev/null +++ b/content/page/careers/pageHeader/index.md @@ -0,0 +1,5 @@ +--- +id: careersHeader +image: ./team_joinus.jpg +title: Join Our Team +--- diff --git a/content/page/careers/pageHeader/team_joinus.jpg b/content/page/careers/pageHeader/team_joinus.jpg new file mode 100644 index 000000000..514876c7e Binary files /dev/null and b/content/page/careers/pageHeader/team_joinus.jpg differ diff --git a/content/page/careers/signup/signup.md b/content/page/careers/signup/signup.md new file mode 100644 index 000000000..f7cbfc761 --- /dev/null +++ b/content/page/careers/signup/signup.md @@ -0,0 +1,8 @@ +--- +id: carreers_signup +title: Don't see your ideal role open? We have a growing community of contributors and we would love for you to join us! +button1: Apply +link1: https://06gdrqp39yz.typeform.com/to/FffDv61M +button2: '' +link2: '' +--- \ No newline at end of file diff --git a/content/page/careers/tf_people.png b/content/page/careers/tf_people.png new file mode 100644 index 000000000..dbae752a8 Binary files /dev/null and b/content/page/careers/tf_people.png differ diff --git a/content/page/careers/threefold_people.png b/content/page/careers/threefold_people.png new file mode 100644 index 000000000..8d0c43f87 Binary files /dev/null and b/content/page/careers/threefold_people.png differ diff --git a/content/page/community/community.md b/content/page/community/community.md new file mode 100644 index 000000000..8e617d619 --- /dev/null +++ b/content/page/community/community.md @@ -0,0 +1,12 @@ +--- +id: community +metaTitle: ThreeFold | Join our Community +metaDesc: '' +metaImg: '' +header: join_community +logosMain: logosMain +logos: [tele_1, tele_4, tele_3, tele_2] +customCTA: community +pageHeader: communityHeader +--- + \ No newline at end of file diff --git a/content/page/community/customCTA/cta_2.md b/content/page/community/customCTA/cta_2.md new file mode 100644 index 000000000..79a15f198 --- /dev/null +++ b/content/page/community/customCTA/cta_2.md @@ -0,0 +1,6 @@ +--- +id: community +link: /careers +title: Join our Team +image: ./tf_people.jpg +--- \ No newline at end of file diff --git a/content/page/community/customCTA/tf_people.jpg b/content/page/community/customCTA/tf_people.jpg new file mode 100644 index 000000000..8d8f29398 Binary files /dev/null and b/content/page/community/customCTA/tf_people.jpg differ diff --git a/content/page/community/header/header.md b/content/page/community/header/header.md new file mode 100644 index 000000000..b9a7bd30a --- /dev/null +++ b/content/page/community/header/header.md @@ -0,0 +1,19 @@ +--- +id: join_community +title: '' +subtitle: The new Internet is powered by people like YOU +btn1: Apply +link1: https://06gdrqp39yz.typeform.com/to/FffDv61M +btn2: '' +link2: '' +--- + +**The ThreeFold** ecosystem is a global community of developers, creators, leaders and community builders who together join forces to build an open, autonomous and regenerative Internet. We believe that everyone should own their data, and no one else, not even ThreeFold. Our Peer-to-Peer technology allows every user to be autonomous - giving them 100% control over their data. +
+
+ +The ThreeFold unifies practices, partnerships, and products around a single mission - to heal our planet. By making our technology actionable, we enable a collective approach to have an impact together. We help people find themselves and do what they love. We provide support to people and projects that help build a better world, whether they have moonshot visions or down-to-earth ambitions. We aren’t the hero of our story - they are. +
+
+ +Join our community and help us build the next Internet! diff --git a/content/page/community/logos/logo1/logo.md b/content/page/community/logos/logo1/logo.md new file mode 100644 index 000000000..0c86cc100 --- /dev/null +++ b/content/page/community/logos/logo1/logo.md @@ -0,0 +1,5 @@ +--- +id: tele_1 +image: ./tf_main_channel.png +url: https://t.me/threefold +--- diff --git a/content/page/community/logos/logo1/tf_main_channel.png b/content/page/community/logos/logo1/tf_main_channel.png new file mode 100644 index 000000000..e307f32b9 Binary files /dev/null and b/content/page/community/logos/logo1/tf_main_channel.png differ diff --git a/content/page/community/logos/logo2/logo.md b/content/page/community/logos/logo2/logo.md new file mode 100644 index 000000000..1591ea4ca --- /dev/null +++ b/content/page/community/logos/logo2/logo.md @@ -0,0 +1,5 @@ +--- +id: tele_2 +image: ./tf_news_updates.png +url: https://t.me/threefoldnews +--- diff --git a/content/page/community/logos/logo2/tf_news_updates.png b/content/page/community/logos/logo2/tf_news_updates.png new file mode 100644 index 000000000..03e83dac6 Binary files /dev/null and b/content/page/community/logos/logo2/tf_news_updates.png differ diff --git a/content/page/community/logos/logo3/logo.md b/content/page/community/logos/logo3/logo.md new file mode 100644 index 000000000..52433e166 --- /dev/null +++ b/content/page/community/logos/logo3/logo.md @@ -0,0 +1,5 @@ +--- +id: tele_3 +image: ./tf_testing.png +url: https://t.me/joinchat/BwOvOxxgK59GmRoZ2_sM0w +--- \ No newline at end of file diff --git a/content/page/community/logos/logo3/tf_testing.png b/content/page/community/logos/logo3/tf_testing.png new file mode 100644 index 000000000..20b02a890 Binary files /dev/null and b/content/page/community/logos/logo3/tf_testing.png differ diff --git a/content/page/community/logos/logo4/logo.md b/content/page/community/logos/logo4/logo.md new file mode 100644 index 000000000..e0d69851f --- /dev/null +++ b/content/page/community/logos/logo4/logo.md @@ -0,0 +1,5 @@ +--- +id: tele_4 +image: ./tf_farming.png +url: https://t.me/threefoldfarmers +--- diff --git a/content/page/community/logos/logo4/tf_farming.png b/content/page/community/logos/logo4/tf_farming.png new file mode 100644 index 000000000..a9738f203 Binary files /dev/null and b/content/page/community/logos/logo4/tf_farming.png differ diff --git a/content/page/community/logos/logo5/logo.md b/content/page/community/logos/logo5/logo.md new file mode 100644 index 000000000..16ebb1fad --- /dev/null +++ b/content/page/community/logos/logo5/logo.md @@ -0,0 +1,5 @@ +--- +id: tele_5 +image: ./tf_token.png +url: '' +--- diff --git a/content/page/community/logos/logo5/tf_token.png b/content/page/community/logos/logo5/tf_token.png new file mode 100644 index 000000000..45ea0e6b7 Binary files /dev/null and b/content/page/community/logos/logo5/tf_token.png differ diff --git a/content/page/community/logos/logo6/logo.md b/content/page/community/logos/logo6/logo.md new file mode 100644 index 000000000..6ca10a9c3 --- /dev/null +++ b/content/page/community/logos/logo6/logo.md @@ -0,0 +1,5 @@ +--- +id: tele_6 +image: ./ +url: '' +--- diff --git a/content/page/community/logos/main/main.md b/content/page/community/logos/main/main.md new file mode 100644 index 000000000..e0d0d3766 --- /dev/null +++ b/content/page/community/logos/main/main.md @@ -0,0 +1,4 @@ +--- +id: logosMain +title: Join our communities on Telegram +--- \ No newline at end of file diff --git a/content/page/community/pageHeader/index.md b/content/page/community/pageHeader/index.md new file mode 100644 index 000000000..5bdc7a570 --- /dev/null +++ b/content/page/community/pageHeader/index.md @@ -0,0 +1,5 @@ +--- +id: communityHeader +image: ./team_joinus.jpg +title: Join Our Community +--- diff --git a/content/page/community/pageHeader/team_joinus.jpg b/content/page/community/pageHeader/team_joinus.jpg new file mode 100644 index 000000000..514876c7e Binary files /dev/null and b/content/page/community/pageHeader/team_joinus.jpg differ diff --git a/content/page/faq/faq.md b/content/page/faq/faq.md new file mode 100644 index 000000000..d72c3f8f6 --- /dev/null +++ b/content/page/faq/faq.md @@ -0,0 +1,8 @@ +--- +id: faq +metaTitle: ThreeFold | FAQ +metaDesc: '' +metaImg: '' +faqMain: homeFAQ +faqContent: [q1, q2, q3, q4, q5, q, q6, q7] +--- diff --git a/content/page/faq/faq/main/main.md b/content/page/faq/faq/main/main.md new file mode 100644 index 000000000..ce68a48f5 --- /dev/null +++ b/content/page/faq/faq/main/main.md @@ -0,0 +1,4 @@ +--- +id: homeFAQ +title: Frequently Asked Questions +--- diff --git a/content/page/faq/faq/q/q.md b/content/page/faq/faq/q/q.md new file mode 100644 index 000000000..99b512f8c --- /dev/null +++ b/content/page/faq/faq/q/q.md @@ -0,0 +1,10 @@ +--- +id: q +question: How ThreeFold compares to similar projects in the space? +--- + +We've been asked how we differentiate from projects like Dfinity, Akash, Holochain and other so we've opened conversation threads around it on our forum. +
+
+ +Feel free to join the conversation at [ThreeFold FAQ](https://forum.threefold.io/c/All-about-the-ThreeFold-movement/threefold-faq/58). \ No newline at end of file diff --git a/content/page/faq/faq/q1/q1.md b/content/page/faq/faq/q1/q1.md new file mode 100644 index 000000000..d4640daf6 --- /dev/null +++ b/content/page/faq/faq/q1/q1.md @@ -0,0 +1,19 @@ +--- +id: q1 +question: What is ThreeFold? +--- + +The ThreeFold Foundation is a not-for-profit organization based in Ghent, Belgium that oversees the research and development centers in Belgium, Switzerland, Egypt and the UAE as well as teams in India, Brazil, and the United States. +
+
+The Foundation's mission is to build, expand and empower a new Internet infrastructure owned by humanity. +
+
+Our team consists of some of the world's best Internet and Cloud experts and technology visionaries, and after many successful exits with some of the world's top Tech companies, they realized that the only way to have a truly sovereign, secure, and energy-efficient Internet, was to start from scratch. +
+
+ThreeFold is committed to making all it's peer-to-peer technologies open-source and is committed to build the Internet humanity deserves.  +
+
+ +[Learn More](https://threefold.io/info/threefold#/threefold__why_grid_link) \ No newline at end of file diff --git a/content/page/faq/faq/q2/q2.md b/content/page/faq/faq/q2/q2.md new file mode 100644 index 000000000..35f880d15 --- /dev/null +++ b/content/page/faq/faq/q2/q2.md @@ -0,0 +1,24 @@ +--- +id: q2 +question: What is the ThreeFold Grid? +--- + +The ThreeFold Grid is the world’s most advanced peer-to-peer Internet infrastructure. It can scale limitlessly, and brings a more performant, secure and sustainable Internet to host humanity’s data and workloads. +
+
+Powered by ThreeFold’s Open Source Technology, the ThreeFold Grid enables anyone to join the Internet and Cloud economy, and it allows any IT workloads that can run on Linux to benefit from a peer-to-peer infrastructure. +
+
+By using the ThreeFold Grid, developers can create websites, enterprise IT systems and store any files using the world's favourite tools and protocols such as Kubernetes and S3, and disperse their data and workloads across a decentralized cloud infrastructure. +
+
+For example, the ThreeFold Grid hosts its software within an unbreakable tamper proof environment, enabling systems to be developed and run without any firewalls, VPNs and security threats. It's peer-to-peer nature allows interoperability between a vast array of systems and removes the need of any intermediaries to allow people and organizations to build their own private and secure infrastructure. This allows the ThreeFold Grid to host developing environments that are completely self-contained and free from all security challenges found in today's cloud landscape. In a way, it flips the data center model upside down and eliminates all the exorbitant complexity, high cost and unsustainable models of IT. +
+
+The increased monopolisation of the Internet and Cloud by the big tech corporations of our world is threatening the neutrality of today's internet. Censorship, data collection and manipulation is already very present. People are being turned into products of a big AI machine. The ThreeFold Grid allows for a peer-to-peer (owned by all of us) and autonomous (no humans involved in the system) Internet that would decentralize the ownership and secure the neutrality of the Internet. +
+
+ThreeFold, is the only project that started from scratch at the infrastructure level with a super lightweight and stateless operating system that built a full blown architecture to allow peer-to-peer systems to thrive. +
+
+We believe it is the only way to a liberalized Internet as imagined by it's initial creators. \ No newline at end of file diff --git a/content/page/faq/faq/q3/q3.md b/content/page/faq/faq/q3/q3.md new file mode 100644 index 000000000..f5c1f1fc6 --- /dev/null +++ b/content/page/faq/faq/q3/q3.md @@ -0,0 +1,16 @@ +--- +id: q3 +question: Is the ThreeFold Grid live already?  +--- + +Answer here is a definite Yes! +
+
+The ThreeFold Grid has been live since 2019 and is approaching it's 3rd version in 2021. +
+
+As of today, the ThreeFold Grid is present across more than 30 countries and connects more than 80 Petabytes of storage and 15 thousand croes of compute, making it the world's largest peer-to-peer Internet Infrastructure on the planet. +
+
+ +[See our live explorer](https://explorer.threefold.io/) diff --git a/content/page/faq/faq/q4/q4.md b/content/page/faq/faq/q4/q4.md new file mode 100644 index 000000000..bc417e56f --- /dev/null +++ b/content/page/faq/faq/q4/q4.md @@ -0,0 +1,13 @@ +--- +id: q4 +question: What is the Threefold Connect? +--- + +The ThreeFold Connect is ThreeFold's 2-Step authenticator app that allows you to connect to the ThreeFold Grid and it's ecosystem. +
+
+It will protect your account with both your password and your phone. ThreeFold Connect is more than just an authenticator app, it is also ThreeFold's official digital wallet, allowing you to store your TFTs in the most secure way. +
+
+ +[Learn More](https://info.threefold.io/#/threefold__threefold_connect) \ No newline at end of file diff --git a/content/page/faq/faq/q5/q5.md b/content/page/faq/faq/q5/q5.md new file mode 100644 index 000000000..63272137a --- /dev/null +++ b/content/page/faq/faq/q5/q5.md @@ -0,0 +1,18 @@ +--- +id: q5 +question: Does the ThreeFold use consensus? +--- + +ThreeFold uses blockchain technology only for what it's good for - Smart Contracts and Transactions. +
+
+An alternative to consensus mechanisms are peer-to-peer systems. While offering many similar benefits they are quite different in their design. +
+
+Crypto networks are internet-based networks, they use consensus mechanisms such as blockchains and cryptocurrencies (or tokens), which in turn incentivize the participants of said consensus (miners or delegates). While ThreeFold does use a blockchain and has it's own digital currency, instead of focusing on building a network that would be governed by everyone, it enables everyone to have their own governance mechanism. Every person or organization benefits from it's own private and secure environment on the ThreeFold Grid. +
+
+For instance, on the ThreeFold Grid, every user is able to store, run and access data and wokloads via their private key. When hosting data and workloads, a smart contract is created and stored in ThreeFold's blockchain database, which will then operate and execute their private environment via Threefold's autonomous technology. This provides a fully sovereign infrastructure model. +
+
+Put simply, instead of using consensus, peer-to-peer technology is used to provide true data sovereignty. diff --git a/content/page/faq/faq/q6/q6.md b/content/page/faq/faq/q6/q6.md new file mode 100644 index 000000000..b0953f99d --- /dev/null +++ b/content/page/faq/faq/q6/q6.md @@ -0,0 +1,12 @@ +--- +id: q6 +question: Is there anything done for the ThreeFold Grid to be sustainable? +--- + +By starting from scratch on the operating system level, ThreeFold was able to eliminate a lot of complexity from the current web2 and web3 models to enable a super lighteight infrastructure. +
+
+By doing so we are able to enable up-to 10x energy savings as compared to any other alternative on the market. Also with the future end-user solutions we are building, we should be able to host 20 digital lives for as much energy as a light bulb would consume.  +
+
+Nevertheless being sustainable is not enough in times of climate change. It is important for all of us to find ways to not only minimize our carbon footprints but also find ways to regenerate the surface and marine ecosystems of our world. ThreeFold commits to offset the ThreeFold Grid 3x in the form of carbon credits to support regenerative projects all around the world. \ No newline at end of file diff --git a/content/page/faq/faq/q7/q7.md b/content/page/faq/faq/q7/q7.md new file mode 100644 index 000000000..a3a558a51 --- /dev/null +++ b/content/page/faq/faq/q7/q7.md @@ -0,0 +1,16 @@ +--- +id: q7 +question: How can I get involved with ThreeFold if I'm not very technical? +--- + +There are many ways for anyone to participate in the ThreeFold movement: +- Become a [Farmer](https://threefold.io/farming/farming) and connect sovereign and planet positive Internet capacity from your home or office. +- Buy [ThreeFold Tokens](https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell) to grow the new Internet economy and use it to reserve private and secure Internet capacity on the ThreeFold Grid. +- Join a collaborative ecosystem of partners that choose to take action, and together build the most efficient and secure technological infrastructures, equalitarian and sovereign applications and regenerate our planet. Join us - [the ThreeFold ecosystem](https://t.me/threefold) or [the Alliance for a Conscious Internet](https://threefold.io/aci). +- Become a ThreeFold Advocate by sharing about us within your networks. Wether one or thousands of people, with the butterfly effect, everyone counts! +- Join our [community](https://t.me/threefold), [forum](https://forum.threefold.io/) and [github](https://github.com/threefoldfoundation) to support us in our growth by participating in our conversations and development. +- And more.. we are very open to new ideas. +
+
+ +Look for the Participate section on the navigation bar or check our [Collaboration section on wiki](https://threefold.io/info/threefold#/threefold__collaboration). \ No newline at end of file diff --git a/content/page/grid/brandPanel/index.md b/content/page/grid/brandPanel/index.md new file mode 100644 index 000000000..bde9503ab --- /dev/null +++ b/content/page/grid/brandPanel/index.md @@ -0,0 +1,8 @@ +--- +id: grid_brandPanel +title: AN ENDLESSLY SCALABLE DIGITAL NETWORK +btnTxt: Learn about TFT +sourceUrl: /token +image: endless.png # src/assets/brandPanel/.. +--- +By connecting compute, storage and network capacity to the ThreeFold Grid, anyone can join an open and inclusive Internet ecosystem that supports the realization of a truly inter-connected world, and earn income in the form of TFT. diff --git a/content/page/grid/brandPanel2/index.md b/content/page/grid/brandPanel2/index.md new file mode 100644 index 000000000..c84eaba26 --- /dev/null +++ b/content/page/grid/brandPanel2/index.md @@ -0,0 +1,8 @@ +--- +id: grid_brandPanel2 +title: INTERNET REIMAGINED +btnTxt: "See who's building on the Grid" +sourceUrl: https://cloud.threefold.io/ +image: internet_reimagine.jpg # src/assets/brandPanel/.. +--- +Any current and future digital workload can be hosted natively on ThreeFold with minimum migration including cloud alternatives, blockchains, IoT networks, decentralized organizations and applications. diff --git a/content/page/grid/brandPanel3/index.md b/content/page/grid/brandPanel3/index.md new file mode 100644 index 000000000..d77aef32a --- /dev/null +++ b/content/page/grid/brandPanel3/index.md @@ -0,0 +1,10 @@ +--- +id: grid_brandPanel3 +title: THE POWER OF OPEN-SOURCE +btnTxt: Hardware Options +sourceUrl: https://threefold.io/farming/pre-order +btnTxt2: Do-it-Yourself +sourceUrl2: https://library.threefold.me/info/tfgrid/#/farming/farming_manual +image: open_source.jpg # src/assets/brandPanel/.. +--- +Most modern computers can be booted with ThreeFold’s operating-system, Zero-OS. All you need is electricity, bandwidth and compatible hardware to connect capacity to the network. diff --git a/content/page/grid/brandPanel4/index.md b/content/page/grid/brandPanel4/index.md new file mode 100644 index 000000000..f34975c66 --- /dev/null +++ b/content/page/grid/brandPanel4/index.md @@ -0,0 +1,10 @@ +--- +id: grid_brandPanel4 +title: DISCOVER THE TOKEN THAT POWERS THE THREEFOLD GRID +btnTxt: Learn more about TFT +sourceUrl: /token +btnTxt2: '' +sourceUrl2: '' +image: stake_token_big.jpg # src/assets/brandPanel/.. +--- +TFT is a utility token that was designed to ensure anyone can participate in the ThreeFold ecosystem without intermediaries. It incentivises node operators with monthly income and is used by developers to build and run workloads. diff --git a/content/page/grid/cta/cta.md b/content/page/grid/cta/cta.md new file mode 100644 index 000000000..99c72375e --- /dev/null +++ b/content/page/grid/cta/cta.md @@ -0,0 +1,10 @@ +--- +id: grid_cta +title: ZERO OS +image: ./zero_os.png +button: How It Works +link: /how-it-works +button2: Bootstrap Your Node +link2: https://library.threefold.me/info/tfgrid/#/farming/farming_manual +--- +An autonomous and lightweight operating system that achieves unmatched levels of efficiency and security. It has no shell or remote control, making it impossible for humans to access user data on the hardware level, and it was designed to be the most efficient software environment. With powerful compute, storage and network features and its industry-leading efficiency, Zero-OS can host anything that runs on Linux, but better. diff --git a/content/page/grid/cta/zero_os.png b/content/page/grid/cta/zero_os.png new file mode 100644 index 000000000..e0f03b25a Binary files /dev/null and b/content/page/grid/cta/zero_os.png differ diff --git a/content/page/grid/grid.md b/content/page/grid/grid.md new file mode 100644 index 000000000..7da6dc0eb --- /dev/null +++ b/content/page/grid/grid.md @@ -0,0 +1,19 @@ +--- +id: grid +metaTitle: ThreeFold | Grid +metaDesc: The ThreeFold Grid is an open system which allows anyone to become a node in the emerging digital economy. It opens a new Internet era free from censorship, user tracking and privacy breaches. +metaImg: ./grid_header.png +header_slogan: +header_title: THE THREEFOLD GRID +header_image: ./grid_header.png +header_altImg: threefold +header_excerpt: The ThreeFold Grid is an open system which allows anyone to become a node in the emerging digital economy. It opens a new Internet era free from censorship, user tracking and privacy breaches. +solution_image: +button: Take Part +link: "#zero_os" +brandPanel: grid_brandPanel +brandPanel2: grid_brandPanel2 +brandPanel3: grid_brandPanel3 +brandPanel4: grid_brandPanel4 +cta: grid_cta +--- diff --git a/content/page/grid/grid_header.png b/content/page/grid/grid_header.png new file mode 100644 index 000000000..c44edc4e2 Binary files /dev/null and b/content/page/grid/grid_header.png differ diff --git a/content/page/home/InTheNews/btc.png b/content/page/home/InTheNews/btc.png deleted file mode 100644 index 7b97ffa39..000000000 Binary files a/content/page/home/InTheNews/btc.png and /dev/null differ diff --git a/content/page/home/InTheNews/cryptodaily.png b/content/page/home/InTheNews/cryptodaily.png deleted file mode 100644 index 208bff174..000000000 Binary files a/content/page/home/InTheNews/cryptodaily.png and /dev/null differ diff --git a/content/page/home/InTheNews/forbers.png b/content/page/home/InTheNews/forbers.png deleted file mode 100644 index 7a72ec7e6..000000000 Binary files a/content/page/home/InTheNews/forbers.png and /dev/null differ diff --git a/content/page/home/InTheNews/grit_daily.png b/content/page/home/InTheNews/grit_daily.png deleted file mode 100644 index f4a6339e0..000000000 Binary files a/content/page/home/InTheNews/grit_daily.png and /dev/null differ diff --git a/content/page/home/InTheNews/hackernoon.png b/content/page/home/InTheNews/hackernoon.png deleted file mode 100644 index e80c70341..000000000 Binary files a/content/page/home/InTheNews/hackernoon.png and /dev/null differ diff --git a/content/page/home/InTheNews/inTheNews.md b/content/page/home/InTheNews/inTheNews.md index b736a89b0..3a891aa49 100644 --- a/content/page/home/InTheNews/inTheNews.md +++ b/content/page/home/InTheNews/inTheNews.md @@ -2,22 +2,33 @@ id: in_the_news partners: - path: https://www.forbes.com/sites/johnkoetsier/2020/06/20/largest-distributed-peer-to-peer-grid-on-the-planet-laying-foundation-for-a-decentralized-internet/?fbclid=IwAR1WKCpqLcWPRWg5bPD6RCQE5JJjRPt6ey5vbEnu3db2FvJnp6-YKeVZNW8#79aa340e6798' - logo: ./logos/forbers.png + logo: ./logos/forbes.png - path: https://cointelegraph.com/news/peer-to-peer-internet-has-lofty-goal-to-bring-true-decentralization - logo: ./logos/thecointel.png + logo: ./logos/cointelegraph.png + + - path: https://news.yahoo.com/news/threefold-set-disrupt-status-quo-051457787.html?guccounter=1 + logo: ./logos/yahoo_news.png - path: https://hackernoon.com/is-it-possible-to-create-a-decentralized-internet-this-startup-and-its-farmers-think-so-ey2e3ycf logo: ./logos/hackernoon.png - - path: https://cryptodaily.co.uk/2019/11/data-centers-are-under-pressure-to-meet-internet-demand - logo: ./logos/cryptodaily.png + - path: https://smartereum.com/189750/threefold-is-audaciously-building-a-new-decentralized-internet/ + logo: ./logos/smartereum.png + + - path: https://tgdaily.com/web/6-dfinity-threefold-are-leading-an-internet-decentralization-revolution/ + logo: ./logos/tga_daily.png + + - path: https://cointelegraph-com.cdn.ampproject.org/c/s/cointelegraph.com/news/is-a-new-decentralized-internet-or-web-3-0-possible/amp + logo: ./logos/cointelegraph.png + + - path: https://www.banklesstimes.com/2021/06/14/threefolds-green-technology-strategy-to-a-fairer-more-sustainable-world/ + logo: ./logos/banklesstimes.png - path: https://gritdaily.com/belarus-governments-control-internet/ logo: ./logos/grit_daily.png - - path: https://btcmanager.com/digibyte-dgb-threefold-decentralize-global-internet-architecture/?q=/digibyte-dgb-threefold-decentralize-global-internet-architecture/&q=/digibyte-dgb-threefold-decentralize-global-internet-architecture/ - logo: ./logos/btc.png + --- -In the News +IN THE NEWS diff --git a/content/page/home/InTheNews/logos/banklesstimes.png b/content/page/home/InTheNews/logos/banklesstimes.png new file mode 100644 index 000000000..fb204dc3a Binary files /dev/null and b/content/page/home/InTheNews/logos/banklesstimes.png differ diff --git a/content/page/home/InTheNews/logos/btc.png b/content/page/home/InTheNews/logos/btc.png index 7b97ffa39..853a5b550 100644 Binary files a/content/page/home/InTheNews/logos/btc.png and b/content/page/home/InTheNews/logos/btc.png differ diff --git a/content/page/home/InTheNews/logos/cointelegraph.png b/content/page/home/InTheNews/logos/cointelegraph.png new file mode 100644 index 000000000..d65cd3083 Binary files /dev/null and b/content/page/home/InTheNews/logos/cointelegraph.png differ diff --git a/content/page/home/InTheNews/logos/cryptodaily.png b/content/page/home/InTheNews/logos/cryptodaily.png index 208bff174..b0b778331 100644 Binary files a/content/page/home/InTheNews/logos/cryptodaily.png and b/content/page/home/InTheNews/logos/cryptodaily.png differ diff --git a/content/page/home/InTheNews/logos/forbers.png b/content/page/home/InTheNews/logos/forbers.png deleted file mode 100644 index 7a72ec7e6..000000000 Binary files a/content/page/home/InTheNews/logos/forbers.png and /dev/null differ diff --git a/content/page/home/InTheNews/logos/forbes.png b/content/page/home/InTheNews/logos/forbes.png new file mode 100644 index 000000000..544407692 Binary files /dev/null and b/content/page/home/InTheNews/logos/forbes.png differ diff --git a/content/page/home/InTheNews/logos/grit_daily.png b/content/page/home/InTheNews/logos/grit_daily.png index f4a6339e0..11a54615b 100644 Binary files a/content/page/home/InTheNews/logos/grit_daily.png and b/content/page/home/InTheNews/logos/grit_daily.png differ diff --git a/content/page/home/InTheNews/logos/hackernoon.png b/content/page/home/InTheNews/logos/hackernoon.png index e80c70341..56b0fd4d0 100644 Binary files a/content/page/home/InTheNews/logos/hackernoon.png and b/content/page/home/InTheNews/logos/hackernoon.png differ diff --git a/content/page/home/InTheNews/logos/smartereum.png b/content/page/home/InTheNews/logos/smartereum.png new file mode 100644 index 000000000..1d9df1f7b Binary files /dev/null and b/content/page/home/InTheNews/logos/smartereum.png differ diff --git a/content/page/home/InTheNews/logos/tga_daily.png b/content/page/home/InTheNews/logos/tga_daily.png new file mode 100644 index 000000000..609b6982d Binary files /dev/null and b/content/page/home/InTheNews/logos/tga_daily.png differ diff --git a/content/page/home/InTheNews/logos/thecointel.png b/content/page/home/InTheNews/logos/thecointel.png deleted file mode 100644 index c7bee6a64..000000000 Binary files a/content/page/home/InTheNews/logos/thecointel.png and /dev/null differ diff --git a/content/page/home/InTheNews/logos/yahoo_news.png b/content/page/home/InTheNews/logos/yahoo_news.png new file mode 100644 index 000000000..c6463b7cf Binary files /dev/null and b/content/page/home/InTheNews/logos/yahoo_news.png differ diff --git a/content/page/home/InTheNews/thecointel.png b/content/page/home/InTheNews/thecointel.png deleted file mode 100644 index c7bee6a64..000000000 Binary files a/content/page/home/InTheNews/thecointel.png and /dev/null differ diff --git a/content/page/home/blogs/main/main.md b/content/page/home/blogs/main/main.md new file mode 100644 index 000000000..eda5d61a2 --- /dev/null +++ b/content/page/home/blogs/main/main.md @@ -0,0 +1,4 @@ +--- +id: blog_main +title: Featured Stories +--- diff --git a/content/page/home/blogs/smart_contract_blog/new_internet.jpg b/content/page/home/blogs/smart_contract_blog/new_internet.jpg new file mode 100644 index 000000000..afcceef3f Binary files /dev/null and b/content/page/home/blogs/smart_contract_blog/new_internet.jpg differ diff --git a/content/page/home/blogs/smart_contract_blog/sacha_obeegadoo.jpg b/content/page/home/blogs/smart_contract_blog/sacha_obeegadoo.jpg new file mode 100644 index 000000000..fe84c6b42 Binary files /dev/null and b/content/page/home/blogs/smart_contract_blog/sacha_obeegadoo.jpg differ diff --git a/content/page/home/blogs/smart_contract_blog/scott_yeager.jpg b/content/page/home/blogs/smart_contract_blog/scott_yeager.jpg new file mode 100644 index 000000000..49ecd49a2 Binary files /dev/null and b/content/page/home/blogs/smart_contract_blog/scott_yeager.jpg differ diff --git a/content/page/home/blogs/smart_contract_blog/smart_contract_blog.md b/content/page/home/blogs/smart_contract_blog/smart_contract_blog.md new file mode 100644 index 000000000..fe04e73d9 --- /dev/null +++ b/content/page/home/blogs/smart_contract_blog/smart_contract_blog.md @@ -0,0 +1,15 @@ +--- +id: smart_contract_blog +title: 'Building a New Internet From the Ground Up – Part 1: Introduction' +tags: [threefold_grid, technology] +category: [farming, cloud, foundation, aci, twin] +image: ./new_internet.jpg +image_caption: new internet +excerpt: The first episode in an approachable series on the inner workings of the ThreeFold Grid. Explore our technology stack and what makes ThreeFold special. +author: SCOTT YEAGER +authorImg: ./scott_yeager.jpg +path: /blog/post/an_intro_to_the_threefold_grid/ +created: 2021-07-19 +autherUrl: /people/sacha_obeegadoo/ +--- + diff --git a/content/page/home/blogs/threefold_regenerates/sam_taggart.jpg b/content/page/home/blogs/threefold_regenerates/sam_taggart.jpg new file mode 100644 index 000000000..fa8c20fab Binary files /dev/null and b/content/page/home/blogs/threefold_regenerates/sam_taggart.jpg differ diff --git a/content/page/home/blogs/threefold_regenerates/tft_vedio.jpg b/content/page/home/blogs/threefold_regenerates/tft_vedio.jpg new file mode 100644 index 000000000..54f2df9c1 Binary files /dev/null and b/content/page/home/blogs/threefold_regenerates/tft_vedio.jpg differ diff --git a/content/page/home/blogs/threefold_regenerates/threefold_regenerates.md b/content/page/home/blogs/threefold_regenerates/threefold_regenerates.md new file mode 100644 index 000000000..f6a4d3600 --- /dev/null +++ b/content/page/home/blogs/threefold_regenerates/threefold_regenerates.md @@ -0,0 +1,14 @@ +--- +id: threefold_regenerates +title: ThreeFold Explained In 2min +tags: [threefold_grid, digital_twin, why, technology, farming] +category: [farming, cloud, foundation, aci, twin] +image: ./tft_vedio.jpg +image_caption: planet positive plan +excerpt: We make sovereignty a reality and opportunities universal. Our technology ensures data ownership and a democratized Internet. Discover how. +author: '' +created: 2021-05-15 +authorImg: '' +path: https://www.youtube.com/watch?v=5DtVU66Z74s +autherUrl: '' +--- diff --git a/content/page/home/blogs/threefold_regenerates/threefold_regenerates.png b/content/page/home/blogs/threefold_regenerates/threefold_regenerates.png new file mode 100644 index 000000000..1d6ac83b9 Binary files /dev/null and b/content/page/home/blogs/threefold_regenerates/threefold_regenerates.png differ diff --git a/content/page/home/blogs/zero_os_blog/sacha_obeegadoo.jpg b/content/page/home/blogs/zero_os_blog/sacha_obeegadoo.jpg new file mode 100644 index 000000000..fe84c6b42 Binary files /dev/null and b/content/page/home/blogs/zero_os_blog/sacha_obeegadoo.jpg differ diff --git a/content/page/home/blogs/zero_os_blog/sam_taggart.jpg b/content/page/home/blogs/zero_os_blog/sam_taggart.jpg new file mode 100644 index 000000000..fa8c20fab Binary files /dev/null and b/content/page/home/blogs/zero_os_blog/sam_taggart.jpg differ diff --git a/content/page/home/blogs/zero_os_blog/the_threefold_movement.png b/content/page/home/blogs/zero_os_blog/the_threefold_movement.png new file mode 100644 index 000000000..80785e405 Binary files /dev/null and b/content/page/home/blogs/zero_os_blog/the_threefold_movement.png differ diff --git a/content/page/home/blogs/zero_os_blog/zero_os_blog.md b/content/page/home/blogs/zero_os_blog/zero_os_blog.md new file mode 100644 index 000000000..a746d0351 --- /dev/null +++ b/content/page/home/blogs/zero_os_blog/zero_os_blog.md @@ -0,0 +1,15 @@ +--- +id: zero_os_blog +title: 'Into the Fold – The ThreeFold Movement' +tags: [threefold_grid, technology, ] +category: [farming, cloud, foundation, twin] +image: ./the_threefold_movement.png +image_caption: zero os +excerpt: It's not by mistake that you're here, reading this post. You can feel that a global shift is happening. And you want to do something about it. +author: Sam Taggart +created: 2021-07-20 +authorImg: ./sam_taggart.jpg +path: /blog/post/the_threefold_movement/ +autherUrl: /people/sacha_obeegadoo/ +--- + diff --git a/content/page/home/blogs/zero_os_blog/zero_os_blog.png b/content/page/home/blogs/zero_os_blog/zero_os_blog.png new file mode 100644 index 000000000..95359eb51 Binary files /dev/null and b/content/page/home/blogs/zero_os_blog/zero_os_blog.png differ diff --git a/content/page/home/brandPanel/brandPanel.md b/content/page/home/brandPanel/brandPanel.md index 98f4f885c..0af6438fc 100644 --- a/content/page/home/brandPanel/brandPanel.md +++ b/content/page/home/brandPanel/brandPanel.md @@ -1,10 +1,12 @@ --- -id: brand_panel -title: IF NOT NOW, WHEN? IF NOT US, WHO? +id: fix_internet +title: ZERO OS subtitle: '' -sourceUrl: https://farming.threefold.io/team #link for button -btnTxt: Meet Us -image: teamcollage.png # Please add image in src/assets/brandPanel/ +sourceUrl: https://www.farming.threefold.io/get_3node +btnTxt: Get a Node +button2: Learn More +link2: /grid +image: zero_os.png # src/assets/brandPanel/.. --- -We believe in digital freedom, equal opportunities for all, and sustainable solutions for our planet. We are building a new internet that serves people and our planet. \ No newline at end of file +An autonomous open-source operating system that supports the peer-to-peer cloud and the deployment of infinitely scalable digital workloads with unparalleled levels of security and privacy. diff --git a/content/page/home/brandPanel2/brandPanel2.md b/content/page/home/brandPanel2/brandPanel2.md new file mode 100644 index 000000000..5e2339962 --- /dev/null +++ b/content/page/home/brandPanel2/brandPanel2.md @@ -0,0 +1,17 @@ +--- +id: grid_solution +title: THE THREEFOLD GRID IS THE ONLY TRUE SOLUTION +subtitle: '' +sourceUrl: https://threefold.io/info/threefold#/threefold__grid_why +btnTxt: Know More +sourceUrl2: https://explorer.threefold.io/ +btnTxt2: Live Stats +image: grid_solution.png # src/assets/brandPanel/.. +--- + +We did what nobody else has done. We rebuilt the architecture from the ground up – a unique stateless operating system and an automation layer to remove all intermediaries and enable anyone to connect hardware, anywhere around the world. A real, long-lasting solution, not just a bandaid approach. + +
+Without the ThreeFold Grid, the peer-to-peer Internet the world needs is not possible. + + \ No newline at end of file diff --git a/content/page/home/carbon_neutral.png b/content/page/home/carbon_neutral.png new file mode 100644 index 000000000..c2354176c Binary files /dev/null and b/content/page/home/carbon_neutral.png differ diff --git a/content/page/home/cards/card2/card2.md b/content/page/home/cards/card2/card2.md deleted file mode 100644 index 5b890ad09..000000000 --- a/content/page/home/cards/card2/card2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: card2 -title: TITLE -image: ./image_name.png -button: Button -link: '' #link for button -order: 2 ---- - -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. diff --git a/content/page/home/cards/card2/image_name.png b/content/page/home/cards/card2/image_name.png deleted file mode 100644 index 41d321d9a..000000000 Binary files a/content/page/home/cards/card2/image_name.png and /dev/null differ diff --git a/content/page/home/cards/card3/card3.md b/content/page/home/cards/card3/card3.md deleted file mode 100644 index 8a8afa578..000000000 --- a/content/page/home/cards/card3/card3.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: card3 -title: TITLE -image: ./image_name.png -button: Button -link: '' #link for button -order: 3 ---- - -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. \ No newline at end of file diff --git a/content/page/home/cards/card3/image_name.png b/content/page/home/cards/card3/image_name.png deleted file mode 100644 index 41d321d9a..000000000 Binary files a/content/page/home/cards/card3/image_name.png and /dev/null differ diff --git a/content/page/home/cards/card4/card4.md b/content/page/home/cards/card4/card4.md deleted file mode 100644 index 002687c95..000000000 --- a/content/page/home/cards/card4/card4.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: card4 -title: TITLE -image: ./image_name.png -button: Button -link: '' #link for button -order: 4 ---- - -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. diff --git a/content/page/home/cards/card4/image_name.png b/content/page/home/cards/card4/image_name.png deleted file mode 100644 index 41d321d9a..000000000 Binary files a/content/page/home/cards/card4/image_name.png and /dev/null differ diff --git a/content/page/home/cards/card5/card5.md b/content/page/home/cards/card5/card5.md deleted file mode 100644 index 71a885bbc..000000000 --- a/content/page/home/cards/card5/card5.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: card5 -title: TITLE -image: '' -button: Button -link: '' #link for button -order: 5 ---- - -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. diff --git a/content/page/home/cards/card6/card6.md b/content/page/home/cards/card6/card6.md deleted file mode 100644 index 0c1bcf17f..000000000 --- a/content/page/home/cards/card6/card6.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: card6 -title: TITLE -image: '' -button: Button -link: '' #link for button -order: 6 ---- - -Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. diff --git a/content/page/home/comparison/main/main.md b/content/page/home/comparison/main/main.md index 25ce468b2..f623ce27e 100644 --- a/content/page/home/comparison/main/main.md +++ b/content/page/home/comparison/main/main.md @@ -1,7 +1,7 @@ --- id: comparison -title: The world needs a new Internet -description: The current Internet is centralized to tech giants that build power-hungry data centers and control user data. ThreeFold looks at updating the roughly $5 trillion IT industry with a new paradigm that serves people and our planet. -button: More About Our Why -link: 'https://consciousinternet.org/about' #add button link here +title: GIVE THE WORLD A BETTER INTERNET +description: The current Internet is centralized to tech giants that build power-hungry data centers and exploit user data. ThreeFold looks at updating the current $3.9 Billion IT with a new paradigm that serves people and our planet. +button: Our Values +link: https://threefold.io/aci/about #add button link here --- diff --git a/content/page/home/comparison/section1/private.png b/content/page/home/comparison/section1/private.png new file mode 100644 index 000000000..eb699d657 Binary files /dev/null and b/content/page/home/comparison/section1/private.png differ diff --git a/content/page/home/comparison/section1/section1.md b/content/page/home/comparison/section1/section1.md index e11b27597..53f98331f 100644 --- a/content/page/home/comparison/section1/section1.md +++ b/content/page/home/comparison/section1/section1.md @@ -1,5 +1,8 @@ --- -id: section1 -svg: ./privacy.png -title: '' +id: private +svg: ./private.png +title: IT IS PRIVATE +link: --- + +A tamper-proof experience that allows security to coexist with efficiency. diff --git a/content/page/home/comparison/section2/equal.png b/content/page/home/comparison/section2/equal.png new file mode 100644 index 000000000..a82519652 Binary files /dev/null and b/content/page/home/comparison/section2/equal.png differ diff --git a/content/page/home/comparison/section2/section2.md b/content/page/home/comparison/section2/section2.md index c66dcac4e..df8b77a5c 100644 --- a/content/page/home/comparison/section2/section2.md +++ b/content/page/home/comparison/section2/section2.md @@ -1,6 +1,8 @@ --- -id: section2 -svg: ./equality.png -title: '' +id: equal +svg: ./equal.png +title: IT IS EQUAL +link: --- +Scalable everywhere and to everyone. diff --git a/content/page/home/comparison/section3/section3.md b/content/page/home/comparison/section3/section3.md index cb909b8b6..4e626a9ef 100644 --- a/content/page/home/comparison/section3/section3.md +++ b/content/page/home/comparison/section3/section3.md @@ -1,6 +1,8 @@ --- -id: section3 -svg: ./sustainability.png -title: '' +id: sustainable +svg: ./sustainable.png +title: IT IS SUSTAINABLE +link: --- +We must rethink our resource consumption if we want to save our planet. diff --git a/content/page/home/comparison/section3/sustainable.png b/content/page/home/comparison/section3/sustainable.png new file mode 100644 index 000000000..2548bddeb Binary files /dev/null and b/content/page/home/comparison/section3/sustainable.png differ diff --git a/content/page/home/cta/cta.md b/content/page/home/cta/cta.md index 7f46839d8..fe5db8375 100644 --- a/content/page/home/cta/cta.md +++ b/content/page/home/cta/cta.md @@ -1,18 +1,18 @@ --- id: home_cta -title: Join the Movement! -button: Support Us By Purchasing Tokens -link: 'https://wiki.threefold.io/#/how_to_buy_and_sell' #Add button link here -button2: Stay Updated -link2: 'https://t.me/threefoldnews' #Add button link here -button3: Join Our Community -link3: 'https://forum.threefold.io' #Add button link here - +title: THE SOURCE CODE FOR +subtitle: A PEOPLE’S INTERNET +image: ./number_bg2.jpg +button: How It Works +link: /how-it-works +button2: Expand The Grid +link2: /grid +button3: Peer-To-Peer Cloud +link3: https://cloud.threefold.io/ +button4: Developer Grants (coming soon) +link4: '#' +button5: The ThreeFold Token +link5: /token +button6: Community Forum +link6: https://forum.threefold.io/ --- - -Be part of a better tomorrow, today. - - \ No newline at end of file diff --git a/content/page/home/cta/number_bg2.jpg b/content/page/home/cta/number_bg2.jpg new file mode 100644 index 000000000..5b50c9d64 Binary files /dev/null and b/content/page/home/cta/number_bg2.jpg differ diff --git a/content/page/home/cta/number_bg2.png b/content/page/home/cta/number_bg2.png new file mode 100644 index 000000000..ecf322ef7 Binary files /dev/null and b/content/page/home/cta/number_bg2.png differ diff --git a/content/page/home/cta2/cta2.md b/content/page/home/cta2/cta2.md new file mode 100644 index 000000000..9d08db688 --- /dev/null +++ b/content/page/home/cta2/cta2.md @@ -0,0 +1,15 @@ +--- +id: home_cta2 +title: Join the ThreeFold Movement +image: ./cta_image.png +button: Buy the Token +link: /token +button2: Expand the Grid +link2: /grid +button3: Explore the Cloud +link3: https://cloud.threefold.io/ +button4: Stay Updated +link4: https://t.me/threefold +--- + +We are not a company, but more like humans helping other humans. Our mission is bold and motivates every step we take. \ No newline at end of file diff --git a/content/page/home/cta2/cta_image.png b/content/page/home/cta2/cta_image.png new file mode 100644 index 000000000..aa01e332a Binary files /dev/null and b/content/page/home/cta2/cta_image.png differ diff --git a/content/page/home/cta3/cta3.md b/content/page/home/cta3/cta3.md new file mode 100644 index 000000000..b139f8c93 --- /dev/null +++ b/content/page/home/cta3/cta3.md @@ -0,0 +1,17 @@ +--- +id: home_cta3 +title: '' +title2: '' +button: Explore the ThreeFold Universe +link: /universe +button2: '' +link2: '' +button3: '' +link3: '' + +--- + + diff --git a/content/page/home/cta4/cta4.md b/content/page/home/cta4/cta4.md new file mode 100644 index 000000000..c511c568e --- /dev/null +++ b/content/page/home/cta4/cta4.md @@ -0,0 +1,23 @@ +--- +id: home_cta4 +title: is the +title2: only solution +slogan : this +subtitle : the threefold grid +button: '' +link: '' +button2: '' +link2: '' +button3: '' +link3: '' + +--- + +Welcome to a better internet. Data is not decentralized and distributed to the world's +
+largest Peer-to-Peer grid,allowing you to truly be the master of you digital identity. + + \ No newline at end of file diff --git a/content/page/home/cta5/cta5.md b/content/page/home/cta5/cta5.md new file mode 100644 index 000000000..fe0daaa43 --- /dev/null +++ b/content/page/home/cta5/cta5.md @@ -0,0 +1,18 @@ +--- +id: home_cta5 +title: '' +button: Know More +link: 'https://threefold.io/info/threefold#/threefold__grid_why' +button2: Live Stats +link2: 'https://explorer.threefold.io/' +button3: '' +link3: '' + +--- + + + + \ No newline at end of file diff --git a/content/page/home/cta_image.png b/content/page/home/cta_image.png index 92193706d..aa01e332a 100644 Binary files a/content/page/home/cta_image.png and b/content/page/home/cta_image.png differ diff --git a/content/page/home/features2/empty/index.md b/content/page/home/features2/empty/index.md new file mode 100644 index 000000000..552b5f97e --- /dev/null +++ b/content/page/home/features2/empty/index.md @@ -0,0 +1,3 @@ +--- +id: empty +--- diff --git a/content/page/home/features2/feature1/feature1.md b/content/page/home/features2/feature1/feature1.md new file mode 100644 index 000000000..da15a974f --- /dev/null +++ b/content/page/home/features2/feature1/feature1.md @@ -0,0 +1,7 @@ +--- +id: decentralize_the_internet +svg: +title: Decentralize the internet +--- + +Bring capacity to new locations. No larger than a shoebox, the 3Node fits inside any home or office. diff --git a/content/page/home/features2/feature2/feature2.md b/content/page/home/features2/feature2/feature2.md new file mode 100644 index 000000000..c4365d2c0 --- /dev/null +++ b/content/page/home/features2/feature2/feature2.md @@ -0,0 +1,7 @@ +--- +id: connect_the_world +svg: +title: Connect the world +--- + +Enable a more accessible, affordable, and sustainable Internet by creating shorter bridges between people and capacity. \ No newline at end of file diff --git a/content/page/home/features2/feature3/feature3.md b/content/page/home/features2/feature3/feature3.md new file mode 100644 index 000000000..3f65c57dd --- /dev/null +++ b/content/page/home/features2/feature3/feature3.md @@ -0,0 +1,5 @@ +--- +id: make_data_safe +svg: ./titan_v2.png +title: +--- \ No newline at end of file diff --git a/content/page/home/features2/feature3/titan_v2.png b/content/page/home/features2/feature3/titan_v2.png new file mode 100644 index 000000000..887b371f4 Binary files /dev/null and b/content/page/home/features2/feature3/titan_v2.png differ diff --git a/content/page/home/features2/feature4/feature4.md b/content/page/home/features2/feature4/feature4.md new file mode 100644 index 000000000..ed31583be --- /dev/null +++ b/content/page/home/features2/feature4/feature4.md @@ -0,0 +1,7 @@ +--- +id: earn_passive_income +svg: +title: Make Data Safe +--- + +Give people unbreakable storage for their data, while they keep full ownership and access rights. \ No newline at end of file diff --git a/content/page/home/features2/feature5/feature5.md b/content/page/home/features2/feature5/feature5.md new file mode 100644 index 000000000..8cf49279c --- /dev/null +++ b/content/page/home/features2/feature5/feature5.md @@ -0,0 +1,7 @@ +--- +id: features2_sustainability +svg: +title: Earn Income +--- + +Simply plug in your 3Node to electricity and network, and start earning ThreeFold Tokens. diff --git a/content/page/home/features2/main/main.md b/content/page/home/features2/main/main.md new file mode 100644 index 000000000..f51fb46a2 --- /dev/null +++ b/content/page/home/features2/main/main.md @@ -0,0 +1,12 @@ +--- +id: Features_home_2 +title: Introducing 3Node +subtitle: '' +btn: How it works +link: https://threefold.io/farming/farming +btn2: Order your 3Node +link2: https://threefold.io/farming/get_3node +btn3: Discover Zero-OS +link3: https://threefold.io/info/threefold#/internet4__zos +--- +Work with technology that can change the world. 3Nodes run Zero OS, a stateless and lightweight operating system that is setting new standards of security and efficiency to store humanity's data and run its workloads. diff --git a/content/page/home/from_zero.png b/content/page/home/from_zero.png new file mode 100644 index 000000000..b2745cdbc Binary files /dev/null and b/content/page/home/from_zero.png differ diff --git a/content/page/home/header/header.md b/content/page/home/header/header.md index 0b969a3c8..2c0eaca4f 100644 --- a/content/page/home/header/header.md +++ b/content/page/home/header/header.md @@ -1,14 +1,19 @@ --- -id: home_header +id: carbon_neutral title: '' -subtitle: Welcome to ThreeFold +subtitle: Truly Better for Our Planet #Welcome to ThreeFold btn1: '' link1: '' btn2: '' link2: '' --- -With our game-changing technology and incredible partners, together we are building a better Internet – for humanity and for our planet. +ThreeFold’s peer-to-peer nature brings considerable energy efficiencies as compared to current solutions. +
+
+The remaining carbon footprint of the grid will be converted into carbon credits and invested in planet positive projects to enable the world’s first carbon neutral grid. + + + + + + + diff --git a/content/page/home/home_bg.jpg b/content/page/home/home_bg.jpg new file mode 100644 index 000000000..adc60c116 Binary files /dev/null and b/content/page/home/home_bg.jpg differ diff --git a/content/page/home/home_header.jpg b/content/page/home/home_header.jpg new file mode 100644 index 000000000..cd71a23ab Binary files /dev/null and b/content/page/home/home_header.jpg differ diff --git a/content/page/home/home_header_old.png b/content/page/home/home_header_old.png index 04c0008ff..4cfe66fd7 100644 Binary files a/content/page/home/home_header_old.png and b/content/page/home/home_header_old.png differ diff --git a/content/page/home/logos/logo1/hpe.png b/content/page/home/logos/logo1/hpe.png deleted file mode 100644 index 656a26943..000000000 Binary files a/content/page/home/logos/logo1/hpe.png and /dev/null differ diff --git a/content/page/home/logos/logo1/logo.md b/content/page/home/logos/logo1/logo.md index 58983195e..f812fdf55 100644 --- a/content/page/home/logos/logo1/logo.md +++ b/content/page/home/logos/logo1/logo.md @@ -1,5 +1,5 @@ --- id: logo1 -image: ./hpe.png -url: https://farming.threefold.io/partners/hpe +image: ./our_partners.png +url: /partners --- diff --git a/content/page/home/logos/logo1/our_partners.png b/content/page/home/logos/logo1/our_partners.png new file mode 100644 index 000000000..a7927136f Binary files /dev/null and b/content/page/home/logos/logo1/our_partners.png differ diff --git a/content/page/home/logos/logo1/solidaridad.png b/content/page/home/logos/logo1/solidaridad.png new file mode 100644 index 000000000..6ea98956b Binary files /dev/null and b/content/page/home/logos/logo1/solidaridad.png differ diff --git a/content/page/home/logos/logo10/dash.png b/content/page/home/logos/logo10/dash.png new file mode 100644 index 000000000..93062a585 Binary files /dev/null and b/content/page/home/logos/logo10/dash.png differ diff --git a/content/page/home/logos/logo10/logo.md b/content/page/home/logos/logo10/logo.md new file mode 100644 index 000000000..6038335c2 --- /dev/null +++ b/content/page/home/logos/logo10/logo.md @@ -0,0 +1,5 @@ +--- +id: log10 +image: ./dash.png +url: /partners/skale_labs +--- diff --git a/content/page/home/logos/logo11/logo.md b/content/page/home/logos/logo11/logo.md new file mode 100644 index 000000000..1ef18a614 --- /dev/null +++ b/content/page/home/logos/logo11/logo.md @@ -0,0 +1,5 @@ +--- +id: logo11 +image: ./saspelabs.png +url: /partners/dash +--- diff --git a/content/page/home/logos/logo11/saspelabs.png b/content/page/home/logos/logo11/saspelabs.png new file mode 100644 index 000000000..296ce0d36 Binary files /dev/null and b/content/page/home/logos/logo11/saspelabs.png differ diff --git a/content/page/home/logos/logo12/logo.md b/content/page/home/logos/logo12/logo.md new file mode 100644 index 000000000..8e1e393e6 --- /dev/null +++ b/content/page/home/logos/logo12/logo.md @@ -0,0 +1,5 @@ +--- +id: logo6 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo12/matic.png b/content/page/home/logos/logo12/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo12/matic.png differ diff --git a/content/page/home/logos/logo13/logo.md b/content/page/home/logos/logo13/logo.md new file mode 100644 index 000000000..af49b3cc6 --- /dev/null +++ b/content/page/home/logos/logo13/logo.md @@ -0,0 +1,5 @@ +--- +id: logo13 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo13/matic.png b/content/page/home/logos/logo13/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo13/matic.png differ diff --git a/content/page/home/logos/logo14/logo.md b/content/page/home/logos/logo14/logo.md new file mode 100644 index 000000000..8e1e393e6 --- /dev/null +++ b/content/page/home/logos/logo14/logo.md @@ -0,0 +1,5 @@ +--- +id: logo6 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo14/matic.png b/content/page/home/logos/logo14/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo14/matic.png differ diff --git a/content/page/home/logos/logo15/logo.md b/content/page/home/logos/logo15/logo.md new file mode 100644 index 000000000..e45c18f17 --- /dev/null +++ b/content/page/home/logos/logo15/logo.md @@ -0,0 +1,5 @@ +--- +id: logo15 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo15/matic.png b/content/page/home/logos/logo15/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo15/matic.png differ diff --git a/content/page/home/logos/logo16/logo.md b/content/page/home/logos/logo16/logo.md new file mode 100644 index 000000000..05d83f8ac --- /dev/null +++ b/content/page/home/logos/logo16/logo.md @@ -0,0 +1,5 @@ +--- +id: logo16 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo16/matic.png b/content/page/home/logos/logo16/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo16/matic.png differ diff --git a/content/page/home/logos/logo17/logo.md b/content/page/home/logos/logo17/logo.md new file mode 100644 index 000000000..383731cff --- /dev/null +++ b/content/page/home/logos/logo17/logo.md @@ -0,0 +1,5 @@ +--- +id: logo17 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo17/matic.png b/content/page/home/logos/logo17/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo17/matic.png differ diff --git a/content/page/home/logos/logo18/logo.md b/content/page/home/logos/logo18/logo.md new file mode 100644 index 000000000..263bf8599 --- /dev/null +++ b/content/page/home/logos/logo18/logo.md @@ -0,0 +1,5 @@ +--- +id: logo18 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo18/matic.png b/content/page/home/logos/logo18/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo18/matic.png differ diff --git a/content/page/home/logos/logo19/logo.md b/content/page/home/logos/logo19/logo.md new file mode 100644 index 000000000..c2fda88e1 --- /dev/null +++ b/content/page/home/logos/logo19/logo.md @@ -0,0 +1,5 @@ +--- +id: logo19 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo19/matic.png b/content/page/home/logos/logo19/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo19/matic.png differ diff --git a/content/page/home/logos/logo2/hpe.png b/content/page/home/logos/logo2/hpe.png new file mode 100644 index 000000000..9d3178f2d Binary files /dev/null and b/content/page/home/logos/logo2/hpe.png differ diff --git a/content/page/home/logos/logo2/logo.md b/content/page/home/logos/logo2/logo.md index 93d87e8d1..1e5de9867 100644 --- a/content/page/home/logos/logo2/logo.md +++ b/content/page/home/logos/logo2/logo.md @@ -1,5 +1,5 @@ --- id: logo2 -image: ./solidaridad.png -url: https://farming.threefold.io/partners/solidaridad +image: ./hpe.png +url: /partners/harmony --- diff --git a/content/page/home/logos/logo2/solidaridad.png b/content/page/home/logos/logo2/solidaridad.png deleted file mode 100644 index 87e361df0..000000000 Binary files a/content/page/home/logos/logo2/solidaridad.png and /dev/null differ diff --git a/content/page/home/logos/logo20/logo.md b/content/page/home/logos/logo20/logo.md new file mode 100644 index 000000000..4ca83be4f --- /dev/null +++ b/content/page/home/logos/logo20/logo.md @@ -0,0 +1,5 @@ +--- +id: logo20 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/home/logos/logo20/matic.png b/content/page/home/logos/logo20/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo20/matic.png differ diff --git a/content/page/home/logos/logo3/digitalbyte.png b/content/page/home/logos/logo3/digitalbyte.png new file mode 100644 index 000000000..93a24aa63 Binary files /dev/null and b/content/page/home/logos/logo3/digitalbyte.png differ diff --git a/content/page/home/logos/logo3/kleos.png b/content/page/home/logos/logo3/kleos.png deleted file mode 100644 index f70efb609..000000000 Binary files a/content/page/home/logos/logo3/kleos.png and /dev/null differ diff --git a/content/page/home/logos/logo3/logo.md b/content/page/home/logos/logo3/logo.md index 2b2c1f54b..dd991e663 100644 --- a/content/page/home/logos/logo3/logo.md +++ b/content/page/home/logos/logo3/logo.md @@ -1,5 +1,5 @@ --- id: logo3 -image: ./kleos.png -url: https://farming.threefold.io/partners/kleos ---- +image: ./digitalbyte.png +url: /partners/casperlabs +--- \ No newline at end of file diff --git a/content/page/home/logos/logo4/dash.png b/content/page/home/logos/logo4/dash.png new file mode 100644 index 000000000..93062a585 Binary files /dev/null and b/content/page/home/logos/logo4/dash.png differ diff --git a/content/page/home/logos/logo4/flowgen.png b/content/page/home/logos/logo4/flowgen.png deleted file mode 100644 index 1fbdaed59..000000000 Binary files a/content/page/home/logos/logo4/flowgen.png and /dev/null differ diff --git a/content/page/home/logos/logo4/logo.md b/content/page/home/logos/logo4/logo.md index 784613667..7e7857812 100644 --- a/content/page/home/logos/logo4/logo.md +++ b/content/page/home/logos/logo4/logo.md @@ -1,5 +1,5 @@ --- id: logo4 -image: ./flowgen.png -url: https://farming.threefold.io/partners/flowgen +image: ./dash.png +url: /partners/skale_labs --- diff --git a/content/page/home/logos/logo5/green_edge.png b/content/page/home/logos/logo5/green_edge.png deleted file mode 100644 index 5a16aa872..000000000 Binary files a/content/page/home/logos/logo5/green_edge.png and /dev/null differ diff --git a/content/page/home/logos/logo5/logo.md b/content/page/home/logos/logo5/logo.md index 83e03e037..be82c9360 100644 --- a/content/page/home/logos/logo5/logo.md +++ b/content/page/home/logos/logo5/logo.md @@ -1,5 +1,5 @@ --- id: logo5 -image: ./green_edge.png -url: https://farming.threefold.io/partners/green_edge +image: ./saspelabs.png +url: /partners/dash --- diff --git a/content/page/home/logos/logo5/saspelabs.png b/content/page/home/logos/logo5/saspelabs.png new file mode 100644 index 000000000..296ce0d36 Binary files /dev/null and b/content/page/home/logos/logo5/saspelabs.png differ diff --git a/content/page/home/logos/logo6/logo.md b/content/page/home/logos/logo6/logo.md index 7132dd867..8e1e393e6 100644 --- a/content/page/home/logos/logo6/logo.md +++ b/content/page/home/logos/logo6/logo.md @@ -1,5 +1,5 @@ --- id: logo6 -image: ./digibyte.png -url: https://farming.threefold.io/partners/digibyte +image: ./matic.png +url: /partners/presearch --- diff --git a/content/page/home/logos/logo6/matic.png b/content/page/home/logos/logo6/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/home/logos/logo6/matic.png differ diff --git a/content/page/home/logos/logo7/logo.md b/content/page/home/logos/logo7/logo.md new file mode 100644 index 000000000..25bdbed7f --- /dev/null +++ b/content/page/home/logos/logo7/logo.md @@ -0,0 +1,5 @@ +--- +id: logo7 +image: ./solidaridad.png +url: /partners/hpe +--- diff --git a/content/page/home/logos/logo7/solidaridad.png b/content/page/home/logos/logo7/solidaridad.png new file mode 100644 index 000000000..6ea98956b Binary files /dev/null and b/content/page/home/logos/logo7/solidaridad.png differ diff --git a/content/page/home/logos/logo8/hpe.png b/content/page/home/logos/logo8/hpe.png new file mode 100644 index 000000000..9d3178f2d Binary files /dev/null and b/content/page/home/logos/logo8/hpe.png differ diff --git a/content/page/home/logos/logo8/logo.md b/content/page/home/logos/logo8/logo.md new file mode 100644 index 000000000..1e5de9867 --- /dev/null +++ b/content/page/home/logos/logo8/logo.md @@ -0,0 +1,5 @@ +--- +id: logo2 +image: ./hpe.png +url: /partners/harmony +--- diff --git a/content/page/home/logos/logo9/digitalbyte.png b/content/page/home/logos/logo9/digitalbyte.png new file mode 100644 index 000000000..93a24aa63 Binary files /dev/null and b/content/page/home/logos/logo9/digitalbyte.png differ diff --git a/content/page/home/logos/logo9/logo.md b/content/page/home/logos/logo9/logo.md new file mode 100644 index 000000000..dd991e663 --- /dev/null +++ b/content/page/home/logos/logo9/logo.md @@ -0,0 +1,5 @@ +--- +id: logo3 +image: ./digitalbyte.png +url: /partners/casperlabs +--- \ No newline at end of file diff --git a/content/page/home/logos/main/main.md b/content/page/home/logos/main/main.md new file mode 100644 index 000000000..46cc529e7 --- /dev/null +++ b/content/page/home/logos/main/main.md @@ -0,0 +1,7 @@ +--- +id: logo_home +title: Our Partners +button: Check All Partners +link : /partners +--- + diff --git a/content/page/home/map/index.md b/content/page/home/map/index.md new file mode 100644 index 000000000..7f3a95f51 --- /dev/null +++ b/content/page/home/map/index.md @@ -0,0 +1,16 @@ +--- +id: map +title: THE THREEFOLD GRID +subtitle: NOW OPERATIONAL +button: More Stats +link: https://explorer.threefold.io +image: ./map.png +btn1: Become a Farmer +link1: https://threefold.io/farming +btn2: Explore Live Capacity +link2: https://explorer.threefold.io/ +btn3: Behind the New Internet +link3: https://threefold.io/info/threefold#/threefold__grid_concepts +--- + +The ThreeFold Grid is formed by a global network of independent Farmers – people and organizations who expand Internet capacity to where it is needed the most. diff --git a/content/page/home/map/map.png b/content/page/home/map/map.png new file mode 100644 index 000000000..a57bf88a9 Binary files /dev/null and b/content/page/home/map/map.png differ diff --git a/content/page/home/partenerships/kleos/index.md b/content/page/home/partenerships/kleos/index.md new file mode 100644 index 000000000..665c04d01 --- /dev/null +++ b/content/page/home/partenerships/kleos/index.md @@ -0,0 +1,7 @@ +--- +id: kleos +img: ./kleos_img.png +title: Connecting the Unconnected +--- + +The demand for connectivity is higher than ever before. But current approaches are harmful to our planet. We must find sustainable ways to connect the remote regions of this world and the billions being left behind. This is the focus of our partnership with Kleos, a new responsible telecom solution. diff --git a/content/page/home/partenerships/kleos/kleos_img.png b/content/page/home/partenerships/kleos/kleos_img.png new file mode 100644 index 000000000..b583e4d78 Binary files /dev/null and b/content/page/home/partenerships/kleos/kleos_img.png differ diff --git a/content/page/home/partenerships/main/main.md b/content/page/home/partenerships/main/main.md new file mode 100644 index 000000000..31c8f907b --- /dev/null +++ b/content/page/home/partenerships/main/main.md @@ -0,0 +1,11 @@ +--- +id: home_partenerships_main +title: Our partners build a better tomorrow +# slogan: PARTNERSHIPS +# button : See Our Partners +# link : /partners +# button2 : ACI +# link2 : /aci +--- + +ThreeFold exists for humanity to thrive, while regenerating our planet. We provide the foundation for people and projects that help to build a better world – whether they have moonshot visions or down-to-earth ambitions. We aren’t the hero of our story. They are. diff --git a/content/page/home/partenerships/solidaridad/index.md b/content/page/home/partenerships/solidaridad/index.md new file mode 100644 index 000000000..31abb5a62 --- /dev/null +++ b/content/page/home/partenerships/solidaridad/index.md @@ -0,0 +1,8 @@ +--- +id: solidaridad +img: ./solidaridad_img.png +title: Bringing Fair Data to Farmers +--- + +Current supply chain models can be complicated and easily mismanaged, and they often exploit farmers and producers. Through our collaboration with Solidaridad, +ThreeFold’s autonomous and secure technology will bring verifiability to data and create transparent supply chains. diff --git a/content/page/home/partenerships/solidaridad/solidaridad_img.png b/content/page/home/partenerships/solidaridad/solidaridad_img.png new file mode 100644 index 000000000..5960dd399 Binary files /dev/null and b/content/page/home/partenerships/solidaridad/solidaridad_img.png differ diff --git a/content/page/home/partenerships/tag/index.md b/content/page/home/partenerships/tag/index.md new file mode 100644 index 000000000..5fa66d6de --- /dev/null +++ b/content/page/home/partenerships/tag/index.md @@ -0,0 +1,7 @@ +--- +id: tag +img: ./tag_img.png +title: Empowering Global Education +--- + +Today, education remains inaccessible for millions of children around the world. This is not fair. By partnering with Take Action Global, we will bring local Internet capacity to developing regions, and build educational platforms that empower the forgotten leaders of tomorrow. diff --git a/content/page/home/partenerships/tag/tag_img.png b/content/page/home/partenerships/tag/tag_img.png new file mode 100644 index 000000000..87dee7567 Binary files /dev/null and b/content/page/home/partenerships/tag/tag_img.png differ diff --git a/content/page/home/partenerships/threefold/digibyte.png b/content/page/home/partenerships/threefold/digibyte.png new file mode 100644 index 000000000..a93ec70ab Binary files /dev/null and b/content/page/home/partenerships/threefold/digibyte.png differ diff --git a/content/page/home/partenerships/threefold/index.md b/content/page/home/partenerships/threefold/index.md new file mode 100644 index 000000000..618882ade --- /dev/null +++ b/content/page/home/partenerships/threefold/index.md @@ -0,0 +1,7 @@ +--- +id: threefold +img: ./digibyte.png +title: Decentralizing Everything +--- + +ThreeFold will develop end-user and enterprise peer-to-peer solutions using ThreeFold’s peer-to-peer infrastructure and Digibyte's most secure blockchain to enable true data sovereignty for humanity. Together, we are paving the way to an equal, secure and fairly-distributed world. diff --git a/content/page/home/partenerships/threefold/kleos_img.png b/content/page/home/partenerships/threefold/kleos_img.png new file mode 100644 index 000000000..b583e4d78 Binary files /dev/null and b/content/page/home/partenerships/threefold/kleos_img.png differ diff --git a/content/page/home/partenerships/threefold/threefold_img.png b/content/page/home/partenerships/threefold/threefold_img.png new file mode 100644 index 000000000..7b8e344d4 Binary files /dev/null and b/content/page/home/partenerships/threefold/threefold_img.png differ diff --git a/content/page/home/productData/main/main.md b/content/page/home/productData/main/main.md index caf956e36..0ed94a191 100644 --- a/content/page/home/productData/main/main.md +++ b/content/page/home/productData/main/main.md @@ -1,5 +1,5 @@ --- id: product -title: The building blocks of the P2P Internet -subtitle: '' +title: THE THREEFOLD ECOSYSTEM +subtitle: "The ThreeFold Grid is launching it's 3rd release soon, representing the greatest leap towards a peer-to-peer world. Innovative organizations and developers have already started building on this revolutionary infrastructure. Check out these examples:" --- diff --git a/content/page/home/productData/product1/farming_card.png b/content/page/home/productData/product1/farming_card.png deleted file mode 100644 index 5c3738803..000000000 Binary files a/content/page/home/productData/product1/farming_card.png and /dev/null differ diff --git a/content/page/home/productData/product1/nodes.md b/content/page/home/productData/product1/nodes.md new file mode 100644 index 000000000..9a1f0a097 --- /dev/null +++ b/content/page/home/productData/product1/nodes.md @@ -0,0 +1,12 @@ +--- +id: nodes_home +title: '' +image: ./tag_logo.png +button: Learn More +url: /partners/take_action_global +--- + +TAG connects thousands of teachers and millions of students around one purpose: climate action. + +
+
diff --git a/content/page/home/productData/product1/product1.md b/content/page/home/productData/product1/product1.md deleted file mode 100644 index 9232d1de7..000000000 --- a/content/page/home/productData/product1/product1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product1 -title: '' -image : ./farming_card.png -url : https://farming.threefold.io ---- - diff --git a/content/page/home/productData/product1/tag_logo.png b/content/page/home/productData/product1/tag_logo.png new file mode 100644 index 000000000..348cb24c8 Binary files /dev/null and b/content/page/home/productData/product1/tag_logo.png differ diff --git a/content/page/home/productData/product1/uhuru_logo.png b/content/page/home/productData/product1/uhuru_logo.png new file mode 100644 index 000000000..6c1e2803d Binary files /dev/null and b/content/page/home/productData/product1/uhuru_logo.png differ diff --git a/content/page/home/productData/product1/uhuru_logo_color.png b/content/page/home/productData/product1/uhuru_logo_color.png new file mode 100644 index 000000000..9216aa57e Binary files /dev/null and b/content/page/home/productData/product1/uhuru_logo_color.png differ diff --git a/content/page/home/productData/product2/cloud_card.png b/content/page/home/productData/product2/cloud_card.png deleted file mode 100644 index 2b1fb9c63..000000000 Binary files a/content/page/home/productData/product2/cloud_card.png and /dev/null differ diff --git a/content/page/home/productData/product2/cloud_logo.png b/content/page/home/productData/product2/cloud_logo.png new file mode 100644 index 000000000..ef4694731 Binary files /dev/null and b/content/page/home/productData/product2/cloud_logo.png differ diff --git a/content/page/home/productData/product2/new_cloud_logo.png b/content/page/home/productData/product2/new_cloud_logo.png new file mode 100644 index 000000000..a93ad7f3c Binary files /dev/null and b/content/page/home/productData/product2/new_cloud_logo.png differ diff --git a/content/page/home/productData/product2/product2.md b/content/page/home/productData/product2/product2.md deleted file mode 100644 index ce6dea072..000000000 --- a/content/page/home/productData/product2/product2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product2 -title: '' -image : ./cloud_card.png -url : https://cloud.threefold.io ---- - diff --git a/content/page/home/productData/product2/quantum_safe_storage.png b/content/page/home/productData/product2/quantum_safe_storage.png new file mode 100644 index 000000000..57bbb4443 Binary files /dev/null and b/content/page/home/productData/product2/quantum_safe_storage.png differ diff --git a/content/page/home/productData/product2/tokens.md b/content/page/home/productData/product2/tokens.md new file mode 100644 index 000000000..cd3b37a50 --- /dev/null +++ b/content/page/home/productData/product2/tokens.md @@ -0,0 +1,13 @@ +--- +id: tokens_home +title: '' +image: ./new_cloud_logo.png +button: Learn More +url: https://cloud.threefold.io/ +--- + +ThreeFold Cloud is the first fully comprehensive peer-to-peer cloud integrated with industry standards. + +
+ + diff --git a/content/page/home/productData/product3/artheon_logo.png b/content/page/home/productData/product3/artheon_logo.png new file mode 100644 index 000000000..91067198a Binary files /dev/null and b/content/page/home/productData/product3/artheon_logo.png differ diff --git a/content/page/home/productData/product3/fflow_logo.png b/content/page/home/productData/product3/fflow_logo.png new file mode 100644 index 000000000..4582bbb85 Binary files /dev/null and b/content/page/home/productData/product3/fflow_logo.png differ diff --git a/content/page/home/productData/product3/fflow_logo_black.png b/content/page/home/productData/product3/fflow_logo_black.png new file mode 100644 index 000000000..d96f18c3a Binary files /dev/null and b/content/page/home/productData/product3/fflow_logo_black.png differ diff --git a/content/page/home/productData/product3/marketplace_card.png b/content/page/home/productData/product3/marketplace_card.png deleted file mode 100644 index 75db74a05..000000000 Binary files a/content/page/home/productData/product3/marketplace_card.png and /dev/null differ diff --git a/content/page/home/productData/product3/product3.md b/content/page/home/productData/product3/product3.md deleted file mode 100644 index c63af3072..000000000 --- a/content/page/home/productData/product3/product3.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product3 -title: '' -image : ./marketplace_card.png -url : https://marketplace.threefold.io/ ---- - diff --git a/content/page/home/productData/product3/storage.md b/content/page/home/productData/product3/storage.md new file mode 100644 index 000000000..4d1fe2c8e --- /dev/null +++ b/content/page/home/productData/product3/storage.md @@ -0,0 +1,12 @@ +--- +id: storage_home +title: '' +image: ./artheon_logo.png +button: Learn More +url: /partners/artheon +--- + +Artheon is redefining access to global art, history and culture by building the world’s largest VR museum. + +
+ diff --git a/content/page/home/productData/product4/product4.md b/content/page/home/productData/product4/product4.md deleted file mode 100644 index 7a1bea433..000000000 --- a/content/page/home/productData/product4/product4.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product4 -title: '' -image : ./twin_card.png -url : https://twin.threefold.io ---- - diff --git a/content/page/home/productData/product4/twin_card.png b/content/page/home/productData/product4/twin_card.png deleted file mode 100644 index ca7cf6618..000000000 Binary files a/content/page/home/productData/product4/twin_card.png and /dev/null differ diff --git a/content/page/home/productData/product5/grid_card.png b/content/page/home/productData/product5/grid_card.png deleted file mode 100644 index 4e6d1bf91..000000000 Binary files a/content/page/home/productData/product5/grid_card.png and /dev/null differ diff --git a/content/page/home/productData/product5/product5.md b/content/page/home/productData/product5/product5.md deleted file mode 100644 index 590714c85..000000000 --- a/content/page/home/productData/product5/product5.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product5 -title: '' -image : ./grid_card.png -url : https://threefold.tech ---- - diff --git a/content/page/home/productData/product6/aci_card.png b/content/page/home/productData/product6/aci_card.png deleted file mode 100644 index d28f79b49..000000000 Binary files a/content/page/home/productData/product6/aci_card.png and /dev/null differ diff --git a/content/page/home/productData/product6/product6.md b/content/page/home/productData/product6/product6.md deleted file mode 100644 index f434b74b0..000000000 --- a/content/page/home/productData/product6/product6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: product6 -title: '' -image : ./aci_card.png -url : https://consciousinternet.org ---- - diff --git a/content/page/home/qsfs.svg b/content/page/home/qsfs.svg new file mode 100644 index 000000000..357d00028 --- /dev/null +++ b/content/page/home/qsfs.svg @@ -0,0 +1,1708 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/page/home/subscribe/6.png b/content/page/home/subscribe/6.png new file mode 100644 index 000000000..369d2f640 Binary files /dev/null and b/content/page/home/subscribe/6.png differ diff --git a/content/page/home/subscribe/index.md b/content/page/home/subscribe/index.md new file mode 100644 index 000000000..f6eb60a7f --- /dev/null +++ b/content/page/home/subscribe/index.md @@ -0,0 +1,9 @@ +--- +id: home_subscribe +title: "We've got more coming..." +placeHolder: Enter Email Address +button: Subscribe +link: '#' +image: ./6.png +--- +Stay informed and never miss a ThreeFold update. diff --git a/content/page/home/team/index.md b/content/page/home/team/index.md new file mode 100644 index 000000000..7278aa83e --- /dev/null +++ b/content/page/home/team/index.md @@ -0,0 +1,5 @@ +--- +id: team +title: The Team +--- + The ThreeFold Foundation is a not-for-profit that expands the potential of ThreeFold Tech’s open-source technology. We are headquartered in Belgium, Dubai and Egypt, and have remote teams all around the world. Our team has worked on Internet storage and cloud technology since the ‘90s, and has earned world records for creating the most advanced infrastructures. We aim to create a peer-to-peer Internet and cloud that can host all of humanity’s digital workloads via smart contracts and run on a fully autonomous infrastructure without the need for traditional IT. diff --git a/content/page/home/token_old.png b/content/page/home/token_old.png deleted file mode 100644 index 8befd2cdb..000000000 Binary files a/content/page/home/token_old.png and /dev/null differ diff --git a/content/page/home/videoPanel/index.md b/content/page/home/videoPanel/index.md new file mode 100644 index 000000000..124a0b735 --- /dev/null +++ b/content/page/home/videoPanel/index.md @@ -0,0 +1,16 @@ +--- +id: home_videoPanel +video: https://www.youtube.com/embed/5DtVU66Z74s +title: More than an Internet, a new paradigm +btn: Learn More +link: https://threefold.io/info/threefold#/threefold__grid_concepts + +--- +ThreeFold started from the ground up to build secure and sustainable peer-to-peer Internet +infrastructure and technologies that can scale anywhere and empower you, your business +and your community with data sovereignty. + + + + + diff --git a/content/page/home/video_play.png b/content/page/home/video_play.png new file mode 100644 index 000000000..a432be61e Binary files /dev/null and b/content/page/home/video_play.png differ diff --git a/content/page/how-it-works/how-it-works.md b/content/page/how-it-works/how-it-works.md new file mode 100644 index 000000000..f1fc29585 --- /dev/null +++ b/content/page/how-it-works/how-it-works.md @@ -0,0 +1,8 @@ +--- +id: how-it-works +metaTitle: ThreeFold | How It Works +metaDesc: Be part of a better tomorrow by expanding the peer-to-peer Internet and set yourself free from the centralized applications and services that exploit your data today. +metaImg: ./universe_header.png +productsMain: product_page +productData: [prod1, prod2, prod3, prod4, prod5, prod6, prod7, prod8, prod9, prod10 ] +--- diff --git a/content/page/how-it-works/info/peer-to-peer/index.md b/content/page/how-it-works/info/peer-to-peer/index.md new file mode 100644 index 000000000..360760d67 --- /dev/null +++ b/content/page/how-it-works/info/peer-to-peer/index.md @@ -0,0 +1,9 @@ +--- +id: peer-to-peer +image: ./peer_to_peer.png +button : Explore other tech components +link : /how-it-works +--- +# Peer-to-Peer + +Peer-to-peer computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the application. They are said to form a peer-to-peer network of nodes. \ No newline at end of file diff --git a/content/page/how-it-works/info/peer-to-peer/peer_to_peer.png b/content/page/how-it-works/info/peer-to-peer/peer_to_peer.png new file mode 100644 index 000000000..866d10fcc Binary files /dev/null and b/content/page/how-it-works/info/peer-to-peer/peer_to_peer.png differ diff --git a/content/page/how-it-works/info/planetary-network/index.md b/content/page/how-it-works/info/planetary-network/index.md new file mode 100644 index 000000000..d6fb5f8ef --- /dev/null +++ b/content/page/how-it-works/info/planetary-network/index.md @@ -0,0 +1,9 @@ +--- +id: planetary-network +image: ./planetary.png +button : Explore other tech components +link : /how-it-works +--- +# Planetary Network + +Secure Planetary Network is an end-to-end encrypted global overlay network that implements the Yggdrasil initiative. It provides publicly accessible addresses to every connected device through a highly resilient and flexible routing scheme. ThreeFold protocols like the Reliable Message Bus extend these capabilities to serve the unique needs of the ThreeFold Grid. diff --git a/content/page/how-it-works/info/planetary-network/planetary.png b/content/page/how-it-works/info/planetary-network/planetary.png new file mode 100644 index 000000000..81a0965ba Binary files /dev/null and b/content/page/how-it-works/info/planetary-network/planetary.png differ diff --git a/content/page/how-it-works/info/smart-contract/index.md b/content/page/how-it-works/info/smart-contract/index.md new file mode 100644 index 000000000..04c4b6b49 --- /dev/null +++ b/content/page/how-it-works/info/smart-contract/index.md @@ -0,0 +1,10 @@ +--- +id: smart-contract +image: ./smart.png +button : Explore other tech components +link : /how-it-works +--- + +# Smart Contract for IT + +Cryptographically secured deployment specifications ensure that workloads run as intended in a tamper proof way. Systems may scale and heal themselves autonomously without intermediaries, simply using ThreeFold Tokens and properly signed specifications. diff --git a/content/page/how-it-works/info/smart-contract/smart.png b/content/page/how-it-works/info/smart-contract/smart.png new file mode 100644 index 000000000..d0e320114 Binary files /dev/null and b/content/page/how-it-works/info/smart-contract/smart.png differ diff --git a/content/page/how-it-works/info/tf-chain/index.md b/content/page/how-it-works/info/tf-chain/index.md new file mode 100644 index 000000000..7ce51708d --- /dev/null +++ b/content/page/how-it-works/info/tf-chain/index.md @@ -0,0 +1,10 @@ +--- +id: tf-chain +image: ./tfchain.png +button : Explore other tech components +link : /how-it-works +--- + +# TF Chain + +The ThreeFold Chain is an application specific blockchain built using the Parity Substrate framework. It is responsible for keeping records regarding farms and nodes, along with enabling smart contract based peer to peer billing for workload deployments on the Grid. diff --git a/content/page/how-it-works/info/tf-chain/tfchain.png b/content/page/how-it-works/info/tf-chain/tfchain.png new file mode 100644 index 000000000..746233769 Binary files /dev/null and b/content/page/how-it-works/info/tf-chain/tfchain.png differ diff --git a/content/page/how-it-works/info/web-gateway/index.md b/content/page/how-it-works/info/web-gateway/index.md new file mode 100644 index 000000000..3a39cf252 --- /dev/null +++ b/content/page/how-it-works/info/web-gateway/index.md @@ -0,0 +1,9 @@ +--- +id: web-gateway +image: ./web_gateway.png +button : Explore other tech components +link : /how-it-works +--- +# Web Gateway + +Web Gateways provide a bridge between private overlay networks and the public Internet. They handle inbound connections in a unique way that protects workloads from attack while supporting standard use cases out of the box. \ No newline at end of file diff --git a/content/page/how-it-works/info/web-gateway/web_gateway.png b/content/page/how-it-works/info/web-gateway/web_gateway.png new file mode 100644 index 000000000..ab9e129e8 Binary files /dev/null and b/content/page/how-it-works/info/web-gateway/web_gateway.png differ diff --git a/content/page/how-it-works/info/zdb/index.md b/content/page/how-it-works/info/zdb/index.md new file mode 100644 index 000000000..44bd2a361 --- /dev/null +++ b/content/page/how-it-works/info/zdb/index.md @@ -0,0 +1,10 @@ +--- +id: zdb +image: ./zdb.png +button : Explore other tech components +link : /how-it-works +--- + +# ZDB + +Zero-DB is a super fast and efficient always append database supporting a subset of the popular Redis protocol. It has superior write performance on hard disk and can also extend the life of solid state disks, while executing up to 50,000 transactions per second. Zero-DB is suitable out of the box for many database applications and is a building block for advanced storage solutions. diff --git a/content/page/how-it-works/info/zdb/zdb.png b/content/page/how-it-works/info/zdb/zdb.png new file mode 100644 index 000000000..3335fe411 Binary files /dev/null and b/content/page/how-it-works/info/zdb/zdb.png differ diff --git a/content/page/how-it-works/info/zdbfs/index.md b/content/page/how-it-works/info/zdbfs/index.md new file mode 100644 index 000000000..95cf53083 --- /dev/null +++ b/content/page/how-it-works/info/zdbfs/index.md @@ -0,0 +1,9 @@ +--- +id: zdbfs +image: ./zdbfs.png +button : Explore other tech components +link : /how-it-works +--- +# Zdbfs + +An optimized filesystem frontend for Zdb, with built-in archival features. Works together with ZStor to create a highly compatible and extremely secure storage solution, called Quantum Safe Filesystem. \ No newline at end of file diff --git a/content/page/how-it-works/info/zdbfs/zdbfs.png b/content/page/how-it-works/info/zdbfs/zdbfs.png new file mode 100644 index 000000000..0d2da4fc6 Binary files /dev/null and b/content/page/how-it-works/info/zdbfs/zdbfs.png differ diff --git a/content/page/how-it-works/info/zero-os/index.md b/content/page/how-it-works/info/zero-os/index.md new file mode 100644 index 000000000..d7ad8ad35 --- /dev/null +++ b/content/page/how-it-works/info/zero-os/index.md @@ -0,0 +1,13 @@ +--- +id: zero-os +image: ./zero_os.png +button : Explore other tech components +link : /how-it-works +--- +# Zero-OS + +A groundbreaking autonomous operating system built from scratch, starting with just the Linux kernel. It offers unparalleled security and efficiency. With no remote shell or login and extremely small footprint, Zero-OS ensures that hosted workloads are protected from administrative exploits and errors. + +
+ +Users pay for the capacity they utilize directly with TFT meaning the system is widely accessible and without intermediaries. Zero-OS offers a complete set of primitives capable of hosting any digital workload through virtual machines or containers, as well as a highly compatible yet cutting edge storage solution with minimal migration. \ No newline at end of file diff --git a/content/page/how-it-works/info/zero-os/zero_os.png b/content/page/how-it-works/info/zero-os/zero_os.png new file mode 100644 index 000000000..49213f791 Binary files /dev/null and b/content/page/how-it-works/info/zero-os/zero_os.png differ diff --git a/content/page/how-it-works/info/zflist/index.md b/content/page/how-it-works/info/zflist/index.md new file mode 100644 index 000000000..1aee58ebe --- /dev/null +++ b/content/page/how-it-works/info/zflist/index.md @@ -0,0 +1,9 @@ +--- +id: zflist +image: ./zlist.png +button : Explore other tech components +link : /how-it-works +--- +# ZFlist + +ZFlist is a next generation Docker compatible container environment that offers superior isolation and security through the use of mini VMs to execute containerized workloads. It runs natively on Zero-OS, for minimal overhead and smart contract secured deployments. diff --git a/content/page/how-it-works/info/zflist/zlist.png b/content/page/how-it-works/info/zflist/zlist.png new file mode 100644 index 000000000..e95ea7ed3 Binary files /dev/null and b/content/page/how-it-works/info/zflist/zlist.png differ diff --git a/content/page/how-it-works/info/zstor/index.md b/content/page/how-it-works/info/zstor/index.md new file mode 100644 index 000000000..e9a0e09bd --- /dev/null +++ b/content/page/how-it-works/info/zstor/index.md @@ -0,0 +1,9 @@ +--- +id: zstor +image: ./zstor.png +button : Explore other tech components +link : /how-it-works +--- +# ZStor + +ZStor is a distributed and ultra secure storage backend. It compresses, encrypts, and disperses data across a set of Zdbs, to achieve strong resistance to even quantum computing attacks. Flexible configurations enable tuning according to preferences for efficiency, resiliency, and data location. Scales limitlessly and heals seamlessly. diff --git a/content/page/how-it-works/info/zstor/zstor.png b/content/page/how-it-works/info/zstor/zstor.png new file mode 100644 index 000000000..638238c56 Binary files /dev/null and b/content/page/how-it-works/info/zstor/zstor.png differ diff --git a/content/page/how-it-works/productData/main/main.md b/content/page/how-it-works/productData/main/main.md new file mode 100644 index 000000000..d0a47f48d --- /dev/null +++ b/content/page/how-it-works/productData/main/main.md @@ -0,0 +1,5 @@ +--- +id: product_page +title: DIVE INTO OUR TECH +subtitle: +--- diff --git a/content/page/how-it-works/productData/product1/index.md b/content/page/how-it-works/productData/product1/index.md new file mode 100644 index 000000000..c0188493c --- /dev/null +++ b/content/page/how-it-works/productData/product1/index.md @@ -0,0 +1,6 @@ +--- +id: prod1 +title: Zero-OS +image: ./zero_os.jpg +link: /how-it-works/zero-os +--- diff --git a/content/page/how-it-works/productData/product1/zero_os.jpg b/content/page/how-it-works/productData/product1/zero_os.jpg new file mode 100644 index 000000000..8d8c6cefa Binary files /dev/null and b/content/page/how-it-works/productData/product1/zero_os.jpg differ diff --git a/content/page/how-it-works/productData/product10/index.md b/content/page/how-it-works/productData/product10/index.md new file mode 100644 index 000000000..04947da03 --- /dev/null +++ b/content/page/how-it-works/productData/product10/index.md @@ -0,0 +1,6 @@ +--- +id: prod10 +title: Peer-to-Peer +image: ./peer_to_peer.jpg +link: /how-it-works/peer-to-peer +--- diff --git a/content/page/how-it-works/productData/product10/peer_to_peer.jpg b/content/page/how-it-works/productData/product10/peer_to_peer.jpg new file mode 100644 index 000000000..e313f6841 Binary files /dev/null and b/content/page/how-it-works/productData/product10/peer_to_peer.jpg differ diff --git a/content/page/how-it-works/productData/product2/index.md b/content/page/how-it-works/productData/product2/index.md new file mode 100644 index 000000000..22733d137 --- /dev/null +++ b/content/page/how-it-works/productData/product2/index.md @@ -0,0 +1,6 @@ +--- +id: prod2 +title: ZDB +image: ./zdb.jpg +link: /how-it-works/zdb +--- \ No newline at end of file diff --git a/content/page/how-it-works/productData/product2/zdb.jpg b/content/page/how-it-works/productData/product2/zdb.jpg new file mode 100644 index 000000000..11d9fa1ac Binary files /dev/null and b/content/page/how-it-works/productData/product2/zdb.jpg differ diff --git a/content/page/how-it-works/productData/product3/index.md b/content/page/how-it-works/productData/product3/index.md new file mode 100644 index 000000000..2470fb5a1 --- /dev/null +++ b/content/page/how-it-works/productData/product3/index.md @@ -0,0 +1,6 @@ +--- +id: prod3 +title: Zstor +image: ./zstor.jpg +link: /how-it-works/zstor +--- diff --git a/content/page/how-it-works/productData/product3/zstor.jpg b/content/page/how-it-works/productData/product3/zstor.jpg new file mode 100644 index 000000000..58a65c61a Binary files /dev/null and b/content/page/how-it-works/productData/product3/zstor.jpg differ diff --git a/content/page/how-it-works/productData/product4/index.md b/content/page/how-it-works/productData/product4/index.md new file mode 100644 index 000000000..a76990803 --- /dev/null +++ b/content/page/how-it-works/productData/product4/index.md @@ -0,0 +1,6 @@ +--- +id: prod4 +title: Zdbfs +image: ./zdbfs.jpg +link: /how-it-works/zdbfs +--- diff --git a/content/page/how-it-works/productData/product4/zdbfs.jpg b/content/page/how-it-works/productData/product4/zdbfs.jpg new file mode 100644 index 000000000..bd9b27064 Binary files /dev/null and b/content/page/how-it-works/productData/product4/zdbfs.jpg differ diff --git a/content/page/how-it-works/productData/product5/index.md b/content/page/how-it-works/productData/product5/index.md new file mode 100644 index 000000000..83cfbe315 --- /dev/null +++ b/content/page/how-it-works/productData/product5/index.md @@ -0,0 +1,6 @@ +--- +id: prod5 +title: ZFlist +image: ./zflist.jpg +link: /how-it-works/zflist +--- \ No newline at end of file diff --git a/content/page/how-it-works/productData/product5/zflist.jpg b/content/page/how-it-works/productData/product5/zflist.jpg new file mode 100644 index 000000000..0994eb6ef Binary files /dev/null and b/content/page/how-it-works/productData/product5/zflist.jpg differ diff --git a/content/page/how-it-works/productData/product6/index.md b/content/page/how-it-works/productData/product6/index.md new file mode 100644 index 000000000..ccdab339e --- /dev/null +++ b/content/page/how-it-works/productData/product6/index.md @@ -0,0 +1,6 @@ +--- +id: prod6 +title: Smart Contract for IT +image: ./smart_contract.jpg +link: /how-it-works/smart-contract +--- diff --git a/content/page/how-it-works/productData/product6/smart_contract.jpg b/content/page/how-it-works/productData/product6/smart_contract.jpg new file mode 100644 index 000000000..efad40c3f Binary files /dev/null and b/content/page/how-it-works/productData/product6/smart_contract.jpg differ diff --git a/content/page/how-it-works/productData/product7/index.md b/content/page/how-it-works/productData/product7/index.md new file mode 100644 index 000000000..79f43c112 --- /dev/null +++ b/content/page/how-it-works/productData/product7/index.md @@ -0,0 +1,6 @@ +--- +id: prod7 +title: TF Chain +image: ./tf_chain.jpg +link: /how-it-works/tf-chain +--- diff --git a/content/page/how-it-works/productData/product7/tf_chain.jpg b/content/page/how-it-works/productData/product7/tf_chain.jpg new file mode 100644 index 000000000..bf2493b66 Binary files /dev/null and b/content/page/how-it-works/productData/product7/tf_chain.jpg differ diff --git a/content/page/how-it-works/productData/product8/index.md b/content/page/how-it-works/productData/product8/index.md new file mode 100644 index 000000000..b5906728d --- /dev/null +++ b/content/page/how-it-works/productData/product8/index.md @@ -0,0 +1,6 @@ +--- +id: prod8 +title: Planetary Network +image: ./planetary_network.jpg +link: /how-it-works/planetary-network +--- diff --git a/content/page/how-it-works/productData/product8/planetary_network.jpg b/content/page/how-it-works/productData/product8/planetary_network.jpg new file mode 100644 index 000000000..57e49da8e Binary files /dev/null and b/content/page/how-it-works/productData/product8/planetary_network.jpg differ diff --git a/content/page/how-it-works/productData/product9/index.md b/content/page/how-it-works/productData/product9/index.md new file mode 100644 index 000000000..015c248d5 --- /dev/null +++ b/content/page/how-it-works/productData/product9/index.md @@ -0,0 +1,6 @@ +--- +id: prod9 +title: Web Gateway +image: ./web_gateway.jpg +link: /how-it-works/web-gateway +--- \ No newline at end of file diff --git a/content/page/how-it-works/productData/product9/web_gateway.jpg b/content/page/how-it-works/productData/product9/web_gateway.jpg new file mode 100644 index 000000000..eda241ae5 Binary files /dev/null and b/content/page/how-it-works/productData/product9/web_gateway.jpg differ diff --git a/content/page/oldtoken/brandPanel/brandPanel.md b/content/page/oldtoken/brandPanel/brandPanel.md new file mode 100644 index 000000000..10919df7f --- /dev/null +++ b/content/page/oldtoken/brandPanel/brandPanel.md @@ -0,0 +1,10 @@ +--- +id: dive_TFT +title: Dive Deeper into TFT +subtitle: +sourceUrl: https://wiki.threefold.io/#/threefold__token_what +btnTxt: Learn More +image: dive-into.png +--- + +TFT is the official medium of exchange on ThreeFold, representing a unit of storage and/or compute capacity. From our favorite applications to our precious memories and chats, all that lives digitally needs storage and/or compute. diff --git a/content/page/oldtoken/comparison/main/main.md b/content/page/oldtoken/comparison/main/main.md new file mode 100644 index 000000000..3c61c2613 --- /dev/null +++ b/content/page/oldtoken/comparison/main/main.md @@ -0,0 +1,9 @@ +--- +id: token_comparison +title: TFT powers an Internet owned by all of us +description: The official medium of exchange for capacity on ThreeFold +button: Expand ThreeFold +link: /farming +button2: Use ThreeFold +link2: /universe +--- diff --git a/content/page/oldtoken/comparison/section1/expand_grid.png b/content/page/oldtoken/comparison/section1/expand_grid.png new file mode 100644 index 000000000..dd77d970e Binary files /dev/null and b/content/page/oldtoken/comparison/section1/expand_grid.png differ diff --git a/content/page/oldtoken/comparison/section1/section1.md b/content/page/oldtoken/comparison/section1/section1.md new file mode 100644 index 000000000..aa95f7434 --- /dev/null +++ b/content/page/oldtoken/comparison/section1/section1.md @@ -0,0 +1,7 @@ +--- +id: expand_grid +svg: ./expand_grid.png +title: Expand the Grid +--- + +TFT are created when people and organizations add capacity to the ThreeFold Grid. The token economy is limited to 4 Billion TFT. diff --git a/content/page/oldtoken/comparison/section2/invest_token.png b/content/page/oldtoken/comparison/section2/invest_token.png new file mode 100644 index 000000000..f3167d62f Binary files /dev/null and b/content/page/oldtoken/comparison/section2/invest_token.png differ diff --git a/content/page/oldtoken/comparison/section2/section2.md b/content/page/oldtoken/comparison/section2/section2.md new file mode 100644 index 000000000..c67f131c4 --- /dev/null +++ b/content/page/oldtoken/comparison/section2/section2.md @@ -0,0 +1,7 @@ +--- +id: invest_token +svg: ./invest_token.png +title: Use the Grid +--- + +With TFT, you, your business and your community can reserve sovereign capacity on the ThreeFold Grid to store your data and build IT workloads. diff --git a/content/page/oldtoken/comparison/section3/earn_more.png b/content/page/oldtoken/comparison/section3/earn_more.png new file mode 100644 index 000000000..475c70033 Binary files /dev/null and b/content/page/oldtoken/comparison/section3/earn_more.png differ diff --git a/content/page/oldtoken/comparison/section3/section3.md b/content/page/oldtoken/comparison/section3/section3.md new file mode 100644 index 000000000..9245ceaa8 --- /dev/null +++ b/content/page/oldtoken/comparison/section3/section3.md @@ -0,0 +1,7 @@ +--- +id: earn_more +svg: ./earn_more.png +title: EARN MORE THROUGH VESTING +--- + +When you vest your TFT you'll be able to help secure TFT and earn rewards. Earn interest by holding the token to stimulate a healthy economy. diff --git a/content/page/oldtoken/cta2/cta2.md b/content/page/oldtoken/cta2/cta2.md new file mode 100644 index 000000000..ae6f48060 --- /dev/null +++ b/content/page/oldtoken/cta2/cta2.md @@ -0,0 +1,21 @@ +--- +id: oldtoken_cta2 +title: Why does TFT have value? +slogan: +button: Get Tokens +link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell +button2: +link2: +button3: +link3: +--- + +TFT is valuable in different ways for different people. + +For TFT holders, TFT is valuable because it is worth actual sovereign capacity. + +Today, TFT is becoming more valuable to people and organizations as they can deploy their solutions and applications on ThreeFold with full data sovereignty and security. + +Many also believe that ThreeFold’s Internet architecture is the most advanced in the world and buy TFT to support the further developments of the ThreeFold technology stack. + +Of course, there are those whomany also see it as an investment, similar to Bitcoin or other cryptocurrencies. But TFT shouldn’t be seen as an investment instrument or a way for short- term gains and speculation. The TFT isas it represents a way to participate in a planet positive and data sovereign Internet. diff --git a/content/page/oldtoken/cta3/cta3.md b/content/page/oldtoken/cta3/cta3.md new file mode 100644 index 000000000..e34b8a01d --- /dev/null +++ b/content/page/oldtoken/cta3/cta3.md @@ -0,0 +1,19 @@ +--- +id: token_cta3 +title: TFT underpins the ThreeFold financial system +slogan: +button: +link: +button2: +link2: +button3: +link3: +--- + +Not satisfied with payments, the ThreeFold community is building a whole +
+financial system that's peer-to-peer and accessible to everyone. In 2021, +
+TFT will run on a peer-to-peer exchange, providing the ThreeFold community +
+with protection mechanisms for a resilient economy. diff --git a/content/page/oldtoken/oldtoken.md b/content/page/oldtoken/oldtoken.md new file mode 100644 index 000000000..5c7f5acfe --- /dev/null +++ b/content/page/oldtoken/oldtoken.md @@ -0,0 +1,23 @@ +--- +id: oldtoken +metaTitle: ThreeFold | Token (TFT) +metaDesc: The Threefold Token is the official currency of ThreeFold – the engine for a planet positive and data sovereign Internet. Now is the perfect time to get involved. +metaImg: ./token_header.png +header_slogan: WE ARE GROWING NOW +header_title: YOU GROW WHEN THE THREEFOLD GRID GROWS +header_image: ./token_header.png +header_altImg: ThreeFold Token +header_excerpt: The Threefold Token is the official currency of ThreeFold – the engine for a planet positive and data sovereign Internet. Now is the perfect time to get involved. +button: Get Tokens +link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell +comparisonMain: token_comparison +comparisonSecs: [expand_grid, invest_token] +productsMain: token_product +productData: [buy_tft, swap_tft, spend_tft] +partenershipsMain: cryptocurrency_main +partnerships: + [be_ur_bank, secure, transact_p2p, backed, decentralized, lives_stellar] +brandPanel: dive_TFT +cta3: token_cta3 +cta2: oldtoken_cta2 +--- diff --git a/content/page/oldtoken/partenerships/main/main.md b/content/page/oldtoken/partenerships/main/main.md new file mode 100644 index 000000000..0df5f03fd --- /dev/null +++ b/content/page/oldtoken/partenerships/main/main.md @@ -0,0 +1,11 @@ +--- +id: cryptocurrency_main +title: More than just a digital currency +slogan: +button : +link : +button2 : +link2 : +--- + +Be an active part of the change you want to see in our world. TFT is the lifeblood of ThreeFold – an Internet that provides data sovereignty to people while regenerating the earth. diff --git a/content/page/oldtoken/partenerships/sec1/be_ur_bank.png b/content/page/oldtoken/partenerships/sec1/be_ur_bank.png new file mode 100644 index 000000000..02bc22f62 Binary files /dev/null and b/content/page/oldtoken/partenerships/sec1/be_ur_bank.png differ diff --git a/content/page/oldtoken/partenerships/sec1/index.md b/content/page/oldtoken/partenerships/sec1/index.md new file mode 100644 index 000000000..9703efe8e --- /dev/null +++ b/content/page/oldtoken/partenerships/sec1/index.md @@ -0,0 +1,7 @@ +--- +id: be_ur_bank +img: ./be_ur_bank.png +title: Control your own funds +--- + +You control your own funds with your wallets as proof of ownership – no third parties needed. diff --git a/content/page/oldtoken/partenerships/sec2/index.md b/content/page/oldtoken/partenerships/sec2/index.md new file mode 100644 index 000000000..fb7137f57 --- /dev/null +++ b/content/page/oldtoken/partenerships/sec2/index.md @@ -0,0 +1,7 @@ +--- +id: secure +img: ./secure.png +title: Always stay secure +--- + +Digital currencies are secured by blockchain technology. It protects your wallet, your TFT and your transactions. diff --git a/content/page/oldtoken/partenerships/sec2/secure.png b/content/page/oldtoken/partenerships/sec2/secure.png new file mode 100644 index 000000000..8a8bd72fc Binary files /dev/null and b/content/page/oldtoken/partenerships/sec2/secure.png differ diff --git a/content/page/oldtoken/partenerships/sec3/index.md b/content/page/oldtoken/partenerships/sec3/index.md new file mode 100644 index 000000000..0c4c80576 --- /dev/null +++ b/content/page/oldtoken/partenerships/sec3/index.md @@ -0,0 +1,7 @@ +--- +id: transact_p2p +img: ./transact_p2p.png +title: Transact peer-to-peer +--- + +Sending TFT to your contacts is like exchanging cash in-person. There are no intermediaries such as banks, and you can do it with anyone, anywhere. diff --git a/content/page/oldtoken/partenerships/sec3/transact_p2p.png b/content/page/oldtoken/partenerships/sec3/transact_p2p.png new file mode 100644 index 000000000..919214520 Binary files /dev/null and b/content/page/oldtoken/partenerships/sec3/transact_p2p.png differ diff --git a/content/page/oldtoken/partenerships/sec4/backed.png b/content/page/oldtoken/partenerships/sec4/backed.png new file mode 100644 index 000000000..a15ff1619 Binary files /dev/null and b/content/page/oldtoken/partenerships/sec4/backed.png differ diff --git a/content/page/oldtoken/partenerships/sec4/index.md b/content/page/oldtoken/partenerships/sec4/index.md new file mode 100644 index 000000000..5cd6aa883 --- /dev/null +++ b/content/page/oldtoken/partenerships/sec4/index.md @@ -0,0 +1,7 @@ +--- +id: backed +img: ./backed.png +title: Strong utility +--- + +1 TFT represents a unit of compute and/or storage on ThreeFold and gives you access to peer-to-peer tools, solutions, and applications. diff --git a/content/page/oldtoken/partenerships/sec5/decentralized.png b/content/page/oldtoken/partenerships/sec5/decentralized.png new file mode 100644 index 000000000..6019c4cde Binary files /dev/null and b/content/page/oldtoken/partenerships/sec5/decentralized.png differ diff --git a/content/page/oldtoken/partenerships/sec5/index.md b/content/page/oldtoken/partenerships/sec5/index.md new file mode 100644 index 000000000..35f7eb996 --- /dev/null +++ b/content/page/oldtoken/partenerships/sec5/index.md @@ -0,0 +1,7 @@ +--- +id: decentralized +img: ./decentralized.png +title: Be decentralized +--- + +TFT is decentralized and global. There’s no company or bank that can print more of them or change the terms of usage. The TFT economy is capped at 4 Billion. diff --git a/content/page/oldtoken/partenerships/sec6/impact.png b/content/page/oldtoken/partenerships/sec6/impact.png new file mode 100644 index 000000000..e475c390a Binary files /dev/null and b/content/page/oldtoken/partenerships/sec6/impact.png differ diff --git a/content/page/oldtoken/partenerships/sec6/index.md b/content/page/oldtoken/partenerships/sec6/index.md new file mode 100644 index 000000000..c5e2f2163 --- /dev/null +++ b/content/page/oldtoken/partenerships/sec6/index.md @@ -0,0 +1,7 @@ +--- +id: lives_stellar +img: ./impact.png +title: Have an Impact +--- + +TFT supports a data sovereign and planet positive Internet. People own their data and by using ThreeFold, they help regenerate the earth. \ No newline at end of file diff --git a/content/page/oldtoken/partenerships/sec6/sustainable.png b/content/page/oldtoken/partenerships/sec6/sustainable.png new file mode 100644 index 000000000..92b54b913 Binary files /dev/null and b/content/page/oldtoken/partenerships/sec6/sustainable.png differ diff --git a/content/page/oldtoken/productData/main/main.md b/content/page/oldtoken/productData/main/main.md new file mode 100644 index 000000000..3da7177cd --- /dev/null +++ b/content/page/oldtoken/productData/main/main.md @@ -0,0 +1,7 @@ +--- +id: token_product +title: The utility of TFT is growing +subtitle: '' +button: Get Tokens +link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell +--- diff --git a/content/page/oldtoken/productData/product1/buy_tft.png b/content/page/oldtoken/productData/product1/buy_tft.png new file mode 100644 index 000000000..8b2775a2f Binary files /dev/null and b/content/page/oldtoken/productData/product1/buy_tft.png differ diff --git a/content/page/oldtoken/productData/product1/index.md b/content/page/oldtoken/productData/product1/index.md new file mode 100644 index 000000000..68f07daad --- /dev/null +++ b/content/page/oldtoken/productData/product1/index.md @@ -0,0 +1,8 @@ +--- +id: buy_tft +title: Get TFT +image: ./buy_tft.png +url: +--- + +Get your hands on a currency that has a real impact. diff --git a/content/page/oldtoken/productData/product1/swiptft.png b/content/page/oldtoken/productData/product1/swiptft.png new file mode 100644 index 000000000..5c86b35fd Binary files /dev/null and b/content/page/oldtoken/productData/product1/swiptft.png differ diff --git a/content/page/oldtoken/productData/product2/index.md b/content/page/oldtoken/productData/product2/index.md new file mode 100644 index 000000000..edecdc24e --- /dev/null +++ b/content/page/oldtoken/productData/product2/index.md @@ -0,0 +1,8 @@ +--- +id: swap_tft +title: Swap TFT +image : ./swap_tft.png +url : +--- + +Exchange TFT with other tokens via our cross-chain integrations. diff --git a/content/page/oldtoken/productData/product2/spendft.png b/content/page/oldtoken/productData/product2/spendft.png new file mode 100644 index 000000000..254212f41 Binary files /dev/null and b/content/page/oldtoken/productData/product2/spendft.png differ diff --git a/content/page/oldtoken/productData/product2/swap_tft.png b/content/page/oldtoken/productData/product2/swap_tft.png new file mode 100644 index 000000000..d0d044324 Binary files /dev/null and b/content/page/oldtoken/productData/product2/swap_tft.png differ diff --git a/content/page/oldtoken/productData/product3/earn_interst.png b/content/page/oldtoken/productData/product3/earn_interst.png new file mode 100644 index 000000000..0490c9898 Binary files /dev/null and b/content/page/oldtoken/productData/product3/earn_interst.png differ diff --git a/content/page/oldtoken/productData/product3/index.md b/content/page/oldtoken/productData/product3/index.md new file mode 100644 index 000000000..0a2b42ebe --- /dev/null +++ b/content/page/oldtoken/productData/product3/index.md @@ -0,0 +1,7 @@ +--- +id: spend_tft +title: Use TFT +image : ./spend_tft.png +url : +--- +Store your data and run IT workloads on the ThreeFold Grid. diff --git a/content/page/oldtoken/productData/product3/spend_tft.png b/content/page/oldtoken/productData/product3/spend_tft.png new file mode 100644 index 000000000..5268039ef Binary files /dev/null and b/content/page/oldtoken/productData/product3/spend_tft.png differ diff --git a/content/page/oldtoken/token_header.png b/content/page/oldtoken/token_header.png new file mode 100644 index 000000000..1acf833e5 Binary files /dev/null and b/content/page/oldtoken/token_header.png differ diff --git a/content/page/support/contactData/contact1/contact1.md b/content/page/support/contactData/contact1/contact1.md new file mode 100644 index 000000000..9fb698947 --- /dev/null +++ b/content/page/support/contactData/contact1/contact1.md @@ -0,0 +1,6 @@ +--- +id: contact1 +title: PR / Press Inquiries +mail: 'press@threefold.io' +phone: '' +--- \ No newline at end of file diff --git a/content/page/support/contactData/contact2/contact2.md b/content/page/support/contactData/contact2/contact2.md new file mode 100644 index 000000000..77e2c2fac --- /dev/null +++ b/content/page/support/contactData/contact2/contact2.md @@ -0,0 +1,6 @@ +--- +id: contact2 +title: Partnerships +mail: 'partners@threefold.io' +phone: '' +--- \ No newline at end of file diff --git a/content/page/support/contactData/contact3/contact3.md b/content/page/support/contactData/contact3/contact3.md new file mode 100644 index 000000000..02bcea076 --- /dev/null +++ b/content/page/support/contactData/contact3/contact3.md @@ -0,0 +1,6 @@ +--- +id: contact3 +title: Token Listing Proposals +mail: 'listing@threefold.io' +phone: '' +--- \ No newline at end of file diff --git a/content/page/support/contactData/contact4/contact4.md b/content/page/support/contactData/contact4/contact4.md new file mode 100644 index 000000000..3adab1177 --- /dev/null +++ b/content/page/support/contactData/contact4/contact4.md @@ -0,0 +1,6 @@ +--- +id: contact4 +title: 3Node Shop Inquries +mail: '3node@threefold.io' +phone: '' +--- \ No newline at end of file diff --git a/content/page/support/forum.png b/content/page/support/forum.png new file mode 100644 index 000000000..b14121056 Binary files /dev/null and b/content/page/support/forum.png differ diff --git a/content/page/support/header/header.md b/content/page/support/header/header.md new file mode 100644 index 000000000..9600d094c --- /dev/null +++ b/content/page/support/header/header.md @@ -0,0 +1,10 @@ +--- +id: forum +title: '' +subtitle: Find popular topics on the ThreeFold Forum +btn1: '' +link1: '' +btn2: '' +link2: '' +--- + diff --git a/content/page/support/header2/header2.md b/content/page/support/header2/header2.md new file mode 100644 index 000000000..7e22e795e --- /dev/null +++ b/content/page/support/header2/header2.md @@ -0,0 +1,10 @@ +--- +id: forum_button +title: '' +subtitle: '' +btn1: ThreeFold Forum +link1: 'https://forum.threefold.io/' +btn2: '' +link2: '' +--- + diff --git a/content/page/support/header4/header4.md b/content/page/support/header4/header4.md new file mode 100644 index 000000000..813496a5e --- /dev/null +++ b/content/page/support/header4/header4.md @@ -0,0 +1,14 @@ +--- +id: live_chat +title: '' +subtitle: Live Support Chat +btn1: '' +link1: '' +btn2: '' +link2: '' +--- + +For questions and assistance, please use the chat function (blue chat bubble) on the bottom right corner of our website +
+ +or 'Support' function in the [ThreeFold Connect app](https://threefold.io/info/threefold#/threefold__threefold_connect). \ No newline at end of file diff --git a/content/page/support/logos/logo1/logo.md b/content/page/support/logos/logo1/logo.md new file mode 100644 index 000000000..cf857670c --- /dev/null +++ b/content/page/support/logos/logo1/logo.md @@ -0,0 +1,5 @@ +--- +id: support_tele_1 +image: ./tf_main_channel.png +url: https://t.me/threefold +--- diff --git a/content/page/support/logos/logo1/telegram_main.png b/content/page/support/logos/logo1/telegram_main.png new file mode 100644 index 000000000..0b3e6b16e Binary files /dev/null and b/content/page/support/logos/logo1/telegram_main.png differ diff --git a/content/page/support/logos/logo1/tf_main_channel.png b/content/page/support/logos/logo1/tf_main_channel.png new file mode 100644 index 000000000..e307f32b9 Binary files /dev/null and b/content/page/support/logos/logo1/tf_main_channel.png differ diff --git a/content/page/support/logos/logo1/threefold.png b/content/page/support/logos/logo1/threefold.png new file mode 100644 index 000000000..667d45e0f Binary files /dev/null and b/content/page/support/logos/logo1/threefold.png differ diff --git a/content/page/support/logos/logo2/logo.md b/content/page/support/logos/logo2/logo.md new file mode 100644 index 000000000..dec06c932 --- /dev/null +++ b/content/page/support/logos/logo2/logo.md @@ -0,0 +1,5 @@ +--- +id: support_tele_2 +image: ./tf_news_updates.png +url: https://t.me/threefoldnews +--- diff --git a/content/page/support/logos/logo2/news.png b/content/page/support/logos/logo2/news.png new file mode 100644 index 000000000..cd340e241 Binary files /dev/null and b/content/page/support/logos/logo2/news.png differ diff --git a/content/page/support/logos/logo2/news_updates.png b/content/page/support/logos/logo2/news_updates.png new file mode 100644 index 000000000..f58dd7825 Binary files /dev/null and b/content/page/support/logos/logo2/news_updates.png differ diff --git a/content/page/support/logos/logo2/tf_news_updates.png b/content/page/support/logos/logo2/tf_news_updates.png new file mode 100644 index 000000000..03e83dac6 Binary files /dev/null and b/content/page/support/logos/logo2/tf_news_updates.png differ diff --git a/content/page/support/logos/logo3/logo.md b/content/page/support/logos/logo3/logo.md new file mode 100644 index 000000000..52a1cdb4b --- /dev/null +++ b/content/page/support/logos/logo3/logo.md @@ -0,0 +1,5 @@ +--- +id: support_tele_3 +image: ./tf_testing.png +url: https://t.me/joinchat/BwOvOxxgK59GmRoZ2_sM0w +--- \ No newline at end of file diff --git a/content/page/support/logos/logo3/tech_support.png b/content/page/support/logos/logo3/tech_support.png new file mode 100644 index 000000000..4dad4d28e Binary files /dev/null and b/content/page/support/logos/logo3/tech_support.png differ diff --git a/content/page/support/logos/logo3/telegram_testing.png b/content/page/support/logos/logo3/telegram_testing.png new file mode 100644 index 000000000..14092567e Binary files /dev/null and b/content/page/support/logos/logo3/telegram_testing.png differ diff --git a/content/page/support/logos/logo3/tf_testing.png b/content/page/support/logos/logo3/tf_testing.png new file mode 100644 index 000000000..20b02a890 Binary files /dev/null and b/content/page/support/logos/logo3/tf_testing.png differ diff --git a/content/page/support/logos/logo4/farmer.png b/content/page/support/logos/logo4/farmer.png new file mode 100644 index 000000000..02337a3c4 Binary files /dev/null and b/content/page/support/logos/logo4/farmer.png differ diff --git a/content/page/support/logos/logo4/logo.md b/content/page/support/logos/logo4/logo.md new file mode 100644 index 000000000..2df261d1d --- /dev/null +++ b/content/page/support/logos/logo4/logo.md @@ -0,0 +1,5 @@ +--- +id: support_tele_4 +image: ./tf_farming.png +url: https://t.me/threefoldfarmers +--- diff --git a/content/page/support/logos/logo4/telegram_farming.png b/content/page/support/logos/logo4/telegram_farming.png new file mode 100644 index 000000000..dbb9011e4 Binary files /dev/null and b/content/page/support/logos/logo4/telegram_farming.png differ diff --git a/content/page/support/logos/logo4/tf_farming.png b/content/page/support/logos/logo4/tf_farming.png new file mode 100644 index 000000000..a9738f203 Binary files /dev/null and b/content/page/support/logos/logo4/tf_farming.png differ diff --git a/content/page/support/logos/logo5/logo.md b/content/page/support/logos/logo5/logo.md new file mode 100644 index 000000000..e558511cd --- /dev/null +++ b/content/page/support/logos/logo5/logo.md @@ -0,0 +1,5 @@ +--- +id: support_tele_5 +image: ./tf_token.png +url: '' +--- diff --git a/content/page/support/logos/logo5/telegram_token.png b/content/page/support/logos/logo5/telegram_token.png new file mode 100644 index 000000000..71db52329 Binary files /dev/null and b/content/page/support/logos/logo5/telegram_token.png differ diff --git a/content/page/support/logos/logo5/tf_token.png b/content/page/support/logos/logo5/tf_token.png new file mode 100644 index 000000000..45ea0e6b7 Binary files /dev/null and b/content/page/support/logos/logo5/tf_token.png differ diff --git a/content/page/support/logos/logo5/token.png b/content/page/support/logos/logo5/token.png new file mode 100644 index 000000000..f7708f816 Binary files /dev/null and b/content/page/support/logos/logo5/token.png differ diff --git a/content/page/support/logos/logo6/logo.md b/content/page/support/logos/logo6/logo.md new file mode 100644 index 000000000..8248ce4ec --- /dev/null +++ b/content/page/support/logos/logo6/logo.md @@ -0,0 +1,5 @@ +--- +id: support_tele_6 +image: ./ +url: '' +--- diff --git a/content/page/support/logos/main/main.md b/content/page/support/logos/main/main.md new file mode 100644 index 000000000..97f5c0c67 --- /dev/null +++ b/content/page/support/logos/main/main.md @@ -0,0 +1,4 @@ +--- +id: support_logosMain +title: Join our communities on Telegram +--- \ No newline at end of file diff --git a/content/page/support/productData/farming_faq/farming_faq.md b/content/page/support/productData/farming_faq/farming_faq.md new file mode 100644 index 000000000..2ce6012bb --- /dev/null +++ b/content/page/support/productData/farming_faq/farming_faq.md @@ -0,0 +1,9 @@ +--- +id: farming_faq +title: ThreeFold Farming FAQ +image: ./farming_faq1.png +button: FAQ +link: https://threefold.io/farming/faq +--- + +Find all the information you need in order to understand what ThreeFold Farming is and how to set up your farm. \ No newline at end of file diff --git a/content/page/support/productData/farming_faq/farming_faq.png b/content/page/support/productData/farming_faq/farming_faq.png new file mode 100644 index 000000000..e9855e975 Binary files /dev/null and b/content/page/support/productData/farming_faq/farming_faq.png differ diff --git a/content/page/support/productData/farming_faq/farming_faq1.png b/content/page/support/productData/farming_faq/farming_faq1.png new file mode 100644 index 000000000..96c384c47 Binary files /dev/null and b/content/page/support/productData/farming_faq/farming_faq1.png differ diff --git a/content/page/support/productData/main/main.md b/content/page/support/productData/main/main.md new file mode 100644 index 000000000..4d6aabbba --- /dev/null +++ b/content/page/support/productData/main/main.md @@ -0,0 +1,5 @@ +--- +id: faqMain +title: Did you try our FAQ yet? +subtitle: ThreeFold's FAQs bring together the most essential answers to the most common questions. You might already find what you're looking for in one of them. +--- \ No newline at end of file diff --git a/content/page/support/productData/tf_faq/tf_faq.md b/content/page/support/productData/tf_faq/tf_faq.md new file mode 100644 index 000000000..bf32ccd64 --- /dev/null +++ b/content/page/support/productData/tf_faq/tf_faq.md @@ -0,0 +1,9 @@ +--- +id: tf_faq +title: Main ThreeFold FAQ +image: ./threefold_faq.png +button: FAQ +link: /faq +--- + +Learn more about ThreeFold, our ethos, structure, how we compare with other projects and how to join the movement. \ No newline at end of file diff --git a/content/page/support/productData/tf_faq/threefold_faq.png b/content/page/support/productData/tf_faq/threefold_faq.png new file mode 100644 index 000000000..b3f939fa1 Binary files /dev/null and b/content/page/support/productData/tf_faq/threefold_faq.png differ diff --git a/content/page/support/productData/token_faq/token_faq.md b/content/page/support/productData/token_faq/token_faq.md new file mode 100644 index 000000000..a7d7baecf --- /dev/null +++ b/content/page/support/productData/token_faq/token_faq.md @@ -0,0 +1,9 @@ +--- +id: token_faq +title: ThreeFold Token FAQ +image: ./token_faq.png +button: FAQ +link: https://forum.threefold.io/c/threefold-token/tft-faq/57 +--- + +Understand what the ThreeFold Token is, it's utility in the ThreeFold ecosystem and how to charge your wallet. \ No newline at end of file diff --git a/content/page/support/productData/token_faq/token_faq.png b/content/page/support/productData/token_faq/token_faq.png new file mode 100644 index 000000000..49646a3b2 Binary files /dev/null and b/content/page/support/productData/token_faq/token_faq.png differ diff --git a/content/page/support/support.md b/content/page/support/support.md new file mode 100644 index 000000000..5d03827a4 --- /dev/null +++ b/content/page/support/support.md @@ -0,0 +1,22 @@ +--- +id: support +metaTitle: ThreeFold | Support +metaDesc: See some of the Most Freaquently Asked Questions, support groups, contacts to help find answers you're looking for. +metaImg: support +header_slogan: '' +header_title: Find the answers to your questions +header_image: ./support_header.png +header_altImg: support +header_excerpt: '' +button: '' +link: '' +productsMain: faqMain +productData: [tf_faq, farming_faq, token_faq] +header: forum +solution_image2: ./forum.png +header2: forum_button +logosMain: support_logosMain +logos: [support_tele_1, support_tele_4, support_tele_3, support_tele_2] +header4: live_chat +contactData: [contact1, contact2, contact3, contact4] +--- \ No newline at end of file diff --git a/content/page/support/support_header.png b/content/page/support/support_header.png new file mode 100644 index 000000000..f731d828c Binary files /dev/null and b/content/page/support/support_header.png differ diff --git a/content/page/tft/brandPanel/index.md b/content/page/tft/brandPanel/index.md new file mode 100644 index 000000000..e6eb228d0 --- /dev/null +++ b/content/page/tft/brandPanel/index.md @@ -0,0 +1,13 @@ +--- +id: tft_brandPanel +title: DECENTRALIZED CLOUD NEEDED A CURRENCY. +subtitle: IT NOW HAS ONE. +sourceUrl: '' +btnTxt: +image: tft_decentralized.jpg # src/assets/brandPanel/.. +--- +TFT is a utility token that allows people to hold current and future Internet capacity on the ThreeFold Grid. It incentivises an open system where anyone can provide, sell and utilize Internet capacity without any intermediaries. + +
+ +With rising demand for Internet capacity to hold the most valuable data on earth, data - TFT is the gateway to enter the largest and fastest growing economy in the world. diff --git a/content/page/tft/brandPanel2/index.md b/content/page/tft/brandPanel2/index.md new file mode 100644 index 000000000..3697db574 --- /dev/null +++ b/content/page/tft/brandPanel2/index.md @@ -0,0 +1,15 @@ +--- +id: tft_brandPanel2 +title: DIVE INTO THREEFOLD TOKENOMICS +subtitle: '' +sourceUrl: https://forum.threefold.io/t/tft-development-plan/1149 +btnTxt: Know More +image: dive_into2.jpg # src/assets/brandPanel/.. +--- +* Tokenomics + +* Scarcity model + +* Staking + +* Development plan diff --git a/content/page/tft/card/index.md b/content/page/tft/card/index.md new file mode 100644 index 000000000..68ae7c24e --- /dev/null +++ b/content/page/tft/card/index.md @@ -0,0 +1,8 @@ +--- +id: tft_card +title: EXPANDING FAST +img: ./tft_expanding.jpg +button: Know the TF Grid +link: / +--- +Visionary organisations and developers are already building on the ThreeFold Grid as it is the most empowering infrastructure ever built. Anyone can finally store their data and build applications autonomously, without any intermediaries. \ No newline at end of file diff --git a/content/page/tft/card/tft_expanding.jpg b/content/page/tft/card/tft_expanding.jpg new file mode 100644 index 000000000..a7c7240b2 Binary files /dev/null and b/content/page/tft/card/tft_expanding.jpg differ diff --git a/content/page/tft/carousel/Slide1/index.md b/content/page/tft/carousel/Slide1/index.md new file mode 100644 index 000000000..9a896e5d6 --- /dev/null +++ b/content/page/tft/carousel/Slide1/index.md @@ -0,0 +1,4 @@ +--- +id: slide1 +img: ./solidaridad.png +--- diff --git a/content/page/tft/carousel/Slide1/solidaridad.png b/content/page/tft/carousel/Slide1/solidaridad.png new file mode 100644 index 000000000..6ea98956b Binary files /dev/null and b/content/page/tft/carousel/Slide1/solidaridad.png differ diff --git a/content/page/tft/carousel/Slide10/index.md b/content/page/tft/carousel/Slide10/index.md new file mode 100644 index 000000000..d57260d27 --- /dev/null +++ b/content/page/tft/carousel/Slide10/index.md @@ -0,0 +1,4 @@ +--- +id: slide10 +img: ./tomochain.png +--- diff --git a/content/page/tft/carousel/Slide10/tomochain.png b/content/page/tft/carousel/Slide10/tomochain.png new file mode 100644 index 000000000..bce483089 Binary files /dev/null and b/content/page/tft/carousel/Slide10/tomochain.png differ diff --git a/content/page/tft/carousel/Slide2/hpe.png b/content/page/tft/carousel/Slide2/hpe.png new file mode 100644 index 000000000..9d3178f2d Binary files /dev/null and b/content/page/tft/carousel/Slide2/hpe.png differ diff --git a/content/page/tft/carousel/Slide2/index.md b/content/page/tft/carousel/Slide2/index.md new file mode 100644 index 000000000..bde5b4d42 --- /dev/null +++ b/content/page/tft/carousel/Slide2/index.md @@ -0,0 +1,4 @@ +--- +id: slide2 +img: ./hpe.png +--- diff --git a/content/page/tft/carousel/Slide3/digitalbyte.png b/content/page/tft/carousel/Slide3/digitalbyte.png new file mode 100644 index 000000000..93a24aa63 Binary files /dev/null and b/content/page/tft/carousel/Slide3/digitalbyte.png differ diff --git a/content/page/tft/carousel/Slide3/index.md b/content/page/tft/carousel/Slide3/index.md new file mode 100644 index 000000000..6080ca906 --- /dev/null +++ b/content/page/tft/carousel/Slide3/index.md @@ -0,0 +1,4 @@ +--- +id: slide3 +img: ./digitalbyte.png +--- diff --git a/content/page/tft/carousel/Slide4/dash.png b/content/page/tft/carousel/Slide4/dash.png new file mode 100644 index 000000000..93062a585 Binary files /dev/null and b/content/page/tft/carousel/Slide4/dash.png differ diff --git a/content/page/tft/carousel/Slide4/index.md b/content/page/tft/carousel/Slide4/index.md new file mode 100644 index 000000000..46d59d86d --- /dev/null +++ b/content/page/tft/carousel/Slide4/index.md @@ -0,0 +1,4 @@ +--- +id: slide4 +img: ./dash.png +--- diff --git a/content/page/tft/carousel/Slide5/index.md b/content/page/tft/carousel/Slide5/index.md new file mode 100644 index 000000000..521c68503 --- /dev/null +++ b/content/page/tft/carousel/Slide5/index.md @@ -0,0 +1,4 @@ +--- +id: slide5 +img: ./saspelabs.png +--- diff --git a/content/page/tft/carousel/Slide5/saspelabs.png b/content/page/tft/carousel/Slide5/saspelabs.png new file mode 100644 index 000000000..296ce0d36 Binary files /dev/null and b/content/page/tft/carousel/Slide5/saspelabs.png differ diff --git a/content/page/tft/carousel/Slide6/index.md b/content/page/tft/carousel/Slide6/index.md new file mode 100644 index 000000000..7da97f669 --- /dev/null +++ b/content/page/tft/carousel/Slide6/index.md @@ -0,0 +1,4 @@ +--- +id: slide6 +img: ./matic.png +--- diff --git a/content/page/tft/carousel/Slide6/matic.png b/content/page/tft/carousel/Slide6/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/tft/carousel/Slide6/matic.png differ diff --git a/content/page/tft/carousel/Slide7/index.md b/content/page/tft/carousel/Slide7/index.md new file mode 100644 index 000000000..73ff07d00 --- /dev/null +++ b/content/page/tft/carousel/Slide7/index.md @@ -0,0 +1,4 @@ +--- +id: slide7 +img: ./presearch.png +--- diff --git a/content/page/tft/carousel/Slide7/presearch.png b/content/page/tft/carousel/Slide7/presearch.png new file mode 100644 index 000000000..2717a3dbb Binary files /dev/null and b/content/page/tft/carousel/Slide7/presearch.png differ diff --git a/content/page/tft/carousel/Slide8/index.md b/content/page/tft/carousel/Slide8/index.md new file mode 100644 index 000000000..ade69e12a --- /dev/null +++ b/content/page/tft/carousel/Slide8/index.md @@ -0,0 +1,4 @@ +--- +id: slide8 +img: ./neo.png +--- diff --git a/content/page/tft/carousel/Slide8/neo.png b/content/page/tft/carousel/Slide8/neo.png new file mode 100644 index 000000000..66f25a7fb Binary files /dev/null and b/content/page/tft/carousel/Slide8/neo.png differ diff --git a/content/page/tft/carousel/Slide9/index.md b/content/page/tft/carousel/Slide9/index.md new file mode 100644 index 000000000..977032e42 --- /dev/null +++ b/content/page/tft/carousel/Slide9/index.md @@ -0,0 +1,4 @@ +--- +id: slide9 +img: ./seeds.png +--- diff --git a/content/page/tft/carousel/Slide9/seeds.png b/content/page/tft/carousel/Slide9/seeds.png new file mode 100644 index 000000000..53e5d6298 Binary files /dev/null and b/content/page/tft/carousel/Slide9/seeds.png differ diff --git a/content/page/tft/carousel/main/index.md b/content/page/tft/carousel/main/index.md new file mode 100644 index 000000000..7234aae3e --- /dev/null +++ b/content/page/tft/carousel/main/index.md @@ -0,0 +1,6 @@ +--- +id: slider_main +title: AMAZING PARTNERS TRUST +subtitle: THE THREEFOLD GRID AND TFT +--- +Some of the biggest names in the industry share our vision. diff --git a/content/page/tft/cta/index.md b/content/page/tft/cta/index.md new file mode 100644 index 000000000..ab7147669 --- /dev/null +++ b/content/page/tft/cta/index.md @@ -0,0 +1,12 @@ +--- +id: tft_cta +title: INTERNET REIMAGINED...AND REBUILT +button: Know More +link: / +--- + +The ThreeFold Grid is an open, autonomous and regenerative Internet infrastructure that provides unparalleled levels of privacy and security. It provides the critical infrastructure needed to scale any digital workloads including blockchain, IoT, decentralized organizations and applications. + +
+ +**A new Internet era free from censorship, user tracking and privacy breaches.** diff --git a/content/page/tft/cta4/index.md b/content/page/tft/cta4/index.md new file mode 100644 index 000000000..cf9ab61c6 --- /dev/null +++ b/content/page/tft/cta4/index.md @@ -0,0 +1,14 @@ +--- +id: tft_cta4 +title1: GET +title2: TFT +button: Get TFT +link: '' +--- +Visit Binance Smart +
+Chain to get your TFT + + + + diff --git a/content/page/tft/cultivationProcess/main/index.md b/content/page/tft/cultivationProcess/main/index.md new file mode 100644 index 000000000..68f9867a3 --- /dev/null +++ b/content/page/tft/cultivationProcess/main/index.md @@ -0,0 +1,5 @@ +--- +id: CP_main +title: PROOF OF UTILIZATION +subtitle: THE CULTIVATION PROCESS +--- \ No newline at end of file diff --git a/content/page/tft/cultivationProcess/process_1/index.md b/content/page/tft/cultivationProcess/process_1/index.md new file mode 100644 index 000000000..7c1e212ac --- /dev/null +++ b/content/page/tft/cultivationProcess/process_1/index.md @@ -0,0 +1,5 @@ +--- +id: CP_process_1 +image: ./tft_farmers_earn2.png +--- +TFT is used by users to reserve current or future Internet capacity on the ThreeFold Grid. diff --git a/content/page/tft/cultivationProcess/process_1/tft_farmers_earn2.png b/content/page/tft/cultivationProcess/process_1/tft_farmers_earn2.png new file mode 100644 index 000000000..af44a4cbb Binary files /dev/null and b/content/page/tft/cultivationProcess/process_1/tft_farmers_earn2.png differ diff --git a/content/page/tft/cultivationProcess/process_1/tft_solution.png b/content/page/tft/cultivationProcess/process_1/tft_solution.png new file mode 100644 index 000000000..392c16dbc Binary files /dev/null and b/content/page/tft/cultivationProcess/process_1/tft_solution.png differ diff --git a/content/page/tft/cultivationProcess/process_1/tft_solution2.png b/content/page/tft/cultivationProcess/process_1/tft_solution2.png new file mode 100644 index 000000000..d971a9376 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_1/tft_solution2.png differ diff --git a/content/page/tft/cultivationProcess/process_2/index.md b/content/page/tft/cultivationProcess/process_2/index.md new file mode 100644 index 000000000..941b8107c --- /dev/null +++ b/content/page/tft/cultivationProcess/process_2/index.md @@ -0,0 +1,4 @@ +--- +id: CP_process_2 +image: ./tft_process.png +--- \ No newline at end of file diff --git a/content/page/tft/cultivationProcess/process_2/tft_process.png b/content/page/tft/cultivationProcess/process_2/tft_process.png new file mode 100644 index 000000000..e9d191ca8 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_2/tft_process.png differ diff --git a/content/page/tft/cultivationProcess/process_3/index.md b/content/page/tft/cultivationProcess/process_3/index.md new file mode 100644 index 000000000..b32bdb6dd --- /dev/null +++ b/content/page/tft/cultivationProcess/process_3/index.md @@ -0,0 +1,5 @@ +--- +id: CP_process_3 +image: ./tft_solution2.png +--- +Internet capacity can be used to store data, run workloads and use peer-to-peer applications. \ No newline at end of file diff --git a/content/page/tft/cultivationProcess/process_3/tft_farmers_earn.png b/content/page/tft/cultivationProcess/process_3/tft_farmers_earn.png new file mode 100644 index 000000000..1f8423358 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_3/tft_farmers_earn.png differ diff --git a/content/page/tft/cultivationProcess/process_3/tft_farmers_earn2.png b/content/page/tft/cultivationProcess/process_3/tft_farmers_earn2.png new file mode 100644 index 000000000..cf7164ea5 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_3/tft_farmers_earn2.png differ diff --git a/content/page/tft/cultivationProcess/process_3/tft_solution2.png b/content/page/tft/cultivationProcess/process_3/tft_solution2.png new file mode 100644 index 000000000..e84d78c06 Binary files /dev/null and b/content/page/tft/cultivationProcess/process_3/tft_solution2.png differ diff --git a/content/page/tft/farmingProcess/main/index.md b/content/page/tft/farmingProcess/main/index.md new file mode 100644 index 000000000..3b08499f0 --- /dev/null +++ b/content/page/tft/farmingProcess/main/index.md @@ -0,0 +1,5 @@ +--- +id: FP_main +title: PROOF OF CAPACITY +subtitle: THE FARMING PROCESS +--- \ No newline at end of file diff --git a/content/page/tft/farmingProcess/process_1/index.md b/content/page/tft/farmingProcess/process_1/index.md new file mode 100644 index 000000000..e00e73de9 --- /dev/null +++ b/content/page/tft/farmingProcess/process_1/index.md @@ -0,0 +1,5 @@ +--- +id: process_1 +image: ./tft_hardware2.png +--- +Anyone can download ThreeFold's OS and connect hardware and to the ThreeFold Grid and become a Farmer. diff --git a/content/page/tft/farmingProcess/process_1/tft_hardware.png b/content/page/tft/farmingProcess/process_1/tft_hardware.png new file mode 100644 index 000000000..10557d848 Binary files /dev/null and b/content/page/tft/farmingProcess/process_1/tft_hardware.png differ diff --git a/content/page/tft/farmingProcess/process_1/tft_hardware2.png b/content/page/tft/farmingProcess/process_1/tft_hardware2.png new file mode 100644 index 000000000..234ec51e1 Binary files /dev/null and b/content/page/tft/farmingProcess/process_1/tft_hardware2.png differ diff --git a/content/page/tft/farmingProcess/process_2/index.md b/content/page/tft/farmingProcess/process_2/index.md new file mode 100644 index 000000000..893ce2ac7 --- /dev/null +++ b/content/page/tft/farmingProcess/process_2/index.md @@ -0,0 +1,4 @@ +--- +id: process_2 +image: ./tft_process.png +--- \ No newline at end of file diff --git a/content/page/tft/farmingProcess/process_2/tft_process.png b/content/page/tft/farmingProcess/process_2/tft_process.png new file mode 100644 index 000000000..e9d191ca8 Binary files /dev/null and b/content/page/tft/farmingProcess/process_2/tft_process.png differ diff --git a/content/page/tft/farmingProcess/process_3/index.md b/content/page/tft/farmingProcess/process_3/index.md new file mode 100644 index 000000000..82212575c --- /dev/null +++ b/content/page/tft/farmingProcess/process_3/index.md @@ -0,0 +1,5 @@ +--- +id: process_3 +image: ./tft_farmers_earn2.png +--- +Farmers earn TFT for achieving a certain uptime and as proof of capacity. We call that ‘Farming’. diff --git a/content/page/tft/farmingProcess/process_3/tft_farmers_earn.png b/content/page/tft/farmingProcess/process_3/tft_farmers_earn.png new file mode 100644 index 000000000..1f8423358 Binary files /dev/null and b/content/page/tft/farmingProcess/process_3/tft_farmers_earn.png differ diff --git a/content/page/tft/farmingProcess/process_3/tft_farmers_earn2.png b/content/page/tft/farmingProcess/process_3/tft_farmers_earn2.png new file mode 100644 index 000000000..cf7164ea5 Binary files /dev/null and b/content/page/tft/farmingProcess/process_3/tft_farmers_earn2.png differ diff --git a/content/page/tft/limited.jpg b/content/page/tft/limited.jpg new file mode 100644 index 000000000..1d5598cd2 Binary files /dev/null and b/content/page/tft/limited.jpg differ diff --git a/content/page/tft/tft.md b/content/page/tft/tft.md new file mode 100644 index 000000000..87a236926 --- /dev/null +++ b/content/page/tft/tft.md @@ -0,0 +1,27 @@ +--- +id: tft +metaTitle: THE WORLD IS USING A NEW INTERNET +metaDesc: It runs on TFT +metaImg: ./tft_header.jpg +header_slogan: +header_title: THE WORLD IS USING A NEW INTERNET +header_image: ./tft_header.jpg +header_altImg: TFT +header_excerpt: It runs on TFT +solution_image: ./limited.jpg +button: Get TFT +link: / +cta: tft_cta +cta4: tft_cta4 +brandPanel: tft_brandPanel +brandPanel2 : tft_brandPanel2 +card: tft_card +carousel: [slide1, slide2, slide3, slide4, slide5, slide6 , slide7 , slide8 , slide9 , slide10] +sliderMain: slider_main +useTftMain: useTft_main +tftUses: [col1, col2, col3] +farmingMain: FP_main +farmingProcess: [process_1, process_2, process_3] +cultivationMain: CP_main +cultivationProcess: [CP_process_1, CP_process_2, CP_process_3] +--- diff --git a/content/page/tft/tftUses/col1/index.md b/content/page/tft/tftUses/col1/index.md new file mode 100644 index 000000000..3f6a59ed1 --- /dev/null +++ b/content/page/tft/tftUses/col1/index.md @@ -0,0 +1,4 @@ +--- +id: col1 +title: TFT USES +--- \ No newline at end of file diff --git a/content/page/tft/tftUses/col2/col2.md b/content/page/tft/tftUses/col2/col2.md new file mode 100644 index 000000000..a5cab1095 --- /dev/null +++ b/content/page/tft/tftUses/col2/col2.md @@ -0,0 +1,4 @@ +--- +id: col2 +--- +People that add Internet capacity to the ThreeFold Grid earn TFT as income on a monthly basis. \ No newline at end of file diff --git a/content/page/tft/tftUses/col3/col3.md b/content/page/tft/tftUses/col3/col3.md new file mode 100644 index 000000000..d75693471 --- /dev/null +++ b/content/page/tft/tftUses/col3/col3.md @@ -0,0 +1,4 @@ +--- +id: col3 +--- +Developers and solutions use TFT to reserve current or future Internet capacity on the ThreeFold Grid. diff --git a/content/page/tft/tftUses/main/index.md b/content/page/tft/tftUses/main/index.md new file mode 100644 index 000000000..b51696738 --- /dev/null +++ b/content/page/tft/tftUses/main/index.md @@ -0,0 +1,4 @@ +--- +id: useTft_main +image: ./tft_uses.jpg +--- \ No newline at end of file diff --git a/content/page/tft/tftUses/main/tft_uses.jpg b/content/page/tft/tftUses/main/tft_uses.jpg new file mode 100644 index 000000000..a6f84c9a8 Binary files /dev/null and b/content/page/tft/tftUses/main/tft_uses.jpg differ diff --git a/content/page/tft/tft_header.jpg b/content/page/tft/tft_header.jpg new file mode 100644 index 000000000..ddad436d9 Binary files /dev/null and b/content/page/tft/tft_header.jpg differ diff --git a/content/page/token/aboutTft/decenterlize_cloud.png b/content/page/token/aboutTft/decenterlize_cloud.png new file mode 100644 index 000000000..63063aa30 Binary files /dev/null and b/content/page/token/aboutTft/decenterlize_cloud.png differ diff --git a/content/page/token/aboutTft/index.md b/content/page/token/aboutTft/index.md new file mode 100644 index 000000000..55ffea711 --- /dev/null +++ b/content/page/token/aboutTft/index.md @@ -0,0 +1,9 @@ +--- +id: decentralized_cloud +title: DECENTRALIZED CLOUD NEEDED A CURRENCY. +subtitle: IT NOW HAS ONE +image: ./decenterlize_cloud.png +button: Learn about TFT +link: https://library.threefold.me/info/tfgrid/#/tokens/tokens_home.md +--- +TFT is a digital currency and utility token that allows people to hold current and future cloud capacity on the ThreeFold Grid. It incentivizes an open system where anyone can provide, sell and utilize compute, storage and network resources without any intermediaries. diff --git a/content/page/token/brandPanel/index.md b/content/page/token/brandPanel/index.md new file mode 100644 index 000000000..f62b2f91b --- /dev/null +++ b/content/page/token/brandPanel/index.md @@ -0,0 +1,6 @@ +--- +id: token_brandPanel +title: STAKE TOKENS, GET DISCOUNTS +image: stake_token_big.jpg # src/assets/brandPanel/.. +--- +Earn discounts according to the number of months you commit to use the ThreeFold Grid. By staking TFT, you express your loyalty to the ecosystem, and by buying TFT upfront become a co-investor in the growth of the ThreeFold Grid. \ No newline at end of file diff --git a/content/page/token/brandPanel2/index.md b/content/page/token/brandPanel2/index.md new file mode 100644 index 000000000..54aa6d007 --- /dev/null +++ b/content/page/token/brandPanel2/index.md @@ -0,0 +1,6 @@ +--- +id: token_brandPanel2 +title: A SCARCE TOKEN TO REPRESENT A SCARCE RESOURCE +image: scarce_token_big.jpg # src/assets/brandPanel/.. +--- +TFTs are created only when active Internet capacity is added to the ThreeFold Grid, and a limited supply of 4B TFT has been set to keep the currency scarce. This ensures its value holds steady for the years to come and rewards early adopters for their commitment. \ No newline at end of file diff --git a/content/page/token/brandPanel3/index.md b/content/page/token/brandPanel3/index.md new file mode 100644 index 000000000..b11a8bbf8 --- /dev/null +++ b/content/page/token/brandPanel3/index.md @@ -0,0 +1,6 @@ +--- +id: token_brandPanel3 +title: BURN AND FARM EQUILIBRIUM +image: burn_token_big.jpg # src/assets/brandPanel/.. +--- +Having a burning mechanism ensures there is always room for the ThreeFold Grid to grow further as well as continuous rewards for current and future nodes. diff --git a/content/page/token/cta/cta.md b/content/page/token/cta/cta.md new file mode 100644 index 000000000..716a60017 --- /dev/null +++ b/content/page/token/cta/cta.md @@ -0,0 +1,10 @@ +--- +id: token_cta +title: THE POTENTIAL IS ENDLESS +image: ./potental.png +button: How ThreeFold Compares With The Industry +link: https://forum.threefold.io/t/threefold-is-the-substrate-for-decloud/1295 +button2: +link2: +--- +Many projects created bits and pieces of what a decentralized cloud would look like, each with their own protocol and tools, making the industry more complicated than ever. With TFT, people can access the most comprehensive digital network ever created. diff --git a/content/page/token/cta/potental.png b/content/page/token/cta/potental.png new file mode 100644 index 000000000..2344b31b8 Binary files /dev/null and b/content/page/token/cta/potental.png differ diff --git a/content/page/token/cta2/cta2.md b/content/page/token/cta2/cta2.md new file mode 100644 index 000000000..25811596a --- /dev/null +++ b/content/page/token/cta2/cta2.md @@ -0,0 +1,9 @@ +--- +id: token_cta2 +title: JOIN THE PEER-TO-PEER DIGITAL ECONOMY +image: ./join_peer.png +slogan: +button: Get TFT +link: https://library.threefold.me/info/tfgrid/#/tokens/tft_binance_defi +--- +Visit Binance Smart Chain to buy TFT. diff --git a/content/page/token/cta2/join_peer.png b/content/page/token/cta2/join_peer.png new file mode 100644 index 000000000..c6d81755c Binary files /dev/null and b/content/page/token/cta2/join_peer.png differ diff --git a/content/page/token/logos/logo1/logo.md b/content/page/token/logos/logo1/logo.md new file mode 100644 index 000000000..9e21c977f --- /dev/null +++ b/content/page/token/logos/logo1/logo.md @@ -0,0 +1,5 @@ +--- +id: partner1 +image: ./our_partners.png +url: /partners +--- diff --git a/content/page/token/logos/logo1/our_partners.png b/content/page/token/logos/logo1/our_partners.png new file mode 100644 index 000000000..a7927136f Binary files /dev/null and b/content/page/token/logos/logo1/our_partners.png differ diff --git a/content/page/token/logos/logo1/solidaridad.png b/content/page/token/logos/logo1/solidaridad.png new file mode 100644 index 000000000..6ea98956b Binary files /dev/null and b/content/page/token/logos/logo1/solidaridad.png differ diff --git a/content/page/token/logos/logo2/hpe.png b/content/page/token/logos/logo2/hpe.png new file mode 100644 index 000000000..9d3178f2d Binary files /dev/null and b/content/page/token/logos/logo2/hpe.png differ diff --git a/content/page/token/logos/logo2/logo.md b/content/page/token/logos/logo2/logo.md new file mode 100644 index 000000000..90dcaf809 --- /dev/null +++ b/content/page/token/logos/logo2/logo.md @@ -0,0 +1,5 @@ +--- +id: partner2 +image: ./hpe.png +url: /partners/harmony +--- diff --git a/content/page/token/logos/logo3/digitalbyte.png b/content/page/token/logos/logo3/digitalbyte.png new file mode 100644 index 000000000..93a24aa63 Binary files /dev/null and b/content/page/token/logos/logo3/digitalbyte.png differ diff --git a/content/page/token/logos/logo3/logo.md b/content/page/token/logos/logo3/logo.md new file mode 100644 index 000000000..c6d58bc20 --- /dev/null +++ b/content/page/token/logos/logo3/logo.md @@ -0,0 +1,5 @@ +--- +id: partner3 +image: ./digitalbyte.png +url: /partners/casperlabs +--- \ No newline at end of file diff --git a/content/page/token/logos/logo4/dash.png b/content/page/token/logos/logo4/dash.png new file mode 100644 index 000000000..93062a585 Binary files /dev/null and b/content/page/token/logos/logo4/dash.png differ diff --git a/content/page/home/logos/logo6/digibyte.png b/content/page/token/logos/logo4/digibyte.png similarity index 100% rename from content/page/home/logos/logo6/digibyte.png rename to content/page/token/logos/logo4/digibyte.png diff --git a/content/page/token/logos/logo4/digibyte.svg b/content/page/token/logos/logo4/digibyte.svg new file mode 100644 index 000000000..03a5fd6cc --- /dev/null +++ b/content/page/token/logos/logo4/digibyte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/page/token/logos/logo4/logo.md b/content/page/token/logos/logo4/logo.md new file mode 100644 index 000000000..7795cf913 --- /dev/null +++ b/content/page/token/logos/logo4/logo.md @@ -0,0 +1,5 @@ +--- +id: partner4 +image: ./dash.png +url: /partners/skale_labs +--- diff --git a/content/page/token/logos/logo4/skale.png b/content/page/token/logos/logo4/skale.png new file mode 100644 index 000000000..83c5214d1 Binary files /dev/null and b/content/page/token/logos/logo4/skale.png differ diff --git a/content/page/token/logos/logo5/logo.md b/content/page/token/logos/logo5/logo.md new file mode 100644 index 000000000..b6eb915c5 --- /dev/null +++ b/content/page/token/logos/logo5/logo.md @@ -0,0 +1,5 @@ +--- +id: partner5 +image: ./saspelabs.png +url: /partners/dash +--- diff --git a/content/page/token/logos/logo5/saspelabs.png b/content/page/token/logos/logo5/saspelabs.png new file mode 100644 index 000000000..296ce0d36 Binary files /dev/null and b/content/page/token/logos/logo5/saspelabs.png differ diff --git a/content/page/token/logos/logo6/logo.md b/content/page/token/logos/logo6/logo.md new file mode 100644 index 000000000..b4d7f4117 --- /dev/null +++ b/content/page/token/logos/logo6/logo.md @@ -0,0 +1,5 @@ +--- +id: partner6 +image: ./matic.png +url: /partners/presearch +--- diff --git a/content/page/token/logos/logo6/matic.png b/content/page/token/logos/logo6/matic.png new file mode 100644 index 000000000..08a078f63 Binary files /dev/null and b/content/page/token/logos/logo6/matic.png differ diff --git a/content/page/token/logos/main/main.md b/content/page/token/logos/main/main.md new file mode 100644 index 000000000..a933af418 --- /dev/null +++ b/content/page/token/logos/main/main.md @@ -0,0 +1,7 @@ +--- +id: partnersMain +title: Believers in TFT +button: Check All Partners +link : /partners +--- + diff --git a/content/page/token/marketInfo/main/main.md b/content/page/token/marketInfo/main/main.md new file mode 100644 index 000000000..f6d195908 --- /dev/null +++ b/content/page/token/marketInfo/main/main.md @@ -0,0 +1,5 @@ +--- +id: marketMain +title: JOIN THE MOST VALUABLE MARKET IN THE WORLD +--- +With rising demand for capacity to hold data, the most valuable commodity on earth,TFT is the gateway to enter the largest and fastest growing industry in the world – the Internet and cloud. diff --git a/content/page/token/marketInfo/mainItem/125zb.png b/content/page/token/marketInfo/mainItem/125zb.png new file mode 100644 index 000000000..a519f9911 Binary files /dev/null and b/content/page/token/marketInfo/mainItem/125zb.png differ diff --git a/content/page/token/marketInfo/mainItem/index.md b/content/page/token/marketInfo/mainItem/index.md new file mode 100644 index 000000000..4324b193f --- /dev/null +++ b/content/page/token/marketInfo/mainItem/index.md @@ -0,0 +1,9 @@ +--- +id: sec1 +image: ./125zb.png +--- +125 zetabytes of storage capacity needs to be +
+created to meet demand for data in the upcoming years. +
+That is a number with 21 zeroes! diff --git a/content/page/token/marketInfo/sec2/800b.png b/content/page/token/marketInfo/sec2/800b.png new file mode 100644 index 000000000..4f8741568 Binary files /dev/null and b/content/page/token/marketInfo/sec2/800b.png differ diff --git a/content/page/token/marketInfo/sec2/index.md b/content/page/token/marketInfo/sec2/index.md new file mode 100644 index 000000000..fe0a54a34 --- /dev/null +++ b/content/page/token/marketInfo/sec2/index.md @@ -0,0 +1,5 @@ +--- +id: sec2 +image: ./800b.png +--- +$800 billion of revenue is expected for the cloud market by 2025 \ No newline at end of file diff --git a/content/page/token/marketInfo/sec3/70b.png b/content/page/token/marketInfo/sec3/70b.png new file mode 100644 index 000000000..123ec7837 Binary files /dev/null and b/content/page/token/marketInfo/sec3/70b.png differ diff --git a/content/page/token/marketInfo/sec3/index.md b/content/page/token/marketInfo/sec3/index.md new file mode 100644 index 000000000..11adacc83 --- /dev/null +++ b/content/page/token/marketInfo/sec3/index.md @@ -0,0 +1,5 @@ +--- +id: sec3 +image: ./70b.png +--- +Over seventy billion new devices are expected to be online by 2025 \ No newline at end of file diff --git a/content/page/token/marketInfo/sec4/1b.png b/content/page/token/marketInfo/sec4/1b.png new file mode 100644 index 000000000..63d9b3885 Binary files /dev/null and b/content/page/token/marketInfo/sec4/1b.png differ diff --git a/content/page/token/marketInfo/sec4/index.md b/content/page/token/marketInfo/sec4/index.md new file mode 100644 index 000000000..28ee67be0 --- /dev/null +++ b/content/page/token/marketInfo/sec4/index.md @@ -0,0 +1,5 @@ +--- +id: sec4 +image: ./1b.png +--- +Over one billion people are still expected to get digital access by 2025 \ No newline at end of file diff --git a/content/page/token/openNetwork/main/index.md b/content/page/token/openNetwork/main/index.md new file mode 100644 index 000000000..75d82b7d0 --- /dev/null +++ b/content/page/token/openNetwork/main/index.md @@ -0,0 +1,4 @@ +--- +id: open_network +title: AN INCENTIVIZED OPEN NETWORK +--- \ No newline at end of file diff --git a/content/page/token/openNetwork/nw1/index.md b/content/page/token/openNetwork/nw1/index.md new file mode 100644 index 000000000..ec8a8c7dd --- /dev/null +++ b/content/page/token/openNetwork/nw1/index.md @@ -0,0 +1,5 @@ +--- +id: nw1 +title: proof-of-capacity +--- +By connecting cloud capacity to the ThreeFold Grid, people earn TFT on a monthly basis as income. diff --git a/content/page/token/openNetwork/nw2/index.md b/content/page/token/openNetwork/nw2/index.md new file mode 100644 index 000000000..ecd18984e --- /dev/null +++ b/content/page/token/openNetwork/nw2/index.md @@ -0,0 +1,4 @@ +--- +id: nw2 +image: ./open_network.png +--- \ No newline at end of file diff --git a/content/page/token/openNetwork/nw2/open_network.png b/content/page/token/openNetwork/nw2/open_network.png new file mode 100644 index 000000000..82b54a98d Binary files /dev/null and b/content/page/token/openNetwork/nw2/open_network.png differ diff --git a/content/page/token/openNetwork/nw3/index.md b/content/page/token/openNetwork/nw3/index.md new file mode 100644 index 000000000..1fe32f235 --- /dev/null +++ b/content/page/token/openNetwork/nw3/index.md @@ -0,0 +1,5 @@ +--- +id: nw3 +title: proof-of-utilization +--- +By charging your wallet with TFT, you can store files and run applications on the ThreeFold Grid autonomously and in full privacy. diff --git a/content/page/token/token.md b/content/page/token/token.md new file mode 100644 index 000000000..fb9a63851 --- /dev/null +++ b/content/page/token/token.md @@ -0,0 +1,27 @@ +--- +id: token +metaTitle: ThreeFold | Token +metaDesc: A digital currency that enables a peer-to-peer digital economy. +metaImg: ./token_header.png +header_slogan: +header_title: INSPIRED BY AUTONOMY +header_image: ./token_header.png +header_altImg: threefold +header_excerpt: A digital currency that enables a peer-to-peer digital economy. +solution_image: +button: +link: +marketInfoMain: marketMain +mainItem: sec1 +marketInfo: [sec2, sec3, sec4] +cta: token_cta +tft: decentralized_cloud +networkMain: open_network +network: [nw1, nw2, nw3] +brandPanel: token_brandPanel +brandPanel2: token_brandPanel2 +brandPanel3: token_brandPanel3 +cta2: token_cta2 +logos: [partner1] +logosMain : partnersMain +--- diff --git a/content/page/token/token_header.png b/content/page/token/token_header.png new file mode 100644 index 000000000..7286b0eb5 Binary files /dev/null and b/content/page/token/token_header.png differ diff --git a/content/page/universe/comparison/main/main.md b/content/page/universe/comparison/main/main.md new file mode 100644 index 000000000..788a915fa --- /dev/null +++ b/content/page/universe/comparison/main/main.md @@ -0,0 +1,7 @@ +--- +id: uni_comparison +title: GIVE THE WORLD A BETTER INTERNET +description: The current Internet is centralized to tech giants that build power-hungry data centers and exploit user data. ThreeFold looks at updating the current $3.9 Billion IT with a new paradigm that serves people and our planet. +button: Our Values +link: https://threefold.io/aci/about #add button link here +--- diff --git a/content/page/home/comparison/section1/privacy.png b/content/page/universe/comparison/section1/privacy.png similarity index 100% rename from content/page/home/comparison/section1/privacy.png rename to content/page/universe/comparison/section1/privacy.png diff --git a/content/page/universe/comparison/section1/private.svg b/content/page/universe/comparison/section1/private.svg new file mode 100644 index 000000000..02473bd92 --- /dev/null +++ b/content/page/universe/comparison/section1/private.svg @@ -0,0 +1 @@ +IT IS PRIVATEA tamper-proof experience that allows security to coexist with effciency. \ No newline at end of file diff --git a/content/page/universe/comparison/section1/section1.md b/content/page/universe/comparison/section1/section1.md new file mode 100644 index 000000000..9b0b5f79c --- /dev/null +++ b/content/page/universe/comparison/section1/section1.md @@ -0,0 +1,5 @@ +--- +id: uni_section1 +svg: ./private.svg +title: '' +--- diff --git a/content/page/universe/comparison/section2/equal.svg b/content/page/universe/comparison/section2/equal.svg new file mode 100644 index 000000000..418546a24 --- /dev/null +++ b/content/page/universe/comparison/section2/equal.svg @@ -0,0 +1 @@ +IT IS EQUALScalable everywhere and to everyone. \ No newline at end of file diff --git a/content/page/home/comparison/section2/equality.png b/content/page/universe/comparison/section2/equality.png similarity index 100% rename from content/page/home/comparison/section2/equality.png rename to content/page/universe/comparison/section2/equality.png diff --git a/content/page/universe/comparison/section2/section2.md b/content/page/universe/comparison/section2/section2.md new file mode 100644 index 000000000..9e2eca26b --- /dev/null +++ b/content/page/universe/comparison/section2/section2.md @@ -0,0 +1,6 @@ +--- +id: uni_section2 +svg: ./equal.svg +title: '' +--- + diff --git a/content/page/universe/comparison/section3/section3.md b/content/page/universe/comparison/section3/section3.md new file mode 100644 index 000000000..c1f2f82c8 --- /dev/null +++ b/content/page/universe/comparison/section3/section3.md @@ -0,0 +1,6 @@ +--- +id: uni_section3 +svg: ./sustainable.svg +title: '' +--- + diff --git a/content/page/home/comparison/section3/sustainability.png b/content/page/universe/comparison/section3/sustainability.png similarity index 100% rename from content/page/home/comparison/section3/sustainability.png rename to content/page/universe/comparison/section3/sustainability.png diff --git a/content/page/universe/comparison/section3/sustainable.svg b/content/page/universe/comparison/section3/sustainable.svg new file mode 100644 index 000000000..35a935f35 --- /dev/null +++ b/content/page/universe/comparison/section3/sustainable.svg @@ -0,0 +1 @@ +IT IS SUSTAINABLEWe must rethink our resource consumption if we want to save our planet. \ No newline at end of file diff --git a/content/page/universe/productData/main/main.md b/content/page/universe/productData/main/main.md new file mode 100644 index 000000000..ce2e996dd --- /dev/null +++ b/content/page/universe/productData/main/main.md @@ -0,0 +1,5 @@ +--- +id: oldproduct_page +title: JOIN THE P2P UNIVERSE +subtitle: Be part of a better tomorrow, and set yourself free from the centralized applications and services that exploit your data today. +--- \ No newline at end of file diff --git a/content/page/universe/productData/product1/farming.md b/content/page/universe/productData/product1/farming.md new file mode 100644 index 000000000..03e4c7302 --- /dev/null +++ b/content/page/universe/productData/product1/farming.md @@ -0,0 +1,9 @@ +--- +id: farming +title: BE THE INTERNET +image: ./farming.png +button: Tell Me More! +link: /farming +--- + +Join the Internet economy by hosting a server at your home or office. diff --git a/content/page/universe/productData/product1/farming.png b/content/page/universe/productData/product1/farming.png new file mode 100644 index 000000000..2889e523e Binary files /dev/null and b/content/page/universe/productData/product1/farming.png differ diff --git a/content/page/universe/productData/product2/cloud.md b/content/page/universe/productData/product2/cloud.md new file mode 100644 index 000000000..116650151 --- /dev/null +++ b/content/page/universe/productData/product2/cloud.md @@ -0,0 +1,12 @@ +--- +id: cloud +title: THREEFOLD P2P CLOUD +image: ./cloud.png +button: Tell Me More! +link: /token +--- + + +Build secure software, applications and open Internet services. + +
diff --git a/content/page/universe/productData/product2/cloud.png b/content/page/universe/productData/product2/cloud.png new file mode 100644 index 000000000..c2af38559 Binary files /dev/null and b/content/page/universe/productData/product2/cloud.png differ diff --git a/content/page/universe/productData/product3/marketplace.md b/content/page/universe/productData/product3/marketplace.md new file mode 100644 index 000000000..735f5b86c --- /dev/null +++ b/content/page/universe/productData/product3/marketplace.md @@ -0,0 +1,9 @@ +--- +id: marketplace +title: THREEFOLD MARKETPLACE +image: ./marketplace.png +button: Tell Me More! +link: /marketplace +--- + +Empower your community with peer-to-peer applications and tools. diff --git a/content/page/universe/productData/product3/marketplace.png b/content/page/universe/productData/product3/marketplace.png new file mode 100644 index 000000000..0b1a1961f Binary files /dev/null and b/content/page/universe/productData/product3/marketplace.png differ diff --git a/content/page/universe/productData/product4/twin.md b/content/page/universe/productData/product4/twin.md new file mode 100644 index 000000000..90f373aec --- /dev/null +++ b/content/page/universe/productData/product4/twin.md @@ -0,0 +1,9 @@ +--- +id: twin +title: DIGITAL TWIN +image: ./twin.png +button: Tell Me More! +link: https://mydigitaltwin.io/ +--- + +Your gateway to a private and secure digital life on the P2P Internet. diff --git a/content/page/universe/productData/product4/twin.png b/content/page/universe/productData/product4/twin.png new file mode 100644 index 000000000..b4f463006 Binary files /dev/null and b/content/page/universe/productData/product4/twin.png differ diff --git a/content/page/universe/productData/product5/tech.md b/content/page/universe/productData/product5/tech.md new file mode 100644 index 000000000..64448fd9f --- /dev/null +++ b/content/page/universe/productData/product5/tech.md @@ -0,0 +1,9 @@ +--- +id: tech +title: THREEFOLD TECH +image: ./tech.png +button: Tell Me More! +link: https://threefold.tech +--- + +Dive deeper into the technology behind the ThreeFold Grid. diff --git a/content/page/universe/productData/product5/tech.png b/content/page/universe/productData/product5/tech.png new file mode 100644 index 000000000..17d537dcb Binary files /dev/null and b/content/page/universe/productData/product5/tech.png differ diff --git a/content/page/universe/productData/product6/aci.md b/content/page/universe/productData/product6/aci.md new file mode 100644 index 000000000..f67985d37 --- /dev/null +++ b/content/page/universe/productData/product6/aci.md @@ -0,0 +1,9 @@ +--- +id: aci +title: ALLIANCE FOR A CONSCIOUS INTERNET +image: ./aci.png +button: Tell Me More! +link: /aci +--- + +A collective ecosystem of planet and human centric projects. diff --git a/content/page/universe/productData/product6/aci.png b/content/page/universe/productData/product6/aci.png new file mode 100644 index 000000000..3fdb824e6 Binary files /dev/null and b/content/page/universe/productData/product6/aci.png differ diff --git a/content/page/universe/universe.md b/content/page/universe/universe.md new file mode 100644 index 000000000..6bea353aa --- /dev/null +++ b/content/page/universe/universe.md @@ -0,0 +1,6 @@ +--- +id: universe +metaTitle: ThreeFold | Universe +metaDesc: Be part of a better tomorrow by expanding the peer-to-peer Internet and set yourself free from the centralized applications and services that exploit your data today. +metaImg: ./universe_header.png +--- diff --git a/content/page/home/home_header.png b/content/page/universe/universe_header.png similarity index 100% rename from content/page/home/home_header.png rename to content/page/universe/universe_header.png diff --git a/content/page/why/404.png b/content/page/why/404.png new file mode 100644 index 000000000..f8f3b8736 Binary files /dev/null and b/content/page/why/404.png differ diff --git a/content/page/why/brandPanel/brandPanel.md b/content/page/why/brandPanel/brandPanel.md new file mode 100644 index 000000000..65d85190a --- /dev/null +++ b/content/page/why/brandPanel/brandPanel.md @@ -0,0 +1,10 @@ +--- +id: better_solution +title: A solution to regenerate our planet +subtitle: +sourceUrl: /blog/post/what_is_peer_to_peer/ +btnTxt: Learn More +image: better_solution.png +--- + +Today’s Internet consumes about 10% of the world’s energy. ThreeFold infrastructure saves up to 90% on energy consumption compared to existing models. But we didn’t stop there. To regenerate our planet, we commit to farm 3x the amount of carbon credits as the grid consumes. diff --git a/content/page/why/cta/cta.md b/content/page/why/cta/cta.md new file mode 100644 index 000000000..f87790169 --- /dev/null +++ b/content/page/why/cta/cta.md @@ -0,0 +1,13 @@ +--- +id: why_cta +title: Today's Internet +slogan: Is Broken +button: "" +link: "" +button2: "" +link2: "" +button3: "" +link3: "" +--- + +The Internet is not neutral anymore. It is owned by large corporations that build highly-inefficient, costly, and unsustainable data centers. Free applications and platforms collect our data and turn us into products. diff --git a/content/page/why/cta2/cta2.md b/content/page/why/cta2/cta2.md new file mode 100644 index 000000000..2a3af7399 --- /dev/null +++ b/content/page/why/cta2/cta2.md @@ -0,0 +1,15 @@ +--- +id: why_cta2 +title: THE INTERNET CHANGES LIVES +slogan: A BETTER INTERNET CHANGES THE WORLD +button: Join the Community +link: https://t.me/threefold +button2: "" +link2: "" +button3: "" +link3: "" +--- + +ThreeFold exists to help humanity to thrive. We don’t see ourselves as a company, but more like humans helping other humans. + +Our mission is bold and motivates every step we take. diff --git a/content/page/why/partenerships/kleos/index.md b/content/page/why/partenerships/kleos/index.md new file mode 100644 index 000000000..5e110ac32 --- /dev/null +++ b/content/page/why/partenerships/kleos/index.md @@ -0,0 +1,7 @@ +--- +id: why_kleos +img: ./kleos_img.png +title: Connecting the Unconnected +--- + +The demand for connectivity is higher than ever before. But current approaches are harmful to our planet. We must find sustainable ways to connect the remote regions of this world and the billions being left behind. This is the focus of our partnership with Kleos, a new responsible telecom solution. diff --git a/content/page/why/partenerships/kleos/kleos_img.png b/content/page/why/partenerships/kleos/kleos_img.png new file mode 100644 index 000000000..b583e4d78 Binary files /dev/null and b/content/page/why/partenerships/kleos/kleos_img.png differ diff --git a/content/page/why/partenerships/main/main.md b/content/page/why/partenerships/main/main.md new file mode 100644 index 000000000..084b3a1bc --- /dev/null +++ b/content/page/why/partenerships/main/main.md @@ -0,0 +1,11 @@ +--- +id: partenerships_main +title: ACHIEVING GOALS THROUGH +slogan: PARTNERSHIPS +button : Meet our Partners +link : /partners +button2 : Meet the Alliance +link2 : https://threefold.io/aci +--- + +We have carefully chosen the right partnerships to implement our vision. diff --git a/content/page/why/partenerships/solidaridad/index.md b/content/page/why/partenerships/solidaridad/index.md new file mode 100644 index 000000000..dc3bde6ba --- /dev/null +++ b/content/page/why/partenerships/solidaridad/index.md @@ -0,0 +1,8 @@ +--- +id: why_solidaridad +img: ./solidaridad_img.png +title: Bringing Fair Data to Farmers +--- + +Current supply chain models can be complicated and easily mismanaged, and they often exploit farmers and producers. Through our collaboration with Solidaridad, +ThreeFold’s autonomous and secure technology will bring verifiability to data and create transparent supply chains. diff --git a/content/page/why/partenerships/solidaridad/solidaridad_img.png b/content/page/why/partenerships/solidaridad/solidaridad_img.png new file mode 100644 index 000000000..5960dd399 Binary files /dev/null and b/content/page/why/partenerships/solidaridad/solidaridad_img.png differ diff --git a/content/page/why/partenerships/tag/index.md b/content/page/why/partenerships/tag/index.md new file mode 100644 index 000000000..4f6e0832a --- /dev/null +++ b/content/page/why/partenerships/tag/index.md @@ -0,0 +1,7 @@ +--- +id: why_tag +img: ./tag_img.png +title: Empowering Global Education +--- + +Today, education remains inaccessible for millions of children around the world. This is not fair. By partnering with Take Action Global, we will bring local Internet capacity to developing regions, and build educational platforms that empower the forgotten leaders of tomorrow. diff --git a/content/page/why/partenerships/tag/tag_img.png b/content/page/why/partenerships/tag/tag_img.png new file mode 100644 index 000000000..87dee7567 Binary files /dev/null and b/content/page/why/partenerships/tag/tag_img.png differ diff --git a/content/page/why/partenerships/threefold/index.md b/content/page/why/partenerships/threefold/index.md new file mode 100644 index 000000000..f2b1185ce --- /dev/null +++ b/content/page/why/partenerships/threefold/index.md @@ -0,0 +1,7 @@ +--- +id: why_threefold +img: ./threefold_img.png +title: Decentralizing Everything +--- + +True decentralization needs a truly decentralized infrastructure. ThreeFold is the peer-to-peer foundation – a network of networks – where blockchains and other solutions can operate and interconnect in a truly decentralized way. Together, we are paving the way to an equal and fairly-distributed world. diff --git a/content/page/why/partenerships/threefold/kleos_img.png b/content/page/why/partenerships/threefold/kleos_img.png new file mode 100644 index 000000000..b583e4d78 Binary files /dev/null and b/content/page/why/partenerships/threefold/kleos_img.png differ diff --git a/content/page/why/partenerships/threefold/threefold_img.png b/content/page/why/partenerships/threefold/threefold_img.png new file mode 100644 index 000000000..7b8e344d4 Binary files /dev/null and b/content/page/why/partenerships/threefold/threefold_img.png differ diff --git a/content/page/why/productData/internet_available/internet_available.md b/content/page/why/productData/internet_available/internet_available.md new file mode 100644 index 000000000..6882f33af --- /dev/null +++ b/content/page/why/productData/internet_available/internet_available.md @@ -0,0 +1,9 @@ +--- +id: internet_available +title: An Internet available to everyone +image: ./internet_available.png +button: Learn More +link: /blog/post/more_inclusive_internet/ +--- + +Despite Internet access being a human right, about 40% of the world remains unconnected. ThreeFold incentivizes Farmers to expand planet positive and data sovereign capacity to new regions, and with our partners we’re developing solutions to provide education, financial inclusion, and Internet access at a price affordable to all. diff --git a/content/page/why/productData/internet_available/internet_available.png b/content/page/why/productData/internet_available/internet_available.png new file mode 100644 index 000000000..75d58814a Binary files /dev/null and b/content/page/why/productData/internet_available/internet_available.png differ diff --git a/content/page/why/productData/main/main.md b/content/page/why/productData/main/main.md new file mode 100644 index 000000000..8571c7d9c --- /dev/null +++ b/content/page/why/productData/main/main.md @@ -0,0 +1,7 @@ +--- +id: product_main +title: "WE TACKLE " +subtitle: "THE ROOT ISSUES" +--- + +This is not just an upgraded Internet, it’s a new Internet – built from the ground up to offer real data sovereignty, security, and performance, while regenerating our planet. diff --git a/content/page/why/productData/peer_to_peer/peer_to_peer.md b/content/page/why/productData/peer_to_peer/peer_to_peer.md new file mode 100644 index 000000000..a3a01661f --- /dev/null +++ b/content/page/why/productData/peer_to_peer/peer_to_peer.md @@ -0,0 +1,9 @@ +--- +id: oldpeer_to_peer +title: Peer-to-Peer puts people back in control +image: ./peer_to_peer.png +button: Learn More +link: /blog/post/what_is_peer_to_peer/ +--- + +With ThreeFold, you can reserve and use Internet capacity directly on the hardware level instead of going through centralized cloud providers. You can communicate with your friends and colleagues directly, without passing through any intermediaries. And the technology stack provides you with true data sovereignty and full access rights over your data. diff --git a/content/page/why/productData/peer_to_peer/peer_to_peer.png b/content/page/why/productData/peer_to_peer/peer_to_peer.png new file mode 100644 index 000000000..51889bcd7 Binary files /dev/null and b/content/page/why/productData/peer_to_peer/peer_to_peer.png differ diff --git a/content/page/why/why-home.jpg b/content/page/why/why-home.jpg new file mode 100644 index 000000000..eb56fc115 Binary files /dev/null and b/content/page/why/why-home.jpg differ diff --git a/content/page/why/why.md b/content/page/why/why.md new file mode 100644 index 000000000..3e715c3c4 --- /dev/null +++ b/content/page/why/why.md @@ -0,0 +1,23 @@ +--- +id: why +metaTitle: ThreeFold | Why +metaDesc: Our mission is to accelerate the transition to a peer-to-peer data economy that regenerates our planet and empowers humanity with equal chances to learn, partake and succeed. +metaImg: ./why-home.jpg +header_slogan: we need a way of achieving it +header_title: We do not need a reason to want a better future +header_image: ./why-home.jpg +header_altImg: threefold +header_excerpt: Our mission is to accelerate the transition to a peer-to-peer data economy that regenerates our planet and empowers humanity with equal chances to learn, partake and succeed. +solution_image: ./404.png +cta: why_cta +productsMain: product_main +productData: [peer_to_peer, internet_available] +partenershipsMain: partenerships_main +partnerships: [why_solidaridad, why_tag, why_kleos, why_threefold] +cta2: why_cta2 +brandPanel: better_solution +--- + + + diff --git a/filter.py b/filter.py deleted file mode 100644 index 1798838e6..000000000 --- a/filter.py +++ /dev/null @@ -1,50 +0,0 @@ -import toml -import os -import shutil - -def getListOfFiles(dirName): - # create a list of file and sub directories - # names in the given directory - listOfFile = os.listdir(dirName) - allFiles = list() - # Iterate over all the entries - for entry in listOfFile: - # Create full path - fullPath = os.path.join(dirName, entry) - # If entry is a directory then get the list of files in this directory - if os.path.isdir(fullPath): - allFiles = allFiles + getListOfFiles(fullPath) - else: - allFiles.append(fullPath) - - return allFiles -def do(): - files = getListOfFiles("content") - for file in files: - if not file.endswith(".md"): - continue - - t = "" - start = False - - with open(file) as f: - for line in f: - if line.startswith("---"): - if not start: - start = True - continue - else: - break - - if line.startswith("private:"): - if line.replace("private:", "").strip() == "1": - shutil.rmtree(os.path.abspath(os.path.dirname(file))) - else: - continue - - - - - -if __name__ == "__main__": - do() \ No newline at end of file diff --git a/gridsome.config.js b/gridsome.config.js index adde65638..032e8367b 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -6,24 +6,11 @@ module.exports = { siteName: 'ThreeFold', + siteUrl: 'https://threefold.io', + pathPrefix: "threefold", plugins: [ // Local models - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'Card', - path: './content/page/**/cards/**/*.md', - } - }, - - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'Slide', - path: './content/page/**/sliders/**/*.md', - } - }, { use: '@gridsome/source-filesystem', @@ -33,22 +20,6 @@ module.exports = { } }, - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'HowItWorks', - path: './content/page/**/how_it_works/**/*.md', - } - }, - - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'HowItWorks_2', - path: './content/page/**/how_it_works_2/**/*.md', - } - }, - { use: '@gridsome/source-filesystem', options: { @@ -57,6 +28,31 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Header2', + path: './content/page/**/header2/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Header3', + path: './content/page/**/header3/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Header4', + path: './content/page/**/header4/*.md', + } + }, + + { use: '@gridsome/source-filesystem', options: { @@ -67,17 +63,32 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'ProductTitle', - path: './content/page/**/productData/**/*.md', + typeName: 'ProductMain', + path: './content/page/**/productData/main/*.md', } }, { use: '@gridsome/source-filesystem', options: { - typeName: 'Features', - path: './content/page/**/features/**/*.md', + typeName: 'FeaturesMain2', + path: './content/page/**/features2/main/*.md', } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Features2', + path: './content/page/**/features2/**/*.md', + } + }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'LogosMain', + path: './content/page/**/logos/main/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -97,15 +108,32 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'SignUp', - path: './content/page/**/signup/*.md', + typeName: 'Cta2', + path: './content/page/**/cta2/*.md', } }, + { use: '@gridsome/source-filesystem', options: { - typeName: 'About', - path: './content/about/**/*.md', + typeName: 'Cta3', + path: './content/page/**/cta3/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Cta4', + path: './content/page/**/cta4/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Cta5', + path: './content/page/**/cta5/*.md', } }, @@ -125,29 +153,6 @@ module.exports = { } }, - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'Roadmap', - path: './content/page/**/roadmap/*.md', - } - }, - - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'PricingPlans', - path: './content/page/**/pricing_plans/**/*.md', - } - }, - - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'Plans', - path: './content/page/**/withComparisonTable/**/*.md', - } - }, { use: '@gridsome/source-filesystem', @@ -157,6 +162,30 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'BrandPanel2', + path: './content/page/**/brandPanel2/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'BrandPanel3', + path: './content/page/**/brandPanel3/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'BrandPanel4', + path: './content/page/**/brandPanel4/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { @@ -165,36 +194,323 @@ module.exports = { } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'PartenershipsMain', + path: './content/page/**/partenerships/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Partenerships', + path: './content/page/**/partenerships/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'VideoPanel', + path: './content/page/**/videoPanel/*.md', + } + }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Stats', + path: './content/page/**/stats/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Blogs', + path: './content/page/**/blogs/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'BlogsMain', + path: './content/page/**/blogs/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'FAQMain', + path: './content/page/**/faq/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'FAQContent', + path: './content/page/**/faq/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Jobs', + path: './content/page/careers/jobs/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Info', + path: './content/page/how-it-works/info/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'JobsMain', + path: './content/page/**/jobs/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'CustomCTA', + path: './content/page/**/customCTA/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'PageHeader', + path: './content/page/**/pageHeader/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Card', + path: './content/page/**/card/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Carousel', + path: './content/page/**/carousel/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'CarouselMain', + path: './content/page/**/carousel/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'TftUsesMain', + path: './content/page/**/tftUses/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'TftUses', + path: './content/page/**/tftUses/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'FarmingProcessMain', + path: './content/page/**/farmingProcess/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'FarmingProcess', + path: './content/page/**/farmingProcess/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'CultivationProcessMain', + path: './content/page/**/cultivationProcess/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'CultivationProcess', + path: './content/page/**/cultivationProcess/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Map', + path: './content/page/**/map/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Roadmap', + path: './content/page/**/roadmap/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'MarketInfoMain', + path: './content/page/**/marketInfo/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'MarketInfo', + path: './content/page/**/marketInfo/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'MainItem', + path: './content/page/**/marketInfo/mainItem/*.md', + } + }, + + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'AboutTft', + path: './content/page/**/aboutTft/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'NetworkMain', + path: './content/page/**/openNetwork/main/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Network', + path: './content/page/**/openNetwork/**/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Subscribe', + path: './content/page/**/subscribe/*.md', + } + }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Team', + path: './content/page/**/team/*.md', + } + }, + { use: '@gridsome/source-filesystem', options: { typeName: 'MarkdownPage', path: './content/page/*/*.md', refs: { - cards: 'Card', - slides: 'Slide', contactData: 'Contact', header: 'Header', - howItWorks: 'HowItWorks', - howItWorksMain: 'HowItWorks', - productsMain: 'ProductTitle', + header2: 'Header2', + header3: 'Header3', + header4: 'Header4', + productsMain: 'ProductMain', productData: 'Product', - featuresMain: 'Features', - features: 'Features', + featuresMain2: 'FeaturesMain2', + features2: 'Features2', logos: 'Logo', + logosMain: 'LogosMain', cta: 'Cta', - signup: 'SignUp', + cta2: 'Cta2', + cta3: 'Cta3', + cta4: 'Cta4', + cta5: 'Cta5', comparisonMain: 'ComparisonMain', comparisonSecs: 'Comparison', - howItWorksMain_2: 'HowItWorks_2', - howItWorks_2: 'HowItWorks_2', - roadmap: 'Roadmap', - pricing_plansMain: 'PricingPlans', - pricingPlans: 'PricingPlans', - plans: 'Plans', + jobsMain: 'JobsMain', inTheNews: 'InTheNews', brandPanel: 'BrandPanel', - allSlides: 'About' + brandPanel2: 'BrandPanel2', + brandPanel3: 'BrandPanel3', + brandPanel4: 'BrandPanel4', + partenershipsMain: 'PartenershipsMain', + partnerships: 'Partenerships', + stats: 'Stats', + videoPanel: 'VideoPanel', + blogs: 'Blogs', + BlogsMain: "BlogsMain", + faqMain: 'FAQMain', + faqContent: 'FAQContent', + jobs: 'Jobs', + customCTA: 'CustomCTA', + pageHeader: 'PageHeader', + card: 'Card', + carousel: 'Carousel', + sliderMain: 'CarouselMain', + useTftMain: 'TftUsesMain', + tftUses: 'TftUses', + farmingMain: 'FarmingProcessMain', + farmingProcess: 'FarmingProcess', + cultivationMain: 'CultivationProcessMain', + cultivationProcess: 'CultivationProcess', + map: 'Map', + roadmap: 'Roadmap', + marketInfoMain: 'MarketInfoMain', + marketInfo: 'MarketInfo', + mainItem: 'MainItem', + tft: 'AboutTft', + networkMain: 'NetworkMain', + network: 'Network', + subscribe: 'Subscribe', + team: 'Team', + info:'Info' } } }, @@ -233,6 +549,14 @@ module.exports = { }, } }, + + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Job', + path: './content/page/careers/job/**/*.md', + } + }, { use: '@gridsome/source-filesystem', options: { @@ -311,45 +635,6 @@ module.exports = { shouldPurgeUnusedKeyframes: true, } }, - - // Full Text search - { - use: 'gridsome-plugin-flexsearch', - options: { - searchFields: ['title', 'name', 'content', 'status', 'linkedin', 'excerpt', 'cities', 'countries', 'websites'], - collections: [{ - typeName: 'Blog', - indexName: 'Blog', - fields: ['path'] - }, - - { - typeName: 'Project', - indexName: 'Project', - fields: ['path'] - }, - - { - typeName: 'Person', - indexName: 'Person', - fields: ['path'] - }, - - { - typeName: 'News', - indexName: 'News', - fields: ['path'] - }, - - { - typeName: 'MarkdownPage', - indexName: 'MarkdownPage', - fields: ['path'] - }, - - ] - } - }, { use: 'gridsome-plugin-matomo', options: { @@ -384,7 +669,7 @@ module.exports = { }], Membership: [{ - path: '/team/memberships/:id', + path: '/people/memberships/:id', component: '~/templates/Membership.vue' }], @@ -399,11 +684,11 @@ module.exports = { }], Person: [{ - path: '/team/:id', + path: '/people/:id', component: '~/templates/Person.vue' }], PersonTag: [{ - path: '/team/tags/:id', + path: '/people/tags/:id', component: '~/templates/Tag.vue' }], @@ -411,6 +696,14 @@ module.exports = { path: '/partners/:id', component: '~/templates/Project.vue' }], + Job: [{ + path: '/careers/:id', + component: '~/templates/Job.vue' + }], + Info: [{ + path: '/how-it-works/:id', + component: '~/templates/Info.vue' + }], }, transformers: { @@ -419,21 +712,23 @@ module.exports = { externalLinksTarget: '_blank', externalLinksRel: ['nofollow', 'noopener', 'noreferrer'], anchorClassName: 'icon icon-link', + + pathPrefix: "threefold", plugins: [ ['gridsome-plugin-remark-prismjs-all', { - highlightClassName: "gridsome-highlight", - codeTitleClassName: "gridsome-code-title", - classPrefix: 'language-', - aliases: {}, - noInlineHighlight: false, - showLineNumbers: false, // `require("prismjs/plugins/line-numbers/prism-line-numbers.css");` - languageExtensions: [], - prompt: { // `require("prismjs/plugins/command-line/prism-command-line.css");` - user: `root`, - host: `localhost`, - global: false, - } - }, + highlightClassName: "gridsome-highlight", + codeTitleClassName: "gridsome-code-title", + classPrefix: 'language-', + aliases: {}, + noInlineHighlight: false, + showLineNumbers: false, // `require("prismjs/plugins/line-numbers/prism-line-numbers.css");` + languageExtensions: [], + prompt: { // `require("prismjs/plugins/command-line/prism-command-line.css");` + user: `root`, + host: `localhost`, + global: false, + } + }, // '@noxify/gridsome-remark-table-align', ['@noxify/gridsome-remark-classes', { // 'table': 'table table-striped', // 'tableCell[align=center]': 'text-center', diff --git a/gridsome.server.js b/gridsome.server.js index 1ccd50f81..0f8f51ba3 100644 --- a/gridsome.server.js +++ b/gridsome.server.js @@ -102,8 +102,8 @@ module.exports = function(api) { api.createPages(async({ graphql, createPage }) => { const { data } = await graphql(`{ - allProjectTag(filter: { title: {in: ["tech", "foundation"]}}) { - edges { + allProjectTag(filter: { title: {in: ["blockchain", "experience", "technology", "farming", "community", "infrastructure", "impact"]}}) { + edges { node { id path @@ -184,8 +184,8 @@ module.exports = function(api) { api.createPages(({ createPage }) => { createPage({ - path: '/team', - component: './src/templates/Team.vue', + path: '/people', + component: './src/templates/People.vue', context: { private: private } diff --git a/manual/README.md b/manual/README.md deleted file mode 100644 index d910e0a3f..000000000 --- a/manual/README.md +++ /dev/null @@ -1,118 +0,0 @@ -# metadata - -## metadata per project page - -``` ---- -id: seeds -title: Planet Regenerative Economy -status: planned, internal, test, public -startdate: 2021-03-01 -countries: -cities: -rank: 1 -excerpt: -created: 2019-03-20 -image: ./seeds.png -image_caption: seeds -logo: ./logo.png -author: kristine_vilnite -members: franz_josef_allmayer -websites: -tags: digitaltwin, grid, cloud, farming -private: 0 -potential: -linkedin: ---- -``` - -- id: uniquely chosen name, which should not change over time -- title which shows on overview -- status: planned, internal, test, public -- startdate: when then project will start and be available on crystaltwin or tfgrid -- countries: where is the team, can be comma separated list -- cities: ... -- rank: 1 is lowest prio, 5 highest (what to show first) -- excerpt: short content to show in overview (DONT MAKE IT TOO LONG) -- created: when the project was registered/created -- image: -- image caption: -- logo: -- author: 1 or more persons who created the content -- members: 1 or more persons behind project (the members of the project, use the id) -- websites: -- tags: generic to allow us to search & show. Choose from: - - digitaltwin : for project who will use digital twin as backend - - grid : for project will use the grid - - data_center : for projects that will use the VDC (Cloud) - - tech : techological solution - - security : safety layer projects - - payment : token provider, issuer - - farming : for projects that are farmers -- private: - - 0 : projects that are visible to all - - 1 : projects that we keep private -- potential: describe the potential for a project e.g. 1m users in X months, X TB of storage, ... can use multiple lanes -- linkedin: link to projects linkedin page - -the section for vimeo: -``` -
- - - -
- -``` - -to use breaks do ```enter
enter``` - -## metadata per person page - -``` ---- -id: kristine_vilnite -name: Kristine Vilnite -rank: 4 -memberships: foundation (threefold_tech, project, ambassador, farmer, gridcouncil.. see other options below) -bio: info about the person (values, mission, why threefold, experience, current occupation etc.) -excerpt: very short line highliting person (from description) -linkedin: https://www.linkedin.com/... -websites: https://threefold.io/, https://www.mazraa.io/ -image: ./kristine_vilnite.png -project_ids: threefold_foundation -countries: Latvia -cities: Riga -private: 0 ---- -``` - -- meberships, choose from: - - threefold_foundation, threefold_tech, ambassador, farmer, project, guardian, techcounil, gridcouncil -- bio: business experience/skills -- project_ids: which projects person is part of -- private: - -the section for vimeo: -``` -
- - - -
-``` - - - -# examples - -## project - - -see https://github.com/threefoldtech/www_partners_v2/blob/main/content/project/vlinder/vlinder.md - -## person - -exammple: https://github.com/threefoldtech/www_partners_v2/blob/main/content/person/adnan_fatayerji/adnan_fatayerji.md - - diff --git a/manual/contribute.md b/manual/contribute.md deleted file mode 100644 index e89e69e77..000000000 --- a/manual/contribute.md +++ /dev/null @@ -1,3 +0,0 @@ -# how to contribute - -... TODO diff --git a/manual/install.md b/manual/install.md deleted file mode 100644 index b7a1a6d96..000000000 --- a/manual/install.md +++ /dev/null @@ -1,5 +0,0 @@ - -# tools to work with our publishing sites - -TO BE DONE - diff --git a/package.json b/package.json index 7e4bf527b..25c7d5712 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,45 @@ { - "name": "my-blog", - "private": true, - "scripts": { - "build": "gridsome build", - "develop": "gridsome develop", - "explore": "gridsome explore" - }, - "dependencies": { - "@gridsome/source-filesystem": "^0.6.2", - "@gridsome/transformer-remark": "^0.6.2", - "@noxify/gridsome-remark-classes": "^1.0.0", - "@noxify/gridsome-remark-table-align": "^1.0.0", - "babel-runtime": "^6.26.0", - "core-js": "^3.6.5", - "gridsome": "^0.7.3", - "gridsome-plugin-flexsearch": "github:hamdy/gridsome-plugin-flexsearch", - "gridsome-plugin-matomo": "^0.1.0", - "gridsome-plugin-remark-prismjs-all": "^0.3.5", - "gridsome-plugin-tailwindcss": "^3.0.1", - "gridsome-source-graphql": "^1.0.2", - "gridsome-source-static-meta": "github:noxify/gridsome-source-static-meta#master", - "lodash": "^4.17.20", - "pluralize": "^8.0.0", - "sass-loader": "^10.0.2", - "tailwindcss": "^1.8.4", - "tailwindcss-gradients": "^3.0.0", - "tailwindcss-tables": "^0.4.0", - "v-tooltip": "^2.0.3", - "vue-markdown": "^2.2.4", - "@fortawesome/fontawesome-svg-core": "^1.2.30", - "@fortawesome/free-brands-svg-icons": "^5.14.0", - "@fortawesome/free-solid-svg-icons": "^5.14.0", - "@fortawesome/vue-fontawesome": "^2.0.0", - "node-sass": "^5.0.0" - }, - "devDependencies": {} + "name": "", + "private": true, + "scripts": { + "build": "gridsome build", + "develop": "gridsome develop", + "explore": "gridsome explore" + }, + "dependencies": { + "@fortawesome/fontawesome-svg-core": "^1.2.30", + "@fortawesome/free-brands-svg-icons": "^5.14.0", + "@fortawesome/free-solid-svg-icons": "^5.14.0", + "@fortawesome/vue-fontawesome": "^2.0.0", + "@gridsome/source-filesystem": "^0.6.2", + "@gridsome/transformer-remark": "^0.6.2", + "@noxify/gridsome-remark-classes": "^1.0.0", + "@noxify/gridsome-remark-table-align": "^1.0.0", + "autoprefixer": "^10.3.3", + "axios": "^0.21.1", + "babel-runtime": "^6.26.0", + "core-js": "^3.6.5", + "gridsome": "^0.7.3", + "gridsome-plugin-matomo": "^0.1.0", + "gridsome-plugin-remark-prismjs-all": "^0.3.5", + "gridsome-plugin-tailwindcss": "^3.0.1", + "gridsome-source-graphql": "^1.0.2", + "gridsome-source-static-meta": "github:noxify/gridsome-source-static-meta#master", + "isexe": "^2.0.0", + "lodash": "^4.17.20", + "node-sass": "^5.0.0", + "pluralize": "^8.0.0", + "postcss": "^8.3.6", + "sass-loader": "^10.0.2", + "tailwindcss": "^2.2.9", + "tailwindcss-gradients": "^3.0.0", + "tailwindcss-tables": "^0.4.0", + "v-tooltip": "^2.0.3", + "vue-markdown": "^2.1.2", + "vue-share-it": "^1.1.4", + "vue-slick-carousel": "^1.0.6" + }, + "devDependencies": { + "@tailwindcss/aspect-ratio": "^0.2.0" + } } diff --git a/readme.md b/readme.md index 900550f5c..4863b9c7b 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,10 @@ -# This is ThreeFold umbrella website +# ThreeFold main website -### how to get started +### Follow working board on Circles tool: https://circles.threefold.me/project/despiegk-product_web_threefold/wiki/home -see [getting started doc](https://github.com/threefoldfoundation/www_examplesite/blob/development/manual/install.md) +If you have any input, a cool idea, or would like to see additions feel free to list an issue [HERE](https://github.com/threefoldfoundation/www_threefold_io/issues/new), or on Circles tool (**mandatory for internal team**) and we'll make sure to try and get it in there. -### contribute - -see [best practices](https://github.com/threefoldfoundation/www_examplesite/blob/development/manual/contribute.md) - -> please make sure you work in line with instructions above +If you have questions or need any support please visit [our website](https://www.threefold.io) and use the chat function (blue chat bubble) on the bottom right corneror 'Support' function in the [ThreeFold Connect app](https://threefold.io/info/threefold#/threefold__threefold_connect). +Enjoy exploring our websites! 🙂 diff --git a/src/assets/images/TFN_black.png b/src/assets/images/TFN_black.png new file mode 100644 index 000000000..38f3a83f6 Binary files /dev/null and b/src/assets/images/TFN_black.png differ diff --git a/src/assets/images/bg1.png b/src/assets/images/bg1.png new file mode 100644 index 000000000..1ace8ae3e Binary files /dev/null and b/src/assets/images/bg1.png differ diff --git a/src/assets/images/bg2.png b/src/assets/images/bg2.png new file mode 100644 index 000000000..f1581e696 Binary files /dev/null and b/src/assets/images/bg2.png differ diff --git a/src/assets/images/brandPanel/about_globe.png b/src/assets/images/brandPanel/about_globe.png new file mode 100644 index 000000000..8a199371b Binary files /dev/null and b/src/assets/images/brandPanel/about_globe.png differ diff --git a/src/assets/images/brandPanel/about_globe_big.png b/src/assets/images/brandPanel/about_globe_big.png new file mode 100644 index 000000000..e10657f8a Binary files /dev/null and b/src/assets/images/brandPanel/about_globe_big.png differ diff --git a/src/assets/images/brandPanel/about_logos.png b/src/assets/images/brandPanel/about_logos.png new file mode 100644 index 000000000..4c2ff583d Binary files /dev/null and b/src/assets/images/brandPanel/about_logos.png differ diff --git a/src/assets/images/brandPanel/about_logos_big.png b/src/assets/images/brandPanel/about_logos_big.png new file mode 100644 index 000000000..5a9cd9506 Binary files /dev/null and b/src/assets/images/brandPanel/about_logos_big.png differ diff --git a/src/assets/images/brandPanel/about_value.png b/src/assets/images/brandPanel/about_value.png new file mode 100644 index 000000000..437f2c86e Binary files /dev/null and b/src/assets/images/brandPanel/about_value.png differ diff --git a/src/assets/images/brandPanel/about_value_big.png b/src/assets/images/brandPanel/about_value_big.png new file mode 100644 index 000000000..de5093419 Binary files /dev/null and b/src/assets/images/brandPanel/about_value_big.png differ diff --git a/src/assets/images/brandPanel/better_solution.png b/src/assets/images/brandPanel/better_solution.png new file mode 100644 index 000000000..5786321db Binary files /dev/null and b/src/assets/images/brandPanel/better_solution.png differ diff --git a/src/assets/images/brandPanel/burn_token.png b/src/assets/images/brandPanel/burn_token.png new file mode 100644 index 000000000..573e887f5 Binary files /dev/null and b/src/assets/images/brandPanel/burn_token.png differ diff --git a/src/assets/images/brandPanel/burn_token_big.jpg b/src/assets/images/brandPanel/burn_token_big.jpg new file mode 100644 index 000000000..067d55e26 Binary files /dev/null and b/src/assets/images/brandPanel/burn_token_big.jpg differ diff --git a/src/assets/images/brandPanel/dive-into.png b/src/assets/images/brandPanel/dive-into.png new file mode 100644 index 000000000..3a6f286e5 Binary files /dev/null and b/src/assets/images/brandPanel/dive-into.png differ diff --git a/src/assets/images/brandPanel/dive_into2.jpg b/src/assets/images/brandPanel/dive_into2.jpg new file mode 100644 index 000000000..9bf1b7647 Binary files /dev/null and b/src/assets/images/brandPanel/dive_into2.jpg differ diff --git a/src/assets/images/brandPanel/endless.png b/src/assets/images/brandPanel/endless.png new file mode 100644 index 000000000..ac501d95c Binary files /dev/null and b/src/assets/images/brandPanel/endless.png differ diff --git a/src/assets/images/brandPanel/grid_solution.png b/src/assets/images/brandPanel/grid_solution.png new file mode 100644 index 000000000..f6a71ecfe Binary files /dev/null and b/src/assets/images/brandPanel/grid_solution.png differ diff --git a/src/assets/images/brandPanel/internet_is_broken.svg b/src/assets/images/brandPanel/internet_is_broken.svg new file mode 100644 index 000000000..af75d5c08 --- /dev/null +++ b/src/assets/images/brandPanel/internet_is_broken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/brandPanel/internet_reimagine.jpg b/src/assets/images/brandPanel/internet_reimagine.jpg new file mode 100644 index 000000000..6fa6e8b2f Binary files /dev/null and b/src/assets/images/brandPanel/internet_reimagine.jpg differ diff --git a/src/assets/images/brandPanel/open_source.jpg b/src/assets/images/brandPanel/open_source.jpg new file mode 100644 index 000000000..f00aec581 Binary files /dev/null and b/src/assets/images/brandPanel/open_source.jpg differ diff --git a/src/assets/images/brandPanel/scarce_token.png b/src/assets/images/brandPanel/scarce_token.png new file mode 100644 index 000000000..fc2bc2622 Binary files /dev/null and b/src/assets/images/brandPanel/scarce_token.png differ diff --git a/src/assets/images/brandPanel/scarce_token_big.jpg b/src/assets/images/brandPanel/scarce_token_big.jpg new file mode 100644 index 000000000..18fc06121 Binary files /dev/null and b/src/assets/images/brandPanel/scarce_token_big.jpg differ diff --git a/src/assets/images/brandPanel/stake_token.png b/src/assets/images/brandPanel/stake_token.png new file mode 100644 index 000000000..25b0502ba Binary files /dev/null and b/src/assets/images/brandPanel/stake_token.png differ diff --git a/src/assets/images/brandPanel/stake_token_big.jpg b/src/assets/images/brandPanel/stake_token_big.jpg new file mode 100644 index 000000000..7f42ce961 Binary files /dev/null and b/src/assets/images/brandPanel/stake_token_big.jpg differ diff --git a/src/assets/images/brandPanel/tft_decentralized.jpg b/src/assets/images/brandPanel/tft_decentralized.jpg new file mode 100644 index 000000000..86b023a09 Binary files /dev/null and b/src/assets/images/brandPanel/tft_decentralized.jpg differ diff --git a/src/assets/images/brandPanel/token_header.png b/src/assets/images/brandPanel/token_header.png new file mode 100644 index 000000000..e5d38403c Binary files /dev/null and b/src/assets/images/brandPanel/token_header.png differ diff --git a/src/assets/images/brandPanel/zero_os.png b/src/assets/images/brandPanel/zero_os.png new file mode 100644 index 000000000..e0f03b25a Binary files /dev/null and b/src/assets/images/brandPanel/zero_os.png differ diff --git a/src/assets/images/TFN_black.svg b/src/assets/images/tfn_black.svg similarity index 100% rename from src/assets/images/TFN_black.svg rename to src/assets/images/tfn_black.svg diff --git a/src/assets/images/tft_color_logo.svg b/src/assets/images/tft_color_logo.svg new file mode 100644 index 000000000..567d83fed --- /dev/null +++ b/src/assets/images/tft_color_logo.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/images/threefold_people.png b/src/assets/images/threefold_people.png new file mode 100644 index 000000000..8d0c43f87 Binary files /dev/null and b/src/assets/images/threefold_people.png differ diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index c395f1c48..62808834b 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -1,279 +1,364 @@ -@tailwind base; +@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); + blockquote { - @apply border-l; - @apply border-l-4; - @apply border-l-blue-500; - @apply pl-4; - @apply italic; - @apply my-8; - p { - padding: 0 !important; - } + // @apply border-l; + @apply border-l-4; + @apply border-l-blue-500; + @apply pl-4; + @apply italic; + @apply my-8; + p { + padding: 0 !important; + } } -body h2 { - font-family: 'Roboto', sans-serif; +body { + font-family: "Lato", sans-serif; } -body p { - font-family: 'Roboto', sans-serif; +h1, h2 { + font-family: "Lato", sans-serif !important; } +// tft page + +.tft_section h1{ + font-family: 'Lato', sans-serif !important; + font-size: 5rem; +} + +.tft_section h2{ + font-family: 'Lato', sans-serif !important; + font-size: 4rem; +} + +.tft_section2 h2{ + font-family: 'Lato', sans-serif !important; + +} + +.tft_section h3{ + font-family: 'Lato', sans-serif !important; + font-size: 3rem; +} + +.tft_subtitle{ + font-family: 'Lato', sans-serif; + font-weight: 400 !important; + +} + +.post-card-excerpt, +.post-content-text { + font-family: "Lato", sans-serif !important; + line-height: 1.7; +} + +.post-content-text h2 { + font-family: "Lato", sans-serif !important; + line-height: 1.5; +} + +body { + padding-top: 60px; +} + + .act-link { - @apply bg-gray-300; + @apply bg-gray-300; } pre { - @apply border-l; - @apply border-l-2; - @apply border-l-gray-500; - @apply pl-4; - @apply mt-4; - @apply text-base; - @apply break-words; - @apply overflow-x-auto; + // @apply border-l; + @apply border-l-2; + @apply border-l-gray-500; + @apply pl-4; + @apply mt-4; + @apply text-base; + @apply break-words; + @apply overflow-x-auto; } +@tailwind base; ol { - @apply list-decimal; - @apply ml-5; + @apply list-decimal; + @apply ml-5; } ul { - @apply list-disc; - @apply ml-5; + @apply list-disc; + @apply ml-5; } -:not(pre)>code { - @apply text-red-600; - @apply text-base; +:not(pre) > code { + @apply text-red-600; + @apply text-base; } @tailwind components; @tailwind utilities; @responsive { - .pxi-0 { - @apply px-0 #{!important}; - } - .pyi-0 { - @apply py-0 #{!important}; - } - .pi-0 { - @apply p-0 #{!important}; - } + .pxi-0 { + @apply px-0 #{!important}; + } + .pyi-0 { + @apply py-0 #{!important}; + } + .pi-0 { + @apply p-0 #{!important}; + } } .animated-link:after { - content: ""; - width: 0px; - height: 1px; - display: block; - transition: 300ms; - @apply bg-gray-500; + content: ""; + width: 0px; + height: 1px; + display: block; + transition: 300ms; + @apply bg-gray-500; } .footerlink { - margin-left: 0rem !important; + margin-left: 0rem !important; } // .animated-link:hover:after { // width: 100%; // } .height-30px { - height: 30px; + height: 30px; } -.brandpanel { - background-color: #C2AEEC; +.text-3xl { + font-size: 2.5rem; } .no-border { - border-width: 0px !important; + border-width: 0px !important; } .flex-post { - @apply border-b; - @apply border-b-gray-300; - @apply flex-col; + // @apply border-b; + @apply border-b-gray-300; + @apply flex-col; + @apply w-full; + .post-card-image { + // @apply h-56; + @apply h-full; @apply w-full; - .post-card-image { - @apply h-56; - @apply w-full; - @apply object-cover; - @apply rounded; - @apply relative; - } - .post-card-title { - @apply leading-none; - @apply text-2xl; - @apply font-medium; - } - .post-card-excerpt { - @apply font-serif; - } + @apply object-cover; + @apply rounded; + @apply relative; + } + .post-card-title { + @apply leading-none; + @apply text-2xl; + @apply font-medium; + } + .post-card-excerpt { + @apply font-serif; + } } .author-list-item:nth-child(n + 2) { - @apply -ml-3; + @apply -ml-3; } button:focus { - outline: none; + outline: none; } .telegram_icon { - font-size: 1.2rem; + font-size: 1.2rem; +} + +.post-content a { + color: #4ec48f; } .text-8xl { - font-size: 5rem; - line-height: 1; + font-size: 4rem; + line-height: 1; + font-family: "Lato", sans-serif !important; +} + +.text-9xl { + font-size: 8rem; + line-height: 1; + +} + +.text-6xl { + font-family: "Lato", sans-serif !important; +} + +.text-5xl { + font-family: "Lato", sans-serif !important; +} + +@media (min-width: 375px) { + .text-3xl { + font-size: 2.25rem; + } +} + +@media (max-width: 480px) { + + .tft_section h1{ + font-size: 4rem; + } + .tft_section h2{ + font-size: 3rem; + } } @media (min-width: 768px) { - .with-large>.flex-post:nth-child(5n), - .with-large>.flex-post:nth-child(5n-1) { - // @apply flex-100; - flex: 1 1 50%; - @apply flex-col; - .post-card-image-link { - @apply relative; - min-height: 400px; - } - .post-card-image { - @apply absolute; - @apply h-full; - @apply w-full; - @apply object-cover; - @apply rounded-lg; - } - .post-card-content { - // @apply flex-post-large-content; - flex: 0 1 auto; - @apply self-center; - } - .post-card-title { - @apply text-4xl; - } - .post-card-excerpt { - @apply text-xl; - } + .with-large > .flex-post:nth-child(5n), + .with-large > .flex-post:nth-child(5n-1) { + // @apply flex-100; + flex: 1 1 50%; + @apply flex-col; + .post-card-image-link { + @apply relative; + min-height: 400px; } - .news>.flex-post:nth-child(5n), - .news>.flex-post:nth-child(5n-1) { - // @apply flex-100; - flex: 1 1 50%; - @apply flex-col; - .post-card-image-link { - @apply relative; - min-height: 300px; - } - .post-card-image { - @apply absolute; - @apply h-full; - @apply w-full; - @apply object-cover; - @apply rounded-lg; - } - .post-card-content { - // @apply flex-post-large-content; - flex: 0 1 auto; - @apply self-center; - } - .post-card-title { - @apply text-4xl; - } - .post-card-excerpt { - @apply text-xl; - } + .post-card-image { + @apply absolute; + @apply h-full; + @apply w-full; + @apply object-cover; + @apply rounded-lg; } - // .news>.flex-post:nth-child(9n+1), - // .news>.flex-post:nth-child(9n+2) { - // // @apply flex-100; - // flex: 1 1 50%; - // @apply flex-col; - // .post-card-image-link { - // @apply relative; - // min-height: 300px; - // } - // .post-card-image { - // @apply absolute; - // @apply h-full; - // @apply w-full; - // @apply object-cover; - // @apply rounded-lg; - // } - // .post-card-content { - // // @apply flex-post-large-content; - // flex: 0 1 auto; - // @apply self-center; - // } - // .post-card-title { - // @apply text-4xl; - // } - // .post-card-excerpt { - // @apply text-xl; - // } - // } - // .news>.flex-post:nth-child(9n+3), - // .news>.flex-post:nth-child(9n+4), - // .news>.flex-post:nth-child(9n+5) { - // // @apply flex-100; - // flex: 1 1 300px; - // @apply flex-col; - // .post-card-image-link { - // @apply relative; - // min-height: 180px; - // } - // .post-card-image { - // @apply absolute; - // @apply h-full; - // @apply w-full; - // @apply object-cover; - // @apply rounded-lg; - // } - // .post-card-content { - // // @apply flex-post-large-content; - // flex: 0 1 auto; - // @apply self-center; - // } - // .post-card-title { - // @apply text-4xl; - // } - // .post-card-excerpt { - // @apply text-xl; - // } - // } - // .news>.flex-post:nth-child(9n+6), - // .news>.flex-post:nth-child(9n+7), - // .news>.flex-post:nth-child(9n+8), - // .news>.flex-post:nth-child(9n+9) { - // // @apply flex-100; - // flex: 1 1 250px; - // @apply flex-col; - // .post-card-image-link { - // @apply relative; - // min-height: 300px; - // } - // .post-card-image { - // @apply absolute; - // @apply h-full; - // @apply w-full; - // @apply object-cover; - // @apply rounded-lg; - // } - // .post-card-content { - // // @apply flex-post-large-content; - // flex: 0 1 auto; - // @apply self-center; - // } - // .post-card-title { - // @apply text-4xl; - // } - // .post-card-excerpt { - // @apply text-xl; - // } - // } + .post-card-content { + // @apply flex-post-large-content; + flex: 0 1 auto; + @apply self-center; + } + .post-card-title { + @apply text-4xl; + } + .post-card-excerpt { + @apply text-xl; + } + } + .news > .flex-post:nth-child(5n), + .news > .flex-post:nth-child(5n-1) { + // @apply flex-100; + flex: 1 1 50%; + @apply flex-col; + .post-card-image-link { + @apply relative; + min-height: 300px; + } + .post-card-image { + @apply absolute; + @apply h-full; + @apply w-full; + @apply object-cover; + @apply rounded-lg; + } + .post-card-content { + // @apply flex-post-large-content; + flex: 0 1 auto; + @apply self-center; + } + .post-card-title { + @apply text-4xl; + } + .post-card-excerpt { + @apply text-xl; + } + } + .text-3xl { + font-size: 2.5rem; + } + // .news>.flex-post:nth-child(9n+1), + // .news>.flex-post:nth-child(9n+2) { + // // @apply flex-100; + // flex: 1 1 50%; + // @apply flex-col; + // .post-card-image-link { + // @apply relative; + // min-height: 300px; + // } + // .post-card-image { + // @apply absolute; + // @apply h-full; + // @apply w-full; + // @apply object-cover; + // @apply rounded-lg; + // } + // .post-card-content { + // // @apply flex-post-large-content; + // flex: 0 1 auto; + // @apply self-center; + // } + // .post-card-title { + // @apply text-4xl; + // } + // .post-card-excerpt { + // @apply text-xl; + // } + // } + // .news>.flex-post:nth-child(9n+3), + // .news>.flex-post:nth-child(9n+4), + // .news>.flex-post:nth-child(9n+5) { + // // @apply flex-100; + // flex: 1 1 300px; + // @apply flex-col; + // .post-card-image-link { + // @apply relative; + // min-height: 180px; + // } + // .post-card-image { + // @apply absolute; + // @apply h-full; + // @apply w-full; + // @apply object-cover; + // @apply rounded-lg; + // } + // .post-card-content { + // // @apply flex-post-large-content; + // flex: 0 1 auto; + // @apply self-center; + // } + // .post-card-title { + // @apply text-4xl; + // } + // .post-card-excerpt { + // @apply text-xl; + // } + // } + // .news>.flex-post:nth-child(9n+6), + // .news>.flex-post:nth-child(9n+7), + // .news>.flex-post:nth-child(9n+8), + // .news>.flex-post:nth-child(9n+9) { + // // @apply flex-100; + // flex: 1 1 250px; + // @apply flex-col; + // .post-card-image-link { + // @apply relative; + // min-height: 300px; + // } + // .post-card-image { + // @apply absolute; + // @apply h-full; + // @apply w-full; + // @apply object-cover; + // @apply rounded-lg; + // } + // .post-card-content { + // // @apply flex-post-large-content; + // flex: 0 1 auto; + // @apply self-center; + // } + // .post-card-title { + // @apply text-4xl; + // } + // .post-card-excerpt { + // @apply text-xl; + // } + // } } // body[data-theme="dark"] { @@ -343,4 +428,4 @@ button:focus { // } // } // } -// } \ No newline at end of file +// } diff --git a/src/components/AppListItem.vue b/src/components/AppListItem.vue new file mode 100644 index 000000000..2627a5e00 --- /dev/null +++ b/src/components/AppListItem.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/src/components/PostListItem.vue b/src/components/PostListItem.vue index 5c9cb83d6..434af4b94 100644 --- a/src/components/PostListItem.vue +++ b/src/components/PostListItem.vue @@ -21,7 +21,20 @@ v-for="membership in record.memberships" :key="membership.id" :to="membership.path" - class="text-xs bg-transparent hover:text-blue-700 py-1 px-2 mr-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full mb-2" + class=" + text-xs + bg-transparent + hover:text-blue-700 + py-1 + px-2 + mr-1 + border + hover:border-blue-500 + border-gray-600 + text-gray-700 + rounded-full + mb-2 + " >{{ membership.title }} @@ -41,7 +54,13 @@ @@ -66,12 +85,27 @@

-
-
@@ -92,15 +126,14 @@ export default { }, }, methods: { - displaytags(){ - return this.showtags - } - } -} + displaytags() { + return this.showtags; + }, + }, +}; \ No newline at end of file diff --git a/src/components/custom/Cards/PostListItem.vue b/src/components/custom/Cards/PostListItem.vue index 466c1b935..153f58e6f 100644 --- a/src/components/custom/Cards/PostListItem.vue +++ b/src/components/custom/Cards/PostListItem.vue @@ -3,29 +3,29 @@ class="flex flex-post px-0 sm:px-4 pb-8 mb-8" v-bind:class="{ 'no-border': !border }" > - + - +
- +

{{ record.title || record.name }}

{{ record.excerpt }}

-
+
@@ -37,31 +37,31 @@ :key="author.id" class="author-list-item" > - + - +
@@ -70,12 +70,12 @@ class="post-tags container mx-auto relative py-3" v-if="displaytags()" > - {{ tag.title }}{{ tag.title.replace("_", " ") }}
@@ -101,20 +101,6 @@ export default { if (this.pathPrefix) return this.pathPrefix + "/" + this.record.id; return this.record.path; }, - - memberships() { - var res = []; - var memberships = this.record.memberships; - if (!memberships) { - return []; - } - memberships.forEach(function (membership) { - if(["foundation", "tech", "cofounders"].includes(membership.title)){ - res.push(membership); - } - }); - return res; - }, }, methods: { displaytags() { @@ -130,7 +116,6 @@ export default { \ No newline at end of file diff --git a/src/components/custom/MarketInfo.vue b/src/components/custom/MarketInfo.vue new file mode 100644 index 000000000..102ebdd7b --- /dev/null +++ b/src/components/custom/MarketInfo.vue @@ -0,0 +1,53 @@ + + + \ No newline at end of file diff --git a/src/components/custom/Modal.vue b/src/components/custom/Modal.vue new file mode 100644 index 000000000..852f3324d --- /dev/null +++ b/src/components/custom/Modal.vue @@ -0,0 +1,42 @@ + + + + \ No newline at end of file diff --git a/src/components/custom/Navbar/Getintouch.vue b/src/components/custom/Navbar/Getintouch.vue index fb38943e4..02f0ebde6 100644 --- a/src/components/custom/Navbar/Getintouch.vue +++ b/src/components/custom/Navbar/Getintouch.vue @@ -3,17 +3,17 @@
-

- Get in touch +

+ E-mail us

-

+

{{ contact.title }}

-
+
{{ contact.mail }}
diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index 37026b1e1..7b70c3fe3 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -1,26 +1,29 @@