Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update links and buttons for participant applications #9

Merged
merged 3 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions cookiecutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
42 changes: 22 additions & 20 deletions {{ cookiecutter.repo_directory }}/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h3 class="section-heading text-center">
<a class="btn btn-secondary btn-lg"
href="{{ cookiecutter.about.learn_more }}"
target="_blank">
Organizing Team Information
Participant Information
<i class="fas fa-external-link-alt"></i>
</a>
</div>
Expand All @@ -155,9 +155,9 @@ <h3 class="section-heading text-center">
</div>
<div class="about-cta text-center mb-4">
<a class="btn btn-secondary btn-lg"
href="https://washington.co1.qualtrics.com/jfe/form/SV_2mCdfajojmtDIBo"
href="https://uwashington.qualtrics.com/jfe/form/SV_3z4PnQHlT9Dsgia"
target="_blank">
Apply to the Organizing Team
Apply to Participate
<i class="fas fa-external-link-alt"></i>
</a>
</div>
Expand All @@ -179,25 +179,27 @@ <h4 class="mb-3 text-center">
{%- endif %}
</div>

<div class="media-block theme-bg-primary py-5">
<div class="container">
<h4 class="text-white text-center mb-3">
Information for Participants
</h4>
<div
class="section-intro text-center single-col-max mx-auto text-white mb-5">
{{cookiecutter.applicant_info}}
<div class="about-cta text-center mb-4"></div>
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="https://forms.fillout.com/t/fvDozLe31gus"
target="_blank">
Participant Interest Form
<i class="fas fa-external-link-alt"></i>
</a>
</div>
{%- if 'applicant_info' in cookiecutter %}
<div class="media-block theme-bg-primary py-5">
<div class="container">
<h4 class="text-white text-center mb-3">
Information for Participants
</h4>
<div
class="section-intro text-center single-col-max mx-auto text-white mb-5">
{{cookiecutter.applicant_info}}
<div class="about-cta text-center mb-4"></div>
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="https://forms.fillout.com/t/fvDozLe31gus"
target="_blank">
Participant Interest Form
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>
</div>
</div>
{%- endif %}
</section>

<!--//about-section-->
Expand Down