Skip to content

Commit

Permalink
Add Anchors to Join Us page (#3407)
Browse files Browse the repository at this point in the history
Added anchors to Advise Us, Volunteer with Us, and Partner with Us
  • Loading branch information
jdingeman authored Jul 20, 2022
1 parent 3d0107c commit d9748b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/join-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1 class="title1">Join Us</h1>
</div>

<div class="content-section join-us-card-container">
<a class="anchor" id="advise"></a>
<div class="page-card card-primary page-card-lg page-card--join page-card--large-icon-container">
<h2 class="title4 page-card--large-icon-header">Advise Us</h2>
<img class="join-us-card-img" src="/assets/images/join-us/advice-us-icon.svg" alt="join us card image" />
Expand All @@ -47,6 +48,7 @@ <h2 class="title4 page-card--large-icon-header">Advise Us</h2>
</div>
</div>

<a class="anchor" id="volunteer"></a>
<div class="page-card card-primary page-card-lg page-card--join page-card--large-icon-container">
<h2 class="title4 page-card--large-icon-header">Volunteer with Us</h2>
<img class="join-us-card-img" src="/assets/images/join-us/volunteer-with-us-icon.svg" alt="join us card image" />
Expand All @@ -65,6 +67,7 @@ <h2 class="title4 page-card--large-icon-header">Volunteer with Us</h2>
</div>
</div>

<a class="anchor" id="partner"></a>
<div class="page-card card-primary page-card-lg page-card--join page-card--large-icon-container">
<h2 class="title4 page-card--large-icon-header">Partner with Us</h2>
<img class="join-us-card-img" src="/assets/images/join-us/partner-with-us-icon.svg" alt="join us card image" />
Expand Down

0 comments on commit d9748b6

Please sign in to comment.