mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
27 lines
722 B
Markdown
27 lines
722 B
Markdown
---
|
|
layout: page
|
|
title: Team
|
|
permalink: /team/
|
|
order: 4
|
|
---
|
|
|
|
<div id="loader">
|
|
<div class="lds-ring"><div></div><div></div><div></div><div></div></div>
|
|
</div>
|
|
|
|
<div id="team-content" class="hidden">
|
|
<h3 class="text-center">Active Maintainers</h3>
|
|
<div id="active-maintainers-list"></div>
|
|
|
|
<h3 class="text-center">Historical team</h3>
|
|
<div id="historical-team-list"></div>
|
|
|
|
<h3 class="text-center">All the contributors</h3>
|
|
<div id="contributors-list"></div>
|
|
|
|
<h3 class="text-center">And some extra help</h3>
|
|
<p class="text-center">Website and branding design: <a href="https://elelopic.design" target="_blank">Elena Lo Piccolo</a></p>
|
|
</div>
|
|
|
|
<script src="{{ site.baseurl }}/assets/js/team.js"></script>
|