update team page

This commit is contained in:
2023-11-06 16:47:50 +02:00
parent d1375b5745
commit c6e77d5b9c
10 changed files with 91 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

View File

@@ -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.

View File

@@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

@@ -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."

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -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. Im passionate about learning new things, exploring different topics, and engaging with the farmers in a friendly and helpful way.

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -57,7 +57,7 @@
function showHamburger() { function showHamburger() {
document.getElementById('header-container').className = "overflow-hidden"; 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('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"; 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 %} {% set menu_id = header_label ~ "-menu" | slugify %}
<nav> <nav>
<div id="{{menu_id}}" class="mt-16 sm:mt-0 md:mt-0 lg:mt-0 xl:mt-0 2xl:mt-0 z-30 absolute inset-x-0 transform shadow-lg lg:backdrop-blur xl:backdrop-blur transition duration-200 ease-in opacity-0 -translate-y-1 hidden"> <div id="{{menu_id}}" class="mt-0 sm:mt-0 md:mt-0 lg:mt-0 xl:mt-0 2xl:mt-0 z-30 absolute inset-x-0 transform shadow-lg lg:backdrop-blur xl:backdrop-blur transition duration-200 ease-in opacity-0 -translate-y-1 hidden">
<div class="bg-white lg:bg-semi-white md:bg-semi-white xl:bg-semi-white"> <div class="bg-white lg:bg-semi-white md:bg-semi-white xl:bg-semi-white">
<div class="mx-8 lg:mx-20 xl:mx-20 px-6 py-4 sm:px-8 sm:py-6 lg:px-12 lg:py-8 xl:py-12"> <div class="mx-8 lg:mx-20 xl:mx-20 px-6 py-4 sm:px-8 sm:py-6 lg:px-12 lg:py-8 xl:py-12">
{{header_menu | safe }} {{header_menu | safe }}
@@ -207,7 +207,7 @@
Item active: "text-gray-600", Item inactive: "text-gray-400" Item active: "text-gray-600", Item inactive: "text-gray-400"
--> -->
{% set menu_id = header_label ~ "-mobile-menu" | slugify %} {% set menu_id = header_label ~ "-mobile-menu" | slugify %}
<div id="{{menu_id}}" class="z-50 leading-3 mt-6 pl-12 inset-x-0 text-sm transform duration-200 ease-in opacity-0 -translate-y-1 hidden"> <div id="{{menu_id}}" class="z-50 leading-3 mt-0 pl-12 inset-x-0 text-sm transform duration-200 ease-in opacity-0 -translate-y-1 hidden">
{{ header_arr[1] | safe }} {{ header_arr[1] | safe }}
</div> </div>
</button> </button>

View File

@@ -126,7 +126,7 @@
{% set menu_id = header_label ~ "-menu" | slugify %} {% set menu_id = header_label ~ "-menu" | slugify %}
<nav> <nav>
<div id="{{menu_id}}" class="nav_menu mt-16 sm:mt-0 md:mt-0 lg:mt-0 xl:mt-0 2xl:mt-0 z-30 absolute inset-x-0 transform shadow-lg lg:backdrop-blur xl:backdrop-blur transition duration-200 ease-in opacity-0 -translate-y-1 hidden"> <div id="{{menu_id}}" class="nav_menu mt-0 sm:mt-0 md:mt-0 lg:mt-0 xl:mt-0 2xl:mt-0 z-30 absolute inset-x-0 transform shadow-lg lg:backdrop-blur xl:backdrop-blur transition duration-200 ease-in opacity-0 -translate-y-1 hidden">
<div class="bg-white lg:bg-semi-white md:bg-semi-white xl:bg-semi-white"> <div class="bg-white lg:bg-semi-white md:bg-semi-white xl:bg-semi-white">
<div id="menu" class="mx-8 lg:mx-10 xl:mx-10 px-6 sm:p-6 md:p-8"> <div id="menu" class="mx-8 lg:mx-10 xl:mx-10 px-6 sm:p-6 md:p-8">
{{header_menu | safe }} {{header_menu | safe }}
@@ -153,7 +153,7 @@
<div id="hamburger" class="hidden fixed mt-16 z-20 top-0 inset-x-0 transition transform origin-top-right lg:hidden"> <div id="hamburger" class="hidden fixed mt-16 z-20 top-0 inset-x-0 transition transform origin-top-right lg:hidden">
<div> <div>
<div class="shadow-xs h-screen bg-white divide-y-2 divide-gray-50"> <div class="shadow-xs h-screen bg-white divide-y-2 divide-gray-50">
<div class="pb-6 sm:px-12 md:px-16 mt-6 lg:px-20 space-y-6 sm:space-y-8 sm:pb-8 max-h-screen overflow-y-auto"> <div class="pb-6 sm:px-12 md:px-16 mt-0 lg:px-20 space-y-6 sm:space-y-8 sm:pb-8 max-h-screen overflow-y-auto">
<nav class="flex flex-col justify-around pb-12"> <nav class="flex flex-col justify-around pb-12">
{% for header_item in header_items %} {% for header_item in header_items %}