-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (58 loc) · 1.48 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mi Curriculum</title>
</head>
<body>
<header>
<a href="https://vilmanunez.com/wp-content/uploads/2016/05/listado-banco-de-imagenes-vectores-gratis.png">banner
</a>
<nav>
<li><a href="http://link"> Sobre mi Menu</a></li>
<li><a href="http://link"> Portafolio</a></li>
<li><a href="http://link"> Servicios</a></li>
<li><a href="http://link"> Contactos</a></li>
</nav>
</header>
<main>
<h1> Titulo principal</h1>
<section>
<h2> Sobre mi </h2>
<p> Tecnologo con backgroun en electronia y sistemas, apasionado de la tecnologia, la ilustración y la música</p>
</section>
</main>
<section>
<article>
<header>
<h2>Estudios</h2>
</header>
<p>
<li>Electronica Industrial - SENATI - Zonal Centro</li>
<li>Ingenieria de SISTEMAS - UPC 6to ciclo</li>
</p>
</article>
<article>
<header>
<h2>Experiencia</h2>
</header>
<p>
<li>win Systems - 2017 al presente - proyectos , implementacion</li>
<li>IGT Perú - 2006 . 2016 - Implementacionde software para gestión de casinos</li>
</p>
</article>
</section>
<aside>
<h2>Cursos</h2>
<p>
<li>Base de datos Oracle , Workshop oficial - sistemas UNI</li>
<li>Python - Area 51 </li>
<li>Diplomado en proyectos PMI - ISIL</li>
</p>
</aside>
<footer>
<p>Copyright 2021 Carlos Enrique Salinas</p>
</footer>
</body>
</html>