-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (56 loc) · 2.96 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
61
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="catalejo-presentations/reveal/dist/reset.css">
<link rel="stylesheet" href="catalejo-presentations/reveal/dist/reveal.css">
<link rel="stylesheet" href="catalejo-presentations/reveal/dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="catalejo-presentations/reveal/plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>
<div class="reveal">
<div class="slides">
<section> <h4>Sesión 0</h4>
<a href="https://johnnycubides.github.io/catalejo-presentations/johnny-presentation/index.html" target='_blank'>Algo sobre mí</a>
</section>
<section><h4>Sesión 1: Percepciones Animales</h4>
<a href="https://johnnycubides.github.io/catalejo-presentations/percepciones-animales" target='_blank'>Percepciones Animales</a><br>
<a href="https://johnnycubides.github.io/catalejo-presentations/theremin" target='_blank'>Theremin</a>
</section>
<section> <h4>Sesión 2: Matemática</h4>
<a href="https://johnnycubides.github.io/catalejo-presentations/matematicas-s4" target='_blank'>Matemáticas</a>
</section>
<section> <h4>Sesión 3: Cocina</h4>
<a href="https://johnnycubides.github.io/catalejo-presentations/somo-lo-que-comemos" target='_blank'>Cocina</a>
</section>
<section> <h4>Sesión 4: Genética de poblaciones</h4>
<a href="https://johnnycubides.github.io/catalejo-presentations/genetica/index.html" target="_blank">Genética</a>
<a href="https://johnnycubides.github.io/catalejo-presentations/encuentra-el-animal-adn" target='_blank'>Encontrando el animal o la planta</a>
</section>
<section> <h4>Sesión 6: El tiempo</h4>
<p> <a href="https://johnnycubides.github.io/catalejo-presentations/reloj-binario/index.html#/" target="_blank"> Reloj binario</a></p>
</section>
<section> <h4>Grafos</h4>
<p> <a href="https://johnnycubides.github.io/catalejo-presentations/grafos/grafos.html" target="_blank">Taller</a></p>
</section>
</div>
</div>
<script src="catalejo-presentations/reveal/dist/reveal.js"></script>
<script src="catalejo-presentations/reveal/plugin/notes/notes.js"></script>
<script src="catalejo-presentations/reveal/plugin/markdown/markdown.js"></script>
<script src="catalejo-presentations/reveal/plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>