diff --git a/content/people/abdulrahman_elawady/index.md b/content/people/abdulrahman_elawady/index.md index 1e0344d74..edc8f346d 100644 --- a/content/people/abdulrahman_elawady/index.md +++ b/content/people/abdulrahman_elawady/index.md @@ -1,6 +1,6 @@ --- title: Abdulrahman Elawady -weight: 2 +weight: 9 description: Development Team taxonomies: people: [abdulrahman_elawady] diff --git a/content/people/zainab_elgohary/index.md b/content/people/zainab_elgohary/index.md index 677767135..2046e8e8c 100644 --- a/content/people/zainab_elgohary/index.md +++ b/content/people/zainab_elgohary/index.md @@ -7,7 +7,7 @@ taxonomies: memberships: [team] categories: [foundation] extra: - imgPath: zainab_elgohary.jpeg + imgPath: zainab_elgohary.png organizations: [threefold_tech] countries: [Egypt] cities: [Cairo] diff --git a/content/people/zainab_elgohary/zainab_elgohary.jpeg b/content/people/zainab_elgohary/zainab_elgohary.jpeg deleted file mode 100644 index 6cc049591..000000000 Binary files a/content/people/zainab_elgohary/zainab_elgohary.jpeg and /dev/null differ diff --git a/content/people/zainab_elgohary/zainab_elgohary.png b/content/people/zainab_elgohary/zainab_elgohary.png new file mode 100644 index 000000000..66f4430c3 Binary files /dev/null and b/content/people/zainab_elgohary/zainab_elgohary.png differ diff --git a/templates/layouts/people.html b/templates/layouts/people.html index abd7d5013..fcdb7decd 100644 --- a/templates/layouts/people.html +++ b/templates/layouts/people.html @@ -13,10 +13,10 @@ and a side nav for category and featured post navigation {%- set section = get_section(path="people/_index.md") %}
- {% include "partials/filter_bar.html" %} + {# {% include "partials/filter_bar.html" %} #}

{% set path_array = current_path | split(pat="/") %} {% set taxonomy = path_array[1] %} diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index 9286f9cf6..f30fa2e71 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -1,6 +1,6 @@ {% if page.title != 'ThreeFold Community' %} - + {# #}

{%endif%} diff --git a/templates/people/list.html b/templates/people/list.html index 3aab8d6f8..7cd1d828d 100644 --- a/templates/people/list.html +++ b/templates/people/list.html @@ -3,7 +3,7 @@ {%- set section = get_section(path="people/_index.md") %} {% include "partials/intro.html" %}
- {% include "partials/filter_bar.html" %} + {# {% include "partials/filter_bar.html" %} #}
{#

{% set path_array = current_path | split(pat="/") %} @@ -12,7 +12,7 @@ {{category | replace(from='-', to=' ' ) | title}}

#}
-
+
{% for person in section.pages %} {% set page_path = person.path ~ 'index.md' | replace(from='-', to='_') | trim_start_matches(pat="/") %} {% set people = get_section(path="people/_index.md") %} @@ -27,7 +27,7 @@ {% endif %} {% endfor %}
-
+ {#

{% if paginator.previous %} @@ -63,7 +63,7 @@           {% include "partials/icons/svgLastPageIcon.html" %}{% include "partials/icons/svgLastPageIcon.html" %} {% endif %} -

+

#}