From 09e59e09d2f05e40f9a24ff06f0bc9e866586ec5 Mon Sep 17 00:00:00 2001 From: Emily Lemmon Date: Sat, 9 Mar 2019 13:23:53 -0600 Subject: [PATCH] Donation link added in its own section --- _includes/donations.html | 8 ++++++++ _layouts/default.html | 1 + css/landing-page.css | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 _includes/donations.html 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 {