-
Notifications
You must be signed in to change notification settings - Fork 27
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
Isabel Cabezas
committed
Apr 5, 2014
1 parent
22aad25
commit e8dd058
Showing
9 changed files
with
430 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"intro": "2013 Events" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
[{"date":"2014-03-13T23:00:00.000Z","talks":[{"title":"Meet Ember.js","speaker":{"twitter":"miguelcamba","portrait":"https://pbs.twimg.com/profile_images/1283021990/foto_180.jpg","name":"Miguel Camba"},"level":"Beginner","language":"en","git":"","slides":"http://miguelcamba.com/talks/meet-ember-js/","video":"https://vimeo.com/89488271","description":"There's a new framework in town. Probably you've heard about it. It's time to know what's all the buzz about. A brief introduction to Ember as a framework and the phylosophy behind it."},{"title":"Backbone, Marionette and other puppets","speaker":{"twitter":"ainformatico","name":"Alejandro El Informatico","portrait":""},"level":"Intermediate","language":"es/en","git":"","slides":"http://www.alejandroelinformatico.com/slideshows/en/marionette-js/#/","video":"https://vimeo.com/89510571","description":"Now that you know Backbone.js is time to become a puppeteer and use Marionette.js, a composite application library for Backbone.js that aims to simplify the construction of large scale Javascript applications."}]},{"date":"2014-02-12T23:00:00.000Z","talks":[{"title":"Introduction to testing with AngularJS","speaker":{"twitter":"VictorBjelkholm","portrait":"https://pbs.twimg.com/profile_images/378800000087315087/e5a78bb2b5c3051fdffed458ff6d7e9b.jpeg","name":"Victor Bjelkholm"},"level":"Intermediate","language":"en","git":"","slides":"","video":"","description":"Introduction to testing with AngularJS will be the talk for you if you've always been interested what testing is but never took the step to finally start doing it. The talk will be mainly focused on testing basics and unit testing in AngularJS"},{"title":"Using the API Blueprint to generate nodejs consumers","speaker":{"twitter":"bpedro","name":"Bruno Pedro","portrait":"https://pbs.twimg.com/profile_images/378800000473642830/2f20ecdcd1ec41452b174d04a69e87ee.jpeg"},"level":"Intermediate","language":"en","git":"","slides":"http://www.slideshare.net/bpedro/api-code-generation","video":"https://vimeo.com/87488883","description":"I'll show you how to generate a nodejs API consumer by using the API Blueprint (http://apiblueprint.org/) to generate code from a Postman (http://www.getpostman.com/) collection."}]}] |
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 @@ | ||
[{"date":"2014-03-13T23:00:00.000Z","talks":[{"title":"Meet Ember.js","speaker":{"twitter":"miguelcamba","portrait":"https://pbs.twimg.com/profile_images/1283021990/foto_180.jpg","name":"Miguel Camba"},"level":"Beginner","language":"en","git":"","slides":"http://miguelcamba.com/talks/meet-ember-js/","video":"https://vimeo.com/89488271","description":"There's a new framework in town. Probably you've heard about it. It's time to know what's all the buzz about. A brief introduction to Ember as a framework and the phylosophy behind it."},{"title":"Backbone, Marionette and other puppets","speaker":{"twitter":"ainformatico","name":"Alejandro El Informatico","portrait":""},"level":"Intermediate","language":"es/en","git":"","slides":"http://www.alejandroelinformatico.com/slideshows/en/marionette-js/#/","video":"https://vimeo.com/89510571","description":"Now that you know Backbone.js is time to become a puppeteer and use Marionette.js, a composite application library for Backbone.js that aims to simplify the construction of large scale Javascript applications."}]},{"date":"2014-02-12T23:00:00.000Z","talks":[{"title":"Introduction to testing with AngularJS","speaker":{"twitter":"VictorBjelkholm","portrait":"https://pbs.twimg.com/profile_images/378800000087315087/e5a78bb2b5c3051fdffed458ff6d7e9b.jpeg","name":"Victor Bjelkholm"},"level":"Intermediate","language":"en","git":"","slides":"","video":"","description":"Introduction to testing with AngularJS will be the talk for you if you've always been interested what testing is but never took the step to finally start doing it. The talk will be mainly focused on testing basics and unit testing in AngularJS"},{"title":"Using the API Blueprint to generate nodejs consumers","speaker":{"twitter":"bpedro","name":"Bruno Pedro","portrait":"https://pbs.twimg.com/profile_images/378800000473642830/2f20ecdcd1ec41452b174d04a69e87ee.jpeg"},"level":"Intermediate","language":"en","git":"","slides":"http://www.slideshare.net/bpedro/api-code-generation","video":"https://vimeo.com/87488883","description":"I'll show you how to generate a nodejs API consumer by using the API Blueprint (http://apiblueprint.org/) to generate code from a Postman (http://www.getpostman.com/) collection."}]}] |
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 |
---|---|---|
|
@@ -220,6 +220,11 @@ nav { | |
.container; | ||
} | ||
|
||
.title { | ||
.container; | ||
} | ||
|
||
|
||
.sponsor { | ||
float: left; | ||
width: 290px; | ||
|
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,19 @@ | ||
{{> header}} | ||
|
||
<div role="main"> | ||
<section class="title"> | ||
<h2>{{intro}}</h2> | ||
</section> | ||
<section class="history"> | ||
{{#events}} | ||
{{> history }} | ||
{{/events}} | ||
</section> | ||
<section class="history"> | ||
<article class="history-event"> | ||
<h3><a href="/history">2014 Events</a></h3> | ||
</article> | ||
</section> | ||
</div> | ||
|
||
{{> footer}} |
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,17 @@ | ||
{{> header}} | ||
|
||
<div role="main"> | ||
|
||
<section class="history"> | ||
{{#events}} | ||
{{> history }} | ||
{{/events}} | ||
</section> | ||
<section class="history"> | ||
<article class="history-event"> | ||
<h3><a href="/history/2013">2013 Events</a></h3> | ||
</article> | ||
</section> | ||
</div> | ||
|
||
{{> footer}} |