Adicionando o Pos-doc é o Paulo, e readicionado o BRadock
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m6s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m6s
Details
This commit is contained in:
parent
c75bb376f4
commit
4b09fbd7c4
|
@ -4,8 +4,10 @@
|
|||
<h1 class="title is-size-4 card-name px-3 py-2" style="border: 2px solid; ">{{ people_item.name }}</h1>
|
||||
</div>
|
||||
<div class="card-image">
|
||||
<figure class="image is-square " style="border: 2px solid;">
|
||||
<img src="{{ people_item.img }}">
|
||||
<figure class="image is-square" style="border: 2px solid; position: relative; overflow: hidden;">
|
||||
<div style="padding-bottom: 30%; overflow: hidden;">
|
||||
<img src="{{ people_item.img }}" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
Binary file not shown.
After Width: | Height: | Size: 271 KiB |
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Gabriel Lopes Rocha
|
||||
descricao: Pessoa da computaçao. Joga malabares.
|
||||
grouped_by:
|
||||
- master_students
|
||||
img: /assets/people/Gabriel Lopes Rocha.jpg
|
||||
github: https://github.com/gbr-cdc
|
||||
lattes: http://lattes.cnpq.br/93125671276598013
|
||||
---
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: Paulo Sérgio Abreu da Silva
|
||||
descricao:
|
||||
grouped_by:
|
||||
- postdoctoral_researchers
|
||||
img: /assets/people/Paulo Sérgio Abreu da Silva.jpeg
|
||||
lattes: http://lattes.cnpq.br/5275892425093357
|
||||
---
|
11
people.md
11
people.md
|
@ -19,6 +19,17 @@ lang: pt
|
|||
|
||||
<hr />
|
||||
|
||||
<H1 class="is-title is-size-4 ml-6 mt-4">Pesquisadores de pós-doutorado</H1>
|
||||
|
||||
<div class="mt-6 mx-6">
|
||||
{% assign people_group = site.people | where:"grouped_by", "postdoctoral_researchers" %}
|
||||
<div class="columns is-multiline">
|
||||
{% for people_item in people_group %}
|
||||
{% include people.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<H1 class="is-title is-size-4 ml-6 mt-4">Discentes de Mestrado</H1>
|
||||
|
||||
<div class="mt-6 mx-6">
|
||||
|
|
Loading…
Reference in New Issue