forked from reduct-game/play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
1 lines (1 loc) · 1.68 KB
/
credits.html
1
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>Reduct Redux: A Game to Teach Coding Comprehension</title> <style>@import url("https://fonts.googleapis.com/css?family=Fira+Mono|Fira+Sans|Nanum+Pen+Script|Material+Icons");body{font-family:Fira Sans,Arial,sans-serif;background:#594764;margin:0;padding:0;color:#fff;text-align:center;font-size:18px}button{font-family:inherit;background:#add8e6;font-size:.9rem;padding:.25rem;border:1px solid #594764;border-top:0;border-bottom:0;border-radius:10px;cursor:pointer}h1{font-family:Nanum Pen Script,sans-serif;font-size:3em;margin:.5em 0}button:hover{background:#b9e7f7}dt{font-weight:700}dd{margin:0 0 1em}a{color:#fff}</style> </head> <body> <h1>Credits</h1> <dl> <dt>Yiting Wang</dt> <dd>Designer, Developer</dd> <dt>Yishu Zhang</dt> <dd>Designer, Developer</dd> <dt>David Li</dt> <dd>Designer, Lead Developer</dd> <dt>Yuchang Zhou</dt> <dd>Artist, UI Designer</dd> <dt>Kevin Ma</dt> <dd>Artist</dd> <dt>Erik Andersen</dt> <dd>Advisor</dd> <dt>Andrew Myers</dt> <dd>Advisor</dd> <dt>François Guimbretière</dt> <dd>Advisor</dd> <dt>Ian Arawjo</dt> <dd>Sound Designer, Artist</dd> </dl> <p>With respect to the original Reduct team:</p> <dl> <dt>Ian Arawjo</dt> <dd>Designer, Sound Designer, Artist</dd> <dt>Shiliang Guo</dt> <dd>Developer</dd> <dt>David Li</dt> <dd>Developer</dd> <dt>Kevin Ma</dt> <dd>Artist</dd> <dt>Erik Andersen</dt> <dd>Advisor</dd> <dt>Andrew Myers</dt> <dd>Advisor</dd> <dt>François Guimbretière</dt> <dd>Advisor</dd> </dl> <p> <a href="https://github.com/lidavidm/reduct-redux">Open source</a> under the <a href="https://github.com/lidavidm/reduct-redux/blob/master/LICENSE">MPL-2.0</a> license. Built in ES6. </p> </body> </html>