mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 06:52:17 +00:00
Add Summer of Making Links
This commit is contained in:
@@ -5,6 +5,8 @@ layout: home
|
||||
hero_image: rose_logo.svg
|
||||
---
|
||||
|
||||
{{< eventbrite >}}
|
||||
|
||||
{{< openstatus >}}
|
||||
|
||||
| Day | Opening Times |
|
||||
|
||||
@@ -374,3 +374,14 @@ div.highlight {
|
||||
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;
|
||||
}
|
||||
3
themes/lhs/layouts/shortcodes/eventbrite.html
Normal file
3
themes/lhs/layouts/shortcodes/eventbrite.html
Normal 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>
|
||||
Reference in New Issue
Block a user