-
Notifications
You must be signed in to change notification settings - Fork 2
/
introduccion.html
177 lines (144 loc) · 7.42 KB
/
introduccion.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>// Coderise - Code.Inspire.Create</title>
<meta name="description" content="Coderise Curriculum">
<meta name="author" content="Julián Duque">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Introducción a Coderise</h1>
</section>
<section>
<h1>Día 1</h1>
</section>
<section>
<h1>¡Bienvenidos!</h1>
</section>
<section>
<h2>Agenda</h2>
<ul>
<li>Registro en Lore.com</li>
<li>Evaluación Inicial</li>
<li>¡Conozcámonos!</li>
<li>Break</li>
<li>Ejercicio Grupal</li>
</ul>
</section>
<section>
<h3>Registro en Lore.com</h3>
<p>Por favor ingresar al siguiente enlace donde estarán publicadas las actividades que realizarán durante el curso.</p>
<p>
<a href="http://join.lore.com/SZ8YTB">http://join.lore.com/SZ8YTB</a>
</p>
</section>
<section>
<h3>Evaluación Inicial</h3>
<p>
<small>
<a href="http://coderise.wufoo.com/forms/-coderise-evaluacian-inicial/">
http://coderise.wufoo.com/forms/-coderise-evaluacian-inicial/
</a>
</small>
</p>
</section>
<section>
<h3>Ejercicio Grupal</h3>
<p>
Con los conocimientos que tienen hasta ahora <br />¿Cómo crearían una aplicación que les permita tener un perfil de usuario personal y un lugar donde puedan escribir opiniones cortas sobre temas que les interesen?
</p>
</section>
<section>
<h1>Día 2</h1>
</section>
<section>
<h2>Agenda</h2>
<ul>
<li>Aprendiendo a Aprender</li>
<li>Herramientas de Aprendizaje En Línea</li>
<ul>
<li>KhanAcademy</li>
<li>Codecademy</li>
</ul>
<li>Break</li>
<li>Introducción jsFiddle</li>
<li>Ejercicio 1.1 - Variables</li>
<li>Ejercicio 1.2 - Operaciones</li>
</ul>
</section>
<section>
<h2>Aprendiendo a Aprender</h2>
<p>La mejor forma para aprender es haciendo</p>
</section>
<section>
<h2>Herramientas para Aprendizaje en Línea</h2>
</section>
<section>
<h2>KhanAcademy</h2>
<a href="http://www.khanacademy.org">http://www.khanacademy.org</a>
</section>
<section>
<h2>Codecademy</h2>
<a href="http://www.codecademy.com">http://www.codecademy.com</a>
</section>
<section>
<h2>jsFiddle</h2>
<p>Editor en Línea de HTML, CSS y JavaScript</p>
<a href="http://jsfiddle.net/">http://jsfiddle.net/</a>
</section>
<section>
<h2>Ejercicio 1.1 - Variables</h2>
<a href="http://jsfiddle.net/jeffreybiles/xbT3g/12/">http://jsfiddle.net/jeffreybiles/xbT3g/12/</a>
</section>
<section>
<h2>Ejercicio 1.2 - Operaciones</h2>
<a href="http://jsfiddle.net/jeffreybiles/v2Epn/7/">http://jsfiddle.net/jeffreybiles/v2Epn/7/</a>
</section>
</div>
<aside class="footer-logo" style="display:block;">
<a href="index.html">
<img src="images/logo_short.png" />
</a>
</aside>
<aside class="footer-license" style="display:block;">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Coderise Curriculum</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.coderise.org" property="cc:attributionName" rel="cc:attributionURL">Coderise</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</aside>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
theme: Reveal.getQueryHash().theme || 'default', // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/linear(2d)
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/highlight.js', async: true, callback: function() { window.hljs.initHighlightingOnLoad(); } },
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }
]
});
</script>
</body>
</html>