-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxix-pythonrio.html
30 lines (30 loc) · 1.01 KB
/
xix-pythonrio.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
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/css/reveal.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/css/theme/moon.min.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>XIX Encontro da PythOnRio</h2>
<a href="http://pythonrio.python.org.br/">http://pythonrio.python.org.br/</a>
<p>
<h3>Quando?</h3>
<small>Todo último sábado de cada mês.</small>
</p>
<p>
<h3>Aonde?</h3>
<small>Qualquer lugar que nos receba :)</small>
</p>
</section>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/js/reveal.min.js"></script>
<script>
Reveal.initialize();
</script>
</body>
</html>