From 852f350e325cab53d9fb372f95905e83dbb936b4 Mon Sep 17 00:00:00 2001 From: Wny-Duong Date: Fri, 27 May 2022 15:01:30 -0700 Subject: [PATCH 1/4] ADDED: Column formatting and initial links --- _data/navigation/getintouch.yml | 8 +++++++ _data/navigation/joinus.yml | 17 +++++++++++++++ _data/navigation/ourwork.yml | 17 +++++++++++++++ _data/navigation/toolkit.yml | 8 +++++++ _includes/footer.html | 38 +++++++++++++++++++++++++++++++++ _sass/components/_footer.scss | 8 +++++++ 6 files changed, 96 insertions(+) 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..467a16d997 --- /dev/null +++ b/_data/navigation/getintouch.yml @@ -0,0 +1,8 @@ +- name: Get in Touch + link: /#get-in-touch + +- 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..2a2b13a2da --- /dev/null +++ b/_data/navigation/joinus.yml @@ -0,0 +1,17 @@ +- name: Join Us + link: /join + +- 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..eecca70d37 --- /dev/null +++ b/_data/navigation/ourwork.yml @@ -0,0 +1,17 @@ +- name: Our Work + link: /# + +- 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..08cde3665d --- /dev/null +++ b/_data/navigation/toolkit.yml @@ -0,0 +1,8 @@ +- name: Toolkit + link: /toolkit + +- name: Guides + link: /toolkit#guides + +- name: External Resources + link: /toolkit#external-resources diff --git a/_includes/footer.html b/_includes/footer.html index 2be094a7c4..f905275c65 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,6 +3,44 @@