-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathteam.html
More file actions
32 lines (31 loc) · 1.21 KB
/
team.html
File metadata and controls
32 lines (31 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
title: "People"
description: "CCISEL engineers"
---
<section class="team-header page-header over-curve py-4 py-md-5">
<div class="container text-center">
<div class="single-col-max mx-auto">
<h1 class="page-headline mb-3">Who we are</h1>
</div><!--//single-col-max-->
<section class="team-section py-5 z-index-10 position-relative">
<div class="row">
{% include team/palex.html %}
{% include team/miguel.html %}
{% include team/felix.html %}
{% include team/martins.html %}
{% include team/sousa.html %}
{% include team/jorge.html %}
{% include team/econde.html %}
{% include team/carrasqueira.html %}
{% include team/palbp.html %}
{% include team/falcao.html %}
{% include team/patriarca.html %}
{% include team/catia.html %}
{% include team/nleite.html %}
{% include team/ffreitas.html %}
{% include team/jtrindade.html %}
</div><!--//members-wrapper-->
</section>
</div>
</div><!--//team-section-->