mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Moved Glen from Archmages to About.
This commit is contained in:
parent
42a8862fa9
commit
795bd8f63b
5 changed files with 12 additions and 3 deletions
app
assets/images/pages/about
lib/world
locale
templates
views/contribute
Before ![]() (image error) Size: 12 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
|
@ -1,7 +1,5 @@
|
|||
{clone} = require './world_utils'
|
||||
{scriptMatchesEventPrereqs} = require './script_event_prereqs'
|
||||
Thang = require './thang'
|
||||
Vector = require './vector'
|
||||
|
||||
module.exports = class WorldScriptNote
|
||||
@className: "WorldScriptNote"
|
||||
|
|
|
@ -318,6 +318,7 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
|||
nick_description: "Programming wizard, eccentric motivation mage, and upside-down experimenter. Nick can do anything and chooses to build CodeCombat."
|
||||
jeremy_description: "Customer support mage, usability tester, and community organizer; you've probably already spoken with Jeremy."
|
||||
michael_description: "Programmer, sys-admin, and undergrad technical wunderkind, Michael is the person keeping our servers online."
|
||||
glen_description: "Glen, describe thyself!"
|
||||
|
||||
legal:
|
||||
page_title: "Legal"
|
||||
|
|
|
@ -151,4 +151,15 @@ block content
|
|||
| and community organizer; you've probably
|
||||
| already spoken with Jeremy.
|
||||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/glen_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
h3 Glen De Cauwsemaecker
|
||||
|
||||
p(data-i18n="about.glen_description")
|
||||
| Glen, describe thyself!
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ module.exports = class ArchmageView extends ContributeClassView
|
|||
|
||||
contributors: [
|
||||
{name: "Tom Steinbrecher", avatar: "tom"}
|
||||
{name: "Glen De Cauwsemaecker", avatar: "glen"}
|
||||
{name: "Sébastien Moratinos", avatar: "sebastien"}
|
||||
{name: "deepak1556", avatar: "deepak"}
|
||||
{name: "Ronnie Cheng", avatar: "ronald"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue