From aabae7082e32023c84433f85489a35e79685279a Mon Sep 17 00:00:00 2001 From: Lai Tuan Date: Mon, 15 Jun 2015 19:11:48 +0900 Subject: [PATCH] Add Contact section to About page #2822 --- app/locale/en.coffee | 4 ++++ app/templates/about.jade | 15 ++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/app/locale/en.coffee b/app/locale/en.coffee index d49a4ee26..4bc8ef36f 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -568,6 +568,10 @@ why_paragraph_2_suffix: "That's why CodeCombat is a multiplayer game, not a gamified lesson course. We won't stop until you can't stop--but this time, that's a good thing." why_paragraph_3: "If you're going to get addicted to some game, get addicted to this one and become one of the wizards of the tech age." press_title: "Bloggers/Press" + contact_title: "Contact" + codecombat_inc: "CodeCombat, Inc." + address_part_1: "188 King St #507" + address_part_2: "San Francisco, CA 94107" press_paragraph_1_prefix: "Want to write about us? Feel free to download and use all of the resources included in our" press_paragraph_1_link: "press packet" press_paragraph_1_suffix: ". All logos and images may be used without contacting us directly." diff --git a/app/templates/about.jade b/app/templates/about.jade index 4abc35e1e..cd217b502 100644 --- a/app/templates/about.jade +++ b/app/templates/about.jade @@ -47,7 +47,20 @@ block content a(href="https://s3.amazonaws.com/CodeCombatMisc/press_packet.zip", data-i18n="about.press_paragraph_1_link") press packet span(data-i18n="about.press_paragraph_1_suffix") | . All logos and images may be used without contacting us directly. - + + h2(data-i18n="about.contact_title") + | Contact + p + span(data-i18n="about.codecombat_inc") + | CodeCombat, Inc. + br + span(data-i18n="about.address_part_1") + | 188 King St #507 + br + span(data-i18n="about.address_part_2") + | San Francisco, CA 94107 + br + a(href='mailto:team@codecombat.com') team@codecombat.com ul.col-sm-6.team-column