-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 909 Bytes
/
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header> </header>
<main> </main>
<h1>
Eleve tu negocio digital a otro nivel <strong> con un Front-end de calidad!
</strong>
</h1>
<p>
¡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>
<a href="https://www.instagram.com/"> Instagram </a>
<a href="https://www.github.com/"> Github </a>
<img src="Imagem.png" alt="Imagen Ana trabajando"
<footer></footer>
</body>
</html>