-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (56 loc) · 2.19 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
<!DOCTYPE HTML>
<html>
<head>
<title>Puerta de enlace a IntroductionToPythonAndProgrammingBasic-Cisco</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="contents/assets/css/main.css" />
<link rel="shortcut icon" href="images/logo.jpg" type="image/x-icon">
<noscript><link rel="stylesheet" href="contents/assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<div class="inner">
<span class="icon major fa-cloud"></span>
<h1>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 style1">
<video class="responsive" src="subida/start.mp4" autoplay muted loop="loop">Welcome</video>
</section>
-->
<!-- Footer -->
<section id="footer">
<p class="center">
<button>
<a href="contents/index.html">Start now!</a>
</button>
<button type="submit">
<a href="Model Driven Programmability - DevnNet20/index.html">DevNet 20 - Teo.</a>
</button>
<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="contents/assets/js/jquery.min.js"></script>
<script src="contents/assets/js/jquery.scrolly.min.js"></script>
<script src="contents/assets/js/browser.min.js"></script>
<script src="contents/assets/js/breakpoints.min.js"></script>
<script src="contents/assets/js/util.js"></script>
<script src="contents/assets/js/main.js"></script>
</body>
</html>