Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BURDOTATTOO authored Aug 29, 2023
1 parent ce03d32 commit aa32c62
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header x-data="{ open: false }" class="header">
<!-- Logo -->
<div class="header__logo">
<img src="images/eternal logo.png" alt="">
<img src="images/btheader.png" alt="">
</div>
<!-- Boton abrir -->
<button class="header__button-nav--open" x-on:click="open = true">Abrir</button>
Expand Down Expand Up @@ -53,6 +53,24 @@ <h1>@BURDO_TATTTOO</h1>
<h3>Clothing store</h3>
<div class="store-wrapper">


<div class="slider">
<ul>
<li>
<img src="images/united3.PNG" alt="">
</li>
<li>
<img src="Untitled-1.html" alt="">
</li>
<li>
<img src="images/united2.PNG" alt="">
</li>
<li>
<img src="images/united3.PNG" alt="">
</li>
</ul>
</div>

<div class="backgroundvideo" category="backgroundvideo">
<video muted autoplay loop>
<source src="./images/Pexels Videos 1085994.mp4">
Expand Down

2 comments on commit aa32c62

@vercel
Copy link

@vercel vercel bot commented on aa32c62 Aug 29, 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.vercel.app
burdotattoostore-git-main-burdo.vercel.app
burdotattoostore-burdo.vercel.app

@vercel
Copy link

@vercel vercel bot commented on aa32c62 Aug 29, 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-burdotattoo.vercel.app
burdotattoo-git-main-burdotattoo.vercel.app
burdotattoo.vercel.app

Please sign in to comment.