mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-21 22:01:31 +00:00
Corrige evento sfd2022
This commit is contained in:
parent
2bc4dbecb1
commit
2e66004035
BIN
content/eventos/2022-09-17-software-freedom-day/_agenda.png
Normal file
BIN
content/eventos/2022-09-17-software-freedom-day/_agenda.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 KiB |
Binary file not shown.
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 73 KiB |
@ -3,7 +3,7 @@ layout: evento
|
||||
title: Software Freedom Day 2022
|
||||
metadata:
|
||||
event:
|
||||
location: Espaço Musas, Porto
|
||||
location: Espaço Musas, Rua do Bonjardim, Porto
|
||||
date:
|
||||
start: 2022-09-17 14:30:00
|
||||
finish: 2022-09-17 18:00:00
|
||||
@ -14,14 +14,15 @@ aliases:
|
||||
O [Dia do Software Livre (Software Freedom Day)](https://www.softwarefreedomday.org) vai acontecer o dia 17 de Setembro de 2022. A ANSOL vai celebrar a data com uma sessão de apresentações curtas, com intervalos generosos, onde será privilegiada a vertente social nos "corredores" do evento.
|
||||
O dia terminará com um jantar convívio num restaurante próximo do local.
|
||||
|
||||
Inscrições para o jantar: contacto@ansol.org
|
||||
|
||||
![](_agenda.png)
|
||||
|
||||
Agenda:
|
||||
|
||||
14h30 - Abertura (ANSOL)
|
||||
15h00 - Governança Open Source no Ember.js (Ricardo Mendes)
|
||||
16h00 - Software Livre: pagar para quê? (Rui Teixeira)
|
||||
17h00 - O Open Source ganhou. O Software Livre perdeu. E agora? (Ricardo Lafuente)
|
||||
18h00 - Encerramento (ANSOL)
|
||||
19h30 - Jantar de convívio
|
||||
|
||||
Inscrições para o jantar: contacto [arroba] ansol [ponto] org
|
||||
|
||||
- 14h30 - Abertura (ANSOL)
|
||||
- 15h00 - Governança Open Source no Ember.js (Ricardo Mendes)
|
||||
- 16h00 - Software Livre: pagar para quê? (Rui Teixeira)
|
||||
- 17h00 - O Open Source ganhou. O Software Livre perdeu. E agora? (Ricardo Lafuente)
|
||||
- 18h00 - Encerramento (ANSOL)
|
||||
- 19h30 - Jantar de convívio
|
||||
|
@ -79,15 +79,7 @@
|
||||
|
||||
{{ range $post := $query }}
|
||||
<li>
|
||||
<a class="img" href="{{ .Permalink }}">
|
||||
{{ $cover := (index (.Resources.ByType "image") 0) }}
|
||||
{{ if not $cover }}
|
||||
{{ $cover = resources.Get "images/default-events-cover.png" }}
|
||||
{{ end }}
|
||||
{{ with $cover }}
|
||||
<img class='event-cover' src="{{ .Permalink }}" />
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ partial "thumbnail" . }}
|
||||
<div class="text">
|
||||
<p class="headline">
|
||||
<a class="title" href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
|
@ -1,10 +1,4 @@
|
||||
<a class="img" href="{{ .Permalink }}">
|
||||
{{ $cover := (index (.Resources.ByType "image") 0) }}
|
||||
{{ if not $cover }}
|
||||
{{ $cover = resources.Get "images/default-events-cover.png" }}
|
||||
{{ end }}
|
||||
<img class='event-cover' src="{{ $cover.Permalink }}" />
|
||||
</a>
|
||||
{{ partial "thumbnail" . }}
|
||||
<div class="text">
|
||||
<p class="headline">
|
||||
<a class="title" href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
|
12
themes/academic/layouts/partials/thumbnail.html
Normal file
12
themes/academic/layouts/partials/thumbnail.html
Normal file
@ -0,0 +1,12 @@
|
||||
<a class="img" href="{{ .Permalink }}">
|
||||
{{ $cover := (.Resources.GetMatch "cover.*") }}
|
||||
{{ if not $cover }}
|
||||
{{ $cover := (index (.Resources.ByType "image") 0) }}
|
||||
{{ if not $cover }}
|
||||
{{ $cover = resources.Get "images/default-events-cover.png" }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ with $cover }}
|
||||
<img class='event-cover' src="{{ .Permalink }}" />
|
||||
{{ end }}
|
||||
</a>
|
Loading…
Reference in New Issue
Block a user