Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/images/team/alexandre.jpg
Binary file not shown.
Binary file removed assets/images/team/anthony.jpg
Binary file not shown.
Binary file removed assets/images/team/celia.jpg
Binary file not shown.
Binary file removed assets/images/team/gregory.jpg
Binary file not shown.
Binary file removed assets/images/team/hugo.jpg
Binary file not shown.
Binary file removed assets/images/team/louis.jpg
Binary file not shown.
Binary file removed assets/images/team/luca.jpg
Binary file not shown.
Binary file removed assets/images/team/nam.jpg
Binary file not shown.
Binary file removed assets/images/team/olivierlabrosse.jpg
Binary file not shown.
Binary file removed assets/images/team/pierre.jpg
Binary file not shown.
Binary file removed assets/images/team/simon.jpg
Binary file not shown.
Binary file removed assets/images/team/vinciane.jpg
Binary file not shown.
6 changes: 0 additions & 6 deletions content/team/louis.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/alexandre.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/anthony.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/celia.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/gregory.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/hugo.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/we_worked_together/index.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/luca.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/nam.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/olivierlabrosse.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/pierre.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/simon.md

This file was deleted.

6 changes: 0 additions & 6 deletions content/we_worked_together/vinciane.md

This file was deleted.

36 changes: 0 additions & 36 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,42 +251,6 @@ <h2 class="title">{{.Params.title | markdownify}}</h2>
</section>
{{end}}

{{with .Site.GetPage "we_worked_together"}}
<section class="section" id="we_worked_together">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title text-center" data-aos="fade-in">
<p class="text-uppercase">{{.Params.subtitle | markdownify}}</p>
<h2 class="title">{{.Params.title | markdownify}}</h2>
<p>{{.Params.description | markdownify}}</p>
</div>
</div>
</div>
<div class="row justify-content-around">
{{range sort .Resources "Params.weight"}}
<div class="col-lg-2 col-md-3 col-3">
<div class="team-item text-center">
<div class="team-image">
{{ if fileExists (add `assets/` .Params.image) }}
{{$img:= resources.Get .Params.image }}
{{$img:= $img.Resize "175x "}}
{{$imgWebp:= $img.Resize "175x webp"}}
<img loading="lazy" decoding="async" class="w-100 img-fluid rounded-circle" width="{{$img.Width}}"
height="{{$img.Height}}" src="{{$imgWebp.RelPermalink}}" alt="Team Image"
onerror="this.onerror=null;this.src='{{$img.RelPermalink}}'">
{{end}}
</div>
<h4>{{.Params.name | markdownify}}</h4>
<p>{{.Params.designation | markdownify}}</p>
</div>
</div>
{{end}}
</div>
</div>
</section>
{{end}}

<section class="section" id="contact">
<div class="container">
<div class="row justify-content-center align-items-center">
Expand Down