-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
418 lines (375 loc) · 17.9 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CLEAN MARKUP = GOOD KARMA.
Hi source code lover,
you're a curious person and a fast learner ;)
Let's make something beautiful together. Contribute on Github:
https://github.com/webslides/webslides
Thanks,
@jlantunez.
-->
<!-- SEO -->
<title>GitHub Pages - Ejemplos de uso</title>
<meta name="description" content="Presentación para explicar los casos de uso de GitHub Pages que estoy probando">
<!-- URL CANONICAL -->
<!-- <link rel="canonical" href="http://your-url.com/"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
<!-- CSS Base -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/base.css">
<!-- CSS Colors -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/colors.css">
<!-- Style changed for current presentation -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/presentation.css">
<!-- Optional - CSS SVG Icons (Font Awesome) -->
<link rel="stylesheet" type='text/css' media='all' href="static/css/svg-icons.css">
<!-- SOCIAL CARDS (ADD YOUR INFO) -->
<!-- TWITTER -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@cristinafsanz">
<!-- EDIT -->
<meta name="twitter:creator" content="@cristinafsanz">
<!-- EDIT -->
<meta name="twitter:title" content="Cristina Fernández Sanz">
<!-- EDIT -->
<meta name="twitter:description" content="Desarrolladora front-end.">
<!-- EDIT -->
<!-- FAVICONS -->
<link rel="shortcut icon" sizes="16x16" href="static/images/favicons/favicon.png">
<link rel="shortcut icon" sizes="32x32" href="static/images/favicons/favicon-32.png">
<link rel="apple-touch-icon icon" sizes="76x76" href="static/images/favicons/favicon-76.png">
<link rel="apple-touch-icon icon" sizes="120x120" href="static/images/favicons/favicon-120.png">
<link rel="apple-touch-icon icon" sizes="152x152" href="static/images/favicons/favicon-152.png">
<link rel="apple-touch-icon icon" sizes="180x180" href="static/images/favicons/favicon-180.png">
<link rel="apple-touch-icon icon" sizes="192x192" href="static/images/favicons/favicon-192.png">
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#333333">
</head>
<body>
<header role="banner">
<nav role="navigation">
<p class="logo"><a href="index.html" title="GitHub Pages">Ilusionismo con GitHub Pages - Ejemplos de uso</a></p>
<ul>
<li class="github">
<a rel="external" href="https://github.com/cristinafsanz" title="Github">
<svg class="fa-github">
<use xlink:href="#fa-github"></use>
</svg>
<em>cristinafsanz</em>
</a>
</li>
<li class="twitter">
<a rel="external" href="https://twitter.com/cristinafsanz" title="Twitter">
<svg class="fa-twitter">
<use xlink:href="#fa-twitter"></use>
</svg>
<em>@cristinafsanz</em>
</a>
</li>
<!-- <li class="dribbble"><a rel="external" href="http://dribbble.com/webslides" title="Dribbble"><svg class="fa-dribbble"><use xlink:href="#fa-dribbble"></use></svg> <em>webslides</em></a></li> -->
</ul>
</nav>
</header>
<main role="main">
<article id="webslides">
<!-- Quick Guide
- Each parent <section> in the <article id="webslides"> element is an individual slide.
- Vertical sliding = <article id="webslides" class="vertical">
- <div class="wrap"> = container 90% / <div class="wrap size-50"> = 45%;
-->
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap size-80">
<h1 class="text-data">
<a class="visible-link" href="https://github.com/cristinafsanz/github-pages">Ilusionismo con GitHub Pages</a>
</h1>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<div class="wrap">
<div class="card-40 bg-white">
<figure>
<img src="static/images/avatar.png">
</figure>
<div class="flex-content">
<h2 class="presentation">Cristina Fernández</h2>
<p>
<a href="http://cristinafsanz.github.io/projects/">
Desarrolladora front-end
</a>
</p>
<ul class="description">
<li>
<a class="visible-link" rel="external" href="https://twitter.com/cristinafsanz" title="Twitter">
<svg class="fa-twitter">
<use xlink:href="#fa-twitter"></use>
</svg>
<em>@cristinafsanz</em>
</a>
</li>
<li>
<a class="visible-link" rel="external" href="https://github.com/cristinafsanz" title="GitHub">
<svg class="fa-github">
<use xlink:href="#fa-github"></use>
</svg>
<em>cristinafsanz</em>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="aligncenter">
<h2>
<a href="https://www.awwwards.com">awwwards.com</a>
</h2>
<img src="static/images/awwwards.jpg" alt="Ejemplos páginas web en www.awwwards.com">
</section>
<section class="aligncenter">
<div class="wrap">
<h2>
Presentación Cinematógrafo (1895)
</h2>
<img class="img-70" src="static/images/llegada-tren-estacion-Ciotat.gif">
</div>
</section>
<section class="aligncenter">
<div class="wrap">
<h2>
Mi GitHub (2016)
</h2>
<img src="static/images/github-cristinafsanz.jpg">
</div>
</section>
<section class="aligncenter">
<div class="wrap">
<h2>
Git, GitHub y GitHub Pages
</h2>
<div class="flexblock gallery">
<li>
<img src="static/images/subir-github.gif" alt="Subir cambios a GitHub (gif de cohete en Viaje a la Luna, de Georges Méliès)">
</li>
<li>
<img src="static/images/GitHub.gif" alt="GitHub (gif de la luna en Viaje a la Luna cuando impacta el cohete)">
</li>
<li>
<img src="static/images/pagina-web-resultado.gif" alt="Resultado en GitHub (ya en la luna, en Viaje a la Luna, de Georges Méliès)">
</li>
</div>
</div>
</section>
<section class="aligncenter">
<div class="wrap size-70">
<h2><a href="https://pages.github.com/">pages.github.com</a></h2>
<img src="static/images/github-pages.jpg" alt="Página de GitHub Pages">
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap-80">
<h2>
User site y Project sites
</h2>
<div class="grid vertical-align">
<div class="column">
<pre>https://user.github.io</pre>
<img src="static/images/user-sites-melies.gif" alt="una sola página (git con un único Georges Méliès)">
</div>
<div class="column">
<pre>https://user.github.io/repository</pre>
<img src="static/images/project-sites-melies.gif" alt="una página por repositorio (gif con muchos Georges Méliès)">
</div>
</div>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap">
<h2>
<a href="https://github.com/cristinafsanz/github-pages#origen">
User site y Project sites
</a>
</h2>
<div class="grid vertical-align">
<div class="column">
<img src="static/images/user-site.jpg" alt="Nombre del repositorio es username.github.io para User site">
</div>
<!-- .end .column -->
<div class="column">
<pre>git clone [email protected]/user/repository.git</pre>
<pre>cd repository</pre>
<pre>git add .</pre>
<pre>git commit -m "Mensaje"</pre>
<pre>git push origin master</pre>
</div>
<!-- .end .column -->
</div>
<!-- .end .grid -->
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap">
<h2>
<a href="https://github.com/cristinafsanz/github-pages#origen">
Project sites
</a>
</h2>
<img src="static/images/project-sites.jpg" alt="Ejemplo de repositorios de mi GitHub">
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 80%) -->
<div class="wrap-80">
<h2>
<a href="https://github.com/cristinafsanz/github-pages#origen">
Habilitar GitHub Pages
</a>
</h2>
<div class="grid vertical-align">
<div class="column">
<img src="static/images/settings-tab.jpg" alt="Ir a pestaña Settings">
</div>
<div class="column">
<img src="static/images/enable-gitHub-pages.jpg" alt="Habilitar GitHub Pages en master o en /docs en la pestaña Settings">
</div>
</div>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap-80">
<h2>
<a href="https://github.com/cristinafsanz/melies-hugo#cambiar-dominio-de-github-pages">
Dominio personalizado
</a>
</h2>
<div class="grid vertical-align">
<div class="column">
<img src="static/images/settings-tab.jpg" alt="Ir a pestaña Settings">
<img src="static/images/custom-domain.jpg" alt="Habilitar Dominio personalizado en Settings">
</div>
<div class="column">
<img src="static/images/custom-domain-CNAME.jpg" alt="Crea fichero CNAME en la raíz">
</div>
</div>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap">
<h2>
<a href="https://github.com/cristinafsanz/melies-origen">
Ejemplo de uso: Presentación
</a>
</h2>
<div class="grid vertical-align">
<div class="column">
<img src="static/images/github-melies-origen.jpg" alt="Repositorio en GitHub">
</div>
<div class="column">
<img src="static/images/presentacion-melies-origen.jpg" alt="Resultado en el navegador">
</div>
</div>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap">
<h2>
<a href="https://github.com/cristinafsanz/melies-hugo">
Ejemplo de uso: Blog
</a>
</h2>
<div class="grid vertical-align">
<div class="column">
<img src="static/images/github-melies-hugo.jpg" alt="Repositorio en GitHub">
</div>
<div class="column">
<img src="static/images/blog-melies-hugo.jpg" alt="Resultado en el navegador">
</div>
</div>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap">
<h2>
Hugo
</h2>
<img src="static/images/hugo.jpg" alt="Hugo, película homenaje a Méliès">
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<!--.wrap = container (width: 90%) -->
<div class="wrap size-80">
<h1 class="text-data">¡Gracias!</h1>
<p class="text-end">
<a class="visible-link" rel="external" href="https://twitter.com/cristinafsanz" title="Twitter">
<svg class="fa-twitter">
<use xlink:href="#fa-twitter"></use>
</svg>
<em>@cristinafsanz</em>
</a>
</p>
<p class="text-end">
<a class="visible-link" rel="external" href="https://github.com/cristinafsanz" title="GitHub">
<svg class="fa-github">
<use xlink:href="#fa-github"></use>
</svg>
<em>cristinafsanz</em>
</a>
</p>
</div>
<!-- .end .wrap -->
</section>
<section class="aligncenter">
<div class="wrap">
<h2>Créditos</h2>
<div class="grid vertical-align size-70">
<div class="column">
<ul class="description">
<li class="credits">
<a class="visible-link" href="https://webslides.tv/">WebSlides</a> es una solución open source creada por <a class="visible-link" href="https://twitter.com/jlantunez">@jlantunez</a>, <a class="visible-link" href="https://twitter.com/Belelros">@Belelros</a> y <a class="visible-link" href="https://twitter.com/luissacristan">@luissacristan</a>.
Si quieres saber más, <a class="visible-link" href="https://twitter.com/webslides" title="@WebSlides">¡ponte en contacto!</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</article>
<!-- end article -->
</main>
<!-- end main -->
<!-- A global footer
<footer role="contentinfo">
<div class="wrap">
<p>An <a href="https://github.com/webslides/webslides">open source solution</a>, by <a href="https://twitter.com/webslides">@webslides</a>.</p>
</div>
</footer> -->
<!-- Required -->
<script src="static/js/webslides.js"></script>
<script>
window.ws = new WebSlides();
</script>
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
<script defer src="static/js/svg-icons.js"></script>
</body>
</html>