nodeschool / international-day

international nodeschool day - 2016
http://nodeschool.io/international-day/
53 stars 19 forks source link

Add 2016 enrolled logos to website #106

Closed iancrowther closed 8 years ago

iancrowther commented 8 years ago

we have an enrolment form, so we can csv -> json and simply render

iancrowther commented 8 years ago

I have manually added London, but this really should be automated from now on

martinheidegger commented 8 years ago

It should be better than automated: Convention over configuration I say:

https://nodeschool.io/<chapter>/chapter.json // {name: 'Chapter Name', location: {lat: ..., lon: ..., name: '' }, contributors: [{}], admins: [{}]}
https://nodeschool.io/<chapter>/events.json // [{start: new Date(), end: new Date(), name: 'Crazy NodeSchool event', location: {lat: ..., lon: ..., name: '', url: ''}, signup: ''}]
https://nodeschool.io/<chapter>/badge.png (385x443)
https://nodeschool.io/<chapter>/badge.svg
iancrowther commented 8 years ago

ooo i like that a lot..

I figured once you fill in the form, your enrolled? Do we want chapters to put in a PR to add logo's etc? Do we manually keep the list updated?

martinheidegger commented 8 years ago

385x443 ← Size now used on the homepage

I am working on a cli tool to set this up. Keeping you posted (of course: all automatic)

iancrowther commented 8 years ago

Legend 😀

TylerMoeller commented 8 years ago

With NodeSchool International Day only 11 days away, should I create a pull request to get our chapter listed on https://github.com/nodeschool/international-day/blob/gh-pages/index.html?

This would be the pr if you want to add it:

<div class="col s12 m3">
  <a href="http://www.meetup.com/IslandJS-Nodeschool/events/230953012/" class="black-text" target="_blank">
    <div class="card center hoverable">
      <div class="card-content">
        <h5 class="card-title ">Bainbridge Island</h5>
        <img class="chapter-logo" src="http://nodeschool.io/images/nodeschool-bainbridge.svg" alt="Nodeschool Bainbridge Island Logo">
      </div>
      <div class="card-action center">
        <span>Visit Chapter</span>
      </div>
    </div>
  </a>
</div>
gaboesquivel commented 8 years ago

I agree with @TylerMoeller ... @costaricajs can also help, just let us know what needs to be done.

martinheidegger commented 8 years ago

@gaboesquivel The initial proposal was dumped. We need a PR that adds the logos of the registration form (google docs) directly on the page: https://docs.google.com/spreadsheets/u/2/d/1XHEtzfLpixcQpogVzNdm-sVVqw4YHJ1IBllCk5H9oyc/export\?format\=csv\&id\=1XHEtzfLpixcQpogVzNdm-sVVqw4YHJ1IBllCk5H9oyc\&gid\=1860810608

gaboesquivel commented 8 years ago

@msolano00 is working on it. Please link your PR to this issue. Thanks !

msolano00 commented 8 years ago

Hey guys, I have a quick question, I cloned the original repo, but @TylerMoeller has now updated the index, so I am wondering if I should clone Tyler's repo (in order to keep record of the previous badges), work over it, merge it to mine and then boom make a pr.

msolano00 commented 8 years ago

International-day chapter badges #125