From 579ff3284f642b35cbb8a66a544a5a4ee86dafad Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Tue, 2 Apr 2024 15:47:37 -0400 Subject: [PATCH] update links and buttons for participant applications (#9) --- cookiecutter.yaml | 5 +-- {{ cookiecutter.repo_directory }}/index.html | 42 ++++++++++---------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/cookiecutter.yaml b/cookiecutter.yaml index 9c1b770..2fd6063 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -2,8 +2,8 @@ repo_directory: html name: ICESat-2 Hackweek about: description: - "We are in the early stages of organizing a fifth event as part of this series, and we need your help! Consider joining the ICESat-2 hackweek organizing team. We will partner with you to design tutorials and projects, and provide a variety of professional development opportunities along the way. Click on the button below to learn more:" - learn_more: https://escience.notion.site/UW-Hackweek-Organizing-Team-Application-b7e5742a4c7e4cad8b4ece80ee171ab0 + "We are now accepting applications for hackweek participants." + learn_more: https://event.hackweek.io/ links: - url: https://icesat-2-2023.hackweek.io/ title: 2023 Hackweek @@ -30,7 +30,6 @@ banner: year: 2024 location: In Person on the University of Washington campus, Seattle, WA image: https://geohackweek.github.io/assets/images/banner.jpg -applicant_info: Right now we are only accepting applications for our Organizing Team. However, we would still like to hear from you if you are interested in attending as a participant! Applications for participants will open in early April. Click on the button below and we will be sure to email you as soon as the application form is available. team: !include book/team.yaml schedule: diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index acefd63..7898754 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -146,7 +146,7 @@

- Organizing Team Information + Participant Information @@ -155,9 +155,9 @@

@@ -179,25 +179,27 @@

{%- endif %} -
-
-

- Information for Participants -

-
- {{cookiecutter.applicant_info}} -
- - Participant Interest Form - - -
+ {%- if 'applicant_info' in cookiecutter %} +
+
+

+ Information for Participants +

+
+ {{cookiecutter.applicant_info}} +
+ + Participant Interest Form + + +
+
-
+ {%- endif %}