mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-29 01:07:41 +00:00
Merge branch 'sfd2022' into 'master'
sfd2022 See merge request ansol/web-ansol.org!75
This commit is contained in:
commit
57d8acfdc5
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 |
BIN
content/eventos/2022-09-17-software-freedom-day/cover.png
Normal file
BIN
content/eventos/2022-09-17-software-freedom-day/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
28
content/eventos/2022-09-17-software-freedom-day/index.md
Normal file
28
content/eventos/2022-09-17-software-freedom-day/index.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
layout: evento
|
||||||
|
title: Software Freedom Day 2022
|
||||||
|
metadata:
|
||||||
|
event:
|
||||||
|
location: Espaço Musas, Rua do Bonjardim, Porto
|
||||||
|
date:
|
||||||
|
start: 2022-09-17 14:30:00
|
||||||
|
finish: 2022-09-17 18:00:00
|
||||||
|
aliases:
|
||||||
|
- /sfd2022
|
||||||
|
---
|
||||||
|
|
||||||
|
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
|
@ -79,15 +79,7 @@
|
|||||||
|
|
||||||
{{ range $post := $query }}
|
{{ range $post := $query }}
|
||||||
<li>
|
<li>
|
||||||
<a class="img" href="{{ .Permalink }}">
|
{{ partial "thumbnail" . }}
|
||||||
{{ $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>
|
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p class="headline">
|
<p class="headline">
|
||||||
<a class="title" href="{{ .Permalink }}">{{ .Title }}</a>
|
<a class="title" href="{{ .Permalink }}">{{ .Title }}</a>
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
<a class="img" href="{{ .Permalink }}">
|
{{ partial "thumbnail" . }}
|
||||||
{{ $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>
|
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p class="headline">
|
<p class="headline">
|
||||||
<a class="title" href="{{ .Permalink }}">{{ .Title }}</a>
|
<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