mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Merge pull request #3154 from Zerrien/master
Adds Josh Callebaut to the about.jade file.
This commit is contained in:
commit
e245041bed
2 changed files with 12 additions and 1 deletions
|
@ -604,6 +604,8 @@
|
||||||
retrostyle_blurb: "RetroStyle Games"
|
retrostyle_blurb: "RetroStyle Games"
|
||||||
rob_title: "Compiler Engineer"
|
rob_title: "Compiler Engineer"
|
||||||
rob_blurb: "Codes things and stuff"
|
rob_blurb: "Codes things and stuff"
|
||||||
|
josh_c_title: "Game Designer"
|
||||||
|
josh_c_blurb: "Designs games."
|
||||||
|
|
||||||
teachers:
|
teachers:
|
||||||
more_info: "More Info for Teachers"
|
more_info: "More Info for Teachers"
|
||||||
|
|
|
@ -183,4 +183,13 @@ block content
|
||||||
p(data-i18n="about.rob_title")
|
p(data-i18n="about.rob_title")
|
||||||
| Compiler Engineer
|
| Compiler Engineer
|
||||||
p(data-i18n="about.rob_blurb")
|
p(data-i18n="about.rob_blurb")
|
||||||
| Codes things and stuff
|
| Codes things and stuff.
|
||||||
|
|
||||||
|
img(src="/images/pages/about/placeholder.png").img-thumbnail
|
||||||
|
.team_bio
|
||||||
|
h4.team_name
|
||||||
|
Josh Callebaut
|
||||||
|
p(data-i18n="about.josh_c_title")
|
||||||
|
| Game Designer
|
||||||
|
p(data-i18n="about.josh_c_blurb")
|
||||||
|
| Designs games.
|
||||||
|
|
Loading…
Reference in a new issue