diff --git a/themes/basspistol2025/layouts/partials/body/gancio.html b/themes/basspistol2025/layouts/partials/body/gancio.html index 9628268..09e2977 100644 --- a/themes/basspistol2025/layouts/partials/body/gancio.html +++ b/themes/basspistol2025/layouts/partials/body/gancio.html @@ -6,12 +6,12 @@ justify-content: space-between; a { - flex: 1 1 300px; - text-decoration: none; + } article { margin:2px; flex: 1 1 300px; + } h2 { font-size: 12em; @@ -19,7 +19,6 @@ line-height: 1em; flex: 1 1 100%; } - p { flex: 1 1 100%; font-size: .6em; @@ -30,16 +29,26 @@ font-size: 1.25em; } } - date { - font-size: .5em; + @media screen and (max-width: 1024px) { + h2 { + font-size: 8em; + } + p { + font-size: .9em; + max-width: unset; + } + strong { + font-size: 1.5em; + } } + + figure { - padding: 20px; + padding: 4px; margin: auto; - height: 75vh; - display: flex; - flex-wrap: wrap; - align-content: start; + + + border-style: double; border-color: purple; border-width: 10px; @@ -47,99 +56,58 @@ img { width: 100%; object-fit: cover; - height: 250px; + border-style: double; + border-color: purple; + border-width: 10px; + max-height: 300px; } - figcaption { - margin-top: 20px; - font-size: 0.9em; - h4 { - font-family: Sigoil,Space-Grotesk,arial,helvetica,sans-serif; - text-transform: uppercase; - } - p { - flex: 1 1 100%; - max-width: 33vw; - - - } - } } + figcaption { + font-family: Outward, 'Arial', 'Helvetica', sans-serif; + font-size: 9em; + line-height: 0.3em; - - - - @media screen and (max-width: 1024px) { - h2 { - font-size: 8em; - } - p { - font-size: .9em; - max-width: unset !important; - - strong { - font-size: 1.5em; - } - } + font-weight: bold; +/* font-style: italic;*/ + background-color: black; + color: white; + padding: 20px; + text-align: center; + border-style: double; + border-color: purple; + border-width: 10px; + color: orange; + z-index: 100; + position: relative; + text-decoration: none; + margin-bottom: 4px; + text-transform: lowercase; + } + @media screen and (max-width: 1024px) { figcaption { - font-size: .9em; - p { font-size: .9em;} - date { - font-size: .7em; - } + font-size: 7em; + line-height: 0.35em; } } } - -

Agenda

-

Outernational events
+

Outnernational events
Through the power of federation, we aggregate event data from the deep-web to keep you in the loop of what's happening below the radars.

Want your event featured here? Head over to this page. No account required.

- Full agenda 🗓️
- {{ $data := dict }} - {{ $url := "https://do.basspistol.org/api/events" }} - - {{ with try (resources.GetRemote $url) }} - {{ with .Err }} - {{ errorf "%s" . }} - {{ else with .Value }} - {{ $data = .Content | transform.Unmarshal }} - {{ else }} - {{ errorf "Unable to get remote resource %q" $url }} - {{ end }} - {{ end }} - - {{ with $data }} - {{ range . | first 7 }} - - -
-
- {{ range .media }}{{ end }} -
- {{ .start_datetime | int | dateFormat "2006-01-02 15:04 CET" }} -

{{ .title }}

-

Organizer: {{ .place.name }}

-

{{ .place.address }}

- -
-
-
-
- {{ end }} - - {{ end }} - +
+ + +