-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 3.37 KB
/
index.html
File metadata and controls
78 lines (73 loc) · 3.37 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Programación moderna con Python</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="IntroductionToPythonAndProgrammingBasic-Cisco-master/contents/assets/css/main.css" />
<link rel="shortcut icon" href="IntroductionToPythonAndProgrammingBasic-Cisco-master/images/logo.jpg" type="image/x-icon">
<noscript><link rel="stylesheet" href="IntroductionToPythonAndProgrammingBasic-Cisco-master/contents/assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<div class="inner">
<h1>
<span class="icon major fa-cloud"></span>
Hi, <strong>Human</strong>! another fine little space from <a href="https://hc3.sytes.net">HC3</a>.
</h1>
</div>
</section>
<!-- One -->
<section id="one" class="main style2">
<div class="video-container" >
<video src="IntroductionToPythonAndProgrammingBasic-Cisco-master/subida/start.mp4" autoplay muted loop="loop">Welcome</video>
</div>
<!-- Footer -->
<section class="container medium"> <hr><hr><hr><hr><hr>
<h1>El contenido de este repositorio es el siguiente:</h1>
<p class="center">
<ul>
<li>
<a href="PythonProgrammingLearn-Intro/index.html">Python Programming Learn</a>
</li>
<li>
<a href="IntroductionToPythonAndProgrammingBasic-Cisco-master">Introduction to python and programming basic - Cisco.</a>
</li>
<li>
<a href="Juego de la vida - Python/">Juego de la vida - Python.</a>
</li>
<li>
<a href="programacion_moderna_python-chunche/index.html">Programación moderna python - Keep Coding.</a>
</li>
<li>
<a href="spatial analysis & geospacial data science in Python/">Spatial Analysis & Geeospacial Data Science in Python. Analysis Coronavirus Representation</a>
</li>
<li>
<a href="https://chunche95.github.io/ProgramacionModernaPython/">Home</a>
</li>
</ul>
<br>
<ul class="icons">
<li><a href="https://instagram.com/pau.dev" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/chunche95" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:paeste95.pb@gmail.com" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<ol> © Human Computing 3.0 </ol>
<ol> Design: <a href="https://github.com/chunche95">Chunche95</a></ol>
</ul>
</p>
<p>
Paulino Bermúdez R.
</p>
</section>
<!-- Scripts -->
<script src="IntroductionToPythonAndProgrammingBasic-Cisco-mastercontents/assets/js/jquery.min.js"></script>
<script src="IntroductionToPythonAndProgrammingBasic-Cisco-mastercontents/assets/js/jquery.scrolly.min.js"></script>
<script src="IntroductionToPythonAndProgrammingBasic-Cisco-mastercontents/assets/js/browser.min.js"></script>
<script src="IntroductionToPythonAndProgrammingBasic-Cisco-mastercontents/assets/js/breakpoints.min.js"></script>
<script src="IntroductionToPythonAndProgrammingBasic-Cisco-mastercontents/assets/js/util.js"></script>
<script src="IntroductionToPythonAndProgrammingBasic-Cisco-mastercontents/assets/js/main.js"></script>
</body>
</html>