-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (66 loc) · 1.88 KB
/
index.html
File metadata and controls
71 lines (66 loc) · 1.88 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
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
title: mruby - team
---
<h2><a href="https://github.com/orgs/mruby/people">Team</a></h2>
<p>Current mruby organization team members are:</p>
<table>
<tr>
<th>Name</th>
<th>GitHub</th>
<th>Avatar</th>
</tr>
{%- for member in site.data.team -%}
<tr>
<td>{{ member.name }}</td>
<td><a href="https://github.com/{{ member.github }}">{{ member.github }}</a></td>
<td>
<a href="https://github.com/{{ member.github}}">
{% avatar user=member.github size=50 %}
</a>
</td>
</tr>
{% endfor %}
</table>
<h2><a href="https://github.com/mruby/mruby/blob/master/AUTHORS">mruby developers</a></h2>
<h4>Yukihiro Matsumoto</h4>
<h4>FUKUOKA CSK CORPORATION</h4>
<h4>Kyushu Institute of Technology</h4>
<h4>Network Applied Communication Laboratory, Inc.</h4>
<h4>Daniel Bovensiepen</h4>
<h4>Jon Maken</h4>
<h4>Bjorn De Meyer</h4>
<h4>Yuichiro MASUI</h4>
<h4>Masamitsu MURASE</h4>
<h4>Masaki Muranaka</h4>
<h4>Internet Initiative Japan Inc.</h4>
<h4>Tadashi FUKUZAWA</h4>
<h4>MATSUMOTO Ryosuke</h4>
<h4>Koji Yoshioka</h4>
<h4>Jun Hiroe</h4>
<h4>Narihiro Nakamura</h4>
<h4>Yuichi Nishiwaki</h4>
<h4>Tatsuhiko Kubo</h4>
<h4>Takeshi Watanabe</h4>
<h4>specified non-profit corporation mruby Forum</h4>
<h4>Kazuaki Tanaka</h4>
<h4>Hiromasa Ishii</h4>
<h4>Hiroshi Mimaki</h4>
<h4>Satoshi Odawara</h4>
<h4>Mitsubishi Electric Micro-Computer Application Software Co.,Ltd.</h4>
<h4>Ralph Desir</h4>
<h4>Hiroyuki Matsuzaki</h4>
<h4>Yuhei Okazaki</h4>
<h4>Manycolors, Inc.</h4>
<h4>Shota Nakano</h4>
<h4>Yuichi Osawa</h4>
<h4>Terence Lee</h4>
<h4>Zachary Scott</h4>
<h4>Tomasz Dąbrowski</h4>
<h4>Christopher Aue</h4>
<h4>Masahiro Wakame</h4>
<h4>YAMAMOTO Masaya</h4>
<h4>KOBAYASHI Shuji</h4>
<h4>John Bampton</h4>
<h2>Link to more than 100 contributors! <a href="https://github.com/mruby/mruby/graphs/contributors">Contributors</a></h2>
{% twitter https://twitter.com/yukihiro_matz maxwidth=500 limit=5 %}