Skip to content

Commit 77d7ea7

Browse files
committedOct 5, 2019
Fixed contact page buttons
1 parent c9d5d2b commit 77d7ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎contact.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ <h2 id="volPrompt" class="py-5 text-center">Interested in working with us?</h2>
7979
<div class="container px-0">
8080
<div class="row m-0">
8181
<div class="col-12 p-0">
82-
<a href="work.html#partnerInfo" class="w-100 rounded-0 text-white btn btn-primary">
82+
<a href="partner.html" class="w-100 rounded-0 text-white btn btn-primary">
8383
<h5 class="m-0 py-4">Become a Partner</h5>
8484
</a>
8585
</div>
8686
<div class="col-12 p-0">
87-
<a href="work.html#volunteerInfo" class="w-100 rounded-0 text-white btn btn-secondary">
87+
<a href="volunteer.html" class="w-100 rounded-0 text-white btn btn-secondary">
8888
<h5 class="m-0 py-4">Become a Volunteer</h5>
8989
</a>
9090
</div>

0 commit comments

Comments
 (0)