mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Add new team members to /about
This commit is contained in:
parent
9fec6f6613
commit
4a7518ca6f
6 changed files with 23 additions and 1 deletions
app
assets/images/pages/about
locale
templates
BIN
app/assets/images/pages/about/elliot_small.png
Normal file
BIN
app/assets/images/pages/about/elliot_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 23 KiB |
Binary file not shown.
Before ![]() (image error) Size: 8.2 KiB After ![]() (image error) Size: 21 KiB ![]() ![]() |
BIN
app/assets/images/pages/about/nolan_small.png
Normal file
BIN
app/assets/images/pages/about/nolan_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 18 KiB |
BIN
app/assets/images/pages/about/phoenix_small.png
Normal file
BIN
app/assets/images/pages/about/phoenix_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 22 KiB |
|
@ -687,7 +687,6 @@
|
|||
nick_title: "Cofounder, CEO"
|
||||
nick_blurb: "Motivation Guru"
|
||||
matt_title: "Cofounder, CTO"
|
||||
matt_blurb: "Bicyclist"
|
||||
cat_title: "Game Designer"
|
||||
cat_blurb: "Airbender"
|
||||
scott_title: "Cofounder, Software Engineer"
|
||||
|
@ -702,6 +701,9 @@
|
|||
robin_blurb: "Scaffolding"
|
||||
josh_title: "Game Designer"
|
||||
josh_blurb: "Floor Is Lava"
|
||||
phoenix_title: "Software Engineer"
|
||||
nolan_title: "Territory Manager"
|
||||
elliot_title: "Partnership Manager"
|
||||
retrostyle_title: "Illustration"
|
||||
retrostyle_blurb: "RetroStyle Games"
|
||||
jose_title: "Music"
|
||||
|
|
|
@ -118,6 +118,26 @@ block content
|
|||
small(data-i18n="about.robin_title")
|
||||
small(data-i18n="about.robin_blurb")
|
||||
|
||||
li
|
||||
img(src="/images/pages/about/phoenix_small.png").img-thumbnail
|
||||
.team-bio
|
||||
h6.label.team-name Phoenix Eliot
|
||||
small(data-i18n="about.phoenix_title")
|
||||
br
|
||||
|
||||
li
|
||||
img(src="/images/pages/about/nolan_small.png").img-thumbnail
|
||||
.team-bio
|
||||
h6.label.team-name Nolan Kelly
|
||||
small(data-i18n="about.nolan_title")
|
||||
br
|
||||
|
||||
li
|
||||
img(src="/images/pages/about/elliot_small.png").img-thumbnail
|
||||
.team-bio
|
||||
h6.label.team-name Elliot Okiwelu
|
||||
small(data-i18n="about.elliot_title")
|
||||
br
|
||||
|
||||
// Part time / contract
|
||||
li
|
||||
|
|
Loading…
Add table
Reference in a new issue