diff --git a/.gitignore b/.gitignore index 1fd6d03..bf2e96f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -css/main.css -js/bundle.js +css/main.css* +js/bundle.js* _site +_includes/main.css* .jekyll-metadata .sass-cache feed.xml diff --git a/.pa11yci b/.pa11yci new file mode 100644 index 0000000..fa38fe4 --- /dev/null +++ b/.pa11yci @@ -0,0 +1,25 @@ +{ + "defaults": { + "timeout": 6000 + }, + "urls": [ + { + "url": "http://localhost:4000" + }, { + "url": "http://localhost:4000/about/", + "hideElements": "footer, header" + }, { + "url": "http://localhost:4000/events/", + "hideElements": "footer, header", + "actions": [ + "wait for element .nh-o-eventCard to be added" + ] + }, { + "url": "http://localhost:4000/mentors/", + "hideElements": "footer, header" + }, { + "url": "http://localhost:4000/contact/", + "hideElements": "footer, header" + } + ] +} diff --git a/.travis.yml b/.travis.yml index 2997146..26ef972 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ deploy: target-branch: master on: branch: develop +sudo: required +addons: + chrome: stable env: matrix: - secure: scnCVl5pnUWaElabNoU7ej8OQxbd3bx+hwlx6NHiZWCPUweCEHA7eKBf+uJyfdnrLugttP7x0lwADU/FuS49bonr5gtyIR8/K8q7a7g0cF8rYFGcP7WaFUJqZdZ9zN81QeznEcURxOhNG6dThEzxassq8695Jhc+qchUyqLnv2x9z+kj2OKTrA+Mn9VH0ySKZQbe1ubSXwzfugLbocHlithGmjrXXwC8zmDGx5BuSG1B37mReX2l4zfV9SuTGUxfstAvbpked6x3DjVL3yB+oh8/rG8gaCWTC+7ECP9ev3nE0EURKI0YRWS+DNte898WiJ2rvslq6poYbSvOAyu/uQz/Mr8CtuHI4GWXzqh146ElXLV1UvY40ebqNFu1zU3zZ+hZxBMjglbl9jotOEJ9IK09XjMnEjW45Au8FwE08JKdRLvr3hrKyrmkYUJNPZUvog7SNvs36NnP3lH9zuEBQ47+pme9HjQZQvkjcvoxZhx7XPMd/RsCSq3d5ooT7ZMiapAN4XjWro065FD5/z+JjjHst3wcCes11U1wO9kZJ0kkO9c7TMyD7HYHXZpknSj0bn3YH/8QlX5G7DVLLfLxgw240X4BrHoiUybecdh49SzFrrgen4Fb6yXMgyjuhIuRqy6ErnIBIPPQupmoaUfdRevA/Xr1SmjQYpRzVPlI5E4= 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/_config.yml b/_config.yml index 8499955..3c1867b 100644 --- a/_config.yml +++ b/_config.yml @@ -8,10 +8,9 @@ plugins: [jekyll-paginate] # Site settings -title: newhaven.io -email: your-email@domain.com +title: NewHaven.IO description: > # this means to ignore newlines until "baseurl:" - newhaven.io is a group of talented and passionate individuals living, working and creating in the New Haven area. + NewHaven.IO is a group of talented and passionate programmers living, working and creating in the New Haven area. baseurl: "" # the subpath of your site, e.g. /blog url: "http://newhaven.io" # the base hostname & protocol for your site permalink: /blog/:title/ @@ -29,4 +28,3 @@ markdown: kramdown # Google services google_analytics: UA-42537303-1 - 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..9c8f8ac 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,11 +1,11 @@ - name: About link: '/about/' -- name: Blog - link: '/blog/' +- name: Events + link: '/events/' -- name: Developers - link: '/developers' +- name: Mentors + link: '/mentors/' - 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 @@ -