Skip to content

Commit

Permalink
Adjust links on join us page (#1360)
Browse files Browse the repository at this point in the history
Closes #1251

-  Make each of the links in the "Volunteer with Us" card open into new tabs
-  Make  the "Project Volunteer" button in the "Volunteer with Us" card lead to the Getting Started page (instead of the homepage)
  • Loading branch information
akibrhast authored Apr 5, 2021
1 parent 97b0b3e commit 88be219
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions pages/join-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,31 +67,25 @@ <h1>Volunteer with Us</h1>
<div class="join-us-card-body">
<p class='join-us-remove-p-padding'>
Hack for LA projects are currently recruiting for
<a href="https://www.hackforla.org/?">activists</a>,
<a href="https://www.hackforla.org/?looking=Development">coders</a>,
<a href="https://www.hackforla.org/?looking=UI/UX">designers</a>,
<a href="https://www.hackforla.org/?looking=UI/UX">researchers</a>,
<a href="https://www.hackforla.org/?looking=QA">testers</a>,
<a href="https://www.hackforla.org/?looking=Business+Analyst"
>business analysts</a
>,
<a href="https://www.hackforla.org/?looking=PM"
>project/product managers</a
>,
<a href="https://www.hackforla.org/?looking=Data">data scientists</a>,
<a href="https://www.hackforla.org/?looking=Ops">dev ops</a>,
<a href="https://www.hackforla.org/?looking=Content">writers</a>, and
<a href="https://www.hackforla.org/?looking=SEO/Marketing"
>marketers</a
>
<a href="https://www.hackforla.org/?" target='_blank' >activists</a>,
<a href="https://www.hackforla.org/?looking=Development" target='_blank' >coders</a>,
<a href="https://www.hackforla.org/?looking=UI/UX" target='_blank' >designers</a>,
<a href="https://www.hackforla.org/?looking=UI/UX" target='_blank' >researchers</a>,
<a href="https://www.hackforla.org/?looking=QA" target='_blank' >testers</a>,
<a href="https://www.hackforla.org/?looking=Business+Analyst" target='_blank' >business analysts</a>,
<a href="https://www.hackforla.org/?looking=PM" target='_blank' >project/product managers</a>,
<a href="https://www.hackforla.org/?looking=Data" target='_blank' >data scientists</a>,
<a href="https://www.hackforla.org/?looking=Ops" target='_blank' >dev ops</a>,
<a href="https://www.hackforla.org/?looking=Content" target='_blank' >writers</a>, and
<a href="https://www.hackforla.org/?looking=SEO/Marketing" target='_blank'>marketers</a>
of all experiences and skill levels. Everyone is welcome!
</p>
<p>
We are a Do-ocracy, we are not a school, yet everyone here is learning
something, growing their experiences, porfolios and ability to work on
inter-disicplinary teams.
</p>
<a href="https://www.hackforla.org/#projects" target="_blank"
<a href="https://www.hackforla.org/getting-started" target="_blank"
><button class="btn btn-primary btn-md">Project Volunteer</button></a
>
</div>
Expand Down

0 comments on commit 88be219

Please sign in to comment.