Skip to content

Commit 76a998b

Browse files
committed
link ticket e cfp
1 parent ffdb3de commit 76a998b

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

sass/index.scss

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,41 @@
5959
color: #5f5f5f;
6060
}
6161

62+
/* Action Links */
63+
.action-links {
64+
display: flex;
65+
justify-content: space-between;
66+
gap: 15px;
67+
margin: 20px 0;
68+
flex-direction: column;
69+
gap: 10px;
70+
}
71+
72+
.action-button {
73+
display: inline-block;
74+
padding: 10px 18px;
75+
background-color: #bdd956;
76+
color: #fff !important;
77+
text-decoration: none;
78+
border-radius: 6px;
79+
font-weight: bold;
80+
transition: all 0.3s ease;
81+
text-align: center;
82+
min-width: 120px;
83+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
84+
width: 100%;
85+
padding: 8px 15px;
86+
}
6287

88+
.action-button:hover {
89+
background-color: #a7c445;
90+
transform: translateY(-2px);
91+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
92+
}
93+
94+
.ticket-button {
95+
background-color: #93a93a;
96+
}
6397

6498
/* Countdown Container */
6599
.countdown-wrapper {

templates/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ <h1>End Summer Camp {21}</h1>
3737
<a href="https://www.openstreetmap.org/#map=18/45.63542/12.54626">Parco della Scultura in Architettura<br>
3838
San Donà di Piave (VE)</a><br>
3939

40+
<div class="action-links">
41+
<a href="https://pretix.eu/ESC/2K25/" class="action-button ticket-button">Tickets</a>
42+
<a href="https://pretalx.endsummer.camp/2K25/cfp" class="action-button ticket-button">Call for Papers</a>
43+
</div>
44+
4045
<!-- Countdown Wrapper -->
4146
<div class="countdown-wrapper" id="countdown">
4247
<div class="time-block">

0 commit comments

Comments
 (0)