mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
17 lines
675 B
HTML
17 lines
675 B
HTML
---
|
|
layout: page
|
|
title: Credits
|
|
permalink: /credits/
|
|
---
|
|
|
|
<h3>{{ page.title }}</h3>
|
|
<p>LOOT relies on the submission of information by users to improve. We can't list everyone who has posted in LOOT's forum threads, but the people who have contributed on GitHub are listed below.
|
|
<p>Hovering over a contributor's picture displays their name and the number of contributions they've made. Team members have a green shadow, and admins have a purple shadow.
|
|
<ul id="contrib"></ul>
|
|
</div>
|
|
|
|
<script src="/js/github/lib/underscore-min.js"></script>
|
|
<script src="/js/github/lib/base64.js"></script>
|
|
<script src="/js/github/github.js"></script>
|
|
<script src="/js/credits.js"></script>
|