-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio-index.html
76 lines (76 loc) · 2.65 KB
/
Portfolio-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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Portafolio Profesional Personal</title>
<link rel="stylesheet" href="portfolio.css">
</head>
<body>
<header>
<nav id="navbar">
<li><a href="#welcome-section">Inicio</a></li>
<li><a href="#rute">Trayectoria</a></li>
<li><a href="#projects">Trabajos</a></li>
<li><a href="#cabcra">Contacto</a></li>
</nav>
</header>
<div id="bigCont">
<div class="paralax1"></div>
<section id="welcome-section">
<!--
<img src="C:\Users\ANONYMOUS\Desktop\WebSite\binarioBlue.jpg" alt="" class="paralax">
-->
<h1>Hey I am Jacohinde</h1>
<p style="color:#33044F; font-size: 1.3em; z-index:2;"><b>a Software Developer</b></p><br>
<img id="loga" src="C:\Users\ANONYMOUS\Desktop\WorkPappers\Jacohinde.jpg.jpg">
</section>
<section id="rute">
<header>
<h2><u>Trayectoria</u></h2>
<b><i>
<p>1.- Web Development</p>
<p>2.- App Dev</p>
<p>3.- Software Dev</p>
<p>4.- Machine Learning - Neural Networks</p>
<p>5.- IoT</p>
<p>6.- Robótica</p>
<p>7.- Big Data</p></b></i>
</header>
</section>
<div class="paralax2"></div>
<section id="projects">
<header>
<h1>ALGUNOS DE MIS TRABAJOS</h1>
</header>
<div class="pro-grid">
<a href="TributePage.html" target="_blank" class="project-title"><img src="borges.jpeg" alt="" style="width:100%;" class="pro-image"><p class="pro-title">
Página de Tributo</p></a>
<a href="TributeP-Survey.html" target="_blank" class="project-title"><img src="form.jpg" alt="" style="width:100%; height:33vh;" class="pro-image"><p class="pro-title">
Formulario Básico</p></a>
<a href="techDocumentationPage.html" target="_blank" class="project-title"><img src="techD.png" alt="" style="width:100%;height:27vh;" class="pro-image"><p class="pro-title">
Documentación Técnica</p></a>
</div>
</section>
<div style="height:250px;"></div>
<footer id="cabcra">
<div>
<section class="infoCoru">
<h1>Redes Sociales</h1>
<p><a href="https://www.linkedin.com/in/amadeo-jacohinde-8692b8177/">LinkedIn</a></p>
<p><a href="https://codepen.io/Jacohinde/pens/showcase">FCC</a></p>
<p><a href="videos.html">GitHub</a></p>
</section>
<section class="infoCoru">
<h1>Ayuda</h1>
<p><a href="contacto.html">Contacto</a></p>
</section>
<section class="infoCoru">
<address>Guadalajara, México</address>
<small>© Derechos Reservados 2019</small>
</section>
</div>
</footer>
<div style="display:none;" class="paralax1"></div>
</div>
</body>
</html>