diff --git a/app/locale/en.coffee b/app/locale/en.coffee index 5b392dd9c..b6c611fa4 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -604,6 +604,8 @@ retrostyle_blurb: "RetroStyle Games" rob_title: "Compiler Engineer" rob_blurb: "Codes things and stuff" + josh_c_title: "Game Designer" + josh_c_blurb: "Designs games." teachers: more_info: "More Info for Teachers" diff --git a/app/templates/about.jade b/app/templates/about.jade index c9cca6607..a8d7236d7 100644 --- a/app/templates/about.jade +++ b/app/templates/about.jade @@ -183,4 +183,13 @@ block content p(data-i18n="about.rob_title") | Compiler Engineer 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.