Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AilenAlbornoz authored Aug 9, 2024
1 parent 304361b commit 703ff1e
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
hello world
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<title>Ailen Albornoz - Mi Portafolio</title>
</head>
<body>
<section id="profile">
<div class="section__text">
<h1 class="title">¡Hola! Soy Ailen Albornoz</h1>
+
<p class="section__text__p1">Estudiante de Jovenes a Programar</p>
</div>
<div class="section__pic-container">
<img src="perfil.jpg" alt="foto de perfil" class="profile-pic"/>
<style>

</style>
</div>
</section>

<nav>
<div>
<ul class="nav-links">
<li><a href="sobre_mi.html" class="link-button">Sobre mí</a></li>
<li><a href="proyectos.html" class="link-button">Proyectos</a></li>
<li><a href="contacto.html" class="link-button">Contacto</a></li>
</ul>
</div>
</nav>
</body>
</html>

0 comments on commit 703ff1e

Please sign in to comment.