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
---
{{< eventbrite >}}
{{< openstatus >}}
| Day | Opening Times |

View File

@@ -6,7 +6,7 @@
src: url('../fonts/transport-medium.woff2') format('woff2');
}
// Hackspace Branding
// Hackspace Branding
//$family-sans-serif: "Roboto", sans-serif;
$primary: #d41246;
$accent: #fbf3ee;
@@ -92,7 +92,7 @@ p {
}
// -------------------------------------------------------
// Base
// Base
// -------------------------------------------------------
a {
text-decoration: underline;
@@ -315,7 +315,7 @@ address {
}
// -------------------------------------------------------
// Footer
// Footer
// -------------------------------------------------------
footer {
@@ -373,4 +373,15 @@ div.highlight {
// Hackspace Status
div#hackspace-open {
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>