mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Merge pull request #2834 from laituan245/master
Add Contact section to About page #2822
This commit is contained in:
commit
535ca8d2ac
2 changed files with 18 additions and 1 deletions
|
@ -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."
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue