-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Medellin, Colombia Event * fix typo * add HUGE as sponsor * Update information for 2019 * Update README.MD * Fix type on events geo json file
- Loading branch information
1 parent
781cc83
commit a382c3f
Showing
6 changed files
with
131 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# NodeBots Day 2019 for for Medellín, Colombia! | ||
|
||
- Organizers: @Medellínjs - [email protected] | ||
- Home Page: https://github.com/coljs/medellinjs/issues/110 | ||
- Ticket Link: https://github.com/coljs/medellinjs/issues/110 | ||
- Location: RutaN Cl. 67 #52-20 | ||
- Dates: July 27 | ||
- Hours: 9:00am - 3:00pm | ||
- Expected # of attendees: Usually 40-100 | ||
- Sponsors: Needs Sponsors | ||
|
||
# TODO | ||
|
||
- [ ] Recruit Sponsors | ||
- [ ] Figure out how you're feeding your attendees if you're feeding them | ||
- [ ] Order Parts | ||
- [x] Secure a location | ||
- [x] Determine a Time | ||
- [ ] Determine a Max # of attendees | ||
- [ ] Recruit Volunteers (1 for every 10 works if you've done this before) | ||
- [ ] Determine Curriculum and Projects | ||
- [ ] Recruit Attendees (Meetup) | ||
|
||
# Notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Nodebots Day 2019 for Norfolk, Virginia! | ||
|
||
- Organizers: [Linda](https://www.twitter.com/lynnaloo), [Travis](https://www.twitter.com/tjwebbongithub), [Brandon](https://www.twitter.com/_bmf), [Paul](https://www.twitter.com/paulchinjr), [Troy](https://www.twitter.com/troy0820), [Alex](https://www.twitter.com/alexproaps) | ||
- Home Page: [www.norfolkjs.org/nodebots](http://www.norfolkjs.org/nodebots) | ||
- Ticket Link: [Eventbrite](https://www.eventbrite.com/e/international-nodebots-day-2018-tickets-47126755394) | ||
- Location: [Webb University Center, 1526 West 49th Street, Norfolk, VA 23508](https://goo.gl/maps/f1nwJDsjP9r) | ||
- Date: July 29, 2019 | ||
- Hours: 10:00 AM - 04:30 PM | ||
- Expected # of attendees: 200 | ||
- Sponsors: [Sponsorships](https://drive.google.com/file/d/1lmmWQ0DTwoBuY3LP_9LlYClIAVDrEegj/view) are Open! | ||
|
||
# TODO | ||
|
||
- [ ] Recruit Sponsors | ||
- [ ] Figure out how you're feeding your attendees if you're feeding them | ||
- [ ] Setup Ticketing Presales (eg, [Tito](https://ti.to/)) | ||
- [ ] Order Parts | ||
- [ ] Secure a location | ||
- [ ] Determine a Time | ||
- [ ] Determine a Max # of attendees | ||
- [ ] Recruit Volunteers (1 for every 10 works if you've done this before) | ||
- [ ] Determine Curriculum and Projects | ||
- [ ] Recruit Attendees | ||
|
||
# Notes | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# How to Make a new event! | ||
|
||
Copy this folder and make a new directory with your City's name and then fill out the info below. If you'd like help please [open an issue](https://github.com/nodebots/nodebotsday/issues/new) and ask us anything. When you're done add yourself to the [geojson file](/2019/events.geojson) so you can show up on the map. | ||
|
||
--- | ||
|
||
# NodeBots Day 2019 for {CITY}, {COUNTRY}! | ||
|
||
- Organizers: {NAMES, EMAILS, TWITTER, ETC - AT least one point of contact} | ||
- Home Page: {Can be your ticket/event page} | ||
- Ticket Link: {TBD} | ||
- Location: {TBD} | ||
- Date: July 27, 2019 | ||
- Hours: {TBD} | ||
- Expected # of attendees: {Usually 40-100, sometimes 15, sometimes 400} | ||
- Sponsors: {Needs Sponsors/ List of Sponsors} | ||
|
||
# TODO | ||
|
||
- [ ] Recruit Sponsors | ||
- [ ] Figure out how you're feeding your attendees if you're feeding them | ||
- [ ] Setup Ticketing Presales (eg, [Tito](https://ti.to/)) | ||
- [ ] Order Parts | ||
- [ ] Secure a location | ||
- [ ] Determine a Time | ||
- [ ] Determine a Max # of attendees | ||
- [ ] Recruit Volunteers (1 for every 10 works if you've done this before) | ||
- [ ] Determine Curriculum and Projects | ||
- [ ] Recruit Attendees | ||
|
||
# Notes | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
6.2441988, | ||
-75.6512525 | ||
] | ||
}, | ||
"properties": { | ||
"name": "Medellín, Antioquia, Colombia" | ||
} | ||
}, | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
-76.3090185, | ||
36.887132 | ||
] | ||
}, | ||
"properties": { | ||
"name": "Norfolk, VA, USA" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters