forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_es.html
52 lines (51 loc) · 2.63 KB
/
index_es.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
---
layout: default
excerpt: "Tú tienes el control. Estamos contigo a lo largo del camino."
timeline:
showWelcome: true
courses:
- title: "GitHub 101: Introducción a GitHub"
description: Si estás buscando una itnroducción rápida y entretenida a GitHub, la has encontrado. Esta clase te pondrá en marcha con GitHub en menos de una hora.
image: ./images/about/repo.png
imageAlt: The 'repo' octocat, cartoon of five octocats inside of a metal box
link: /intro-to-github
- title: "GitHub 102: GitHub Pages desde GitHub Desktop"
description: Aprende cómo **usar GitHub Desktop** para copiar un repositorio a tu ordenador, registrar (track) los cambios y comunicarte con GitHub.
image: ./images/about/forktocat.jpg
imageAlt: The 'forktocat' octocat, cartoon of two octocats joined at the head
link: /github-desktop
- title: "GitHub 103: GitHub Pages desde la línea de comandos"
description: Aprende cómo **usar la línea de comandos** para copiar un repositorio a tu ordenador, registrar (track) los cambios y comunicarte con GitHub.
image: ./images/about/collabocats.jpg
imageAlt: The 'collabocats', cartoon of octocats pictured on two laptops with symbols showing they're collaborating on code
link: /github-cli
- title: GitHub para usuarios de Windows
description: Aprende cómo configurar tu entorno git local para trabajar con GitHub y cómo completar el flujo de trabajo de GitHub usando extensión GitHub para Visual Studio.
image: ./images/red-polo.png
imageAlt: The 'red polo' octocat, a cartoon of an octocat wearing a red polo
link: /windows
- title: Git sin problemas
description: Guías rápidas para evitar situaciones problemáticas con git.
image: ./images/about/inspectocat.jpg
imageAlt: The 'inspectocat', a cartoon of an octocat wearing a trenchcoat and holding a magnifying glass
link: /git-trouble
- title: Introducción a GraphQL
description: Aprende cómo crear integraciones continuas accediendo y actualizado directamente los datos en GitHub usando GraphQL.
image: ./images/graphql-logo.svg
imageAlt: The pink symbol for GraphQL, a triangle inside of a hexagon
link: /graphql
- title: Electron
description: Una completa suite de cursos que te pondrán en marcha con Electron.
image: ././images/atom.png
imageAlt: Electron logo
link: /electron
---
<div class="bg-blue-dark text-white py-2 py-md-6 text-center">
<div class="container-lg p-responsive my-6">
<h1 class="alt-h1 lh-condensed" itemprop="headline">{{ site.title }}</h1>
<p>{{ page.excerpt }}</p>
</div>
</div>
<div class="my-6 p-2">
{% include timeline.html %}
</div>