-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
83 lines (81 loc) · 2.62 KB
/
home.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
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./assets/css/stylee.css" />
</head>
<body>
<header>
<nav>
<ul>
<li><img src="./assets/img/Captuera.PNG" alt="" /></li>
<li>Sobre mi</li>
<li>Experiencia</li>
<li>Trabajos</li>
<li>Contacto</li>
</ul>
</nav>
</header>
<main>
<img src="./assets/img/colores-en-una-mac-1334.webp" alt="" />
<section>
<span>
<p>Pedro Luis Briceño Uranga</p>
<p>Soporte Técnico & Desarrollo Full Stack | Soluciones IT</p>
<img src="./assets/img/Captura.PNG" alt="" />
</span>
<p>
Técnico Universitario en Informática con experiencia en soporte IT y
un enfoque reciente como Full Stack developer. Conocimientos solidos
en diagnóstico y resolución de problemas técnicos (nivel 1 y 2), con
habilidades destacadas en comunicación, pensamiento analítico y
atención al detalle. Proactivo, adaptable y comprometido con el
aprendizaje continuo; Aporto soluciones efectivas y orientadas a
resultados en entornos agiles.
</p>
</section>
<section class="container" id="contacto">
<h1 class="mt-5">contacto</h1>
<div>
<form action="">
<label for="">¿Quieres conocer mas de mi?. Escribemee</label> <br />
<button
class="btn btn-primary bg-secondary border border-primary mb-5"
type="submit"
>
Submit form
</button>
</form>
</div>
</section>
<section>
<h1>Ultimos trabajos</h1>
</section>
</main>
<footer>
<footer>
<p>Copyright© Pedro Briceño</p>
<a href="https://github.com"
><i class="fab fa-github-square fa-4x"></i
></a>
<a href="https://twitter.com"
><i class="fab fa-twitter-square fa-4x"></i
></a>
<a href="https://www.linkedin.com"
><i class="fab fa-linkedin fa-4x"></i
></a>
<a href="https://www.linkedin.com"
><i class="fab fa-facebook-square fa-4x"></i
></a>
</footer>
</footer>
</body>
</html>