Skip to content

Commit e42677d

Browse files
committed
Add agenda page and styles
1 parent e74ddb9 commit e42677d

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

_posts/2015-03-10-agenda.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: "Agenda"
4+
date: 2015-03-10 17:00:00
5+
categories: meetup schedule
6+
---
7+
8+
These are the talks we'll be presenting in Code Beers, in March, 17th, starting
9+
at 7:00pm.
10+
11+
The programme may vary on order depending on availability of lecturers.
12+
13+
<small>_Note: All talks will be presented in brazilian portuguese._</small>
14+
15+
<div class="lectures" markdown="1">
16+
React sem frescuras!
17+
: por Vinícius Palma
18+
: Apresentação do framework desenvolvido pelo facebook
19+
de maneira, simples e objetiva, levantando assuntos
20+
como: Como começar, React em produção e JSX + Pré-render.
21+
22+
GitHub como portfólio pessoal
23+
: por Paulo Diovani Gonçalves
24+
: Uma breve demonstração de como o Github pode ser usado como
25+
portfólio, demonstrando as capacidades do desenvolvedor e
26+
auxiliando na seleção pelas empresas.
27+
28+
Campus Party serve pra quê?
29+
: por Leandro Gomes
30+
: Falar sobre nossa experiência na Campus Party 8. Sobre inscrição
31+
dos projetos, a Campus Future e oportunidade de negócios.
32+
</div>

_sass/_layout.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,22 @@ ul.sponsor-logos {
295295
}
296296
}
297297
}
298+
299+
.lectures {
300+
dl {
301+
dt {
302+
font-size: 1.1em;
303+
font-weight: bold;
304+
305+
+ dd {
306+
font-size: .9em;
307+
font-style: italic;
308+
}
309+
}
310+
311+
dd {
312+
padding: 0 0 10px 100px;
313+
314+
}
315+
}
316+
}

0 commit comments

Comments
 (0)