-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
42 lines (42 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Una breve introducción a GitHub</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header-bg flex">
<h1 class="text-white">Introducción a Git & GitHub</h1>
</header>
<article class="article-bg">
<h3 class="text-center">Temario</h3>
<section>
<ul>
<li>Qué es Git?</li>
<li>Para qué Sirve Git?</li>
<li>Quién creo Git?</li>
<li>Que empresas usan Git?</li>
<li>Catálogo de palabras en Git</li>
<ul>
<li>init</li>
<li>commit</li>
<li>branch</li>
<li>merge</li>
<li>checkout</li>
<li>reset</li>
<li>remote</li>
<li>push</li>
<li>pull</li>
</ul>
<li>Clientes de Git con Interfaz Gráfica</li>
<li>Trabajando con la terminal | Comandos para Git</li>
<ul>
<li></li>
</ul>
</ul>
</section>
</article>
</div>
</body>
</html>