Skip to content
Open
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
8 changes: 8 additions & 0 deletions _includes/donations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="donation">
<p>Want to support our mission?</p>
<p>You can <a
href="https://secure.codeforamerica.org/page/contribute/donate-to-a-brigade-today?source_codes=Brigade-page&brigade=Code%20for%20Nashville">donate
to Code for Nashville!</a> </p>
<p>Made possible through our Code for America <a
href="http://brigade.codeforamerica.org/brigades/Code-for-Nashville/">Brigade page</a>.</p>
</div>
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{% include header.html %}
{% include about.html %}
{% include projects.html %}
{% include donations.html %}
{% include team.html %}
{% include contact.html %}
{% include footer.html %}
Expand Down
16 changes: 16 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,22 @@ nav a {
margin-bottom: 1rem;
}

/* Donation */

.donation {
background-color: midnightblue;
padding: 27px 20px;
}

.donation p {
color: #fff;

}

.donation a {
color: goldenrod;
}

/* Team */

#team li {
Expand Down