mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Put Archmage and Artisan avatars in GitHub README.
This commit is contained in:
parent
2f130da090
commit
c2f82690b4
3 changed files with 44 additions and 14 deletions
30
README.md
30
README.md
|
@ -20,6 +20,36 @@ Whether you're novice or pro, the CodeCombat team is ready to help you implement
|
|||
|
||||
[MIT](https://github.com/codecombat/codecombat/blob/master/LICENSE) for the code, and [CC-BY](http://codecombat.com/legal) for the art and music. Please also [sign the CodeCombat contributor license agreement](http://codecombat.com/cla) so we can accept your pull requests. It is easy.
|
||||
|
||||
### [Join Us!](http://blog.codecombat.com/why-you-should-open-source-your-startup)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
----------
|
||||
|
||||
[](http://codecombat.challengepost.com/?utm_source-github&utm_medium-oswidget&utm_campaign-codecombat)
|
||||
|
|
|
@ -48,7 +48,7 @@ module.exports = Surface = class Surface extends CocoClass
|
|||
coords: true
|
||||
playJingle: false
|
||||
showInvisible: false
|
||||
frameRate: 60
|
||||
frameRate: 60 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing.
|
||||
|
||||
subscriptions:
|
||||
'level-disable-controls': 'onDisableControls'
|
||||
|
|
|
@ -124,19 +124,6 @@ block content
|
|||
| and upside-down experimenter.
|
||||
| Nick can do anything and chooses to build CodeCombat.
|
||||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/jeremy_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
h3 Jeremy Arns
|
||||
|
||||
p(data-i18n="about.jeremy_description")
|
||||
| Customer support mage, usability tester,
|
||||
| and community organizer; you've probably
|
||||
| already spoken with Jeremy.
|
||||
|
||||
li.row
|
||||
|
||||
a(href="http://michaelschmatz.com")
|
||||
|
@ -151,4 +138,17 @@ block content
|
|||
| Programmer, sys-admin, and undergrad technical wunderkind,
|
||||
| Michael is the person keeping our servers online.
|
||||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/jeremy_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
h3 Jeremy Arns
|
||||
|
||||
p(data-i18n="about.jeremy_description")
|
||||
| Customer support mage, usability tester,
|
||||
| and community organizer; you've probably
|
||||
| already spoken with Jeremy.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue