Skip to content

Commit

Permalink
Entradas agotadas y logo Numericco
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomunoz committed Feb 16, 2024
1 parent 276b42a commit 111fdf7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
filter: brightness(0) invert(1);
}
.sponsor-numericco {
background-image: url(../img/logos/numericco.svg);
background-image: url(../img/logos/numericco_white.png);
}
.sponsor-panel {
background-image: url(../img/logos/panel_white.png);
Expand Down
15 changes: 15 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,21 @@ a {
color: var(--main-white-color);
}

.home-cta-button.agotadas, .home-cta-button:hover.agotadas {
border: 1px solid var(--main-black-color);
background-color: var(--year-main-color);
color: var(--main-black-color);
opacity: 0.5;
cursor: default;
}

.home-cta img {
position: absolute;
width: 150px;
top: -20px;
left: 60px;
}

.section {
margin-top: 50px;
position: relative;
Expand Down
Binary file added img/entradas-agotadas-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logos/numericco_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
<img class="logo" src="img/logo.svg" alt="SOSZ 24" />
<p class="home-city">Zaragoza, 9 Marzo 2024</p>
<div class="home-cta">
<a class="home-cta-button" href="https://my.weezevent.com/startup-open-space-2024">Compra tu entrada</a>
<a class="home-cta-patro">¿Quiéres patrocinar el evento?</a>
<a class="home-cta-button agotadas" href="#">
Compra tu entrada
</a>
<img src="img/entradas-agotadas-full.png" />
<!--<a class="home-cta-patro">¿Quiéres patrocinar el evento?</a>-->
</div>
</div>
</header>
Expand Down Expand Up @@ -223,6 +226,11 @@ <h2>Patrocinadores</h2>
<span>Panel</span>
</a>
</li>
<li class="list-item">
<a href="https://www.numericco.com" class="sponsor sponsor-numericco" target="_blank">
<span>Numéricco</span>
</a>
</li>
</ul>
<div class="want-sponsor">
<h4 class="bold">¿Quieres patrocinar?</h4>
Expand Down

0 comments on commit 111fdf7

Please sign in to comment.