#Codigo

1 messages · Page 1 of 1 (latest)

gleaming sun
#

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArtXandro Porfolio</title>
<link rel="stylesheet" href="CSS/normalize.css">
<link rel="stylesheet" type="text/css" href="CSS/home.css">
<link rel="stylesheet" type="text/css" href="CSS/static.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="QuienSoy.html">Quien Soy</a></li>

        <div class="logo">
        <img src="img/Logo.png" alt="Mi Logo ArtXandro">
        </div>   
         
      <li><a href="Contacto.html">Contacto</a></li>
    </ul>
  </nav>

</header>
<section>
<a href="Gal-diana.html"><div style="background-image:url(img/web-4.JPG);"></div></a>
<a href="Galerias/gal-yosh.html"><div style="background-image:url(img/web-5.JPG);"></div></a>
<a href="Galerias/gal-hay.html"><div style="background-image:url(img/web-9.JPG);"></div></a>
<a href="Galerias/gal-mayachar.html"><div style="background-image:url(img/web-11.JPG);"></div></a>
<a href="Galerias/gal-anabel.html"><div style="background-image:url(img/web-12.JPG);"></div></a>
<a href="Galerias/gal-meyita.html"><div style="background-image:url(img/web-17.JPG);"></div></a>
<a href="Galerias/gal-zelda.html"><div style="background-image:url(img/web-18.JPG);"></div></a>
<a href="Galerias/gal-athena.html"><div style="background-image:url(img/web-19.JPG);"></div></a>
<a href="Galerias/gal-maya.html"><div style="background-image:url(img/web-10.JPG);"></div></a>

</section>
<footer>
<p>Sígueme en las redes sociales:</p>
<ul>
<button type="button">
<a href="https://www.facebook.com/FashionKlik/">
<img src="img/face-logo.png" alt="Logo de Facebook">
</a>
</button>
<button type="button">
<a href="https://www.instagram.com/art_xandro_studio/">
<img src="img/insta-logo.png" alt="Logo de Instagram">
</a>
</button>
<button type="button">
<a href="https://kavyar.com/5atphojkxtyq">
<img src="img/kavyar-logo.png" alt="Logo de Kavyar">
</a>
</button>
<button type="button">
<a href="https://www.behance.net/artxandrostudio">
<img src="img/be-logo.png" alt="Logo de Behance">
</a>
</button>
<button type="button">
<a href="https://www.linkedin.com/in/art-xandro-mena-122b1913a/">
<img src="img/in-logo.png" alt="Logo de LinkedIn">
</a>
</button>
</ul>
</footer>

</body>
</html>