Skip to content

Commit

Permalink
Tickets link update
Browse files Browse the repository at this point in the history
  • Loading branch information
thevvalverde committed Dec 11, 2023
1 parent 8f2342c commit b57391f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions djangocon_2024/static/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ body {
}



.home-subheader .home-about p {
margin-top: 1rem
}
Expand Down Expand Up @@ -624,13 +623,12 @@ body, html {
border-radius: 8px;
align-self: center;
width: 80%;
background-color: lightgrey;
background-color: var(--dark-brown);
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
text-align: center;
pointer-events: none;
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions djangocon_2024/templates/modules/home_tickets.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="button-container">
<img src="{% static 'images/other/ticket-divider.png' %}" alt=""
class="ticket-divider">
<a href="/tickets" class="button">BUY YOUR TICKET NOW</a>
<a href="https://pretix.evolutio.pt/evolutio/djceu2024/" class="button">BUY YOUR TICKET NOW</a>
</div>
</div>
</div>
Expand All @@ -40,7 +40,7 @@
<div class="button-container">
<img src="{% static 'images/other/ticket-divider.png' %}" alt=""
class="ticket-divider">
<a href="/tickets" class="button">BUY YOUR TICKET NOW</a>
<a href="https://pretix.evolutio.pt/evolutio/djceu2024/" class="button">BUY YOUR TICKET NOW</a>
</div>

</div>
Expand All @@ -58,7 +58,7 @@
<div class="button-container">
<img src="{% static 'images/other/ticket-divider.png' %}" alt=""
class="ticket-divider">
<a href="/tickets" class="button">BUY YOUR TICKET NOW</a>
<a href="https://pretix.evolutio.pt/evolutio/djceu2024/" class="button">BUY YOUR TICKET NOW</a>
</div>

</div>
Expand All @@ -76,7 +76,7 @@
<div class="button-container">
<img src="{% static 'images/other/ticket-divider.png' %}" alt=""
class="ticket-divider">
<a href="/tickets" class="button">BUY YOUR TICKET NOW</a>
<a href="https://pretix.evolutio.pt/evolutio/djceu2024/" class="button">BUY YOUR TICKET NOW</a>
</div>

</div>
Expand Down

0 comments on commit b57391f

Please sign in to comment.