-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Spain.js - A Summer JavaScript Conference in Spain
index: class="current"
aside: no-aside
---
{% assign ticket-style = 'main-title tickets' %}
{% include news.phtml %}
<article id="speakers" >
<header>
<h1 class="main-title speakers">Speakers</h1>
</header>
<section>
<p>We love Javascript, so we’re really excited to be hosting amazing talks to learn from the experts and hear about their accomplishments from around the world. Attendees will have the chance to learn about some of the hottest javascript topics and be on hand for some other surprises. </p>
</section>
<section class="speakers">
<ul>
<li><span class="image"><a href="speakers.html#jashkenas"><img src="img/speakers/jashkenas.jpg"/></a></span><span class="name">Jeremy Ashkenas</span><span class="speciality">Creator of CoffeeScript & Backbone.js</a></span></li>
<li><span class="image"><a href="speakers.html#amaccaw"><img src="img/speakers/amaccaw.jpg"/></a></span><span class="name">Alex MacCaw</span><span class="speciality">Ruby/JavaScript developer. Creator of SpineJS</a></span></li>
<li><span class="image"><a href="speakers.html#vicent"><img src="img/speakers/Vicent.jpg"/></a></span><span class="name">Vicent Marti</span><span class="speciality">Intergalactic MC. Systems engineer at GitHub</a></span></li>
<li><span class="image"><a href="speakers.html#karolina"><img src="img/speakers/Karolina.jpg"/></a></span><span class="name">Karolina Szczur</span><span class="speciality">Designer and front end developer working at Nodejitsu</a></span></li>
</ul>
</section>
<section class="button-container">
<a href="speakers.html" class="button moreinfo" >More speakers</a>
</section>
</article>