Skip to content

Commit

Permalink
update links and buttons for participant applications (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Apr 2, 2024
1 parent 6dda1ad commit 579ff32
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
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

0 comments on commit 579ff32

Please sign in to comment.