diff --git a/_includes/layout.vto b/_includes/layout.vto index a09967a..4021f18 100644 --- a/_includes/layout.vto +++ b/_includes/layout.vto @@ -13,15 +13,30 @@ + + + +
+ + + + + + +
-
- - - - +
+ + + +
@@ -37,7 +52,7 @@
-
+

{{ timetable.title }}

{{ for day of timetable.days }} @@ -53,14 +68,14 @@ {{ /for }}
-
+
{{ tickets.cta.text }} {{ tickets.text |> md }}
-
+

{{ speakers.title }}

{{ location.workshops.title }}

{{ location.workshops.address |> md }}
+ + {{ "Ver mapa >" |> escape}}
@@ -137,7 +156,9 @@ diff --git a/img/instagram.svg b/img/instagram.svg new file mode 100644 index 0000000..5a68721 --- /dev/null +++ b/img/instagram.svg @@ -0,0 +1 @@ +Instagram \ No newline at end of file diff --git a/img/logos/agadic.svg b/img/logos/agadic.svg new file mode 100644 index 0000000..9633f6b --- /dev/null +++ b/img/logos/agadic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/x.svg b/img/x.svg new file mode 100644 index 0000000..26be660 --- /dev/null +++ b/img/x.svg @@ -0,0 +1 @@ +X \ No newline at end of file diff --git a/index.yml b/index.yml index 884997f..2abb531 100644 --- a/index.yml +++ b/index.yml @@ -246,37 +246,46 @@ location: title: Como chegar conferences: title: Conferencias + map: https://goo.gl/maps/SXHg73qnQ4ePgVyq5 address: | CGAC Rúa Valle Inclán, 2 Santiago de Compostela workshops: title: Obradoiros e Exposición + map: https://goo.gl/maps/oT1XHtzs9Ny1rF9b8 address: | Fundación DIDAC Rúa Pérez Constanti, 12 Santiago de Compostela logos: - - title: Organiza - items: - - alt: DAG - img: /img/logos/dag.svg + # - title: Organiza + # items: + # - alt: DAG + # img: /img/logos/dag.svg - title: Patrocina items: - alt: Agadic - img: /img/logos/agadic.png + img: /img/logos/agadic.svg + url: https://industriasculturais.xunta.gal/ - title: Colabora items: - alt: AC/Española img: /img/logos/ace.svg + url: https://www.accioncultural.es/ - alt: CGAC img: /img/logos/cgac.svg + url: https://cgac.xunta.gal/ - alt: Didac img: /img/logos/didac.svg + url: http://didac.gal/ - alt: Axeitos img: /img/logos/axeitos.svg + url: https://axeitos.com - alt: Anduriña img: /img/logos/andurina.svg + url: https://www.andurina.com/ - alt: Serilua img: /img/logos/serilua.svg + url: https://www.serilua.com diff --git a/styles.css b/styles.css index 4e79450..ae4804d 100644 --- a/styles.css +++ b/styles.css @@ -20,6 +20,8 @@ html { animation-iteration-count: infinite; animation-timing-function: steps(5); animation-fill-mode: both; + scroll-behavior: smooth; + scroll-padding-top: 54px; } /** @@ -41,6 +43,7 @@ html { justify-content: space-between; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); z-index: 2; + column-gap: 2rem; & .page-logo { display: flex; @@ -72,17 +75,49 @@ html { } } } -} + .menu { + list-style: none; + margin: 0 0 0 auto; + padding: 0; + display: flex; + + & a { + display: block; + padding: .5em 1em; + color: currentColor; + text-decoration: none; + font-size: 1rem; + text-transform: uppercase; + font-weight: bold; + + &:hover { + text-decoration: underline; + } + } + + @media (max-width: 666px) { + display: none; + } + } + .share { + display: flex; + column-gap: 1rem; -.logo-feed { - display: grid; + & a { + display: block; - &.is-square { - grid-template-columns: 1fr 1fr; - aspect-ratio: 1; - } + &:hover { + opacity: 0.5; + } + } + & svg { + fill: white; + width: 24px; + height: 24px; + } + } } /* Cabeceira */ @@ -97,13 +132,6 @@ html { padding: 5vw; grid-template-columns: 1fr; - @media (max-width: 599px) { - .logo-feed.is-square { - grid-template-columns: repeat(4, 1fr); - aspect-ratio: 4 / 1; - } - } - @media (min-width: 600px) { grid-template-columns: 1fr 1fr; .header-content { @@ -444,6 +472,19 @@ html { } } +.location-map { + color: currentColor; + text-decoration: none; + text-transform: uppercase; + float: right; + font-size: 14px; + font-weight: bold; + + &:hover { + text-decoration: underline; + } +} + .footer { background: var(--color-main); color: white; @@ -465,18 +506,24 @@ html { list-style: none; padding: 0; display: flex; - gap: 2rem; + gap: 35px; flex-wrap: wrap; } & img { - height: 40px; + height: 35px; + } + & a { + display: block; + &:hover { + opacity:0.5; + } } .Organiza img { - height: 50px; + height: 40px; } .Patrocina img { - height: 50px; + height: 40px; } } \ No newline at end of file