diff --git a/content/people/threefold_community/index.md b/content/people/threefold_community/index.md new file mode 100644 index 000000000..4f41e21b7 --- /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:, + github: , + 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 000000000..8cbc34a55 Binary files /dev/null and b/content/people/threefold_community/threefold_community.png differ diff --git a/templates/people/list.html b/templates/people/list.html index cefddf26e..77eee454b 100644 --- a/templates/people/list.html +++ b/templates/people/list.html @@ -25,8 +25,10 @@ {% if pages_str is containing(person.title) %} {% set page = get_page(path=page_path) %} {% if page.extra.private >= 0 %} + {% if page.title != "ThreeFold_Community"%} {% include "partials/person_card.html" %} {% endif %} + {% endif %} {% endif %} {% endfor %}