diff --git a/app/assets/images/pages/contribute/archmage/glen_small.png b/app/assets/images/pages/about/glen_small.png similarity index 100% rename from app/assets/images/pages/contribute/archmage/glen_small.png rename to app/assets/images/pages/about/glen_small.png diff --git a/app/lib/world/world_script_note.coffee b/app/lib/world/world_script_note.coffee index fdab00869..2786cee49 100644 --- a/app/lib/world/world_script_note.coffee +++ b/app/lib/world/world_script_note.coffee @@ -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" diff --git a/app/locale/en.coffee b/app/locale/en.coffee index 66390d421..38f21bbfc 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -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" diff --git a/app/templates/about.jade b/app/templates/about.jade index e6f0e6afb..848275412 100644 --- a/app/templates/about.jade +++ b/app/templates/about.jade @@ -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! + diff --git a/app/views/contribute/archmage_view.coffee b/app/views/contribute/archmage_view.coffee index 069de7d16..ec18303f8 100644 --- a/app/views/contribute/archmage_view.coffee +++ b/app/views/contribute/archmage_view.coffee @@ -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"}