diff --git a/_config.yml b/_config.yml index ff70661fdc..4a736e1c56 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ url: https://hackforla.github.io/website/ collections: projects: output: true + hero: defaults: - scope: diff --git a/_data/navigation/main.yml b/_data/navigation/main.yml new file mode 100644 index 0000000000..2a59ca7feb --- /dev/null +++ b/_data/navigation/main.yml @@ -0,0 +1,25 @@ +- name: Hack Nights + link: hack-nights + listClassName: + iconUrl: /svg/icon-hacknights.svg + iconClass: icon icon-hack-nights nav-icon +- name: Projects + link: projects + listClassName: + iconUrl: /svg/icon-projects.svg + iconClass: icon icon-hack-nights nav-icon icon icon-projects nav-icon +- name: Press + link: press + listClassName: + iconUrl: /svg/icon-press.svg + iconClass: icon icon-hack-nights nav-icon icon icon-projects nav-icon icon icon-press nav-icon +- name: About + link: about + listClassName: + iconUrl: /svg/icon-about.svg + iconClass: icon icon-hack-nights nav-icon icon icon-projects nav-icon icon icon-about nav-icon +- name: Contact Us + link: contact + listClassName: hide-mobile + iconUrl: + iconClass: diff --git a/_data/navigation/social.yml b/_data/navigation/social.yml new file mode 100644 index 0000000000..e210807c98 --- /dev/null +++ b/_data/navigation/social.yml @@ -0,0 +1,35 @@ +- name: Meetup + link: https://www.meetup.com/hackforla/ + iconUrl: /svg/icon-meetup + header: false + footer: true + +- name: Github + link: https://github.com/hackforla + iconUrl: /svg/icon-github + header: true + footer: true + +- name: Slack + link: https://hackforla-slack.herokuapp.com/ + iconUrl: /svg/icon-slack + header: true + footer: true + +- name: Facebook + link: https://hackforla-slack.herokuapp.com/ + iconUrl: /svg/icon-facebook + header: true + footer: true + +- name: Medium + link: https://medium.com/hack-for-la + iconUrl: /svg/icon-medium + header: true + footer: true + +- name: Twitter + link: https://twitter.com/HackForLA + iconUrl: /svg/icon-twitter + header: false + footer: true diff --git a/_hero/hero.md b/_hero/hero.md new file mode 100644 index 0000000000..31233478bd --- /dev/null +++ b/_hero/hero.md @@ -0,0 +1,8 @@ +--- +title: You can change LA for the better! +message: + Can you design, write, or code? Are you an activist with an idea? You can help Los Angeles + live up to its potential at + Hack for LA. Everyone is welcome! +--- + diff --git a/_includes/forms/hero-signup.html b/_includes/forms/hero-signup.html new file mode 100644 index 0000000000..b7046eff4d --- /dev/null +++ b/_includes/forms/hero-signup.html @@ -0,0 +1,9 @@ +
diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000000..d052c463f2 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,9 @@ +{{ item.message }}
+ {% endfor %} + {% include forms/hero-signup.html %} ++ +
+{{ item.dek }}