diff --git a/content/_index.md b/content/_index.md index 4a3adf3..b54afd5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,6 +5,8 @@ layout: home hero_image: rose_logo.svg --- +{{< eventbrite >}} + {{< openstatus >}} | Day | Opening Times | diff --git a/themes/lhs/assets/sass/leighhack.scss b/themes/lhs/assets/sass/leighhack.scss index e007b44..fc43f96 100644 --- a/themes/lhs/assets/sass/leighhack.scss +++ b/themes/lhs/assets/sass/leighhack.scss @@ -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; } \ No newline at end of file diff --git a/themes/lhs/layouts/shortcodes/eventbrite.html b/themes/lhs/layouts/shortcodes/eventbrite.html new file mode 100644 index 0000000..38915a3 --- /dev/null +++ b/themes/lhs/layouts/shortcodes/eventbrite.html @@ -0,0 +1,3 @@ +