Add Summer of Making Links

This commit is contained in:
Kian Ryan
2024-06-14 15:53:08 +01:00
parent 1a0a26c86d
commit dce4e2cb11
3 changed files with 19 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ layout: home
hero_image: rose_logo.svg hero_image: rose_logo.svg
--- ---
{{< eventbrite >}}
{{< openstatus >}} {{< openstatus >}}
| Day | Opening Times | | Day | Opening Times |

View File

@@ -374,3 +374,14 @@ div.highlight {
div#hackspace-open { div#hackspace-open {
display: none; display: none;
} }
.events {
background-image: linear-gradient(red, orange);
a {
color: white;
}
border: 2px solid red;
border-radius: 5px;;
padding: 2rem 0;
margin-bottom: 2rem;
}

View File

@@ -0,0 +1,3 @@
<div class="events has-text-centered" id="eventbrite-events">
<a href="https://leighhack.eventbrite.com">☀️ See and book for our Summer of Making! ☀️</a>
</div>