From beb627062a37d0f9acdd870eaf47b5006adecdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Mon, 11 Aug 2025 00:02:12 +0200 Subject: [PATCH] team --- _config.yml | 2 ++ _data/nav_order.yml | 1 + _staff/kiraly_franz.md | 7 +++++++ team.html | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 _staff/kiraly_franz.md create mode 100644 team.html diff --git a/_config.yml b/_config.yml index 9e63cbe..8fece13 100644 --- a/_config.yml +++ b/_config.yml @@ -15,6 +15,8 @@ collections: permalink: /:url projects: ouput: true + staff: + ouput: true # Plugins plugins: diff --git a/_data/nav_order.yml b/_data/nav_order.yml index 6a8e902..0096239 100644 --- a/_data/nav_order.yml +++ b/_data/nav_order.yml @@ -1,5 +1,6 @@ - Mission - Open Source AI +- Team - Join - Mentoring - Consulting \ No newline at end of file diff --git a/_staff/kiraly_franz.md b/_staff/kiraly_franz.md new file mode 100644 index 0000000..a3788a5 --- /dev/null +++ b/_staff/kiraly_franz.md @@ -0,0 +1,7 @@ +--- +title: Franz Kiraly +image: assets/images/feature-engine-logo-square.png +github_link: https://github.com/fkiraly +linkedin_link: https://www.linkedin.com/in/franz-kir%C3%A1ly-10a1391ba/ +--- +Franz Kiraly \ No newline at end of file diff --git a/team.html b/team.html new file mode 100644 index 0000000..36d22ce --- /dev/null +++ b/team.html @@ -0,0 +1,33 @@ +--- +layout: default +nav_title: Team +title: GC.OS Team +show_title: true +--- + +
+ +### Meet the GC.OS Team + +
+
+ {% for person in site.staff %} + {% capture person_content %} +
+
+ {{ person.title }} +
+

{{ person.content }}

+
+ {% include github-icon.html link=person.github_link %} + {% include linkedin-icon.html link=person.linkedin_link %} +
+
+ {% endcapture %} + {% include card.html + content=person_content + show_hover=false + %} + {% endfor %} +
+