diff --git a/config.toml b/config.toml index b6f7bed..9893846 100644 --- a/config.toml +++ b/config.toml @@ -60,36 +60,24 @@ feed = true paginate_by = 2 paginate_path = "blog-posts" -[[taxonomies]] -name = "items" -feed = true -paginate_by = 2 -paginate_path = "product-posts" - -[[taxonomies]] -name = "roles" -feed = true -paginate_by = 2 -paginate_path = "blog-posts" - -[[taxonomies]] -name = "tags" -feed = true -paginate_by = 2 -paginate_path = "blog-posts" - -[[taxonomies]] -name = "partners-category" -feed = true -paginate_by = 6 -paginate_path = "partner-card" - [[taxonomies]] name = "news-category" feed = true paginate_by = 6 paginate_path = "news-card" +[[taxonomies]] +name = "tags" +feed = true +paginate_by = 9 +paginate_path = "tags" + +[[taxonomies]] +name = "people" +feed = true +paginate_by = 9 +paginate_path = "people" + [[taxonomies]] name = "memberships" feed = true @@ -99,30 +87,3 @@ paginate_path = "people/memberships" [extra] header_class = "freeflow" footer_class = "freeflow" - -[extra.taxonomies."roles"] - [extra.taxonomies."roles".Create] - icon_path = "images/icons/paint-brush-art-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Create OurWorld" - description = "Become a part of a team of creators looking to shape our digital world" - - [extra.taxonomies."roles".Develop] - icon_path = "images/icons/code-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Develop OurWorld" - description = "Become a part of a team of developers building our digital world" - - [extra.taxonomies."roles".Inspire] - icon_path = "images/icons/bar-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Share OurWorld" - description = "Create communities and involve people in ourworld" - - [extra.taxonomies."roles".Organize] - icon_path = "images/icons/form-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Run OurWorld" - description = "Become a part of the organizational team at ourworld" - - diff --git a/content/header/_index.md b/content/header/_index.md index bc12d65..da09f3c 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -10,4 +10,6 @@ extra: - [ABOUT]("/about") - [VENTURES]("/ventures") -- [INFO]("https://info.ourworld.tf") \ No newline at end of file +- [BLOG]("/blog") +- [NEWS]("/newsroom") +- [PEOPLE]("/people") \ No newline at end of file diff --git a/content/newsroom/_index.md b/content/newsroom/_index.md new file mode 100644 index 0000000..9eb8abc --- /dev/null +++ b/content/newsroom/_index.md @@ -0,0 +1,13 @@ +--- +title: "News" +paginate_by: 9 +# paginate_reversed: false +sort_by: "date" +insert_anchor_links: "left" +#base_url: "posts" +#first: "first" +#last: "last" +template: "layouts/newsroom.html" +page_template: "newsPage.html" +#transparent: true +--- diff --git a/content/newsroom/africanregensummit/africanregensummit.png b/content/newsroom/africanregensummit/africanregensummit.png new file mode 100644 index 0000000..200d983 Binary files /dev/null and b/content/newsroom/africanregensummit/africanregensummit.png differ diff --git a/content/newsroom/africanregensummit/index.md b/content/newsroom/africanregensummit/index.md new file mode 100644 index 0000000..d65bd8d --- /dev/null +++ b/content/newsroom/africanregensummit/index.md @@ -0,0 +1,27 @@ +--- +id: africanregensummit +title: šŸŒ African Regenerative Cities Summit +image_caption: African Regenerative Cities Summit +description: Learn about the summit we hosted this past weekend in Zanzibar to unite innovators and investors to support Africa's future. +date: 2023-07-23 +taxonomies: + people: [sam_taggart] + tags: [community,technology,update,event] + news-category: [foundation] +extra: + imgPath: africanregensummit.png +--- + +Over the past four days, we have had the pleasure to host the African Regenerative Cities Summit in Zanzibar, Tanzania – uniting top innovators and investors supporting human flourishing, with a special focus on science and technology that will lay the foundation for Africa’s future. + +
+ +A lot has happened over the course of the summit, including a surprise visit today from an extremely special guest. + +
+ +Generally, we have been blown away by the participants and the projects they are working on, and we warmly welcome many of them now into the ThreeFold community. + +
+ +We'll be sharing more in the coming days. \ No newline at end of file diff --git a/content/newsroom/ourworldfreezone/index.md b/content/newsroom/ourworldfreezone/index.md new file mode 100644 index 0000000..d1d82c5 --- /dev/null +++ b/content/newsroom/ourworldfreezone/index.md @@ -0,0 +1,19 @@ +--- +id: ourworldfreezone +title: šŸ—ž In the News – OurWorld Digital Free Zone +image_caption: OurWorld Digital Free Zone +description: OurWorld Digital Free Zone received some coverage recently from IPPMEDIA. Take a look! +date: 2023-08-01 +taxonomies: + people: [sam_taggart] + tags: [partner,news,community,technology,update] + news-category: [foundation] +extra: + imgPath: ourworldfreezone.png +--- + +"Our vision is to foster a digital ecosystem that harmoniously blends the tranquility of Zanzibar with the awe-inspiring power of the digital age. I am deeply appreciative of the dedication of the OurWorld Zanzibar team in turning this vision into a reality," Zanzibar President Dr. Hussein Mwinyi. + +
+ +Take a look at [this piece](https://www.ippmedia.com/en/features/mwinyi-keen-establish-digital-hub-isles) from IPPMEDIA, which goes into some detail about our collaboration with the Revolutionary Government of Zanzibar and the OurWorld Digital Free Zone. \ No newline at end of file diff --git a/content/newsroom/ourworldfreezone/ourworldfreezone.png b/content/newsroom/ourworldfreezone/ourworldfreezone.png new file mode 100644 index 0000000..d3262d8 Binary files /dev/null and b/content/newsroom/ourworldfreezone/ourworldfreezone.png differ diff --git a/content/newsroom/zuzalu/index.md b/content/newsroom/zuzalu/index.md new file mode 100644 index 0000000..7ddf0a6 --- /dev/null +++ b/content/newsroom/zuzalu/index.md @@ -0,0 +1,32 @@ +--- +id: zuzalu +title: šŸ—“ ThreeFold Team @ Zuzalu +image_caption: ThreeFold Team @ Zuzalu +description: Some of the team is at the New Cities & Network States event at Zuzalu, where Kristof will be speaking. +date: 2023-04-26 +taxonomies: + people: [sam_taggart] + tags: [update, news, community] + news-category: [foundation] +extra: + imgPath: zuzalu.png +--- + +Some of the team has arrived to Zuzalu in Montenegro for this weekend's New Cities & Network States event. Kristof will be speaking on Sunday and we'll also be hosting several side events including a hackathon around the Web3 Gateway. + +
+ +Other speakers include Vitalik Buterin (founder of Ethereum), Balaji Srinivasan (author of The Network State), and Mark Lutter (founder & chairman of the Charter Cities Institute). + +
+ +Looking forward to a productive event with a like-minded community of people and sharing how ThreeFold provides the ideal underlying infrastructure for new cities and network states! + +
+ +We'll share more as we have it here and/or on other channels. + +
+ +- Zuzalu | [Site](https://zuzalu.city/) +- The Event | [Site](https://lu.ma/ae66qgco) \ No newline at end of file diff --git a/content/newsroom/zuzalu/zuzalu.png b/content/newsroom/zuzalu/zuzalu.png new file mode 100644 index 0000000..bea8423 Binary files /dev/null and b/content/newsroom/zuzalu/zuzalu.png differ diff --git a/content/people/_index.md b/content/people/_index.md new file mode 100644 index 0000000..02113b8 --- /dev/null +++ b/content/people/_index.md @@ -0,0 +1,8 @@ +--- +title: "People" +paginate_by: 4 +sort_by: "weight" +template: "layouts/people.html" +page_template: "partials/personCard.html" +insert_anchor_links: "left" +--- \ No newline at end of file diff --git a/content/people/adnan_fatayerji/adnan_fatayerji.jpg b/content/people/adnan_fatayerji/adnan_fatayerji.jpg new file mode 100644 index 0000000..bb247b8 Binary files /dev/null and b/content/people/adnan_fatayerji/adnan_fatayerji.jpg differ diff --git a/content/people/adnan_fatayerji/index.md b/content/people/adnan_fatayerji/index.md new file mode 100644 index 0000000..ad105e5 --- /dev/null +++ b/content/people/adnan_fatayerji/index.md @@ -0,0 +1,27 @@ +--- +title: Adnan Fatayerji +weight: 1 +description: Honored to be part of a team that has the potential to make the world a better place.. +taxonomies: + people: [adnan_fatayerji] + memberships: [farmers, foundation, cofounders, wisdom_council, aci_members] + categories: [foundation, farming, cloud, aci] +extra: + imgPath: adnan_fatayerji.jpg + organizations: [threefold_foundation] + countries: [UAE, Spain] + cities: [Dubai, Ibiza] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/adnansf/, + websites: https://threefold.io/, https://www.mazraa.io/, + } +--- + +
+
+ +
+
+ +Honored to be part of a team that has the potential to make the world a better place by connecting billions of people to a new, accessible, data sovereign and environmentally conscious internet. A social entrepreneur, plant based warrior and a sovereign digital economy advocate with a passion for music creation and collaboration. Adnan has been based in the United Arab Emirates for the past 20 years, during which he has built successful grass-root businesses and invested startups in various sectors. At ThreeFold Adnan is responsible for driving the ThreeFold Foundation Ecosystem. Adnan is also the CEO of the @Mazraa Cooperative which is a founding farm and P2P Cloud Capacity provider on the ThreeFold Network. diff --git a/content/people/ahmed_hanafy/ahmed_hanafy.png b/content/people/ahmed_hanafy/ahmed_hanafy.png new file mode 100644 index 0000000..ce3d3f5 Binary files /dev/null and b/content/people/ahmed_hanafy/ahmed_hanafy.png differ diff --git a/content/people/ahmed_hanafy/index.md b/content/people/ahmed_hanafy/index.md new file mode 100644 index 0000000..6d18e4f --- /dev/null +++ b/content/people/ahmed_hanafy/index.md @@ -0,0 +1,22 @@ +--- +title: Ahmed Hanafy +weight: 4 +description: Ahmed is an Automation Software Testing Engineer, started his career at Codescalers. +taxonomies: + people: [ahmed_hanafy] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ahmed_hanafy.png + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ahmed-hanafy-7250/, + github: https://github.com/AhmedHanafy725, + websites: https://threefold.tech, + } +--- + +Ahmed is an Automation Software Testing Engineer, started his career at Codescalers, and now has about a year experience in Cloud computing software. Engineer fell in love with Threefold I believe that Threefold is changing the world by building the new neutral internet, it's a great experience to be part of this. diff --git a/content/people/ahmed_harby/ahmed_harby.jpg b/content/people/ahmed_harby/ahmed_harby.jpg new file mode 100644 index 0000000..b8b0388 Binary files /dev/null and b/content/people/ahmed_harby/ahmed_harby.jpg differ diff --git a/content/people/ahmed_harby/index.md b/content/people/ahmed_harby/index.md new file mode 100644 index 0000000..b39b060 --- /dev/null +++ b/content/people/ahmed_harby/index.md @@ -0,0 +1,22 @@ +--- +title: Ahmed Saleh Harby +weight: 4 +description: Ahmed is a passionate software test engineer with experience in software testing and automation .... +taxonomies: + people: [ahmed_harby] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ahmed_harby.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ahmed-saleh-harby/, + github: https://github.com/A-Harby, + websites: https://threefold.tech, + } +--- + +Ahmed is a passionate software test engineer with experience in software testing and automation using Selenium, Cypress, and other technologies. And always curious to learn more. diff --git a/content/people/ahmed_thabet/ahmed_thabet.jpg b/content/people/ahmed_thabet/ahmed_thabet.jpg new file mode 100644 index 0000000..b0c6aca Binary files /dev/null and b/content/people/ahmed_thabet/ahmed_thabet.jpg differ diff --git a/content/people/ahmed_thabet/index.md b/content/people/ahmed_thabet/index.md new file mode 100644 index 0000000..abd26d2 --- /dev/null +++ b/content/people/ahmed_thabet/index.md @@ -0,0 +1,22 @@ +--- +title: Ahmed Thabet +weight: 2 +description: Wants to build beautiful applications that don't invade user privacy. +taxonomies: + people: [ahmed_thabet] + memberships: [tech, foundation, technology_council] + categories: [foundation] +extra: + imgPath: ahmed_thabet.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ahmed-te-youssef/, + github: https://github.com/xmonader, + websites: https://threefold.tech, + } +--- + +I believe that life is a chance for a soul to grow and for me programming is one of my means towards this growth. I want to build beautiful applications that don't productize the user or invade their privacy. Giving users their freedom back and assure them complete control over their data. What I've seen at ThreeFold being part on the team for 4+ years is a lot of great values I'd like to see evolving in this world. I'm mainly involved in the development user-facing technologies e.g SDK, wikis, websites, and infrastructure setup at Threefold. diff --git a/content/people/alexandre_hannelas/alexandre_hannelas.jpeg b/content/people/alexandre_hannelas/alexandre_hannelas.jpeg new file mode 100644 index 0000000..cd6cae4 Binary files /dev/null and b/content/people/alexandre_hannelas/alexandre_hannelas.jpeg differ diff --git a/content/people/alexandre_hannelas/index.md b/content/people/alexandre_hannelas/index.md new file mode 100644 index 0000000..55a5d9e --- /dev/null +++ b/content/people/alexandre_hannelas/index.md @@ -0,0 +1,22 @@ +--- +title: Alexandre Hannelas +weight: 2 +description: Alexandre has worked with regenerative companies to help them in their funding rounds. +taxonomies: + people: [alexandre_hannelas] + memberships: [foundation, twin, aci_members] + categories: [foundation, twin, aci] +extra: + imgPath: alexandre_hannelas.jpeg + organizations: [threefold_foundation] + countries: [France] + cities: [Aix-en-Provence] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/alexandre-hannelas-741681112/, + github: https://github.com/AlexandreHannelas, + websites: https://threefold.io/, + } +--- + +After graduating from a Master in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined ThreeFold because it is perfectly aligned with his vision of enhancing people’s life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world. diff --git a/content/people/ali_chaddad/ali_chaddad.jpg b/content/people/ali_chaddad/ali_chaddad.jpg new file mode 100644 index 0000000..6c98542 Binary files /dev/null and b/content/people/ali_chaddad/ali_chaddad.jpg differ diff --git a/content/people/ali_chaddad/index.md b/content/people/ali_chaddad/index.md new file mode 100644 index 0000000..b0f7571 --- /dev/null +++ b/content/people/ali_chaddad/index.md @@ -0,0 +1,21 @@ +--- +title: Ali Chaddad +weight: 4 +description: Software Engineer with a passion for the finer details and finding the best tools for every job. +taxonomies: + people: [ali_chaddad] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ali_chaddad.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ali-chaddad-4a5b56b8/, + websites: https://threefold.tech, + } +--- + +Software Engineer with a passion for the finer details and finding the best tools for every job. \ No newline at end of file diff --git a/content/people/ashish_bansal/ashish_bansal.jpeg b/content/people/ashish_bansal/ashish_bansal.jpeg new file mode 100644 index 0000000..cf25686 Binary files /dev/null and b/content/people/ashish_bansal/ashish_bansal.jpeg differ diff --git a/content/people/ashish_bansal/index.md b/content/people/ashish_bansal/index.md new file mode 100644 index 0000000..6408fde --- /dev/null +++ b/content/people/ashish_bansal/index.md @@ -0,0 +1,23 @@ +--- +title: Ashish Bansal +weight: 3 +description: Ashish has extensive experience analyzing and evaluating investment possibilities. +taxonomies: + people: [ashish_bansal] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: ashish_bansal.jpeg + organizations: [threefold_foundation] + countries: [India] + cities: [Mumbai] + private: 0 + socialLinks: + { + LinkedIn: https://www.linkedin.com/in/ab-equity/, + github: https://github.com/Ashishban/, + websites: https://threefold.io/, + } +--- + +Ashish has extensive experience analyzing and evaluating investment possibilities, market trends and crypto projects, with a proven track record of 15+ years in improving profits by identifying new themes for investments. He believes and supports ThreeFold's vision for a decentralized internet for all. diff --git a/content/people/ashraf_fouda/ashraf_fouda.jpeg b/content/people/ashraf_fouda/ashraf_fouda.jpeg new file mode 100644 index 0000000..10f8cac Binary files /dev/null and b/content/people/ashraf_fouda/ashraf_fouda.jpeg differ diff --git a/content/people/ashraf_fouda/index.md b/content/people/ashraf_fouda/index.md new file mode 100644 index 0000000..1a500fe --- /dev/null +++ b/content/people/ashraf_fouda/index.md @@ -0,0 +1,24 @@ +--- +title: Ashraf Fouda +weight: 3 +description: Software Engineer with passion in new technologies, love every thing that is really new. +taxonomies: + people: [ashraf_fouda] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ashraf_fouda.jpeg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ashraffouda/, + github: https://github.com/ashraffouda, + websites: https://threefold.tech, + } +--- + + + +Software Engineer with passion in new technologies, love every thing that is really new and challenging. Threefold is changing the world by decentralizing and neutralizing the internet. diff --git a/content/people/atef_nazmy/atef_nazmy.jpg b/content/people/atef_nazmy/atef_nazmy.jpg new file mode 100644 index 0000000..0ef425f Binary files /dev/null and b/content/people/atef_nazmy/atef_nazmy.jpg differ diff --git a/content/people/atef_nazmy/index.md b/content/people/atef_nazmy/index.md new file mode 100644 index 0000000..92e6f6c --- /dev/null +++ b/content/people/atef_nazmy/index.md @@ -0,0 +1,21 @@ +--- +title: Atef Nazmy +weight: 3 +description: I Believe that ThreeFold Foundation Drives the world to be Better and Greener. +taxonomies: + people: [atef_nazmy] + memberships: [tech] + categories: [foundation] +extra: + imgPath: atef_nazmy.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/atef-nazmy-2521b2134/, + websites: https://threefold.tech, + } +--- + +IT-Telecom & Networking Engineer, having a great passion to learn more about new technologies. diff --git a/content/people/dylan_verstraete/dylan_verstraete.jpeg b/content/people/dylan_verstraete/dylan_verstraete.jpeg new file mode 100644 index 0000000..75a71a9 Binary files /dev/null and b/content/people/dylan_verstraete/dylan_verstraete.jpeg differ diff --git a/content/people/dylan_verstraete/index.md b/content/people/dylan_verstraete/index.md new file mode 100644 index 0000000..17c6851 --- /dev/null +++ b/content/people/dylan_verstraete/index.md @@ -0,0 +1,22 @@ +--- +title: Dylan Verstraete +weight: 4 +description: Coffee drinking cat lover that commits code to multiple projects within the Threefold Ecosystem. +taxonomies: + people: [dylan_verstraete] + memberships: [tech] + categories: [foundation] +extra: + imgPath: dylan_verstraete.jpeg + organizations: [threefold_tech] + countries: [Belgium] + cities: [Lochristi] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/dylan-verstraete-229539a4/, + github: https://github.com/DylanVerstraete, + websites: https://www.threefold.tech, + } +--- + +Coffee drinking cat lover that commits code to multiple projects within the Threefold Ecosystem. Has a passion for wakeboarding and webtechnologies. diff --git a/content/people/ehab_hassan/ehab_hassan.jpg b/content/people/ehab_hassan/ehab_hassan.jpg new file mode 100644 index 0000000..e4eeaba Binary files /dev/null and b/content/people/ehab_hassan/ehab_hassan.jpg differ diff --git a/content/people/ehab_hassan/index.md b/content/people/ehab_hassan/index.md new file mode 100644 index 0000000..75dfc2f --- /dev/null +++ b/content/people/ehab_hassan/index.md @@ -0,0 +1,22 @@ +--- +title: Ehab Hassan +weight: 3 +description: Positive person in every aspect of life. +taxonomies: + people: [ehab_hassan] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ehab_hassan.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ehab-hassan-a00897116/, + github: https://github.com/ehab-hassan, + websites: https://threefold.tech, + } +--- + +Positive person in every aspect of life. Senior Graphic Designer & Web Developer at ThreeFold. Fell in love with ThreeFold as I dream about the world where everyone can be happy. diff --git a/content/people/erwan_renaut/erwan_renaut.jpeg b/content/people/erwan_renaut/erwan_renaut.jpeg new file mode 100644 index 0000000..713c727 Binary files /dev/null and b/content/people/erwan_renaut/erwan_renaut.jpeg differ diff --git a/content/people/erwan_renaut/index.md b/content/people/erwan_renaut/index.md new file mode 100644 index 0000000..182fbad --- /dev/null +++ b/content/people/erwan_renaut/index.md @@ -0,0 +1,22 @@ +--- +title: Erwan Renaut +weight: 4 +description: Contributing to define a new truly decentralized internet where you are not the product. +taxonomies: + people: [erwan_renaut] + memberships: [tech] + categories: [foundation] +extra: + imgPath: erwan_renaut.jpeg + organizations: [threefold_tech] + countries: [Brazil] + cities: [Rio de Janeiro] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/erwan-renaut-78869433/, + github: https://github.com/renauter, + websites: https://www.threefold.tech, + } +--- + +Since cloud technology is live, Erwan was always wondering where and how its datas were going to be stored and used. Sovereignty and privacy concerns always made him reluctant in using such services. That's why, after more than a decade working on oil & gas research projects, he was very enthusiastic about joining the Threefold team and contributing to define a new internet paradigm. diff --git a/content/people/evon_yacoub/evon_yacoub.jpg b/content/people/evon_yacoub/evon_yacoub.jpg new file mode 100644 index 0000000..95c3cff Binary files /dev/null and b/content/people/evon_yacoub/evon_yacoub.jpg differ diff --git a/content/people/evon_yacoub/index.md b/content/people/evon_yacoub/index.md new file mode 100644 index 0000000..ee1fe94 --- /dev/null +++ b/content/people/evon_yacoub/index.md @@ -0,0 +1,21 @@ +--- +title: Evon Yacoub +weight: 5 +description: Experienced Office Manager with a demonstrated history of working in IT industry. +taxonomies: + people: [evon_yacoub] + memberships: [tech] + categories: [foundation] +extra: + imgPath: evon_yacoub.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/evon-yacoub-phri-b6028025/, + websites: https://threefold.tech, + } +--- + +Experienced Office Manager with a demonstrated history of working in IT industry. Skilled in Human Resources, Management, Office Administration, Administrative Coordination. diff --git a/content/people/florian_fournier/florian_fournier.jpeg b/content/people/florian_fournier/florian_fournier.jpeg new file mode 100644 index 0000000..4f45d5f Binary files /dev/null and b/content/people/florian_fournier/florian_fournier.jpeg differ diff --git a/content/people/florian_fournier/index.md b/content/people/florian_fournier/index.md new file mode 100644 index 0000000..fff92ba --- /dev/null +++ b/content/people/florian_fournier/index.md @@ -0,0 +1,21 @@ +--- +title: Florian Fournier +weight: 2 +description: The vision is always the same - to enact individual actions that address global challenges. +taxonomies: + people: [florian_fournier] + memberships: [foundation, partners, aci_members, wisdom_council] + categories: [foundation, aci] +extra: + imgPath: florian_fournier.jpeg + organizations: [ootopia, threefold_foundation] + countries: [Brazil] + cities: [Rio de Janeiro] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/florianfournier/, + websites: https://www.ootopia.org/, + } +--- + +When Florian left Apple he was 30 years old. It was the toughest decision he had ever made. Why leave a career so many people dream of – an executive position in the global company? Being really happy working at Appl and part of an amazing young and dynamic team that had been built over the last few years to take care of the marketing for Latin America. Florian was feeling accomplished to be working for such a great organization. But years were passing by. One after the other. And the iPhone 6S was replacing the iPhone 6 and so on. Year after year. A machine you cannot stop. Technology is amazing. Really. But so much seemed at stake about how it could be used to improve people’s lives and how they could really connect to each other.Florian feelt deep inside that working on the tools was not enough, and that he needed to work on the content and give it a different usage. He had to follow his heart and intuition. We will bring new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, by unpicking current scenarios and anticipating future perspectives. The vision is always the same - to enact individual actions that address global challenges. diff --git a/content/people/gloria_anne/gloria_anne.png b/content/people/gloria_anne/gloria_anne.png new file mode 100644 index 0000000..1510c31 Binary files /dev/null and b/content/people/gloria_anne/gloria_anne.png differ diff --git a/content/people/gloria_anne/index.md b/content/people/gloria_anne/index.md new file mode 100644 index 0000000..b5796bb --- /dev/null +++ b/content/people/gloria_anne/index.md @@ -0,0 +1,21 @@ +--- +title: Gloria Anne +weight: 3 +description: The relentlessly helpful office administrator in Mazraa. +taxonomies: + people: [gloria_anne] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: gloria_anne.png + organizations: [threefold_foundation, mazraa] + countries: [Philippines] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/gloria-anne-c/, + websites: https://threefold.io/, https://www.mazraa.io/, + } +--- + +A relentlessly helpful office administrator in Mazraa as well as a bookkeeper. ThreeFold gives me feeling of contributing to something larger than myself that I find very significant. diff --git a/content/people/hannah_cordes/hannah_cordes.jpg b/content/people/hannah_cordes/hannah_cordes.jpg new file mode 100644 index 0000000..08f28a4 Binary files /dev/null and b/content/people/hannah_cordes/hannah_cordes.jpg differ diff --git a/content/people/hannah_cordes/index.md b/content/people/hannah_cordes/index.md new file mode 100644 index 0000000..11ce9b7 --- /dev/null +++ b/content/people/hannah_cordes/index.md @@ -0,0 +1,28 @@ +--- +title: Hannah Cordes +weight: 3 +description: Strongly passioned for everything related to sustainability, branding, and technology. +taxonomies: + people: [hannah_cordes] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: hannah_cordes.jpg + organizations: [threefold_foundation] + countries: [Germany] + cities: [Cologne] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/hannah-cordes-marketing-management/, + websites: https://threefold.io/, + } +--- + +
+
+ +
+
+ + +Joining ThreeFold as a small farmer, Hannah has been part of the ThreeFold ecosystem for a few years. Recently, she’s joined ThreeFold’s promotion and communications team, where she’s mainly responsible for content creation and public relations. While studying International Management (B.Sc.) and International Business (M.A.) with a focus on Marketing Management in Germany, Canada, and Spain, Hannah has gathered professional experience in public relations, promotion, and event management in industries, such as aviation, lighting solutions, and FMCG. As an open-minded and curious individual, Hannah believes in lifelong learning and deeply appreciates the ThreeFold ecosystem for coming together from diverse backgrounds, bringing in different perspectives, and sharing the same values. She has a strong passion for everything related to sustainability, branding, and technology. diff --git a/content/people/ivan_coene/index.md b/content/people/ivan_coene/index.md new file mode 100644 index 0000000..375a508 --- /dev/null +++ b/content/people/ivan_coene/index.md @@ -0,0 +1,21 @@ +--- +title: Ivan Coene +weight: 3 +description: Front-end developer at Jimber. +taxonomies: + people: [ivan_coene] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ivan_coene.jpeg + organizations: [jimber, threefold_tech] + countries: [Belgium] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ivancoene/, + websites: https://www.jimber.org/, https://threefold.tech/, + } +--- + +Front-end developer at Jimber. diff --git a/content/people/ivan_coene/ivan_coene.jpeg b/content/people/ivan_coene/ivan_coene.jpeg new file mode 100644 index 0000000..829df13 Binary files /dev/null and b/content/people/ivan_coene/ivan_coene.jpeg differ diff --git a/content/people/jan_de_landtsheer/index.md b/content/people/jan_de_landtsheer/index.md new file mode 100644 index 0000000..c3e382d --- /dev/null +++ b/content/people/jan_de_landtsheer/index.md @@ -0,0 +1,22 @@ +--- +title: Jan De Landtsheer +weight: 1 +description: Techie at heart, having lived professionally in the tech basements of the Internet. +taxonomies: + people: [jan_de_landtsheer] + memberships: [foundation, tech, technology_council] + categories: [foundation] +extra: + imgPath: jan_de_landtsheer.jpeg + organizations: [threefold_tech] + countries: [Belgium] + cities: [Gent] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/jand2/, + github: https://github.com/delandtj, + websites: https://threefold.tech, + } +--- + +Wandering the Net since it's inception (www wasn't even a thing back then... and yes, I'm that old), I have experienced the (r)evolution of the Internet in steps going backward in terms of accessibility, bias and width. It seems to me, by the effect of personalized search, directed ads, filtered and hidden information, that the Internet has become so much smaller, narrowing and enforcing biased views. That needs to be addressed. The Net needs to become that vast resource of unbiased knowledge, so that people can start thinking for themselves again. That's why I'm here, to be part of a group of guardians who's purpose is to equalize all views so that people can really understand viewpoints instead of being just judgemental. Techie at heart, having lived professionally in the tech basements of the Internet, I can help and I will help. Education for all is the only path to a better world. Count me in. diff --git a/content/people/jan_de_landtsheer/jan_de_landtsheer.jpeg b/content/people/jan_de_landtsheer/jan_de_landtsheer.jpeg new file mode 100644 index 0000000..11cfa66 Binary files /dev/null and b/content/people/jan_de_landtsheer/jan_de_landtsheer.jpeg differ diff --git a/content/people/jan_de_landtsheer/jan_de_landtsheer.png b/content/people/jan_de_landtsheer/jan_de_landtsheer.png new file mode 100644 index 0000000..a6cfaad Binary files /dev/null and b/content/people/jan_de_landtsheer/jan_de_landtsheer.png differ diff --git a/content/people/jonas_delrue/index.md b/content/people/jonas_delrue/index.md new file mode 100644 index 0000000..3ea8b52 --- /dev/null +++ b/content/people/jonas_delrue/index.md @@ -0,0 +1,28 @@ +--- +title: Jonas Delrue +weight: 3 +description: Jonas is technical lead and founder within Jimber. +taxonomies: + people: [jonas_delrue] + memberships: [tech] + categories: [foundation, twin] +extra: + imgPath: jonas_delrue.jpeg + organizations: [jimber, threefold_tech] + countries: [Belgium] + cities: [Bruges] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/jonas-delrue/, + github: https://github.com/jdelrue, + websites: https://www.jimber.org/, https://threefold.tech/, + } +--- + +
+
+ +
+
+ +As a student, Jonas was already programming for Cisco, Excentis and other IT firms. During his professional career, Jonas had various positions from developer over team leader to CTO of Artilium, leading a team of 40 developers and testers. Right now Jonas is technical lead and founder within Jimber. diff --git a/content/people/jonas_delrue/jonas_delrue.jpeg b/content/people/jonas_delrue/jonas_delrue.jpeg new file mode 100644 index 0000000..170c0b4 Binary files /dev/null and b/content/people/jonas_delrue/jonas_delrue.jpeg differ diff --git a/content/people/karoline_zizka/index.md b/content/people/karoline_zizka/index.md new file mode 100644 index 0000000..7cb26aa --- /dev/null +++ b/content/people/karoline_zizka/index.md @@ -0,0 +1,21 @@ +--- +title: Karoline Zizka +weight: 2 +description: Currently serving by coordinating with people on particular projects, always having the most productive and playful outcomes for the Highest Good of all in mind and heart. +taxonomies: + people: [karoline_zizka] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: karoline_zizka.jpeg + organizations: [threefold_foundation] + countries: [Austria] + cities: [Vienna] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/karoline-zizka-52a287b6/, + websites: https://threefold.io/, + } +--- + +The appetite to travel and work was already created before she even entered the twenty-year mark. Blessed by her parents showing her beautiful places, she did the (hard) work and joined an international catering company serving the Formula 1 races for three years around the globe. During that time she finished her diploma in urban tourism and event management in Vienna, Austria where she was born and raised. Shortly after she moved to Maastricht, NL until the Universe pulled her into the direction of a magical island and provided her with a hotel manager position in Bali, Indonesia. This impacted her life tremendously and her spiritual journey marked its starting point. Besides many challenges of being white, a woman, and in the early twenties in a developing country she managed to find a flow with 38 employees and grow out of her comfort zone. After that came some slow travel until she picked up the pace in the organization of conferences, which let her transition into the tech space. With a unique ā€˜chain reaction of people’ Karoline found herself lucky enough with an aligned organization like Threefold. Currently, she is serving by coordinating with people on particular projects, always having the most productive and playful outcomes for the Highest Good of all in mind and heart. diff --git a/content/people/karoline_zizka/karoline_zizka.jpeg b/content/people/karoline_zizka/karoline_zizka.jpeg new file mode 100644 index 0000000..61efa75 Binary files /dev/null and b/content/people/karoline_zizka/karoline_zizka.jpeg differ diff --git a/content/people/ken_de_moor/index.md b/content/people/ken_de_moor/index.md new file mode 100644 index 0000000..13f8a09 --- /dev/null +++ b/content/people/ken_de_moor/index.md @@ -0,0 +1,22 @@ +--- +title: Ken De Moor +weight: 3 +description: Quality Assurance Engineer working for Jimber and helping test and organize threefold projects. +taxonomies: + people: [ken_de_moor] + memberships: [tech] + categories: [foundation, twin] +extra: + imgPath: ken_de_moor.jpg + organizations: [jimber, threefold_tech] + countries: [Belgium] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ken-de-moor-qa/, + github: https://github.com/ken-de-moor, + websites: https://threefold.tech, https://jimber.io/, + } +--- + +Quality Assurance Engineer working for Jimber and helping test and organize threefold projects. QA Engineer fell in love with Threefold Because I like to work on new and exciting technologies that could change the world. diff --git a/content/people/ken_de_moor/ken_de_moor.jpg b/content/people/ken_de_moor/ken_de_moor.jpg new file mode 100644 index 0000000..3e66a3f Binary files /dev/null and b/content/people/ken_de_moor/ken_de_moor.jpg differ diff --git a/content/people/khaled_youssef/index.md b/content/people/khaled_youssef/index.md new file mode 100644 index 0000000..b9c295c --- /dev/null +++ b/content/people/khaled_youssef/index.md @@ -0,0 +1,22 @@ +--- +title: Khaled Mahmoud Youssef +weight: 4 +description: khaled is a passionate software test engineer with experience in software testing .... +taxonomies: + people: [khaled_youssef] + memberships: [tech] + categories: [foundation] +extra: + imgPath: khaled.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/khaled-mahmoud-youssef-555740180/, + github: https://github.com/Khaledyoussef24, + websites: https://threefold.tech, + } +--- + +khaled is a passionate software test engineer with experience in software testing and automation using terratests , cypress and other technologies. And always curious to learn more. \ No newline at end of file diff --git a/content/people/khaled_youssef/khaled.jpg b/content/people/khaled_youssef/khaled.jpg new file mode 100644 index 0000000..5965726 Binary files /dev/null and b/content/people/khaled_youssef/khaled.jpg differ diff --git a/content/people/kristof_de_spiegeleer/index.md b/content/people/kristof_de_spiegeleer/index.md new file mode 100644 index 0000000..eaf4e0d --- /dev/null +++ b/content/people/kristof_de_spiegeleer/index.md @@ -0,0 +1,22 @@ +--- +title: Kristof de Spiegeleer +weight: 1 +description: Nerd engineer, humanist & motivated entrepreneur. +taxonomies: + people: [kristof_de_spiegeleer] + memberships: [farmers, foundation, tech, cofounders, aci_members, wisdom_council, technology_council] + categories: [foundation, aci, cloud, farming, twin] +extra: + imgPath: kristof_de_spiegeleer.jpeg + organizations: [threefold_foundation, threefold_tech] + countries: [UAE, Egypt] + cities: [Dubai, El Gouna] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/despiegk/, + github: https://github.com/despiegk, + websites: https://www.threefold.io, https://www.incubaid.com/, + } +--- + +Humanist & motivated entrepreneur, passionate to help make the world a better place. Kristof strongly believes there is need for a neutral internet owned by millions. We dream about a world where everyone can be happy, with respect for each other and the world’s resources. A world where we dare to love ourselves and we don’t have to be scared about our future. A world where we don’t need to be a product and we have learned to collaborate with openness and trust.
More info on library.threefold.me diff --git a/content/people/kristof_de_spiegeleer/kristof_de_spiegeleer.jpeg b/content/people/kristof_de_spiegeleer/kristof_de_spiegeleer.jpeg new file mode 100644 index 0000000..5e6c598 Binary files /dev/null and b/content/people/kristof_de_spiegeleer/kristof_de_spiegeleer.jpeg differ diff --git a/content/people/lee_smet/index.md b/content/people/lee_smet/index.md new file mode 100644 index 0000000..f93cc28 --- /dev/null +++ b/content/people/lee_smet/index.md @@ -0,0 +1,22 @@ +--- +title: Lee Smet +weight: 2 +description: In order to have a nice planet to live on for the next decades, we need to preserve what we have now. +taxonomies: + people: [lee_smet] + memberships: [foundation, tech, technology_council] + categories: [foundation] +extra: + imgPath: lee_smet.png + organizations: [threefold_tech] + countries: [Belgium] + cities: [Lochristi] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/lee-smet-4a279a136/, + github: https://github.com/LeeSmet, + websites: https://threefold.io/, + } +--- + +In order to have a nice planet to live on for the next decades, we need to preserve what we have now. This means we need to stop wasting scarce resources, and move towards a more sustainable ecosystem. If existing technology can not, or refuses to become greener, then we will need to create this technology from scratch. diff --git a/content/people/lee_smet/lee_smet.png b/content/people/lee_smet/lee_smet.png new file mode 100644 index 0000000..ed05773 Binary files /dev/null and b/content/people/lee_smet/lee_smet.png differ diff --git a/content/people/mahmoud_emad/index.md b/content/people/mahmoud_emad/index.md new file mode 100644 index 0000000..3be0ff7 --- /dev/null +++ b/content/people/mahmoud_emad/index.md @@ -0,0 +1,23 @@ +--- +title: Mahmoud Emad +weight: 4 +description: Mahmoud is a young and dynamic Software Engineer who able to work in a multicultural environment with.... +taxonomies: + people: [mahmoud_emad] + memberships: [tech] + categories: [foundation] +extra: + imgPath: mahmoud_emad.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: + { + LinkedIn: https://www.linkedin.com/in/mahmoud-emad-4aa53717a/, + github: https://github.com/Mahmoud-Emad, + websites: https://threefold.tech, + } +--- + +Mahmoud is a young and dynamic Software Engineer who able to work in a multicultural environment with the fast ability to learn and expand knowledge & experience to contribute to the overall success of any organization diff --git a/content/people/mahmoud_emad/mahmoud_emad.jpg b/content/people/mahmoud_emad/mahmoud_emad.jpg new file mode 100644 index 0000000..e1a9363 Binary files /dev/null and b/content/people/mahmoud_emad/mahmoud_emad.jpg differ diff --git a/content/people/mario_bassem/index.md b/content/people/mario_bassem/index.md new file mode 100644 index 0000000..0825f52 --- /dev/null +++ b/content/people/mario_bassem/index.md @@ -0,0 +1,22 @@ +--- +title: Mario Bassem +weight: 4 +description: Software Engineer. +taxonomies: + people: [mario_bassem] + memberships: [tech] + categories: [foundation] +extra: + imgPath: mario.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/mario-wassef, + github: https://github.com/mariobassem, + websites: https://threefold.tech, + } +--- + +Software Engineer. diff --git a/content/people/mario_bassem/mario.jpg b/content/people/mario_bassem/mario.jpg new file mode 100644 index 0000000..da6c5bd Binary files /dev/null and b/content/people/mario_bassem/mario.jpg differ diff --git a/content/people/maxime_daniel/index.md b/content/people/maxime_daniel/index.md new file mode 100644 index 0000000..ee7c8da --- /dev/null +++ b/content/people/maxime_daniel/index.md @@ -0,0 +1,22 @@ +--- +title: Maxime Daniel +weight: 2 +description: C, python and nodejs developer, Gentoo user, Linux and Music addict +taxonomies: + people: [maxime_daniel] + memberships: [foundation, tech, technology_council] + categories: [foundation] +extra: + imgPath: maxime_daniel.png + organizations: [threefold_tech] + countries: [Belgium] + cities: [LiĆØge] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/maxime-daniel-29bb8055/, + github: https://github.com/maxux, + websites: https://www.threefold.tech, + } +--- + +C, python and nodejs developer, Gentoo user, Linux and Music addict diff --git a/content/people/maxime_daniel/maxime_daniel.png b/content/people/maxime_daniel/maxime_daniel.png new file mode 100644 index 0000000..10e51e3 Binary files /dev/null and b/content/people/maxime_daniel/maxime_daniel.png differ diff --git a/content/people/mayar_osama/index.md b/content/people/mayar_osama/index.md new file mode 100644 index 0000000..9dde160 --- /dev/null +++ b/content/people/mayar_osama/index.md @@ -0,0 +1,21 @@ +--- +title: Mayar Osama +weight: 4 +description: I believe in a world where everyone can be happy. +taxonomies: + people: [mayar_osama] + memberships: [tech] + categories: [foundation] +extra: + imgPath: mayar_osama.jpeg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/mayar-osama-0177a4204/, + github: https://github.com/maayarosama, + websites: https://threefold.tech, + } +--- +Mayar is a Software Engineer who has over 1 year of practical experience. She's experienced in working with different programming languages as python and go, as well as popular JS frameworks & libraries such as Vue, Svelte & React in addition to cloud tools like Docker, Kubernetes & Helm. \ No newline at end of file diff --git a/content/people/mayar_osama/mayar_osama.jpeg b/content/people/mayar_osama/mayar_osama.jpeg new file mode 100644 index 0000000..89ebec8 Binary files /dev/null and b/content/people/mayar_osama/mayar_osama.jpeg differ diff --git a/content/people/mohamed_amer/index.md b/content/people/mohamed_amer/index.md new file mode 100644 index 0000000..090b9ca --- /dev/null +++ b/content/people/mohamed_amer/index.md @@ -0,0 +1,22 @@ +--- +title: Mohamed Amer +weight: 4 +description: Software Test Engineer with a passion for learning and exploring. +taxonomies: + people: [mohamed_amer] + memberships: [tech] + categories: [foundation] +extra: + imgPath: mohamed_amer.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/mohamedamer45/, + github: https://github.com/mohamedamer453, + websites: https://threefold.tech, + } +--- + +A passionate Software Test Engineer, Started his career at Codescalers, and now has about 1 year experience in software testing and automation. \ No newline at end of file diff --git a/content/people/mohamed_amer/mohamed_amer.jpg b/content/people/mohamed_amer/mohamed_amer.jpg new file mode 100644 index 0000000..cd7d925 Binary files /dev/null and b/content/people/mohamed_amer/mohamed_amer.jpg differ diff --git a/content/people/muhammed_azmy/index.md b/content/people/muhammed_azmy/index.md new file mode 100644 index 0000000..14e3198 --- /dev/null +++ b/content/people/muhammed_azmy/index.md @@ -0,0 +1,24 @@ +--- +title: Muhammed Azmy +weight: 4 +description: Senior Software Engineer at ThreeFold Tech +taxonomies: + people: [muhammed_azmy] + memberships: [tech, technology_council] + categories: [foundation] +extra: + imgPath: muhamed_amzy.png + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/muhamadazmy/, + github: https://github.com/muhamadazmy, + websites: https://threefold.tech, + } +--- + + + +I have been a software engineer even before I realize it, or know what to call it. Since i started copying pieces of code to my first MSX computer. I have the passion to build, I have a passion to save the planet, and the future of my kids. I have passion for art. What I am doing at threefold is combination of all my passions, writing beautiful, almost artistic pieces of software, to build a system to give freedom to the people, reduce carbon emissions, and to save the future. diff --git a/content/people/muhammed_azmy/muhamed_amzy.png b/content/people/muhammed_azmy/muhamed_amzy.png new file mode 100644 index 0000000..a4130b8 Binary files /dev/null and b/content/people/muhammed_azmy/muhamed_amzy.png differ diff --git a/content/people/nayer_sobhy/index.md b/content/people/nayer_sobhy/index.md new file mode 100644 index 0000000..e4a3861 --- /dev/null +++ b/content/people/nayer_sobhy/index.md @@ -0,0 +1,21 @@ +--- +title: Nayer Sobhy +weight: 3 +description: Nayer is a passionate about people’s development, and that we can be the change we want to see. +taxonomies: + people: [nayer_sobhy] + memberships: [tech] + categories: [foundation] +extra: + imgPath: nayer_sobhy.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/nayer-sobhy-1bb15855/, + websites: https://threefold.tech, + } +--- + +Nayer is a passionate about people’s development, and that we can be the change we want to see. After his B.Sc. in Business Management from Cairo University in Egypt, he got a postgraduate degree in Human resources management from The American University in Cairo, Egypt. Currently he is part of ThreeFold's family, managing cairo's office since June 2014. Project Coordinator fell in love with Threefold ThreeFold is about believing in people, empowering people and most importantly helping the planet by going green. diff --git a/content/people/nayer_sobhy/nayer_sobhy.jpg b/content/people/nayer_sobhy/nayer_sobhy.jpg new file mode 100644 index 0000000..9c9f640 Binary files /dev/null and b/content/people/nayer_sobhy/nayer_sobhy.jpg differ diff --git a/content/people/nickolay_babenko/index.md b/content/people/nickolay_babenko/index.md new file mode 100644 index 0000000..95d67f0 --- /dev/null +++ b/content/people/nickolay_babenko/index.md @@ -0,0 +1,29 @@ +--- +title: Nickolay Babenko +weight: 2 +description: Engineer crypto-entrepreneur avant la lettre +taxonomies: + people: [nickolay_babenko] + memberships: [foundation, cofounders, twin, grid_guardians] + categories: [foundation, twin] +extra: + imgPath: nickolay_babenko.jpg + organizations: [threefold_foundation, twin] + countries: [Russia] + cities: [Moscow] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/babenkonickolay/, + github: https://github.com/nbabenko, + websites: https://threefold.io/, https://www.mazraa.io/, https://www.fair-swap.org, + } +--- + +
+
+ +
+
+ + +Nickolay is an engineer, crypto-entrepreneur, investor and bhakti-yogi. The combination of a technical mindset and deep understanding of the psychology of relationships helps him to achieve ambitious and practical goals and secure long-standing relationships. Having 15 years of experience in the IT industry and 8 years specifically in the blockchain industry, Nickolay is eager for new opportunities to make people happier in general and with the help of technology in particular. Previously to joining FairSwap he co-founded one of the first bitcoin payment processors and multicurrency wallets and later was part of the founding team at ThreeFold Foundation. diff --git a/content/people/nickolay_babenko/nickolay_babenko.jpg b/content/people/nickolay_babenko/nickolay_babenko.jpg new file mode 100644 index 0000000..4ed41ad Binary files /dev/null and b/content/people/nickolay_babenko/nickolay_babenko.jpg differ diff --git a/content/people/omar_abdulaziz/index.md b/content/people/omar_abdulaziz/index.md new file mode 100644 index 0000000..7d66e36 --- /dev/null +++ b/content/people/omar_abdulaziz/index.md @@ -0,0 +1,22 @@ +--- +title: Omar Abdulaziz +weight: 4 +description: A software engineer, Golang, Typescript. +taxonomies: + people: [omar_abdulaziz] + memberships: [tech] + categories: [foundation] +extra: + imgPath: omar_abdulaziz.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/omarabdul3ziz, + github: https://github.com/omarabdul3ziz, + websites: https://threefold.tech, + } +--- + +A software engineer, Golang, Typescript. diff --git a/content/people/omar_abdulaziz/omar_abdulaziz.jpg b/content/people/omar_abdulaziz/omar_abdulaziz.jpg new file mode 100644 index 0000000..154647e Binary files /dev/null and b/content/people/omar_abdulaziz/omar_abdulaziz.jpg differ diff --git a/content/people/omar_kassem/index.md b/content/people/omar_kassem/index.md new file mode 100644 index 0000000..1a6e2d3 --- /dev/null +++ b/content/people/omar_kassem/index.md @@ -0,0 +1,22 @@ +--- +title: Omar Kassem +weight: 4 +description: Software Engineer. +taxonomies: + people: [omar_kassem] + memberships: [tech] + categories: [foundation] +extra: + imgPath: omar_kassem.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/omar-kassem/, + github: https://github.com/0oM4R, + websites: https://threefold.tech, + } +--- + +A passionate Software Engineer, Started his career at Codescalers. \ No newline at end of file diff --git a/content/people/omar_kassem/omar_kassem.jpg b/content/people/omar_kassem/omar_kassem.jpg new file mode 100644 index 0000000..8e6cf1c Binary files /dev/null and b/content/people/omar_kassem/omar_kassem.jpg differ diff --git a/content/people/owen_kemp/index.md b/content/people/owen_kemp/index.md new file mode 100644 index 0000000..90fa6d8 --- /dev/null +++ b/content/people/owen_kemp/index.md @@ -0,0 +1,31 @@ +--- +title: Owen Kemp +weight: 1 +description: I am an optimist and love doing things differently than the norm. +taxonomies: + people: [owen_kemp] + memberships: [tech, cofounders, wisdom_council, foundation] + categories: [foundation] +extra: + imgPath: owen_kemp.jpeg + organizations: [threefold_tech] + countries: [Austria] + cities: [Vienna] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/owen-kemp-b6b5a113/, + websites: https://threefold.tech, + } +--- + +
+
+ +
+
+ +## Why Threefold? + +I believe in decentralisation and democracy in our digital lives. + +Owen Kemp is an experienced executive in the IT space, having led several multi-billion dollar businesses for HP in all world-wide markets. He was responsible for HP’s world-wide Finance Industry business, launched HP in to the emerging markets of Sub-Saharan Africa and Middle East and ran HP’s subsidiary in Russia with an emphasis on improving balance of trade, R&D and corporate citizenship. Since leaving HP, Owen has focused on assisting start-ups (early to late stage) with his broad management and market experience. Among others he has worked with cutting-edge companies in Cloud- and Edge computing; Smart City technologies; Eco-Tech; Fin-Tech; Reg-Tech and Digital Marketing; Block-chain and Cryptocurrency. In addition to working with Private Equity funds in New York, Russia and Austria, he was also advising various Family Offices. He is also an advisor to the Austrian Government in attracting foreign investment to Austria. Owen is a professional management consultant, coach and mentor and has helped many companies in improving their strategy including business development, internationalisation, Go-To-Market and partnership strategy, recruitment and more. Owen has known and worked with Kristof de Spiegeleer since 2011 and is now fully on board of the ThreeFold Foundation and TF Tech. diff --git a/content/people/owen_kemp/owen_kemp.jpeg b/content/people/owen_kemp/owen_kemp.jpeg new file mode 100644 index 0000000..e30df95 Binary files /dev/null and b/content/people/owen_kemp/owen_kemp.jpeg differ diff --git a/content/people/peter_nashaat/index.md b/content/people/peter_nashaat/index.md new file mode 100644 index 0000000..d096c86 --- /dev/null +++ b/content/people/peter_nashaat/index.md @@ -0,0 +1,22 @@ +--- +title: Peter Nashaat +weight: 4 +description: Passionate DevOps Engineer +taxonomies: + people: [peter_nashaat] + memberships: [tech] + categories: [foundation] +extra: + imgPath: peter_nashaat.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/peter-nashaat-33966831/, + github: https://github.com/PeterNashaat, + websites: https://threefold.tech, + } +--- + +Passionate DevOps Engineer. Engineer fell in love with Threefold I believe that Threefold will change how to world works, and i want to be part of that, we are building the future. diff --git a/content/people/peter_nashaat/peter_nashaat.jpg b/content/people/peter_nashaat/peter_nashaat.jpg new file mode 100644 index 0000000..eacf610 Binary files /dev/null and b/content/people/peter_nashaat/peter_nashaat.jpg differ diff --git a/content/people/peter_van_der_henst/index.md b/content/people/peter_van_der_henst/index.md new file mode 100644 index 0000000..e5dd42a --- /dev/null +++ b/content/people/peter_van_der_henst/index.md @@ -0,0 +1,21 @@ +--- +title: Peter van der Henst +weight: 1 +description: Peter is HR-manager and Financial Advisor For TF Tech +taxonomies: + people: [peter_van_der_henst] + memberships: [foundation, tech] + categories: [foundation] +extra: + imgPath: peter_van_der_henst.png + organizations: [threefold_tech] + countries: [Belgium] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/petervanderhenst/, + websites: https://threefold.tech, + } +--- + +Peter is HR-manager and Financial Advisor For TF Tech. Besides that Peter is an entrepreneur active in the world of start-ups and scale-ups for about 8 years now. Next to running the best business center in Belgium, where he lets companies grow and develop themselves, he is Kristof’s financial guy for several interesting projects in Belgium, Spain & Egypt. Co-Founder fell in love with Threefold I believe in equal chances for everyone across the globe. diff --git a/content/people/peter_van_der_henst/peter_van_der_henst.png b/content/people/peter_van_der_henst/peter_van_der_henst.png new file mode 100644 index 0000000..89bd6d0 Binary files /dev/null and b/content/people/peter_van_der_henst/peter_van_der_henst.png differ diff --git a/content/people/pierre_van_hoorebeke/index.md b/content/people/pierre_van_hoorebeke/index.md new file mode 100644 index 0000000..29d4c76 --- /dev/null +++ b/content/people/pierre_van_hoorebeke/index.md @@ -0,0 +1,21 @@ +--- +title: Pierre van Hoorebeke +weight: 2 +description: Experienced business lawyer, assisting founders, investors and private companies on corporate, commercial and IP matters. +taxonomies: + people: [pierre_van_hoorebeke] + memberships: [tech, foundation] + categories: [foundation] +extra: + imgPath: pierre_van_hoorebeke.png + organizations: [threefold_tech, threefold_foundation] + countries: [Belgium] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/pierre-van-hoorebeke-5958343/, + websites: https://threefold.io/, https://threefold.tech, + } +--- + +Experienced business lawyer, assisting founders, investors and private companies on corporate, commercial and IP matters. Advising on venture capital and private equity transactions, capital restructurings, contribution and shareholders’ agreements, issuance of stock options, warrants, etc. Counselling in M&A and corporate transactions (including corporate restructuring, due diligence, share and asset deals, national and cross-border mergers, etc.); Drafting and negotiating complex commercial transactions (including NDA’s, distributor and reseller agreements, sale and lease agreements, license agreements, OEM agreements, etc.); Trusted corporate advisor (incorporation, director’s liability, corporate housekeeping, insolvency proceedings, liquidations, etc.). Legal Advisor fell in love with Threefold As a lawyer I thrive in fast paced environments. ThreeFold is one of them where I get challenged enough but also add to a better world. diff --git a/content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png b/content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png new file mode 100644 index 0000000..33c524c Binary files /dev/null and b/content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png differ diff --git a/content/people/ramez_saeed/index.md b/content/people/ramez_saeed/index.md new file mode 100644 index 0000000..b923451 --- /dev/null +++ b/content/people/ramez_saeed/index.md @@ -0,0 +1,22 @@ +--- +title: Ramez Saeed +weight: 4 +description: Ramez has about 10 years of experience in CloudComputing software. +taxonomies: + people: [ramez_saeed] + memberships: [tech] + categories: [foundation] +extra: + imgPath: ramez_saeed.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/ramez-saeed-a9801819/, + github: https://github.com/ramezsaeed, + websites: https://threefold.tech, + } +--- + +Ramez has about 10 years of experience in CloudComputing software. He joined Kristof and his team on 2008, Started in Q-layer, Amplidata, GiG and currently TFtech. Currently Ramez is working as a quality control and operations teamleader. Engineer fell in love with Threefold Threefold is the upcoming internet future, we are creating conscious futures together. diff --git a/content/people/ramez_saeed/ramez_saeed.jpg b/content/people/ramez_saeed/ramez_saeed.jpg new file mode 100644 index 0000000..3b30c79 Binary files /dev/null and b/content/people/ramez_saeed/ramez_saeed.jpg differ diff --git a/content/people/rawda_gastan/index.md b/content/people/rawda_gastan/index.md new file mode 100644 index 0000000..55b0bd4 --- /dev/null +++ b/content/people/rawda_gastan/index.md @@ -0,0 +1,22 @@ +--- +title: Rawda Gastan +weight: 4 +description: I am a software engineer, always looking for new opportunties and ways to improve. +taxonomies: + people: [rawda_gastan] + memberships: [tech] + categories: [foundation] +extra: + imgPath: rawda_gastan.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/rawda-gastan-82a501173, + github: https://github.com/rawdaGastan, + websites: https://threefold.tech, + } +--- + +I am constantly seeking new learning opportunities and relish the chance to expand my skill set, making calcuated risks along the way. diff --git a/content/people/rawda_gastan/rawda_gastan.jpg b/content/people/rawda_gastan/rawda_gastan.jpg new file mode 100644 index 0000000..cdd365c Binary files /dev/null and b/content/people/rawda_gastan/rawda_gastan.jpg differ diff --git a/content/people/reem_khamis/index.md b/content/people/reem_khamis/index.md new file mode 100644 index 0000000..1e6afbb --- /dev/null +++ b/content/people/reem_khamis/index.md @@ -0,0 +1,22 @@ +--- +title: Reem Khamis +weight: 2 +description: Reem believes in books, and that technology is the key to making the world a bit better place. +taxonomies: + people: [reem_khamis] + memberships: [tech, foundation] + categories: [foundation] +extra: + imgPath: reem_khamis.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/rkhamis/, + github: https://github.com/rkhamis, + websites: https://threefold.tech, + } +--- + +Reem believes in books, and that technology is the key to making the world a little bit better. She loved studying Digital Media Engineering Technology and Computer Science in university and hasn't looked back since. She's currently a development coordinator, product owner and senior developer at CodeScalers. Reem is a big fan of chocolate. Please don't contact her after working hours unless you are offering chocolate. The future is tech. It's up to us to find the right tech for the right future. diff --git a/content/people/reem_khamis/reem_khamis.jpg b/content/people/reem_khamis/reem_khamis.jpg new file mode 100644 index 0000000..7c613e4 Binary files /dev/null and b/content/people/reem_khamis/reem_khamis.jpg differ diff --git a/content/people/rob_van_mieghem/index.md b/content/people/rob_van_mieghem/index.md new file mode 100644 index 0000000..7d6b8c0 --- /dev/null +++ b/content/people/rob_van_mieghem/index.md @@ -0,0 +1,22 @@ +--- +title: Rob Van Mieghem +weight: 1 +description: Technology today does not sufficiently support my personal believes of how a better world might look like. +taxonomies: + people: [rob_van_mieghem] + memberships: [foundation, tech, technology_council, cofounders] + categories: [foundation] +extra: + imgPath: rob_van_mieghem.jpeg + organizations: [threefold_tech] + countries: [Belgium] + cities: [Gent] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/robvanmieghem/, + github: https://github.com/robvanmieghem, + websites: https://threefold.tech, + } +--- + +Equality of opportunity is a fundamental right in my opinion. So is privacy that goes beyond being a personal right as it is a necessity for democracy to function. A better world is something that starts with yourself. Technology today does not sufficiently support my personal believes of how a better world might look like, especially not how it is made available to the majority of the world population. I'm a nerd and proud of it so let's start doing what is right. diff --git a/content/people/rob_van_mieghem/rob_van_mieghem.jpeg b/content/people/rob_van_mieghem/rob_van_mieghem.jpeg new file mode 100644 index 0000000..d6974d2 Binary files /dev/null and b/content/people/rob_van_mieghem/rob_van_mieghem.jpeg differ diff --git a/content/people/rob_van_mieghem/rob_van_mieghem.png b/content/people/rob_van_mieghem/rob_van_mieghem.png new file mode 100644 index 0000000..4edef87 Binary files /dev/null and b/content/people/rob_van_mieghem/rob_van_mieghem.png differ diff --git a/content/people/sabrina_sadik/index.md b/content/people/sabrina_sadik/index.md new file mode 100644 index 0000000..0f2601e --- /dev/null +++ b/content/people/sabrina_sadik/index.md @@ -0,0 +1,22 @@ +--- +title: Sabrina Sadik +weight: 2 +description: Sabrina is a jack of all trades when it comes to ThreeFold. +taxonomies: + people: [sabrina_sadik] + memberships: [foundation, tech, grid_guardians] + categories: [foundation, farming] +extra: + imgPath: sabrina_sadik.jpg + organizations: [threefold_foundation, threefold_tech] + countries: [Belgium] + cities: [Lochristi] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/sabrina-sadik-449758132/, + github: https://github.com/sabrinasadik, + websites: https://threefold.io/, https://threefold.tech, + } +--- + +Sabrina is a jack of all trades when it comes to ThreeFold. She handles most of the customer communication, is in charge of the logistic aspects and helps out wherever needed. Sabrina is an outgoing person who loves to laugh and be with friends and family, but she's secretly also a bit of a nerd who loves the calmness of being alone and reading a book while her daughter is asleep. diff --git a/content/people/sabrina_sadik/sabrina_sadik.jpg b/content/people/sabrina_sadik/sabrina_sadik.jpg new file mode 100644 index 0000000..835d3bf Binary files /dev/null and b/content/people/sabrina_sadik/sabrina_sadik.jpg differ diff --git a/content/people/sacha_obeegadoo/index.md b/content/people/sacha_obeegadoo/index.md new file mode 100644 index 0000000..7ae8cef --- /dev/null +++ b/content/people/sacha_obeegadoo/index.md @@ -0,0 +1,30 @@ +--- +title: Sacha Obeegadoo +weight: 1 +description: Organisational and Ecosystem Strategy +taxonomies: + people: [sacha_obeegadoo] + memberships: [foundation, twin, aci_members] + categories: [foundation, twin, aci] +extra: + imgPath: sacha_obeegadoo.jpg + organizations: [threefold_foundation, twin, aci] + countries: [Nomad] + cities: [Nomad] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/sachaobeegadoo/, + github: https://github.com/Sacha96, + websites: https://threefold.io/, + } +--- + +
+
+ +
+
+ + + +Sacha is a positive and outgoing individual. Seeking challenging and dynamic opportunities, he invests himself in sustainable activities with a view to producing real results and doing good for the world. He believes that change is the only constant. diff --git a/content/people/sacha_obeegadoo/sacha_obeegadoo.jpg b/content/people/sacha_obeegadoo/sacha_obeegadoo.jpg new file mode 100644 index 0000000..fe84c6b Binary files /dev/null and b/content/people/sacha_obeegadoo/sacha_obeegadoo.jpg differ diff --git a/content/people/sam_taggart/index.md b/content/people/sam_taggart/index.md new file mode 100644 index 0000000..009ce36 --- /dev/null +++ b/content/people/sam_taggart/index.md @@ -0,0 +1,28 @@ +--- +title: Sam Taggart +weight: 2 +description: Let's co-create a better future for humanity and for our planet. +taxonomies: + people: [sam_taggart] + memberships: [foundation, twin, aci_members] + categories: [foundation, twin, aci] +extra: + imgPath: sam_taggart.jpg + organizations: [threefold_foundation, twin, aci] + countries: [Turkey, USA] + cities: [Akyaka, New York, Philadelphia] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/samtaggart/, + github: https://github.com/samtaggart, + websites: https://threefold.io/, + } +--- + +
+
+ +
+
+ +Sam has a professional background in communication / content and community building / management. His career started in 2009 with digital agency VaynerMedia, when businesses were just beginning to use social media to reach their audiences. Beyond his career, Sam likes to think of himself as a citizen of the world. After eight years of "corporate" work, he traveled to Southeast Asia, in part to evolve and open his mind and reality to new experiences and perspectives, and in part to find a purpose that tied more to his passions and desires to help the world. In 2019, Sam met ThreeFold co-founder Kristof de Spiegeleer in Cambodia and connected over topics like the importance of equalizing education and how we treat our planet. Sam was energized by what an Internet by people, for people could do for all of us. Having been exposed to many corners of the world, Sam is inspired by the beauty of our differences, and humbled by our similarities. He is driven to help grow this global effort to bring positive and impactful change to our planet. diff --git a/content/people/sam_taggart/sam_taggart.jpg b/content/people/sam_taggart/sam_taggart.jpg new file mode 100644 index 0000000..fa8c20f Binary files /dev/null and b/content/people/sam_taggart/sam_taggart.jpg differ diff --git a/content/people/samar_adel/index.md b/content/people/samar_adel/index.md new file mode 100644 index 0000000..7ae77ce --- /dev/null +++ b/content/people/samar_adel/index.md @@ -0,0 +1,22 @@ +--- +title: Samar Adel +weight: 2 +description: I believe in a world where everyone can be happy. +taxonomies: + people: [samar_adel] + memberships: [tech] + categories: [foundation] +extra: + imgPath: samar_adel.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/samaradel/, + github: https://github.com/samaradel, + websites: https://threefold.tech, + } +--- + +Samar has over 3 years of practical experience in designing, implementing software, including web and mobile UI development, API design and she is passionate about everything Javascript, Designing pages as well. she loves exploring new libraries. diff --git a/content/people/samar_adel/samar_adel.jpg b/content/people/samar_adel/samar_adel.jpg new file mode 100644 index 0000000..fff0ba8 Binary files /dev/null and b/content/people/samar_adel/samar_adel.jpg differ diff --git a/content/people/sameh_abouelsaad/index.md b/content/people/sameh_abouelsaad/index.md new file mode 100644 index 0000000..f2dc7e3 --- /dev/null +++ b/content/people/sameh_abouelsaad/index.md @@ -0,0 +1,22 @@ +--- +title: Sameh Abouelsaad +weight: 5 +description: Sameh is a passionate software engineer with a talent for problem-solving and an unwavering commitment to quality. +taxonomies: + people: [sameh_abouelsaad] + memberships: [tech] + categories: [foundation] +extra: + imgPath: sameh_abouelsaad.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/sameh-farouk-software-developer/, + github: https://github.com/sameh-farouk, + websites: https://threefold.tech, + } +--- + +Sameh is a passionate software engineer with a talent for problem-solving and an unwavering commitment to quality. Specializing in Python, Golang, and web technologies to build reliable systems that scale. Former experienced educator with a mission to promote knowledge. diff --git a/content/people/sameh_abouelsaad/sameh_abouelsaad.jpg b/content/people/sameh_abouelsaad/sameh_abouelsaad.jpg new file mode 100644 index 0000000..af99d8e Binary files /dev/null and b/content/people/sameh_abouelsaad/sameh_abouelsaad.jpg differ diff --git a/content/people/samir_hosny/index.md b/content/people/samir_hosny/index.md new file mode 100644 index 0000000..9c9a46c --- /dev/null +++ b/content/people/samir_hosny/index.md @@ -0,0 +1,22 @@ +--- +title: Samir Hosny +weight: 3 +description: My biggest passion is learning about new technologies. +taxonomies: + people: [samir_hosny] + memberships: [tech] + categories: [foundation] +extra: + imgPath: samir_hosny.jpg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/samir-hosny-58b81394/, + github: https://github.com/hossnys, + websites: https://threefold.tech, + } +--- + +My biggest passion is learning about new technologies. I got my Bachelor's degree in Computer Science and then started working in a field of cloud computing for last 5 years. I think that ThreeFold is stepping in a place where no one has gone before, stretching the limitations of technology and how it can help people in their daily life actions. diff --git a/content/people/samir_hosny/samir_hosny.jpg b/content/people/samir_hosny/samir_hosny.jpg new file mode 100644 index 0000000..1325e41 Binary files /dev/null and b/content/people/samir_hosny/samir_hosny.jpg differ diff --git a/content/people/sasha_astiadi/index.md b/content/people/sasha_astiadi/index.md new file mode 100644 index 0000000..d0fc5c4 --- /dev/null +++ b/content/people/sasha_astiadi/index.md @@ -0,0 +1,22 @@ +--- +title: Sasha Astiadi +weight: 4 +description: Product Manager with a passion in blockchain, sustainability, and decentralization +taxonomies: + people: [sasha_astiadi] + memberships: [tech] + categories: [foundation] +extra: + imgPath: sasha_astiadi.png + organizations: [threefold_foundation, threefold_tech] + countries: [Indonesia, Spain, Germany] + cities: [Bali, Barcelona, Berlin] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/sastiadi, + github: https://github.com/sasha-astiadi, + websites: https://threefold.io/, https://threefold.tech, https://sashaastiadi.com/, + } +--- + +Sasha sees herself as a Human-centered product manager, researcher and UX Designer who puts the planet as her main mission. It is her duty and aspiration to define the ways humans relate to and interact with the world, how we can navigate space effectively, how we humans can connect to our planet better and create a better designed world, for you and me and for the future generations. Over the course of 6 years, she has successfully transformed herself from my previous expertise as a digital marketing consultant into becoming a product development consultant with strong emphasis in product management, human factors comprehension, and user experience. With her multilingual skills of Indonesian, English, Chinese, German and Spanish, she has delivered various digital projects from clients in different industries in Germany, China, Japan, Indonesia, Spain, and the USA, ranging from web and mobile apps interface design, to design system, corporate branding, and large-scale user experience researches and project management. diff --git a/content/people/sasha_astiadi/sasha_astiadi.png b/content/people/sasha_astiadi/sasha_astiadi.png new file mode 100644 index 0000000..aceee6d Binary files /dev/null and b/content/people/sasha_astiadi/sasha_astiadi.png differ diff --git a/content/people/scott_yeager/index.md b/content/people/scott_yeager/index.md new file mode 100644 index 0000000..ff5b05c --- /dev/null +++ b/content/people/scott_yeager/index.md @@ -0,0 +1,31 @@ +--- +title: Scott Yeager +weight: 2 +description: Technology nerd and cross discipline creator. +taxonomies: + people: [scott_yeager] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: scott_yeager.jpg + organizations: [threefold_foundation] + countries: [United States] + cities: [Eugene] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/scottmyeager/, + github: https://github.com/scottyeager, + websites: https://threefold.io, + } +--- + +--- + +
+
+ +
+
+ + +I am a human on a mission to grow planetary consciousness with art and technology. My background includes formal education in English and mathematics, along with a lifetime of exploring my natural curiosity for how things work, especially electronics and computers. In 2013, I quit a soul crushing job at an ecommerce startup, which launched an entrepreneurial journey that eventually led me to ThreeFold. Along with language, music is a medium of expression that I feel blessed to include in my role on the team. For me, the healing power of sound is real, just like the infinite potential of love. The world needs an open and neutral way to communicate, so that we can collaborate and thrive—that's why I'm excited to contribute to ThreeFold technology and the FreeFlow movement. diff --git a/content/people/scott_yeager/scott_yeager.jpg b/content/people/scott_yeager/scott_yeager.jpg new file mode 100644 index 0000000..efa087d Binary files /dev/null and b/content/people/scott_yeager/scott_yeager.jpg differ diff --git a/content/people/threefold_community/index.md b/content/people/threefold_community/index.md new file mode 100644 index 0000000..22bdc49 --- /dev/null +++ b/content/people/threefold_community/index.md @@ -0,0 +1,21 @@ +--- +title: ThreeFold Community +weight: 0 +description: Together we build! +taxonomies: + people: [threefold_community] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: threefold_community.png + organizations: [threefold_foundation] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/company/threefold-foundation, + github: https://github.com/threefoldfoundation/, + websites: https://threefold.io, + } +--- +The ThreeFold community is made up of passionate individuals from all corners of the globe participating in the expansion and evolution of the ThreeFold Internet and project. diff --git a/content/people/threefold_community/threefold_community.png b/content/people/threefold_community/threefold_community.png new file mode 100644 index 0000000..8cbc34a Binary files /dev/null and b/content/people/threefold_community/threefold_community.png differ diff --git a/content/people/tobias_chielens/index.md b/content/people/tobias_chielens/index.md new file mode 100644 index 0000000..a39a834 --- /dev/null +++ b/content/people/tobias_chielens/index.md @@ -0,0 +1,21 @@ +--- +title: Tobias Chielens +weight: 3 +description: Co-Creating an internet that is accessible for everyone. +taxonomies: + people: [tobias_chielens] + memberships: [tech] + categories: [foundation] +extra: + imgPath: tobias_chielens.jpg + organizations: [threefold_tech] + countries: [Belgium] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/tobiaschielens/, + websites: https://threefold.tech, + } +--- + +Tobias is a passionate developer that wants to use technology to make the world a better place. diff --git a/content/people/tobias_chielens/tobias_chielens.jpg b/content/people/tobias_chielens/tobias_chielens.jpg new file mode 100644 index 0000000..3f4a6ea Binary files /dev/null and b/content/people/tobias_chielens/tobias_chielens.jpg differ diff --git a/content/people/victoria_obeegadoo/index.md b/content/people/victoria_obeegadoo/index.md new file mode 100644 index 0000000..7d21470 --- /dev/null +++ b/content/people/victoria_obeegadoo/index.md @@ -0,0 +1,23 @@ +--- +title: Victoria Obeegadoo +weight: 2 +description: Victoria craves being a part of making this world of ours a better place, and is excited to start with changing the internet and how we use it with the organization! +taxonomies: + people: [victoria_obeegadoo] + memberships: [foundation] + categories: [foundation] +extra: + imgPath: victoria_obeegadoo.jpg + organizations: [threefold_foundation, twin, aci] + countries: [Netherlands, Mauritius, Nomad] + cities: [Amsterdam, Moka, Nomad] + private: 0 + socialLinks: + { + LinkedIn: https://www.linkedin.com/in/victoria-obeegadoo, + github: https://github.com/VicObee, + websites: https://threefold.io/, + } +--- + +Having a Communication Science background, Victoria is eagerly using her skill set within the communication team at ThreeFold. She has always been seeking to ā€˜do good’, whether it concerns working for the environment, animals, or people. Victoria is indeed a strong advocate for the preservation and protection of environmental, human and animal rights. Taking a political science stance throughout her Master programme specializing in Global Environmental Governance, Sustainability & Climate Change, she gained a better understanding of the way societies work, the urgency of the climate crisis, how to actually spark change and take concrete action. She envisions for the future a more egalitarian society, one which lives in greater harmony with the environment and that has an inclusive economic system. Victoria craves being a part of making this world of ours a better place, and is excited to start with changing the internet and how we use it with the organization! diff --git a/content/people/victoria_obeegadoo/victoria_obeegadoo.jpg b/content/people/victoria_obeegadoo/victoria_obeegadoo.jpg new file mode 100644 index 0000000..b68001c Binary files /dev/null and b/content/people/victoria_obeegadoo/victoria_obeegadoo.jpg differ diff --git a/content/people/weynand_kuijpers/index.md b/content/people/weynand_kuijpers/index.md new file mode 100644 index 0000000..930c29b --- /dev/null +++ b/content/people/weynand_kuijpers/index.md @@ -0,0 +1,28 @@ +--- +title: Weynand Kuijpers +weight: 1 +description: An international entrepreneur and part of a diverse team of innovators. +taxonomies: + people: [weynand_kuijpers] + memberships: [foundation, cofounders, farmers, aci_members] + categories: [foundation, aci, farming, cloud] +extra: + imgPath: weynand_kuijpers.png + organizations: [threefold_foundation, threefold_tech] + countries: [UAE, Spain] + cities: [Dubai, Madrid] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/weynandkuijpers/, + github: https://github.com/weynandkuijpers, + websites: https://threefold.io/, https://threefold.tech, + } +--- + +
+
+ +
+
+ +Weynand is a rocket scientist that loves slingshotting new technologies into customer-centric orbits. He has been working with teams at the start of the internet and spent the celebration of the year 2000 sitting in a datacenter. Nothing happened there and then but in the following years he developed a growing interest to help, optimise and simplify the world of IT. First follower, team player and very passionate about bringing equal opportunities to young talent around the world. For Weynand, the Internet is where the next generation will expand their minds and innovate. He experienced this first-hand when his son outsmarted him by learning online how to boil an egg in a microwave. Such learning ability should be available globally, sustainably and efficiently. diff --git a/content/people/weynand_kuijpers/weynand_kuijpers.png b/content/people/weynand_kuijpers/weynand_kuijpers.png new file mode 100644 index 0000000..56f0d65 Binary files /dev/null and b/content/people/weynand_kuijpers/weynand_kuijpers.png differ diff --git a/content/people/weynand_kuijpers/weynand_kuijpers2.jpeg b/content/people/weynand_kuijpers/weynand_kuijpers2.jpeg new file mode 100644 index 0000000..2e4b5d0 Binary files /dev/null and b/content/people/weynand_kuijpers/weynand_kuijpers2.jpeg differ diff --git a/content/people/zainab_elgohary/index.md b/content/people/zainab_elgohary/index.md new file mode 100644 index 0000000..72145f6 --- /dev/null +++ b/content/people/zainab_elgohary/index.md @@ -0,0 +1,22 @@ +--- +title: Zainab Elgohary +weight: 4 +description: Software Engineer +taxonomies: + people: [zainab_elgohary] + memberships: [tech] + categories: [foundation] +extra: + imgPath: zainab_elgohary.jpeg + organizations: [threefold_tech] + countries: [Egypt] + cities: [Cairo] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/zaelgohary/, + github: https://github.com/zaelgohary, + websites: https://threefold.tech, + } +--- + + Zainab has over 2 years of practical experience in Front End development. She's experienced in working in popular JS frameworks & libraries such as Vue, Svelte & React in addition to cloud tools like Docker, Kubernetes & Helm. \ No newline at end of file diff --git a/content/people/zainab_elgohary/zainab_elgohary.jpeg b/content/people/zainab_elgohary/zainab_elgohary.jpeg new file mode 100644 index 0000000..6cc0495 Binary files /dev/null and b/content/people/zainab_elgohary/zainab_elgohary.jpeg differ diff --git a/css/index.css b/css/index.css index 9ecb39c..2a0b23b 100644 --- a/css/index.css +++ b/css/index.css @@ -12,27 +12,6 @@ -webkit-backdrop-filter: blur(40px); } -@font-face { - font-family: "CercoDEMO"; - font-weight: 500; - src: url("https://www2.freeflow.life/fonts/CercoDEMO-Medium.otf") format("opentype"); - src: url("../fonts/CercoDEMO-Medium.otf") format("opentype"); -} - -@font-face { - font-family: "CercoDEMO"; - font-weight: 600; - src: url("https://www2.freeflow.life/fonts/CercoDEMO-Bold.otf") format("opentype"); - src: url("../fonts/CercoDEMO-Bold.otf") format("opentype"); -} - -@font-face { - font-family: "CercoDEMO"; - font-weight: 400; - src: url("https://www2.freeflow.life/fonts/CercoDEMO-Light.otf") format("opentype"); - src: url("../fonts/CercoDEMO-Light.otf") format("opentype"); -} - * { font-family: "CercoDEMO", sans-serif; } @@ -367,3 +346,34 @@ a:hover{ padding: 80px 0; } } + +header #menu button { + @apply + lg:text-lg + px-6 + py-1 + lg:mr-5 + my-3 + shadow + border-black + capitalize + leading-6 + border-transparent + flex + flex-col + border-2 + w-full + items-start + rounded + transition + hover:first:text-gray-500 + hover:border-stone-200 + hover:bg-stone-100 + p-2 + text-left +} + +header #menu button a{ + @apply + px-0 +} \ No newline at end of file diff --git a/static/css3/index.css b/static/css3/index.css deleted file mode 100644 index 1f51eb3..0000000 --- a/static/css3/index.css +++ /dev/null @@ -1,3 +0,0 @@ -/*! purgecss start ignore */code.language-bash,code.language-cmd,code.language-css,code.language-html,code.language-js,code.language-md,code.language-text,span.nx,span.o{color:#fff;line-height:1.4}span.c{color:#060}span.nt,span.p,span.s1,span.s2{color:#960}span.ge,span.gh,span.gs{color:#08f}span.gs{font-weight:700}span.ge{font-style:italic}code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}code{background-color:#fafafa;border-radius:3px;color:#060;font-size:85%}pre{margin:0;overflow:scroll;padding:1rem}pre code{color:inherit;font-size:100%}.highlight,pre code{background-color:initial;padding:0}.highlight{border-radius:3px;margin:0 0 .5rem;& pre{margin-bottom:0;overflow-x:auto}& .lineno{color:#abababb8;display:inline-block;padding:0 .75rem 0 .25rem}} -/*! purgecss end ignore */ -/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }main{padding-top:0}#text-1xl{font-size:1.25rem;line-height:1.75rem}#text-2xl{font-size:1.5rem;line-height:2rem}#text-3xl{font-size:1.875rem;line-height:2.25rem}#text-4xl{font-size:2.25rem;line-height:2.5rem}#text-5xl{font-size:3rem;line-height:1}#text-6xl{font-size:3.75rem;line-height:1}#text-7xl{font-size:4.5rem;line-height:1}#text-8xl{font-size:6rem;line-height:1}p{font-size:1.125rem;line-height:1.75rem}code,pre{font-feature-settings:normal}.navWhite,.navWhite:visited{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.navWhite:active,.navWhite:focus{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-blue-light{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-shadow-titles{text-shadow:4px 4px 2px #000}.gradient-titles{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:#1d4ed800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:#000 var(--tw-gradient-to-position);background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.ctr{text-align:center}.legal{font-size:.75rem;line-height:1rem}nav h4 a:hover{color:rgb(147 197 253/var(--tw-text-opacity))}nav h4 a,nav h4 a:active,nav h4 a:focus,nav h4 a:hover{--tw-text-opacity:1;border-width:0;font-weight:300}a h2,nav h4 a,nav h4 a:active,nav h4 a:focus{color:rgb(0 0 0/var(--tw-text-opacity))}a h2,a:focus,a:hover{--tw-text-opacity:1}a:focus,a:hover{border-style:none;color:rgb(147 197 253/var(--tw-text-opacity))}a:active{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity));color:rgb(30 64 175/var(--tw-text-opacity))}h5 a{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity));font-weight:400}.footnote-return,a.next,a.previous,sup a{border-bottom-width:0}#nav-toggle:checked+#navMenu{display:block}a.navborderless{border-bottom-width:0}.h1,h1{font-size:2.25rem;font-weight:800;line-height:2.5rem}.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6{font-weight:700}.h2,h2{font-size:2.25rem;line-height:2.5rem}.h4,h4{font-size:1.5rem;line-height:2rem}h5{font-style:normal}.h5,.h6,h5,h6{font-size:1.125rem;line-height:1.75rem}.height-hero{height:45vh;max-height:45vh;overflow:hidden}.height-post{height:35vh;max-height:35vh}.imgCover{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.background-hero-image-div{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));height:80vh;max-height:80vh;overflow:hidden;position:relative;width:100%}.background-hero-title-block-fit{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);background-image:linear-gradient(to top,var(--tw-gradient-stops));bottom:0;display:block;padding:.75rem 1rem 1.5rem;position:absolute;width:100%}.background-hero-title-text{text-shadow:4px 4px 2px #000}@media screen and (min-width:768px){.background-hero-title-block-fit{padding-left:3rem;padding-right:3rem}.background-hero-image-div{height:85vh;max-height:85vh}}@media screen and (min-width:1024px){.background-hero-title-block-fit{padding-left:4rem;padding-right:4rem}.background-hero-image-div{height:95vh;max-height:95vh}}.text-nobrk,.text-nowrap{white-space:nowrap}article h1,article h2,article h3,article h4{letter-spacing:-.025em;margin-bottom:1.5rem;margin-top:2rem}article p{font-size:1.125rem;line-height:1.75rem;line-height:1.625}article img.containedImage{height:auto;max-width:100%;min-width:100%;width:100%}@media screen and (min-width:768px){.height-hero{height:70vh;max-height:70vh}.height-post{height:40vh;max-height:40vh}article p{font-size:1.25rem;line-height:1.75rem;line-height:1.625}}@media screen and (min-width:1920px){article p{font-size:1.5rem;line-height:2rem;line-height:1.625}}.yellowbox p{margin:0;padding:.5rem;width:100%}ol,ul{padding-left:2rem}ul{list-style-type:disc}ol{list-style-type:decimal}.twitter-tweet,table.leagues{margin:1rem auto 0}table.leagues{border-collapse:collapse;border-width:0;width:91.666667%}table.leagues td.col{width:50%}@media (min-width:900px){table.leagues{width:60%}table.noborders{width:91.666667%}}table.noborders{border-collapse:collapse;border-width:0;margin:1.5rem auto 1rem;width:100%}table.noborders td{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity));padding:.25rem 0 .25rem .5rem;text-align:left;vertical-align:middle}table.noborders td img{display:inline-block;margin:0;vertical-align:middle}table.noborders tr{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}table.noborders tr:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}table.noborders thead tr{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}table.noborders thead td{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}table.noborders td.td70{width:70%}table.noborders td.td70 img{display:block;height:auto;max-width:50%;width:50%}table.noborders td.td30{width:30%}.footnote-definition,.footnote-reference{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.footnote-reference{font-size:.65em;top:-.5em}.footnote-sim{color:#00f;font-size:.65em;@media (prefers-color-scheme:dark){color:#0af}}.footnotes{& ol{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}& ol li{font-size:$pokey;margin-bottom:.5rem}& li p{font-size:100%;line-height:1.4}& .footnote-backref{font-size:75%}}a.footnote-return{font-size:50%}article>.footnote-definition{border-top:1px solid #000;margin-top:1em;padding-top:1em}article>.footnote-definition~.footnote-definition{border-top:0;margin-top:0;padding-top:0}.footnote-definition-label{font-size:.65em;top:-.4em}.footnote-definition-label+p{font-size:75%;line-height:1.35;margin-left:1em;margin-top:-1.75em}.footnote-definition-label:after{content:"."}.aspect-16x9{padding-bottom:56.25%}footer{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.lazypicturecaption{font-size:.875rem;line-height:1.25rem;line-height:1.375;margin-top:.5rem;padding:0;text-align:center}.home-colOne p{line-height:2rem;margin-bottom:1rem}.home-colOne img{margin-bottom:1rem;margin-top:1rem}.container-comments{font-size:85%;margin:0 auto;max-width:720px!important;width:85%}@media screen and (min-width:900px){.container-comments{width:40%}}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}h1{font-size:2.25rem;font-weight:400;line-height:2.5rem;line-height:1}@media (min-width:768px){h1{font-size:3rem;line-height:1}}@media (min-width:1024px){h1{font-size:3.75rem;line-height:1}}h1 strong{font-weight:500}h2{font-size:1.875rem;font-weight:400;line-height:2.25rem;line-height:1}@media (min-width:768px){h2{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1024px){h2{font-size:3rem;line-height:1}}@media (min-width:1280px){h2{font-size:3rem;line-height:1}}h2 strong{font-weight:500}h3{font-size:1.25rem;font-weight:300;line-height:1.75rem}@media (min-width:768px){h3{font-size:1.5rem;line-height:2rem}}@media (min-width:1024px){h3{font-size:1.875rem;line-height:2.25rem}}h3 strong{font-weight:500}h4{font-size:1.25rem;font-weight:400;line-height:1.75rem}@media (min-width:1024px){h4{font-size:1.5rem;line-height:2rem}}h5{font-size:1.25rem;font-weight:400;line-height:1.75rem}@media (min-width:1024px){h5{font-size:1.25rem;line-height:1.75rem}}h6{font-style:normal;margin-bottom:.25rem;margin-top:.25rem}h6,p{font-size:1.125rem;font-weight:400;line-height:1.75rem}p{letter-spacing:0;line-height:1.25}@media (min-width:1024px){p{font-size:1.25rem;line-height:1.75rem}}p{font-family:CercoDEMO,sans-serif}blockquote{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity));border-left-width:4px;margin:.5rem;padding:.5rem}li{font-size:1.125rem;font-weight:400;line-height:1.75rem}@media (min-width:1024px){li{font-size:1.25rem;line-height:1.75rem}}li li{font-size:.875rem;font-weight:300;line-height:1.25rem}@media (min-width:1024px){li li{font-size:.875rem;line-height:1.25rem}}button{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);border-width:2px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:inline-block;font-size:1rem;line-height:1.5rem;margin-bottom:2.5rem;margin-right:1.25rem;margin-top:2.5rem;padding:.25rem 3rem;text-transform:capitalize}@media (min-width:1024px){button{font-size:1.125rem;line-height:1.75rem}}:root{--md-admonition-icon--note:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--abstract:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--info:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--tip:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--success:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--question:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--warning:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--failure:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--danger:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--bug:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--quote:url('data:image/svg+xml;charset=utf-8,');--md-details-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E")}:is(.admonition){background-color:var(--bg);border:0 solid #000;border-inline-start-width:.4rem;border-radius:.2rem;box-shadow:0 .2rem 1rem #0000000d,0 0 .1rem #0000001a;color:var(--fg);display:flow-root;margin:1.5625em 0;padding:0 1.2rem;page-break-inside:avoid}.admonition p{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-size:.8rem;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0}@media print{:is(.admonition){box-shadow:none}}:is(.admonition)>*{box-sizing:border-box}:is(.admonition) :is(.admonition){margin-bottom:1em;margin-top:1em}:is(.admonition)>.tabbed-set:only-child{margin-top:0}html :is(.admonition)>:last-child{margin-bottom:1.2rem}:is(.admonition-title,summary){background-color:#448aff1a;border:0 solid #448aff;border-inline-start-width:.4rem;border-start-start-radius:.2rem;display:flex;font-weight:700;margin-block:0;margin-inline:-1.6rem -1.2rem;padding-block:.8rem;padding-inline:4rem 1.2rem;position:relative}:is(.admonition-title,summary)>p{margin:0}html :is(.admonition-title,summary):last-child{margin-bottom:0}:is(.admonition-title,summary):before{background-color:#448aff;content:"";height:1.4rem;inset-inline-start:1.2rem;mask-image:url('data:image/svg+xml;charset=utf-8,');-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,');mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;position:absolute;top:.625em;width:1.4rem}:is(.admonition):is(.note){border-color:#448aff}:is(.note)>:is(.admonition-title,summary){background-color:#448aff1a;border-color:#448aff}:is(.note)>:is(.admonition-title,summary):before{background-color:#448aff;mask-image:var(--md-admonition-icon--note);-webkit-mask-image:var(--md-admonition-icon--note);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.abstract,.summary,.tldr){border-color:#00b0ff}:is(.abstract,.summary,.tldr)>:is(.admonition-title,summary){background-color:#00b0ff1a;border-color:#00b0ff}:is(.abstract,.summary,.tldr)>:is(.admonition-title,summary):before{background-color:#00b0ff;mask-image:var(--md-admonition-icon--abstract);-webkit-mask-image:var(--md-admonition-icon--abstract);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.info,.todo){border-color:#00b8d4}:is(.info,.todo)>:is(.admonition-title,summary){background-color:#00b8d41a;border-color:#00b8d4}:is(.info,.todo)>:is(.admonition-title,summary):before{background-color:#00b8d4;mask-image:var(--md-admonition-icon--info);-webkit-mask-image:var(--md-admonition-icon--info);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.tip,.hint,.important){border-color:#00bfa5}:is(.tip,.hint,.important)>:is(.admonition-title,summary){background-color:#00bfa51a;border-color:#00bfa5}:is(.tip,.hint,.important)>:is(.admonition-title,summary):before{background-color:#00bfa5;mask-image:var(--md-admonition-icon--tip);-webkit-mask-image:var(--md-admonition-icon--tip);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.success,.check,.done){border-color:#00c853}:is(.success,.check,.done)>:is(.admonition-title,summary){background-color:#00c8531a;border-color:#00c853}:is(.success,.check,.done)>:is(.admonition-title,summary):before{background-color:#00c853;mask-image:var(--md-admonition-icon--success);-webkit-mask-image:var(--md-admonition-icon--success);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.question,.help,.faq){border-color:#64dd17}:is(.question,.help,.faq)>:is(.admonition-title,summary){background-color:#64dd171a;border-color:#64dd17}:is(.question,.help,.faq)>:is(.admonition-title,summary):before{background-color:#64dd17;mask-image:var(--md-admonition-icon--question);-webkit-mask-image:var(--md-admonition-icon--question);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.warning,.caution,.attention){border-color:#ff9100}:is(.warning,.caution,.attention)>:is(.admonition-title,summary){background-color:#ff91001a;border-color:#ff9100}:is(.warning,.caution,.attention)>:is(.admonition-title,summary):before{background-color:#ff9100;mask-image:var(--md-admonition-icon--warning);-webkit-mask-image:var(--md-admonition-icon--warning);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.failure,.fail,.missing){border-color:#ff5252}:is(.failure,.fail,.missing)>:is(.admonition-title,summary){background-color:#ff52521a;border-color:#ff5252}:is(.failure,.fail,.missing)>:is(.admonition-title,summary):before{background-color:#ff5252;mask-image:var(--md-admonition-icon--failure);-webkit-mask-image:var(--md-admonition-icon--failure);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.danger,.error){border-color:#ff1744}:is(.danger,.error)>:is(.admonition-title,summary){background-color:#ff17441a;border-color:#ff1744}:is(.danger,.error)>:is(.admonition-title,summary):before{background-color:#ff1744;mask-image:var(--md-admonition-icon--danger);-webkit-mask-image:var(--md-admonition-icon--danger);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.bug){border-color:#f50057}:is(.bug)>:is(.admonition-title,summary){background-color:#f500571a;border-color:#f50057}:is(.bug)>:is(.admonition-title,summary):before{background-color:#f50057;mask-image:var(--md-admonition-icon--bug);-webkit-mask-image:var(--md-admonition-icon--bug);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.example){border-color:#7c4dff}:is(.example)>:is(.admonition-title,summary){background-color:#7c4dff1a;border-color:#7c4dff}:is(.example)>:is(.admonition-title,summary):before{background-color:#7c4dff;mask-image:var(--md-admonition-icon--example);-webkit-mask-image:var(--md-admonition-icon--example);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:is(.admonition):is(.quote,.cite){border-color:#9e9e9e}:is(.quote,.cite)>:is(.admonition-title,summary){background-color:#9e9e9e1a;border-color:#9e9e9e}:is(.quote,.cite)>:is(.admonition-title,summary):before{background-color:#9e9e9e;mask-image:var(--md-admonition-icon--quote);-webkit-mask-image:var(--md-admonition-icon--quote);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.navy :is(.admonition){background-color:var(--sidebar-bg)}.ayu :is(.admonition),.coal :is(.admonition){background-color:var(--theme-hover)}.rust :is(.admonition){background-color:var(--sidebar-bg);color:var(--sidebar-fg)}:is(.admonition-title){font-feature-settings:"kern","liga";border:none;font-size:.84rem;font-weight:600;padding:10px 50px}:is(summary):after{background-color:#000;content:"";height:1.4rem;mask-image:url('data:image/svg+xml;charset=utf-8,');-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,');mask-image:var(--md-details-icon);-webkit-mask-image:var(--md-details-icon);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:.4rem;top:.625em;transform:rotate(-90deg);transition:transform .25s;width:1.4rem}details[open]>summary:after{transform:rotate(0deg)}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.top-0{top:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.col-span-3{grid-column:span 3/span 3}.m-2{margin:.5rem}.-mx-20{margin-left:-5rem;margin-right:-5rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-my-2{margin-bottom:-.5rem;margin-top:-.5rem}.mx-0{margin-left:0;margin-right:0}.mx-20{margin-left:5rem;margin-right:5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.-mr-2{margin-right:-.5rem}.-mt-24{margin-top:-6rem}.-mt-6{margin-top:-1.5rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-10{margin-left:2.5rem}.ml-5{margin-left:1.25rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1\/3{height:33.333333%}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-48{height:12rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:15rem}.max-h-80{max-height:20rem}.max-h-screen{max-height:100vh}.w-0{width:0}.w-12{width:3rem}.w-2\/6{width:33.333333%}.w-4\/6{width:66.666667%}.w-48{width:12rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.max-w-7xl{max-width:80rem}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.origin-top-right{transform-origin:top right}.-translate-y-0{--tw-translate-y:-0px}.-translate-y-0,.-translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y:-0.25rem}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.5rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(2px*var(--tw-divide-y-reverse));border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 250 251/var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r-0{border-right-width:0}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-stone-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\!bg-\[length\:0px_0px\]{background-size:0 0!important}.bg-contain{background-size:contain}.bg-center{background-position:50%}.\!bg-no-repeat{background-repeat:no-repeat!important}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-bottom:0;padding-top:0}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-28{padding-bottom:7rem;padding-top:7rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-24{padding-bottom:6rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-12{padding-left:3rem}.pl-20{padding-left:5rem}.pl-6{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-20{padding-right:5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.not-italic{font-style:normal}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.grayscale{--tw-grayscale:grayscale(100%)}.filter,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.backdrop-blur{-webkit-backdrop-filter:blur(40px)}@font-face{font-family:CercoDEMO;font-weight:500;src:url(https://www2.freeflow.life/fonts/CercoDEMO-Medium.otf) format("opentype");src:url(../fonts/CercoDEMO-Medium.otf) format("opentype")}@font-face{font-family:CercoDEMO;font-weight:600;src:url(https://www2.freeflow.life/fonts/CercoDEMO-Bold.otf) format("opentype");src:url(../fonts/CercoDEMO-Bold.otf) format("opentype")}@font-face{font-family:CercoDEMO;font-weight:400;src:url(https://www2.freeflow.life/fonts/CercoDEMO-Light.otf) format("opentype");src:url(../fonts/CercoDEMO-Light.otf) format("opentype")}*,a{font-family:CercoDEMO,sans-serif}.bg-semi-white{background-color:#ffffffbf}.article h2{font-size:1.5rem}img[src*="#mx-auto"]{margin:auto}img[src*="#small"]{width:68px}img[src*="#md"]{width:300px}img[src*="#medium"]{width:400px}img[src*="#logo"]{margin:auto;max-width:min(250px,100%)}img[src*="#large"]{margin:auto;width:min(60vw,100vh)}img[src*="#tft_img"]{margin:8px;width:150px}.logo_size{width:200px}button:hover :is(:where(a)){color:#c6f8ff}button :is(:where(p)){color:#3d3b39;font-weight:400}header .freeflow{background-color:initial;position:absolute}footer .freeflow{align-items:center;background-color:#eae8e3;display:flex;flex-direction:column;padding:40px;width:100vw}footer .freeflow img{margin-bottom:20px;width:200px}header .freeflow div{box-shadow:none;font-weight:700!important;text-transform:uppercase}button{background-color:#1a1a1a;border:none;border-radius:10px;box-shadow:none;font-size:20px}button a{color:#fff}a{border:none}header{font-family:Work Sans}.nav_btn{border:none!important;box-shadow:none!important;margin:0!important;padding:0!important}.quicklinks{align-items:center;border-radius:10px;box-sizing:border-box;display:inline-block;flex-wrap:wrap;margin:30px auto 20px;width:auto}.quicklinks img{display:inline-block;filter:grayscale(100%);height:auto;margin-right:30px;max-width:200px;opacity:.5;padding:10px;position:relative;transition:all .2s ease}.quicklinks img:hover{filter:grayscale(0);opacity:1;transition:all .2s ease}.banner{background:#00838d;color:#fff!important;display:block;letter-spacing:.5px;margin:0;overflow:hidden;padding:120px 0;position:relative;text-align:center;transition:1.5s;width:100%}.header{background:none;height:auto;padding:200px 0}.banner h2,.header h1{color:#fff;margin:auto;position:relative;transition:.3s;white-space:nowrap;z-index:1}.header h1{color:#000;transition:none}.banner h2 svg{font-size:40px;margin-left:15px;opacity:0;position:absolute;top:55%;transform:translateY(-50%) scale(.5);transition:.3s}.banner .back{filter:grayscale(1) contrast(1.4);height:100%;left:0;opacity:.25;position:absolute;top:0;transition:1.5s;width:100%}.banner .back,.header .back{background-position:50%;background-size:cover}.header .back{background-repeat:no-repeat;filter:none;opacity:1}a:hover{color:#5e5b59}.banner:hover{background:#4b3a92}.header:hover{background:none}.banner:hover h2 svg{opacity:1;transform:translateY(-50%) scale(1)}.banner:hover h2{padding-right:40px}.header:hover h1{padding-right:0}.banner:hover .back{transform:scale(1.03)}.header:hover .back{transform:none}@media (max-width:640px){.banner h2{font:600 7vw/10vw}.header h1{font-size:35px}.banner h2 svg{font-size:30px}}@media (max-width:480px){.banner,.header{padding:80px 0}}.focus-within\:outline-none:focus-within{outline:2px solid #0000;outline-offset:2px}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.hover\:border-stone-200:hover{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-stone-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity))}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:first\:text-gray-500:first-child:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:-mx-12{margin-left:-3rem;margin-right:-3rem}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:mx-20{margin-left:5rem;margin-right:5rem}.sm\:mx-32{margin-left:8rem;margin-right:8rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:mt-0{margin-top:0}.sm\:h-2\/3{height:66.666667%}.sm\:max-h-60{max-height:15rem}.sm\:w-5\/6{width:83.333333%}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:gap-0{gap:0}.sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.sm\:overflow-hidden{overflow:hidden}.sm\:rounded-md{border-radius:.375rem}.sm\:bg-transparent{background-color:initial}.sm\:p-12{padding:3rem}.sm\:p-6{padding:1.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-8{padding-bottom:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:col-span-2{grid-column:span 2/span 2}.md\:-mx-12{margin-left:-3rem;margin-right:-3rem}.md\:-mx-16{margin-left:-4rem;margin-right:-4rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:mx-28{margin-left:7rem;margin-right:7rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-40{margin-left:10rem;margin-right:10rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:mb-0{margin-bottom:0}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:h-24{height:6rem}.md\:max-h-80{max-height:20rem}.md\:w-2\/3{width:66.666667%}.md\:w-2\/6{width:33.333333%}.md\:w-4\/5{width:80%}.md\:w-4\/6{width:66.666667%}.md\:w-auto{width:auto}.md\:max-w-full{max-width:100%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-12{gap:3rem}.md\:gap-8{gap:2rem}.md\:p-8{padding:2rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-4{padding-bottom:1rem;padding-top:1rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pl-0{padding-left:0}.md\:pl-2{padding-left:.5rem}.md\:pr-0{padding-right:0}.md\:text-left{text-align:left}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:first\:px-8:first-child,.md\:last\:px-8:last-child{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.lg\:m-4{margin:1rem}.lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.lg\:-mx-16{margin-left:-4rem;margin-right:-4rem}.lg\:-mx-20{margin-left:-5rem;margin-right:-5rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:mx-80{margin-left:20rem;margin-right:20rem}.lg\:my-32{margin-bottom:8rem;margin-top:8rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-8{margin-left:2rem}.lg\:mr-24{margin-right:6rem}.lg\:mr-8{margin-right:2rem}.lg\:mt-0{margin-top:0}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-6{margin-top:1.5rem}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:max-h-96{max-height:24rem}.lg\:w-1\/2{width:50%}.lg\:w-2\/3{width:66.666667%}.lg\:w-5\/6{width:83.333333%}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-\[50\%\]{max-width:50%}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-none{max-width:none}.lg\:max-w-sm{max-width:24rem}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3rem*var(--tw-space-x-reverse))}.lg\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(5rem*var(--tw-space-x-reverse))}.lg\:\!bg-cover{background-size:cover!important}.lg\:p-0{padding:0}.lg\:p-12{padding:3rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-28{padding-bottom:7rem;padding-top:7rem}.lg\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pt-0{padding-top:0}.lg\:pt-28{padding-top:7rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.lg\:backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.lg\:first\:px-20:first-child,.lg\:last\:px-20:last-child{padding-left:5rem;padding-right:5rem}}@media (min-width:1280px){.xl\:col-span-1{grid-column:span 1/span 1}.xl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.xl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:mx-96{margin-left:24rem;margin-right:24rem}.xl\:mt-0{margin-top:0}.xl\:w-11\/12{width:91.666667%}.xl\:max-w-lg{max-width:32rem}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:p-12{padding:3rem}.xl\:backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}}@media (min-width:1536px){.\32xl\:mt-0{margin-top:0}.\32xl\:pt-24{padding-top:6rem}} \ No newline at end of file diff --git a/templates/_default/base.html b/templates/_default/base.html index 2dc1353..a609dd3 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -5,7 +5,7 @@ {% include "partials/header.html" %} -
+
{% block content %}{% endblock %}
{% include "partials/footer.html" %} diff --git a/templates/blogPage.html b/templates/blogPage.html index 8b3396b..0b38cb9 100644 --- a/templates/blogPage.html +++ b/templates/blogPage.html @@ -1,23 +1,101 @@ {% extends "_default/base.html" %} {% block content %} +{% if page.taxonomies.people %} +{% set people = get_section(path="people/_index.md") %} +{% set pages_str = people.pages | json_encode() | as_str %} +{% if pages_str is containing(page.taxonomies.people[0]) %} +{% set author_path = 'people/' ~ page.taxonomies.people[0] ~ '/index.md' %} +{% set author = get_page(path=author_path) %} +{% endif %} +{% endif %} + -
-
- -
-
-

- {{ page.title }} -

-

-

- - {{ page.content | safe }} -
-
-
-
+{% set split = page.content | split(pat="threefold.io") %} +{% if split | length < 2 %} {% set content=page.content %} {% else %} {% set content="" %} {% for part in split %} {% if + part is starting_with("/blog") %} {% set split_part=part | split(pat='/">' ) %} {% set link=split_part[0] %} {% set + link=link | replace(from="/blog/post" , to="/blog" ) %} {% set link=link | replace(from="_" , to="-" ) %} {% set + rest_part=split_part | slice(start=1) | join(sep='/">' ) %} {% set part=link ~ '/">' ~ rest_part %} {% endif %} {% if + loop.first %} {% set_global content=part%} {% else %} {% set_global content=content ~ "threefold.io" ~ part%} {% endif + %} {% endfor %} {% endif %}
-{% endblock content %} \ No newline at end of file +
+ +
+
+

+ {{ page.title }} +

+ +

+ {{ page.description }} +

+ + {% set img_url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', + to=page.extra.imgPath)) %} + {{page.title ~ 'Picture'}} +
{{ content | safe }}
+ +
+
+ + +
+
+ + {% endblock content %} diff --git a/templates/layouts/people.html b/templates/layouts/people.html new file mode 100644 index 0000000..abd7d50 --- /dev/null +++ b/templates/layouts/people.html @@ -0,0 +1,83 @@ +{% extends "_default/base.html" %} + + +{% block content %} + +
+ + + {%- set section = get_section(path="people/_index.md") %} +
+ {% include "partials/filter_bar.html" %} +
+

+ {% set path_array = current_path | split(pat="/") %} + {% set taxonomy = path_array[1] %} + {% set category = path_array[2] %} + {{category | replace(from='-', to=' ' ) | title}} +

+
+
+ {%- for page in paginator.pages %} + {% if "Engineering" == "Engineering"%} + {% include "partials/personCard.html" %} + {%endif%} {%- endfor %} +
+
+

+ {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} +           + {% include "partials/icons/svgPrevPageIcon.html" %} +           +           {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} +           {% include + "partials/icons/svgFirstPageIcon.html" %} +           +           {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} +           + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} +           {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +

+
+
+
+
+ + {% endblock content %} \ No newline at end of file diff --git a/templates/newsPage.html b/templates/newsPage.html new file mode 100644 index 0000000..69debfe --- /dev/null +++ b/templates/newsPage.html @@ -0,0 +1,143 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% set split = page.content | split(pat="threefold.io") %} +{% if split | length < 2 %} + {% set content = page.content %} +{% else %} + {% set content = "" %} + {% for part in split %} + {% if part is starting_with("/blog") %} + {% set split_part = part | split(pat='/">') %} + {% set link = split_part[0] %} + {% set link = link | replace(from="/blog/post", to="/blog") %} + {% set link = link | replace(from="_", to="-") %} + {% set rest_part = split_part | slice(start=1) | join(sep='/">') %} + {% set part = link ~ '/">' ~ rest_part %} + {% endif %} + {% if part is starting_with("/people") %} + {% set split_part = part | split(pat='/">') %} + {% set link = split_part[0] %} + {% set link = link | replace(from="_", to="-") %} + {% set rest_part = split_part | slice(start=1) | join(sep='/">') %} + {% set part = link ~ '/">' ~ rest_part %} + {% endif %} + {% if loop.first %} + {% set_global content = part %} + {% else %} + {% set_global content = content ~ "threefold.io" ~ part %} + {% endif %} + {% endfor %} +{% endif %} + + + +
+ +
+ +
+
+

+ {{ page.title }} +

+
{{ page.description }}
+
+ +
+
+ {% if page.extra.imgPath %} + {% set img_url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} + + {%endif%} +
+ +
+
+
{{ content | safe }}
+
+ + +
+
+
+{% endblock content %} \ No newline at end of file diff --git a/templates/partials/accordion.html b/templates/partials/accordion.html new file mode 100644 index 0000000..0aed92b --- /dev/null +++ b/templates/partials/accordion.html @@ -0,0 +1,48 @@ +{% set tfFaq = get_section(path="faq/_index.md") %} +{% set farmFaq = get_section(path="farmfaq/_index.md") %} +{% set tftFaq = get_section(path="tftfaq/_index.md") %} + +{% if current_path == '/faq/' %} +

{{ tfFaq.title }}

+
+ {% for page in tfFaq.pages %} +
+ {{ page.title }} +
+

{{ page.content | safe }}

+
+
+ {% endfor %} +
+ +{% elif current_path == '/farmfaq/' %} +

{{ farmFaq.title }}

+
+ {% for page in farmFaq.pages %} +
+ {{ page.title }} +
+

{{ page.content | safe }}

+
+
+ {% endfor %} +
+ +{% elif current_path == '/tftfaq/' %} +

{{ tftFaq.title }}

+
+ {% for page in tftFaq.pages %} +
+ {{ page.title }} +
+

{{ page.content | safe }}

+
+
+ {% endfor %} +
+{% endif %} + \ No newline at end of file diff --git a/templates/partials/featuredNews.html b/templates/partials/featuredNews.html index 8c67ed4..3388c2e 100644 --- a/templates/partials/featuredNews.html +++ b/templates/partials/featuredNews.html @@ -12,6 +12,20 @@

{{ featured.date | date(format="%B %e, %Y", timezone="America/Chicago")}} - + {% for author in featured.taxonomies.people %} + {% set author_path = 'people/' ~ author ~ '/index.md' %} + {% set author = get_page(path=author_path) %} + {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %} + {{ author.title }} {{ author.title }} + {% endfor %}

diff --git a/templates/partials/featuredProduct.html b/templates/partials/featuredProduct.html deleted file mode 100644 index 63b09ca..0000000 --- a/templates/partials/featuredProduct.html +++ /dev/null @@ -1,36 +0,0 @@ -{% if featured.taxonomies.people %} - {% set people = get_section(path="people/_index.md") %} - {% set pages_str = people.pages | json_encode() | as_str %} - {% if pages_str is containing(featured.taxonomies.people[0]) %} - {% set author_path = 'people/' ~ featured.taxonomies.people[0] ~ '/index.md' %} - {% set author = get_page(path=author_path) %} - {% endif %} -{% endif %} - - - -
-
-

FEATURED PRODUCT

- -

- {{ featured.title }} -

-
-

- {{ featured.date | date(format="%B %e, %Y", timezone="America/Chicago")}} - -

- -
- -
- -
-
- -
- - - - \ No newline at end of file diff --git a/templates/partials/filter_bar.html b/templates/partials/filter_bar.html new file mode 100644 index 0000000..04e549c --- /dev/null +++ b/templates/partials/filter_bar.html @@ -0,0 +1,48 @@ +{% set path_array = current_path | split(pat="/") %} +{% set taxonomy = path_array[1] %} +{% set category = path_array[2] %} +{% if path_array | length < 4%} +{% set category = "All" %} +{% endif %} + + + +
+
+
+
+ + Filter: + +
+
+ +
+
\ No newline at end of file diff --git a/templates/partials/head.html b/templates/partials/head.html index 1515e14..60eff64 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -5,19 +5,111 @@ {% set zolaVer = '0.13.0' %} - - + {% block title %} - {% if current_path == '/' %} {{ config.title }} - - {% else %} - {% if section.title %}{{ section.title }} • {% endif %}{% if page.title %}{{ page.title }} • {% endif %}{{ config.title }} - - {% endif %} - {% endblock title %} + + - + {% if section.title %} + {{ section.title }} + + {% elif page.title %} + {{ page.title }} + + {%endif%} + + {%if section.extra.imgPath %} + + + + {% elif page.extra.imgPath %} + + + + {%endif%} + + {%if section.description%} + + + + {%elif page.description%} + + + + {%endif%} + + + + {% endblock title %} + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +128,49 @@ - - - + + + + + + + + \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index f335da8..b7f5813 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -1,90 +1,3 @@ - - - - - {% set section = get_section(path="_index.md") %} {% set subsections_str = section.subsections | join(sep=" ") %} @@ -221,6 +134,4 @@ -{% endif %} - - +{% endif %} \ No newline at end of file diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index c804746..6ba662b 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -3,87 +3,6 @@ Read the documentation to get started: https://tailwindui.com/documentation --> - - {%- set section = get_section(path="header/_index.md") %} {% set header_items = section.content | safe | split(pat="
  • ") %} @@ -231,4 +150,4 @@ - + \ No newline at end of file diff --git a/templates/partials/icons/svgDribbbleIcon.html b/templates/partials/icons/svgDribbbleIcon.html index 2e94586..0ec7187 100644 --- a/templates/partials/icons/svgDribbbleIcon.html +++ b/templates/partials/icons/svgDribbbleIcon.html @@ -1,3 +1,3 @@ -
    + {% include "partials/filter_bar.html" %} +
    +
    +

    + {{category | replace(from='-', to=' ' ) | title}} +

    + test +
    + {{ paginator.total_pages ~ " People"}} +
    +
    + +
    + +
    +
    + {%- for page in paginator.pages %} + {% include "partials/person_card.html" %} + {%- endfor %} +
    +
    +

    + {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} +           + {% include "partials/icons/svgPrevPageIcon.html" %} +           +           {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} +           {% include + "partials/icons/svgFirstPageIcon.html" %} +           +           {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} +           + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} +           {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +

    +
    +
    + +
    + +{% endblock content %} diff --git a/templates/partials/newsPosts.html b/templates/partials/newsPosts.html index 5c50e65..b018916 100644 --- a/templates/partials/newsPosts.html +++ b/templates/partials/newsPosts.html @@ -7,7 +7,7 @@ {% set path_array = current_path | split(pat="/") %} {% set taxonomy = path_array[1] %} {% set category = path_array[2] %} - The Latest from OurWorld Free Zone + The Latest from ThreeFold {% if taxonomy == "news-category" %} - {{category | replace(from='-', to=' ' ) | title}} {% endif %} diff --git a/templates/partials/pageBox.html b/templates/partials/pageBox.html index f44fee4..d33740c 100644 --- a/templates/partials/pageBox.html +++ b/templates/partials/pageBox.html @@ -2,7 +2,7 @@ {{page.title | safe}} - {% include "partials/categories.html" %} + {% include "partials/tags.html" %}

    {{page.description | safe}}

    diff --git a/templates/partials/personCard.html b/templates/partials/personCard.html new file mode 100644 index 0000000..2204df7 --- /dev/null +++ b/templates/partials/personCard.html @@ -0,0 +1,26 @@ +
    + + {% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} + {{page.title ~ ' Picture'}} +
    +

    {{page.title}}

    +
    + {% if page.description %} + {{page.description}} + {% else %} + {{page.content | safe}} + {% endif %} +
    +
    +
    + +
    + diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html new file mode 100644 index 0000000..2204df7 --- /dev/null +++ b/templates/partials/person_card.html @@ -0,0 +1,26 @@ +
    + + {% set url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} + {{page.title ~ ' Picture'}} +
    +

    {{page.title}}

    +
    + {% if page.description %} + {{page.description}} + {% else %} + {{page.content | safe}} + {% endif %} +
    +
    +
    + +
    + diff --git a/templates/partials/socialLinks.html b/templates/partials/socialLinks.html index 7bf4ba5..076ebc0 100644 --- a/templates/partials/socialLinks.html +++ b/templates/partials/socialLinks.html @@ -1,4 +1,8 @@ -
    +{% if not section %} +{% set section = page %} +{% endif %} + +
    {% for key, link in section.extra.socialLinks %} @@ -7,8 +11,12 @@ {% include "partials/icons/svgFacebookIcon.html" %} {% elif key == "Github" %} {% include "partials/icons/svgGithubIcon.html" %} + {% elif key == "Github2" %} + {% include "partials/icons/svgGithubIcon.html" %} {% elif key == "Instagram" %} {% include "partials/icons/svgInstagramIcon.html" %} + {% elif key == "LinkedIn" %} + {% include "partials/icons/svgLinkedInIcon.html" %} {% elif key == "Twitter" %} {% include "partials/icons/svgTwitterIcon.html" %} {% elif key == "Dribbble" %} diff --git a/templates/partials/tagCard.html b/templates/partials/tagCard.html new file mode 100644 index 0000000..8f3a4ad --- /dev/null +++ b/templates/partials/tagCard.html @@ -0,0 +1,69 @@ +{% block content %} + +
    +

    + {% set path_array = current_path | split(pat="/") %} + {% set taxonomy = path_array[1] %} + {% set tag = path_array[2] %} + {% if taxonomy == "tags" %} # + {{tag | replace(from='-', to='_' ) | title}} + {% endif %} +

    +
    +
    + {%- for post in paginator.pages %} + {% if "Engineering" == "Engineering"%} + {% include "partials/tagCard.html" %} + {%endif%} {%- endfor %} +
    +
    +

    + {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} +           + {% include "partials/icons/svgPrevPageIcon.html" %} +           +           {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} +           {% include + "partials/icons/svgFirstPageIcon.html" %} +           +           {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} +           + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} +           {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +

    +
    +
    + +{% endblock content %} diff --git a/templates/partials/tags.html b/templates/partials/tags.html index 5db604a..55c7e5c 100644 --- a/templates/partials/tags.html +++ b/templates/partials/tags.html @@ -1,5 +1,5 @@
    - {% for tag in page.taxonomies.categories %} + {% for tag in page.taxonomies.tags %}
    {{tag}}
    {% endfor %}
    \ No newline at end of file diff --git a/templates/partials/tagsCards.html b/templates/partials/tagsCards.html new file mode 100644 index 0000000..8f3a4ad --- /dev/null +++ b/templates/partials/tagsCards.html @@ -0,0 +1,69 @@ +{% block content %} + +
    +

    + {% set path_array = current_path | split(pat="/") %} + {% set taxonomy = path_array[1] %} + {% set tag = path_array[2] %} + {% if taxonomy == "tags" %} # + {{tag | replace(from='-', to='_' ) | title}} + {% endif %} +

    +
    +
    + {%- for post in paginator.pages %} + {% if "Engineering" == "Engineering"%} + {% include "partials/tagCard.html" %} + {%endif%} {%- endfor %} +
    +
    +

    + {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} +           + {% include "partials/icons/svgPrevPageIcon.html" %} +           +           {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} +           {% include + "partials/icons/svgFirstPageIcon.html" %} +           +           {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} +           + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} +           {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +

    +
    +
    + +{% endblock content %} diff --git a/templates/partials/tagsSidebar.html b/templates/partials/tagsSidebar.html new file mode 100644 index 0000000..062a695 --- /dev/null +++ b/templates/partials/tagsSidebar.html @@ -0,0 +1,23 @@ +
    +
    +

    FILTER BY

    + {% set taxonomy = get_taxonomy(kind="tags") %} + {% set tags = taxonomy.items %} + {% for tag in tags %} + {% set path = tag.name | slugify %} + {% set fullpath = "/tags/" ~ path %} + #{{tag.name}} + {% endfor %} +
    +
    + + \ No newline at end of file diff --git a/templates/people_page.html b/templates/people_page.html new file mode 100644 index 0000000..8e94af9 --- /dev/null +++ b/templates/people_page.html @@ -0,0 +1,73 @@ +{% extends "_default/base.html" %} +{% block content %} + + +
    + {% include "partials/filter_bar.html" %} + +
    +

    + {% set path_array = current_path | split(pat="/") %} + {% set taxonomy = path_array[1] %} + {% set category = path_array[2] %} + {{category | replace(from='-', to=' ' ) | title}} +

    +
    +
    + {%- for page in paginator.pages %} + {% if "Engineering" == "Engineering"%} + {% include "partials/person_card.html" %} + {%endif%} {%- endfor %} +
    +
    +

    + {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} +           + {% include "partials/icons/svgPrevPageIcon.html" %} +           +           {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} +           {% include + "partials/icons/svgFirstPageIcon.html" %} +           +           {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} +           + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} +           {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +

    +
    +
    +
    + +{% endblock content %} diff --git a/templates/person_page.html b/templates/person_page.html new file mode 100644 index 0000000..36a81c3 --- /dev/null +++ b/templates/person_page.html @@ -0,0 +1,48 @@ +{% extends "_default/base.html" %} +{% block content %} + +
    +
    +
    + +
    +
    +
    +

    + {{page.title}} +

    +
    + {% include "partials/socialLinks.html" %} +
    +
    +
    + {{page.content | safe }} +
    +
    +
    +
      + {% for org in page.extra.organizations %} +
    • + + + +
    • + {% endfor %} +
    +
    +
    + {% for tag in page.taxonomies.memberships %} + + {{tag}} + + {% endfor %} +
    +
    +
    +
    +
    +
    +
    +
    + +{% endblock content %} \ No newline at end of file diff --git a/templates/resourcesPage.html b/templates/resourcesPage.html new file mode 100644 index 0000000..cc7f0aa --- /dev/null +++ b/templates/resourcesPage.html @@ -0,0 +1,36 @@ +{% extends "_default/base.html" %} +{% block content %} + +
    + +
    +
    + +
    {{ page.content | safe }}
    +
    + + +
    +
    +{% endblock content %} \ No newline at end of file diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 1bd565d..abd9d4c 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -41,10 +41,10 @@ Parameters: {% if 2 < columns | length %} {% set row_class = row_class ~ " lg:items-start" %} {% else %} - {% set row_class = row_class ~ " lg:items-center" %} + {% set row_class = row_class ~ " items-center" %} {% endif %} -{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-2 xl:mx-4" %} +{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0" %} {% set row_id = '' %} @@ -56,26 +56,30 @@ Parameters: + {% if reverse %} {% if "rightreserve" in reverse %} - {% set row_class = "flex flex-col-reverse md:flex-row items-center" %} + {% set row_class = "flex flex-col-reverse md:flex-row items-center mx-0" %} {% elif "leftreserve" in reverse %} - {% set row_class = "flex flex-col md:flex-row items-center" %} + {% set row_class = "flex flex-col md:flex-row items-center mx-8" %} {% endif %} {% endif %} + -{% set padding_class = " py-8 md:py-8 lg:py-28" %} +{% set padding_class = " py-8 md:py-8 lg:py-24" %} {% if padding %} {% if "none" in padding %} {% set padding_class = " py-0" %} {% elif "top" in padding %} - {% set padding_class = " py-2 md:py-4 lg:pt-28" %} + {% set padding_class = " py-0 lg:pt-24" %} {% elif "bottom" in padding %} - {% set padding_class = " py-2 md:py-4 lg:pb-28" %} + {% set padding_class = " py-2 md:py-4 lg:pb-24" %} + {% elif "both" in padding %} + {% set padding_class = " py-8 md:py-4 lg:py-24" %} {% endif %} {% endif %} @@ -94,7 +98,7 @@ Parameters: {% if "none" in margin %} {% set margin_class = " mx-0" %} {% elif "wide" in margin %} - {% set margin_class = " mx-4 sm:mx-8 md:mx-12 lg:mx-16 xl:mx-20" %} + {% set margin_class = " mx-4 sm:mx-8 md:mx-12 lg:mx-16 xl:mx-20 " %} {% elif "moderate" in margin %} {% set margin_class = " mx-4 sm:mx-16 md:mx-20 lg:mx-28" %} {% elif "narrow" in margin %} @@ -103,6 +107,8 @@ Parameters: {% set margin_class = " mx-4 sm:mx-32 md:mx-40 lg:mx-80 xl:mx-96" %} {% elif "header" in margin %} {% set margin_class = " mx-4 sm:mx-20 md:mx-28 lg:mx-40 my-10" %} + {% elif "withContainer" in margin %} + {% set margin_class = " mx-4 " %} {% endif %} {% if "lean-left" in margin %} {% set margin = margin_class | replace(from=" ", to=" first:")%} @@ -125,18 +131,34 @@ Parameters: {% set row_class = row_class ~ margin_class %} + + {% if style %} {% if "center" in style %} - {% set row_class = row_class ~ " text-center items-center" %} + {% set row_class = row_class ~ " text-center items-center " %} {% set col_class = col_class ~ " flex-1 " %} {% endif %} - {% if "items-end" in style %} - {% set row_class = row_class ~ " lg:items-end" %} - {% set col_class = col_class ~ " flex-1 " %} + {% if "right" in style %} + {% set row_class = row_class ~ " text-center lg:text-right md:text-right justify-center " %} + {% set col_class = col_class ~ " flex-1" %} {% endif %} + {% if "left" in style %} + {% set row_class = row_class ~ " text-center lg:text-left md:text-left justify-center " %} + {% set col_class = col_class ~ " flex-1" %} + {% endif %} + + + {% if "items-end" in style %} + {% set row_class = row_class ~ " lg:items-end" %} + {% set col_class = col_class ~ " flex-1 " %} + {% endif %} + + + + {% if "between" in style %} {% set row_class = row_class ~ " lg:max-w-6xl " %} @@ -206,7 +228,7 @@ Parameters: {% set no_margins = " -mx-8 md:-mx-12 lg:-mx-16 xl:-mx-20" %} -
    +
    {% for column in columns%} diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html new file mode 100644 index 0000000..f628a84 --- /dev/null +++ b/templates/taxonomy_list.html @@ -0,0 +1,4 @@ +{% extends "index.html" %} + +{% block content %} +{% endblock content %} \ No newline at end of file diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html new file mode 100644 index 0000000..7b9e37c --- /dev/null +++ b/templates/taxonomy_single.html @@ -0,0 +1,22 @@ +{% extends "index.html" %} + +{% block content %} + +
    + +
    + {% if current_path is containing("tags") %} + {% include "partials/tagsCards.html" %} + {% include "partials/tagsSidebar.html" %} + {% elif current_path is containing("memberships") %} + {% include "partials/memberships.html" %} + {% elif current_path is containing("people") %} + {% else %} + {% include "partials/newsPosts.html" %} + {% include "partials/newsSidebar.html" %} + {% endif %} +
    +
    + + {% endblock content %} +