Skip to content
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
7 changes: 6 additions & 1 deletion _sass/elements/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

---------------------------*/


.btn {
border: 0;
box-shadow: 0 0 8px 0 rgba($color-black, 0.2);
Expand All @@ -36,6 +35,12 @@
white-space: nowrap;
}

.btn--default {
align-items: center;
display: flex;
justify-content: center;
margin: 5px 0;
}

/*---------------------------

Expand Down
13 changes: 4 additions & 9 deletions pages/join-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ <h2 class="title4 page-card--large-icon-header">Volunteer with Us</h2>
something, growing their experiences, portfolios and ability to work on
inter-disciplinary teams.
</p>
<a href="https://www.hackforla.org/getting-started" target="_blank"><button
class="btn btn-primary btn-md">Project
Volunteer</button></a>
<a href="https://www.hackforla.org/getting-started" class="btn btn-primary btn-md btn--default" target="_blank">Project Volunteer</a>
</div>
</div>

Expand All @@ -75,12 +73,9 @@ <h2 class="title4 page-card--large-icon-header">Partner with Us</h2>
The more you tell us about yourself, the better we can match you with
the right resources.
</p>
<a href="./survey4" target="_blank"><button
class="btn btn-primary btn-md btn-partner-with-us">Government</button></a>
<a href="./survey3" target="_blank"><button
class="btn btn-primary btn-md btn-partner-with-us">Non-Profit</button></a>
<a href="./survey6" target="_blank"><button
class="btn btn-primary btn-md btn-partner-with-us">Other</button></a>
<a href="./survey4" target="_blank" class="btn btn-primary btn-md btn-partner-with-us btn--default" title="Government Contact Form">Government</a>
<a href="./survey3" target="_blank" class="btn btn-primary btn-md btn-partner-with-us btn--default" title="Non-profit Contact Form">Non-Profit</a>
<a href="./survey6" target="_blank" class="btn btn-primary btn-md btn-partner-with-us btn--default" title="General Contact Form">Other</a>
</div>
</div>

Expand Down