diff --git a/content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg b/content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg new file mode 100644 index 000000000..19d9a82e2 Binary files /dev/null and b/content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg differ diff --git a/content/people/bernadette_amanda_caster/index.md b/content/people/bernadette_amanda_caster/index.md new file mode 100644 index 000000000..d99d54d52 --- /dev/null +++ b/content/people/bernadette_amanda_caster/index.md @@ -0,0 +1,22 @@ +--- +title: Bernadette Amanda Caster +weight: 1 +description: Passionate, Outgoing and Enthusiast +taxonomies: + people: [bernadette_amanda_caster] + memberships: [tech] + categories: [foundation] +extra: + imgPath: bernadette_amanda_caster.jpg + organizations: [threefold_tech] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/bernadette-caster-7a11a4b4/, + websites: https://threefold.io/, + } +--- + + +Amanda loves exploring things, especially at her job. She is proactive in volunteering to help others at her job and personally. She accepts life as it comes but learns what she can along the way. She believes to make a change in this world we need to be the change. diff --git a/content/people/mahendra_varma/index.md b/content/people/mahendra_varma/index.md new file mode 100644 index 000000000..420e99f73 --- /dev/null +++ b/content/people/mahendra_varma/index.md @@ -0,0 +1,21 @@ +--- +title: Mahendra Varma +weight: 1 +description: Consultant at ThreeFold DMCC +taxonomies: + people: [mahendra_varma] + memberships: [tech] + categories: [foundation] +extra: + imgPath: mahendra_varma.jpg + organizations: [threefold_tech] + countries: [] + cities: [] + private: 0 + socialLinks: { + websites: https://threefold.io/, + } +--- + + +Passionate about learning new technologies looking forward to see the decentralized world. diff --git a/content/people/mahendra_varma/mahendra_varma.jpg b/content/people/mahendra_varma/mahendra_varma.jpg new file mode 100644 index 000000000..4f748ff2a Binary files /dev/null and b/content/people/mahendra_varma/mahendra_varma.jpg differ diff --git a/content/people/mik_perreault/index.md b/content/people/mik_perreault/index.md new file mode 100644 index 000000000..9a8825a94 --- /dev/null +++ b/content/people/mik_perreault/index.md @@ -0,0 +1,21 @@ +--- +title: Mik Perreault +weight: 1 +description: Musician and mathematician contributing to the ThreeFold documentation. +taxonomies: + people: [mik_perreault] + memberships: [tech] + categories: [foundation] +extra: + imgPath: mik_perreault.jpg + organizations: [threefold_tech] + countries: [] + cities: [] + private: 0 + socialLinks: { + websites: https://threefold.io/, + } +--- + + +Mik strongly believes in the power of information. On the premise that knowledge is power, he thinks the new Internet provided by ThreeFold is a game changer. "Natura non facit saltus." diff --git a/content/people/mik_perreault/mik_perreault.jpg b/content/people/mik_perreault/mik_perreault.jpg new file mode 100644 index 000000000..bd2f033d3 Binary files /dev/null and b/content/people/mik_perreault/mik_perreault.jpg differ diff --git a/content/people/shangreiyo_awungshi/index.md b/content/people/shangreiyo_awungshi/index.md new file mode 100644 index 000000000..44d907742 --- /dev/null +++ b/content/people/shangreiyo_awungshi/index.md @@ -0,0 +1,22 @@ +--- +title: Shangreiyo Awungshi +weight: 1 +description: I am passionate about using my technical skills to help the farmers and be more productive. +taxonomies: + people: [shangreiyo_awungshi] + memberships: [tech] + categories: [foundation] +extra: + imgPath: shangreiyo_awungshi.jpg + organizations: [threefold_tech] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/shangreiyo-awungshi-918410224/, + websites: https://threefold.io/, + } +--- + + +I work as a technical support at Threefold. I’m passionate about learning new things, exploring different topics, and engaging with the farmers in a friendly and helpful way. diff --git a/content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg b/content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg new file mode 100644 index 000000000..9a8dd766e Binary files /dev/null and b/content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg differ diff --git a/templates/partials/header copy.html b/templates/partials/header copy.html index 044e16724..dedbd6541 100644 --- a/templates/partials/header copy.html +++ b/templates/partials/header copy.html @@ -57,7 +57,7 @@ function showHamburger() { document.getElementById('header-container').className = "overflow-hidden"; - document.getElementById('hamburger').className = "fixed mt-12 z-20 top-0 inset-x-0 transition transform origin-top-right"; + document.getElementById('hamburger').className = "fixed z-20 top-0 inset-x-0 transition transform origin-top-right"; document.getElementById('hamburger-btn').className = "hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; document.getElementById('close-hamburger-btn').className = "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out"; } @@ -155,7 +155,7 @@ {% set menu_id = header_label ~ "-menu" | slugify %}