From 5ab0f68fe0da691755f78181d5e830a7d9afd7aa Mon Sep 17 00:00:00 2001 From: Wilny Duong <32424251+Wny-Duong@users.noreply.github.com> Date: Tue, 12 Jul 2022 18:14:03 -0700 Subject: [PATCH] Implemented new mobile footer design 2554 (#3183) * ADDED: Column formatting and initial links * ADDED: Stacking footer columns. * FIX: Resolved footer overlapping website content. * FIX: Footer doesn't cover body content. --- _data/navigation/getintouch.yml | 9 +++++ _data/navigation/joinus.yml | 18 ++++++++++ _data/navigation/ourwork.yml | 18 ++++++++++ _data/navigation/toolkit.yml | 9 +++++ _includes/footer.html | 63 +++++++++++++++++++++++++++++++++ _sass/components/_footer.scss | 40 +++++++++++++++++++-- 6 files changed, 155 insertions(+), 2 deletions(-) create mode 100644 _data/navigation/getintouch.yml create mode 100644 _data/navigation/joinus.yml create mode 100644 _data/navigation/ourwork.yml create mode 100644 _data/navigation/toolkit.yml diff --git a/_data/navigation/getintouch.yml b/_data/navigation/getintouch.yml new file mode 100644 index 0000000000..bbfbb6da13 --- /dev/null +++ b/_data/navigation/getintouch.yml @@ -0,0 +1,9 @@ +- name: Get in Touch + link: /#get-in-touch + bolded: true + +- name: Contact Us + link: /#contact-us + +- name: Events + link: /events \ No newline at end of file diff --git a/_data/navigation/joinus.yml b/_data/navigation/joinus.yml new file mode 100644 index 0000000000..8b725bd7f6 --- /dev/null +++ b/_data/navigation/joinus.yml @@ -0,0 +1,18 @@ +- name: Join Us + link: /join + bolded: true + +- name: Donate + link: /donate + +- name: Advise Us + link: /join#advise + +- name: Volunteer with Us + link: /join#volunteer + +- name: Partner with Us + link: /join#partner + +- name: Submit your Pitch + link: mailto:team@hackforla.org?subject=Submitting my pitch to Hack for LA \ No newline at end of file diff --git a/_data/navigation/ourwork.yml b/_data/navigation/ourwork.yml new file mode 100644 index 0000000000..53b88c0f18 --- /dev/null +++ b/_data/navigation/ourwork.yml @@ -0,0 +1,18 @@ +- name: Our Work + link: /# + bolded: true + +- name: About Us + link: /about + +- name: Program Areas + link: /program-areas + +- name: Projects + link: /projects + +- name: Our Wins + link: /wins + +- name: Press + link: /about#news \ No newline at end of file diff --git a/_data/navigation/toolkit.yml b/_data/navigation/toolkit.yml new file mode 100644 index 0000000000..48c3b485fe --- /dev/null +++ b/_data/navigation/toolkit.yml @@ -0,0 +1,9 @@ +- name: Toolkit + link: /toolkit + bolded: true + +- name: Guides + link: /toolkit#guides + +- name: External Resources + link: /toolkit#external-resources diff --git a/_includes/footer.html b/_includes/footer.html index 2be094a7c4..4319fa3569 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,6 +3,69 @@