-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82ae717
commit 418526d
Showing
1 changed file
with
39 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,43 @@ | ||
{ | ||
"title": "LSH Tutorials", | ||
"githubURL": "https://github.com/Ladies-Storm-Hackathons/Tutorials", | ||
"githubURL": "https://github.com/Ladies-Storm-Hackathons/Tutorials", | ||
"tutorials": [ | ||
{ | ||
"topic": "Learn AngularJS", | ||
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/learn-angularjs", | ||
"location": "Online", | ||
"date": "August 16, 2016", | ||
"time": "5 pm EST", | ||
"howToAttendURL": "https://www.facebook.com/events/1748805382027851/1752788888296167/?notif_t=admin_plan_mall_activity¬if_id=1471737496700206", | ||
"speakersContactInfo": { | ||
"name": "Aashni Shah", | ||
"email": "[email protected]" | ||
}, | ||
"level": "Beginner", | ||
"previousSkillRequired": "HTML/CSS and some Javascript would be a bonus" | ||
} | ||
] | ||
{ | ||
"topic": "Learn AngularJS", | ||
"description": "Learn AngularJS - From hello world to building your own directory of Star Wars", | ||
"writeUp": "http://blog.aashni.me/2016/08/angularjs-an-introduction/", | ||
"youtubeVideo": "", | ||
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/learn-angularjs", | ||
"location": "Online", | ||
"date": "August 16, 2016", | ||
"time": "5 pm EST", | ||
"howToAttendURL": "https://www.facebook.com/events/1748805382027851/1752788888296167", | ||
"speakersContactInfo": { | ||
"name": "Aashni Shah", | ||
"email": "[email protected]", | ||
"github": "https://github.com/aashnisshah" | ||
}, | ||
"level": "Beginner", | ||
"previousSkillRequired": "HTML/CSS and some Javascript would be a bonus", | ||
"technologiesRequired": [ | ||
"laptop", | ||
"internet", | ||
"text editor", | ||
"internet browser (preferrably chrome)", | ||
"chrome plugin: ng-inspector for AngularJS", | ||
"HTTPServer" | ||
], | ||
"frameworks": [{ | ||
"name": "Angular JS", | ||
"uRL": "http://swapi.co/" | ||
}, { | ||
"name": "Bootstrap", | ||
"uRL": "http://getbootstrap/" | ||
}], | ||
"APIs": [{ | ||
"name": "Star Wars API", | ||
"uRL": "http://swapi.co/" | ||
}] | ||
} | ||
] | ||
} |