Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BURDOTATTOO committed Oct 20, 2023
1 parent 9e11fc9 commit 5ac3501
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>



</head>



<!-- Header -->
<header x-data="{ open: false }" class="header">

<!-- Logo -->
<div class="header__logo">
<img src="images/btheader.png" alt="">
Expand All @@ -42,6 +47,7 @@
</header>
<!-- Fin Header -->
<body class="hidden" >

<div class="centrado" id="onload">
<div class="lds-circle">
<div>
Expand Down Expand Up @@ -140,5 +146,41 @@ <h3>Clothing store</h3>
</div>
</div>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://w.app/l7crTa" class="float" target="_blank">
<i class="fa fa-whatsapp my-float"></i>
</a>


<footer>
<div class="footer-content">
<div class="footer-info">
<h3>¡Contáctame!</h3>
<p>Si estás interesado en obtener un tatuaje único y personalizado en el estilo neotradicional, ¡estoy aquí para ayudarte!</p>
</div>

<div class="footer-contact">
<h4>Información de Contacto:</h4>
<p><strong>Nombre:</strong> MIGUEL ANGEL M.C.</p>
<p><strong>Ubicación:</strong> Medellín, Colombia</p>
<p><strong>Experiencia:</strong> 8 años de tatuaje</p>
<p><strong>Especialidad:</strong> Tatuajes Neotradicionales</p>
</div>

<div class="footer-social">
<h4>Sígueme en las Redes:</h4>
<ul>
<li><a href="https://www.instagram.com/burdo_tattoo/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/mackraker" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>







</body>
</html>

2 comments on commit 5ac3501

@vercel
Copy link

@vercel vercel bot commented on 5ac3501 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

burdotattoostore – ./

burdotattoostore-git-main-burdo.vercel.app
burdotattoostore-burdo.vercel.app
burdotattoostore.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5ac3501 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

burdotattoo – ./

burdotattoo-git-main-burdotattoo.vercel.app
burdotattoo-burdotattoo.vercel.app
burdotattoo.vercel.app

Please sign in to comment.