-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (66 loc) · 2.47 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>BASIC PROJECT GIT</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>MASTER BD & DS</h1>
<p class="view"><a href="https://github.com/jbarriojim/projectone/">El primer proyecto en GitHub <small>jbarriojim/projectone</small></a></p>
<ul>
<li><a href="https://github.com/jbarriojim/projectone/archive/master.zip">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/jbarriojim/projectone.git">Fork On <strong>GitHub</strong></a></li>
<li>Descargas<br><strong>PROJECT</strong></li>
</ul>
</header>
<section>
<h1>Practica de Pagina de GitHub para un Proyecto</h1>
<p><em>Puede acceder al <a href="https://github.com/jbarriojim/projectone/blob/master/practica.py">codigo fuente del proyecto</a>.</em></p>
<h2>Un listado de las cosas que tiene el proyecto</h2>
<p>Listado:</p>
<ul>
<li>Una funcion que imprime</li>
<li>El texto que imprime es: <tt>"Esta es una funcion para la practica de GITHUB"</tt></li>
<li>Necesita Python</li>
</ul>
<p>Mi correo de contacto: <a href="mailto:[email protected]">[email protected]</a>.</p>
<li>
<p>Es codigo Python:</p>
<pre><code>print ("Esta es una funcion para la practica de GITHUB")</code></pre>
</li>
<h2>Tabla de archivos</h2>
<table>
<tbody>
<tr>
<th>Nombre</th>
<th>Tipo</th>
</tr>
<tr>
<td>README</td>
<td>.md</td>
</tr>
<tr>
<td>practica</td>
<td>.py</td>
</tr>
</tbody>
</table>
<h2>Mi enlace</h2>
<p>Para LinkedIn <a href="https://es.linkedin.com/in/jaime-barrio-jimenez-31136332" title="Google">LinkedIn</a> Jaime Barrio</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/jbarriojim/projectone/">Jaime Barrio</a></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>