From 7ec35be08c7f025c727fb8d897ecab7b5f06d771 Mon Sep 17 00:00:00 2001 From: Max Antonucci Date: Wed, 25 Jul 2018 14:33:01 -0400 Subject: [PATCH] WIP --- 404/index.md | 7 ++ _data/mentors.yml | 23 ++++ _data/menu.yml | 9 +- _includes/footer.html | 49 ++++---- _includes/head.html | 21 ++-- _includes/nav.html | 31 +++++ _layouts/default.html | 20 ++- _layouts/full.html | 6 + _layouts/page.html | 25 ++-- about/index.md | 32 +++++ contact/index.md | 20 +++ events/index.md | 33 +++++ img/logo.svg | 116 ++++++++++++++++++ index.html | 26 ++-- js/components/meetup-event-card.html | 46 +++++-- js/components/meetup-events.html | 5 +- mentors/index.md | 22 ++++ .../scss_files/_elements/_native-text.scss | 24 ++++ webpack/scss_files/_generic/_global.scss | 10 ++ webpack/scss_files/_objects/_event-cards.scss | 5 + webpack/scss_files/_objects/_max-width.scss | 5 + webpack/scss_files/_objects/_skip-link.scss | 9 ++ webpack/scss_files/main.scss | 41 ++----- 23 files changed, 453 insertions(+), 132 deletions(-) create mode 100644 404/index.md create mode 100644 _data/mentors.yml create mode 100644 _includes/nav.html create mode 100644 _layouts/full.html create mode 100644 about/index.md create mode 100644 contact/index.md create mode 100644 events/index.md create mode 100644 img/logo.svg create mode 100644 mentors/index.md create mode 100644 webpack/scss_files/_elements/_native-text.scss create mode 100644 webpack/scss_files/_generic/_global.scss create mode 100644 webpack/scss_files/_objects/_event-cards.scss create mode 100644 webpack/scss_files/_objects/_max-width.scss create mode 100644 webpack/scss_files/_objects/_skip-link.scss diff --git a/404/index.md b/404/index.md new file mode 100644 index 0000000..bd085ed --- /dev/null +++ b/404/index.md @@ -0,0 +1,7 @@ +--- +layout: page +title: 404 +permalink: /404.html +--- + +Please wait as an elite team of dogs playing Tetris pause their games to redirect you. diff --git a/_data/mentors.yml b/_data/mentors.yml new file mode 100644 index 0000000..f3df9ee --- /dev/null +++ b/_data/mentors.yml @@ -0,0 +1,23 @@ +- name: Fake Name 1 + company: Fake Company 1 + focus: Back-end Development + languages: CSS, JavaScript, Ruby, Rust + description: Deserunt quis enim dolore cupidatat laboris elit cupidatat cillum minim pariatur fugiat nisi dolore. Incididunt minim adipisicing Lorem tempor cupidatat laborum ut proident tempor veniam excepteur. + +- name: Fake Name 2 + company: Fake Company 2 + focus: Back-end Development + languages: CSS, JavaScript, Ruby, Rust + description: Deserunt quis enim dolore cupidatat laboris elit cupidatat cillum minim pariatur fugiat nisi dolore. Incididunt minim adipisicing Lorem tempor cupidatat laborum ut proident tempor veniam excepteur. + +- name: Fake Name 3 + company: Fake Company 3 + focus: Back-end Development + languages: CSS, JavaScript, Ruby, Rust + description: Deserunt quis enim dolore cupidatat laboris elit cupidatat cillum minim pariatur fugiat nisi dolore. Incididunt minim adipisicing Lorem tempor cupidatat laborum ut proident tempor veniam excepteur. + +- name: Fake Name 4 + company: Fake Company 4 + focus: Back-end Development + languages: CSS, JavaScript, Ruby, Rust + description: Deserunt quis enim dolore cupidatat laboris elit cupidatat cillum minim pariatur fugiat nisi dolore. Incididunt minim adipisicing Lorem tempor cupidatat laborum ut proident tempor veniam excepteur. diff --git a/_data/menu.yml b/_data/menu.yml index 16b4614..6554915 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,11 +1,8 @@ - name: About link: '/about/' -- name: Blog - link: '/blog/' - -- name: Developers - link: '/developers' +- name: Events + link: '/events/' - name: Contact - link: 'http://groups.google.com/forum/?fromgroups#!forum/newhavenio' + link: '/contact/' diff --git a/_includes/footer.html b/_includes/footer.html index 831c5d6..f15e1a5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,31 +1,24 @@ -