-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.html
More file actions
60 lines (59 loc) · 1.18 KB
/
members.html
File metadata and controls
60 lines (59 loc) · 1.18 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: page
title: Members
---
<br>
<div class="members">
<h2>Current members</h2>
<ul>
<li>
<h3 class="member-name">
<a href="http://github.com/pdpcosta">
Paula Dornhofer Paro Costa
</a>
</h3>
</li>
<li>
<h3 class="member-name">
<a href="http://github.com/felipepedroso">
Felipe Augusto Pedroso
</a>
</h3>
</li>
<li>
<h3 class="member-name">
<a href="http://github.com/juliaghidalgo">
Júlia Giatti Hidalgo
</a>
</h3>
</li>
<li>
<h3 class="member-name">
Huang Tzu Jan
</h3>
</li>
</ul>
</div>
<br>
<div class="past-members">
<h2>Former members</h2>
<ul>
<li>
<h3 class="member-name">
<a href="http://github.com/RafaelTomazPrado">
Rafael Tomaz Prado
</a>
</h3>
</li>
</ul>
</div>
<!-- {% for member in site.github.organization_members %}
<div class="member">
<img src="{{ member.avatar_url }}" alt="" width="48px" height="48px">
<h3 class="member-name">
<a href="{{ member.html_url }}">
{{ member.login }}
</a>
</h3>
</div>
{% endfor %} -->