This commit is contained in:
ehab
2025-12-02 13:30:34 +02:00
13 changed files with 35 additions and 126 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

View File

@@ -1,24 +0,0 @@
---
title: Alaa Mahmoud
weight: 2
description: Development Team
taxonomies:
people: [alaa_mahmoud]
memberships: [team]
extra:
imgPath: alaa_mahmoud.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/alaa-mahmoud-647236153/,
websites: https://threefold.io/,
}
---
<!--
Alaa is an accomplished software engineer boasting over a year of professional experience in the field.Alaa consistently strives for excellence in all endeavors. With a passion for innovation and a dedication to achieving results, they bring invaluable expertise to every project they undertake.
--!>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

View File

@@ -1,25 +0,0 @@
---
title: Amira Abouhadid
weight: 4
description: Development Team
taxonomies:
people: [amira_abouhadid]
memberships: [team]
extra:
imgPath: amira_abouhadid.jpg
organizations: [threefold_tech]
countries: [Egypt]
cities: [Cairo]
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/amira-abouhadid/,
github: https://github.com/amiraabouhadid,
websites: https://threefold.tech,
}
---
<!--
Trilingual (Arabic, English & German) software developer and chemical engineer skilled in remote pair programming and mentoring. I can use multiple languages, frameworks, and technologies to efficiently achieve a projects goals.
--!>

View File

@@ -1,25 +0,0 @@
---
title: Khaled Mahmoud Youssef
weight: 4
description: Software Testing Engineer
taxonomies:
people: [khaled_youssef]
memberships: [team]
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.
--!?

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

View File

@@ -1,25 +0,0 @@
---
title: Omar Kassem
weight: 4
description: Development Team
taxonomies:
people: [omar_kassem]
memberships: [team]
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.
--!>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

View File

@@ -1,25 +0,0 @@
---
title: Samar Adel
weight: 2
description: Web Developer
taxonomies:
people: [samar_adel]
memberships: [team]
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.
--!>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

View File

@@ -12,7 +12,7 @@
</style>
<div id="banner" class="relative isolate flex items-center gap-x-6 overflow-hidden mt-4 bg-gray-50 px-6 py-2 sm:before:flex-1" style="background: #E6F5EC; background: radial-gradient(circle, rgba(204, 232, 217, 1) 0%, rgba(172, 193, 232, 1) 100%);">
<p class="text-sm/6 text-gray-900 blink">
Unfolding Now: Read our latest <a href="https://forum.threefold.io/t/threefold-commercialization-update-28-november-2025/" rel="noopener" class="underline font-semibold whitespace-nowrap text-gray-900 hover:text-gray-700" style="text-decoration: underline;">commercialization update.</a> <span aria-hidden="true">&rarr;</span>
Unfolding Now: Read our latest <a href="https://forum.threefold.io/t/threefold-commercialization-update-28-november-2025/" target=”_blank” rel="noopener" class="underline font-semibold whitespace-nowrap text-gray-900 hover:text-gray-700" style="text-decoration: underline;">commercialization update.</a> <span aria-hidden="true">&rarr;</span>
</p>
<div class="flex flex-1 justify-end">
<button type="button" onclick="this.closest('#banner').remove()" class="-m-3 p-3 focus-visible:-outline-offset-4" style="border: none; outline: none; box-shadow: none;">

34
templates/sitemap.xml Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for entry in entries %}
<url>
<loc>{{ entry.permalink }}</loc>
{% if entry.updated %}
<lastmod>{{ entry.updated | date(format="%Y-%m-%d") }}</lastmod>
{% else %}
<lastmod>{{ now() | date(format="%Y-%m-%d") }}</lastmod>
{% endif %}
{% if entry.permalink == "/" %}
<changefreq>daily</changefreq>
<priority>1.0</priority>
{% elif entry.permalink is containing("/blog/") or entry.permalink is containing("/newsroom/") %}
{% if entry.permalink is ending_with("/blog/") or entry.permalink is ending_with("/newsroom/") %}
<changefreq>daily</changefreq>
<priority>0.9</priority>
{% else %}
<changefreq>monthly</changefreq>
<priority>0.7</priority>
{% endif %}
{% elif entry.permalink is containing("/people/") %}
<changefreq>monthly</changefreq>
<priority>0.6</priority>
{% elif entry.permalink is containing("/tags/") or entry.permalink is containing("/categories/") or entry.permalink is containing("/partners-category/") or entry.permalink is containing("/news-category/") or entry.permalink is containing("/roles/") or entry.permalink is containing("/memberships/") %}
<changefreq>weekly</changefreq>
<priority>0.6</priority>
{% else %}
<changefreq>weekly</changefreq>
<priority>0.8</priority>
{% endif %}
</url>
{% endfor %}
</urlset>

Submodule www_projectmycelium_io deleted from cbe5e76842