-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en-mx">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<header class="header">
<nav class="header_menu">
<a class="header_menu_link" href="index.html">Home</a>
<a class="header_menu_link" href="about.html">Sobre mi</a>
<a class="header_menu_link" href="curriculum.html">Curriculum</a>
</nav>
</header>
<main class="presentacion">
<section class="presentacion_contenido">
<h1 class="presentacion_contenido_titulo">Eleve tu negocio digital a otro nivel <strong class="tituloCeleste">con un Front-end de calidad!</strong></h1>
<p class="presentacion_contenido_parrafo">¡Hola! Soy Ana García, desarrolladora Front-end con especialización en React, HTML y CSS. Ayudo a pequeños negocios y diseñadores a llevar a cabo buenas ideas. ¿Hablamos?
</p>
<div class="presentacion_enlaces">
<h2 class="presentacion_enlaces_subtitulo">Accede a mis redes:</h2>
<a class="presentacion_enlaces_boton" href="https://www.instagram.com/alcagiovanni">
<img width="50" height="50" src="assets/icons8-instagram-50.png" alt="instagram"/>Instagram</a>
<a class="presentacion_enlaces_boton" href="https://www.github.com/">
<img width="50" height="50" src="assets/icons8-github-50.png" alt="instagram"/>Github</a>
<a class="presentacion_enlaces_boton" href="https://www.linkedin.com/in/giovanni-marcelo-ramirez-alca-2834b9288/">
<img width="50" height="50" src="assets/icons8-linkedin-50.png"instagram"/>Linkedin</a>
</div>
</section>
<img class="presentacion_imagen" src="assets/Imagem.png" alt="Una chica utilizando una laptop">
</main>
<footer class="footer">
<p>Desarrollado por Giovanni</p>
</footer>
</body>
</html>