Skip to content

Commit

Permalink
2013 Events
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabel Cabezas committed Apr 5, 2014
1 parent 22aad25 commit e8dd058
Show file tree
Hide file tree
Showing 9 changed files with 430 additions and 1 deletion.
3 changes: 3 additions & 0 deletions contents/history/2013.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"intro": "2013 Events"
}
376 changes: 376 additions & 0 deletions contents/history/_2013/events.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contents/history/_index/events.json
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."}]}]
1 change: 1 addition & 0 deletions contents/history/index.json
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."}]}]
3 changes: 3 additions & 0 deletions templates/_history.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
{{#if video}}
<a href="{{video}}"><i class="fa fa-vimeo-square fa-2x"></i></a>
{{/if}}
{{#if blog}}
<a href="{{blog}}"><i class="fa fa-rss-square fa-2x"></i></a>
{{/if}}
</div>
{{else}}
<p><strong>This slot could be yours! Submit your talk now.</strong> You did some crazy stuff with JavaScript? You want to show it to the community? Drop us a line on your topic on <a href="https://twitter.com/bcnjs">Twitter</a> or to <a href="https://plus.google.com/u/0/communities/115705669406517039298">Google+</a>.</p>
Expand Down
5 changes: 5 additions & 0 deletions templates/assets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ nav {
.container;
}

.title {
.container;
}


.sponsor {
float: left;
width: 290px;
Expand Down
6 changes: 5 additions & 1 deletion templates/history.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
{{> history }}
{{/events}}
</section>

<section class="history">
<article class="history-event">
<h3><a href="/history/2013">2013 Events</a></h3>
</article>
</section>
</div>

{{> footer}}
19 changes: 19 additions & 0 deletions templates/history/2013.handlebars
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}}
17 changes: 17 additions & 0 deletions templates/history/index.handlebars
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}}

0 comments on commit e8dd058

Please sign in to comment.