-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
42 lines (40 loc) · 2.24 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>
<link rel="stylesheet" href="css/default.css">
<title>Aprendiendo GitHub (LCC-UNISON)</title>
</head>
<body>
<h1>Sitio web para aprender el uso de GitHub</h1>
<h2>Ejemplo básico de un repositorio</h2>
<p>
A continuación agrega tu nombre a la siguiente lista:<br/>
1.- Juan Pablo <br>
2.- <a href= "https://icc2017.github.io/mbernal/">Miguel Bernal <br></a>
3.- <a href= "https://icc2017.github.io/Thomson/"> Luis Thomson <br></a>
4.- <a href= "https://icc2017.github.io/cmlopezb/">Marian López <br></a>
5.- <a href = "https://icc2017.github.io/Sandoval/"> Ximena Sandoval <br></a>
6.- <a href= "https://icc2017.github.io/p_hdez/"> Pedro Andrés </a> <br>
7.- <a href="https://icc2017.github.io/jesuscarmona/">Jesus Carmona</a> <br>
8.- <a href= "https://icc2017.github.io/Osver/">Osver Manuel </a><br>
9.- Jose Jose<br>
10.- <a href = "https://icc2017.github.io/MurciaY/"> Raul Murcia </a> <br>
11.- <a href="https://icc2017.github.io/jesus_pesqueira/"> Jesus Pesqueira </a> <br>
12.- <a href= "https://icc2017.github.io/christopher_arce/">Christopher Arce <br></a>
13.- <a href="https://icc2017.github.io/Castillo/">Nicole Castillo <br></a>
14.- <a href = "https://icc2017.github.io/Vidal/"> Emanuel Vidal </a> <br>
15.- <a href= "https://icc2017.github.io/marcos_sanchez/">Marcos Sánchez </a><br>
16.- <a href= "https://icc2017.github.io/Brian/"> Brian Guzmán <br></a>
17.- <a href= "https://icc2017.github.io/GerardoLeyvaConde/">Gerardo Leyva<br></a>
18.- <a href= "https://icc2017.github.io/F.Dguez/">Fernanda Domínguez <br></a>
19.- Esteban Corona <br>
20.- Ricardo Islas<br>
21.- <a href= "https://icc2017.github.io/Pivac/"> Vesna Pivac </a><br>
22.- <a href= "https://icc2017.github.io/AdrianSot/"> Adrián Soto </a><br>
23.-<a href= "https://icc2017.github.io/rosali.lopezen/">Rosa Lopez<br></a>
24.-<a href= "https://icc2017.github.io/leticuero/">Leticia Velázquez<br></a>
25.-<a href = "https://icc2017.github.io/oveelon/"> Jesùs Tabardillo <br></a>
26.-<a href="https://icc2017.github.io/Hugo-Eguino/"> Hugo Eguino <br></a>
</p>
</body>
</html>