mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 09: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 |
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
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