diff --git a/_assets/images/social/digitalcorps-about.png b/_assets/images/social/digitalcorps-about.png new file mode 100644 index 000000000..0c493360a Binary files /dev/null and b/_assets/images/social/digitalcorps-about.png differ diff --git a/_assets/images/social/digitalcorps-apply.png b/_assets/images/social/digitalcorps-apply.png index 0bfb3be5d..b8367b6a4 100644 Binary files a/_assets/images/social/digitalcorps-apply.png and b/_assets/images/social/digitalcorps-apply.png differ diff --git a/_assets/images/social/digitalcorps-faq.png b/_assets/images/social/digitalcorps-faq.png new file mode 100644 index 000000000..dbdf7bfb5 Binary files /dev/null and b/_assets/images/social/digitalcorps-faq.png differ diff --git a/_assets/images/social/digitalcorps-fellows.png b/_assets/images/social/digitalcorps-fellows.png new file mode 100644 index 000000000..066392cef Binary files /dev/null and b/_assets/images/social/digitalcorps-fellows.png differ diff --git a/_assets/images/social/digitalcorps-opportunity.png b/_assets/images/social/digitalcorps-opportunity.png new file mode 100644 index 000000000..ef266aa6b Binary files /dev/null and b/_assets/images/social/digitalcorps-opportunity.png differ diff --git a/_assets/images/social/digitalcorps-process.png b/_assets/images/social/digitalcorps-process.png new file mode 100644 index 000000000..a8d42335a Binary files /dev/null and b/_assets/images/social/digitalcorps-process.png differ diff --git a/_assets/images/social/digitalcorps-projects.png b/_assets/images/social/digitalcorps-projects.png new file mode 100644 index 000000000..654a1a84b Binary files /dev/null and b/_assets/images/social/digitalcorps-projects.png differ diff --git a/_includes/footer.html b/_includes/footer.html index b8bd06d3d..5f163d80c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -94,10 +94,10 @@ Follow us

+ href="https://www.linkedin.com/{{site.social.linkedin}}" aria-label="LinkedIn icon."> - + {% if page.social=="apply" %} + {% elsif page.social=="about" %} + + {% elsif page.social=="opportunity" %} + + {% elsif page.social=="fellows" %} + + {% elsif page.social=="projects" %} + + {% elsif page.social=="process" %} + + {% elsif page.social=="faq" %} + {% else %} {% endif %} diff --git a/pages/about.html b/pages/about.html index ac91ee194..dd3940897 100644 --- a/pages/about.html +++ b/pages/about.html @@ -2,6 +2,7 @@ layout: default title: Who We Are permalink: /about/ +social: about --- diff --git a/pages/blogs.html b/pages/blogs.html index 5fb4e10cd..d7bdc2004 100644 --- a/pages/blogs.html +++ b/pages/blogs.html @@ -2,6 +2,7 @@ layout: blog-landing title: Blog permalink: /blog/ +social: blog pagination: enabled: true collection: blogs diff --git a/pages/faq.html b/pages/faq.html index f2dde3fdd..476a73b73 100644 --- a/pages/faq.html +++ b/pages/faq.html @@ -3,7 +3,7 @@ title: Frequently Asked Questions permalink: /faq/ description: "FAQ for Candidates" -social: apply +social: faq --- diff --git a/pages/fellows.html b/pages/fellows.html index a3d6ebde1..7749f805c 100644 --- a/pages/fellows.html +++ b/pages/fellows.html @@ -2,6 +2,7 @@ layout: fellow-landing title: Fellows permalink: /fellows/ +social: fellows pagination: enabled: true collection: fellows diff --git a/pages/opportunity.html b/pages/opportunity.html index 5ff07f87c..77ff8d3c2 100644 --- a/pages/opportunity.html +++ b/pages/opportunity.html @@ -2,6 +2,7 @@ layout: default title: The Opportunity permalink: /opportunity/ +social: opportunity --- diff --git a/pages/process.html b/pages/process.html index 6f20932d2..476398d01 100644 --- a/pages/process.html +++ b/pages/process.html @@ -3,7 +3,7 @@ title: Application Process permalink: /process/ description: "Learn about our application process" -social: apply +social: process --- diff --git a/pages/projects.html b/pages/projects.html index 1ac57cdf3..c04242842 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -2,7 +2,7 @@ layout: default title: Projects permalink: /projects/ - +social: projects ---