diff --git a/_includes/donations.html b/_includes/donations.html new file mode 100644 index 0000000..e4878de --- /dev/null +++ b/_includes/donations.html @@ -0,0 +1,8 @@ +
+

Want to support our mission?

+

You can donate + to Code for Nashville!

+

Made possible through our Code for America Brigade page.

+
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 7494cfd..0a5f3e7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -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 %} diff --git a/css/landing-page.css b/css/landing-page.css index 9c98174..7a028af 100644 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -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 {