-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain-slides.html
70 lines (70 loc) · 2.02 KB
/
main-slides.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
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/white.min.css">
<link rel="stylesheet" href="css/pyse.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<img src="images/logo.png" border="0"/>
</section>
<section>
<h1>Palestras</h1>
<h2>05/05 (manhã e tarde)</h2>
<h2>06/05 (manhã)</h2>
<h3>Clube de Engenharia [Centro][RJ]</h3>
</section>
<section>
<h1>Tutoriais</h1>
<h2>06/05 (tarde)</h2>
<h3>Universidade Veiga de Almeida [Tijuca][RJ]</h3>
</section>
<section>
<h1>Sprints</h1>
<h2>07/05 (tarde)</h2>
<h3>Stone Pagamentos [Centro][RJ]</h3>
</section>
<section>
<h1>Patrocinadores</h1>
<img src="images/stone.svg" height="500px"/>
</section>
<section>
<h1>Patrocinadores</h1>
<img src="images/globocom.png" height="300px"/>
</section>
<section>
<h1>Patrocinadores</h1>
<img src="images/eshares_logo_white.png"/>
</section>
<section>
<h1>Patrocinadores</h1>
<img src="images/metapix.png" height="120px"/>
<br/>
<img src="images/simple.png" height="100px"/>
<br/>
<img src="images/lojaintegrada.svg" height="40px"/>
</section>
<section>
<h1>Apoio</h1>
<img src="images/pyladiesrio.png" height="200px"/>
<br/>
<img src="images/logouva.png"/>
<br/>
<img src="images/pythonrio.png"/>
<br/>
<img src="images/novatec.png"/>
</section>
</div>
</div>
<script src="js/reveal.min.js"></script>
<script>
Reveal.initialize({
autoSlide: 3000
});
</script>
</body>
</html>