diff options
author | 2024-01-24 18:21:31 +0800 | |
---|---|---|
committer | 2024-01-24 18:21:31 +0800 | |
commit | 9be58994d7a7607afd513f5b8c5e8788c9f5e595 (patch) | |
tree | 373b7e2464e73cdfe397db7c89dfaf7a480d76fe /pydis_site/templates/events/current_event.html | |
parent | Events: Make good use of bulma components (diff) |
Events: Adjust spacing
Diffstat (limited to 'pydis_site/templates/events/current_event.html')
-rw-r--r-- | pydis_site/templates/events/current_event.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index dd59b040..735f1eb4 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -8,7 +8,7 @@ <div class="columns is-3" style="--columnGap: 0.75rem;"> <div class="column"> <p class="subtitle is-6 has-text-grey" style="padding-bottom: 1rem;">Upcoming event</p> - <h2 class="title is-4"><a href="https://pyweek.org/">PyWeek 37</a></h2> + <h2 class="title is-4"><a href="https://pyweek.org/37/">PyWeek 37</a></h2> <p><strong>March 17-24</strong></p> </div> <div class="column"> @@ -16,5 +16,5 @@ </div> </div> <p>PyWeek has been running a bi-annual game jam for the Python language. As of 2020, we are excited to say we are officially partnered with PyWeek to co-run these events.</p> - <a class="button is-link" href="https://pyweek.org/">Learn more</a> + <a class="button is-link" href="https://pyweek.org/37/">Learn more <span class="icon is-white"><i class="fa-regular fa-arrow-right"></i></span></a> </div> |