From 2e68ff106b18769a273b4ce4b7d6537e1c146aeb Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Mon, 25 Mar 2024 13:51:02 -0600 Subject: [PATCH] Team - Simplify YAML, remove key from social Remove the 'icon_pack' key from the YAML file to simplify editing. The css key is now hard-coded to the HTML. Note that the current used version of fontawesome does not have an icon for X (aka Twitter) yet. --- cookiecutter.yaml | 1 - team/anthony-arendt.yaml | 1 - team/don-setiawan.yaml | 1 - team/jessica-scheick.yaml | 2 -- team/joachim-meyer.yaml | 1 - team/naomi-alterman.yaml | 1 - team/scott-henderson.yaml | 1 - team/template.yaml | 5 ++++- {{ cookiecutter.repo_directory }}/index.html | 6 +++--- 9 files changed, 7 insertions(+), 12 deletions(-) diff --git a/cookiecutter.yaml b/cookiecutter.yaml index 2277ca0..416384e 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -40,7 +40,6 @@ sponsors: footer: social: - icon: github - icon_pack: fab link: https://github.com/uwhackweek/ _copy_without_render: - assets diff --git a/team/anthony-arendt.yaml b/team/anthony-arendt.yaml index a03bfef..4d7e8bb 100644 --- a/team/anthony-arendt.yaml +++ b/team/anthony-arendt.yaml @@ -17,7 +17,6 @@ - Python social: - icon: github - icon_pack: fab link: https://github.com/aaarendt user_groups: - Lead Hackweek Organizer diff --git a/team/don-setiawan.yaml b/team/don-setiawan.yaml index b80f0c6..37cba54 100644 --- a/team/don-setiawan.yaml +++ b/team/don-setiawan.yaml @@ -19,7 +19,6 @@ - Python social: - icon: github - icon_pack: fab link: https://github.com/lsetiawan user_groups: - Technology Specialist diff --git a/team/jessica-scheick.yaml b/team/jessica-scheick.yaml index de6dfd6..d8c0229 100644 --- a/team/jessica-scheick.yaml +++ b/team/jessica-scheick.yaml @@ -18,10 +18,8 @@ - ICESat-2/icepyx social: - icon: github - icon_pack: fab link: https://github.com/jessicas11 - icon: github - icon_pack: fab link: https://github.com/icesat2py user_groups: - Lead Hackweek Organizer diff --git a/team/joachim-meyer.yaml b/team/joachim-meyer.yaml index 6548deb..cebb0b6 100644 --- a/team/joachim-meyer.yaml +++ b/team/joachim-meyer.yaml @@ -16,7 +16,6 @@ - Modeling social: - icon: github - icon_pack: fab link: https://github.com/jomey user_groups: - Technology Specialist diff --git a/team/naomi-alterman.yaml b/team/naomi-alterman.yaml index f562d35..fb2e710 100644 --- a/team/naomi-alterman.yaml +++ b/team/naomi-alterman.yaml @@ -17,7 +17,6 @@ - Cloud computing social: - icon: github - icon_pack: fab link: https://github.com/naclomi user_groups: - Education Consultant diff --git a/team/scott-henderson.yaml b/team/scott-henderson.yaml index 352d750..47a13a9 100644 --- a/team/scott-henderson.yaml +++ b/team/scott-henderson.yaml @@ -14,7 +14,6 @@ - Cloud computing social: - icon: github - icon_pack: fab link: https://github.com/scottyhq user_groups: - Lead of Technology diff --git a/team/template.yaml b/team/template.yaml index 38028d8..cd1a716 100644 --- a/team/template.yaml +++ b/team/template.yaml @@ -10,8 +10,11 @@ - skill 2 social: - icon: github - icon_pack: fab link: Link to your GitHub profile + - icon: twitter + link: Link to your Twitter profile + - icon: linkedin + link: Link to your LinkedIn profile user_groups: - The role in the hackweek. Examples: Tutorial Lead, Project Helper diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index 29f118e..baf3bd9 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -398,7 +398,7 @@
{{ person['title'] }}
{%- for social in person['social'] %}
  • - +
  • {%- endfor %} @@ -452,7 +452,7 @@

    {%- for social in person['social'] %}
  • - +
  • {%- endfor %} @@ -541,7 +541,7 @@

    Our Sponsors

    {%- for soc in cookiecutter.footer['social'] %}
  • - +
  • {%- endfor %}