forked from braziljs/braziljs-2012
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (53 loc) · 2.29 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: BrazilJS - Porto Alegre 2012
---
<section class="broadcast">
<h2>Cobertura</h2>
<p>
Se você perdeu alguma das apresentações ou quer conferir o material disponibilizado pelos palestrantes,<br>
leia os reviews no blog da Grifo. Acesse <a href="http://gri.fo/braziljs" rel="external">gri.fo/braziljs</a>.
</p>
</section>
<section class="speakers" id="speakers">
<h2>Palestrantes</h2>
<ul>
{% for speaker in site.categories.speakers %}
<li><article>
<a href="/palestrantes/#{{ speaker.title | downcase | replace:' ', '-' | replace:'.', '' }}">
<hgroup>
<h3 class="speaker">{{ speaker.title }}</h3>
<h4 class="company">{{ speaker.subtitle }}</h4>
<span class="more">+</span>
</hgroup>
<span class="photo"><img src="{{ speaker.image }}" /></span>
{% if speaker.sinopse %}
<span class="sinopse">{{ speaker.sinopse }}</span>
{% endif %}
</a>
</article></li>
{% endfor %}
</ul>
</section>
<section class="registration" id="register">
{% include tickets.html %}
</section>
<section class="program" id="program">
{% include program.html %}
</section>
<section class="decoders">
<h2>Decoders JS</h2>
<h3>O desafio do W3C Brasil na BrazilJS</h3>
<div class="info">
<p><strong>Objetivo:</strong> conquistar a Web utilizando os 20 territórios do W3C pelo mundo.</p>
<p><strong>Utilize as ferramentas:</strong> HTML5, Javascript, CSS3 ou alguma outra tecnologia da <a href="http://conferenciaweb.w3c.br/a-plataforma-aberta-da-web/">Open Web Platform</a> e as <a href="http://www.w3.org/Consortium/Offices">localizações dos escritórios W3C</a> para fazer alguma coisa realmente interessante com os territórios.</p>
</div>
<p>Você tem 2 dias na maior conferência de Javascript do Universo pra fazer isso e ganhar o prêmio.</p>
<p><span class="button" style="opacity:0.2">Inscreva-se</span></p>
</section>
<section class="hackday" id="hackday">
{% include hackday.html %}
</section>
<section class="location" id="location">
{% include location.html %}
</section>