Merge branch 'master' of https://github.com/codecombat/codecombat
Before Width: | Height: | Size: 8.2 KiB |
BIN
app/assets/images/pages/about/george_small.png
Normal file
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.4 KiB |
BIN
app/assets/images/pages/about/jeremy_small.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.7 KiB |
BIN
app/assets/images/pages/about/michael_small.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 7.8 KiB |
BIN
app/assets/images/pages/about/nick_small.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.2 KiB |
BIN
app/assets/images/pages/about/scott_small.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
app/assets/images/pages/contribute/archmage/alex_small.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
app/assets/images/pages/contribute/archmage/becca_small.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
app/assets/images/pages/contribute/archmage/ben_small.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
app/assets/images/pages/contribute/archmage/brad_small.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
app/assets/images/pages/contribute/archmage/chloe_small.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
app/assets/images/pages/contribute/archmage/dan_small.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
app/assets/images/pages/contribute/archmage/deepak_small.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
app/assets/images/pages/contribute/archmage/glen_small.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
app/assets/images/pages/contribute/archmage/ken_small.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
app/assets/images/pages/contribute/archmage/laura_small.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
app/assets/images/pages/contribute/archmage/mischa_small.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
app/assets/images/pages/contribute/archmage/paul_small.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
app/assets/images/pages/contribute/archmage/rachel_small.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
app/assets/images/pages/contribute/archmage/ronald_small.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
app/assets/images/pages/contribute/archmage/sebastien_small.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
app/assets/images/pages/contribute/archmage/shiying_small.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
app/assets/images/pages/contribute/archmage/tom_small.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
app/assets/images/pages/contribute/artisan/andrew_small.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
app/assets/images/pages/contribute/artisan/axandre_small.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
app/assets/images/pages/contribute/artisan/derek_small.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
app/assets/images/pages/contribute/artisan/katharine_small.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
app/assets/images/pages/contribute/artisan/rob_small.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
|
@ -11,11 +11,13 @@
|
|||
|
||||
li
|
||||
list-style-type: none
|
||||
padding-bottom: 20px
|
||||
|
||||
|
||||
img
|
||||
img.img-thumbnail
|
||||
background-color: transparent
|
||||
&:hover
|
||||
background-color: rgba(200, 244, 255, 0.2)
|
||||
float: left
|
||||
width: 150px
|
||||
height: 150px
|
||||
|
||||
width: 100px
|
||||
height: 100px
|
||||
margin-top: 22px
|
||||
|
|
|
@ -39,3 +39,16 @@
|
|||
.saved-notification
|
||||
display: none
|
||||
float: right
|
||||
|
||||
.thumbnail
|
||||
background-color: transparent
|
||||
height: 176px
|
||||
&:hover
|
||||
background-color: rgba(200, 244, 255, 0.2)
|
||||
|
||||
h4
|
||||
text-align: center
|
||||
img
|
||||
max-width: 100px
|
||||
max-height: 100px
|
||||
|
||||
|
|
|
@ -82,7 +82,8 @@ block content
|
|||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/george.jpg").img-thumbnail
|
||||
a(href="http://georgesaines.com")
|
||||
img(src="/images/pages/about/george_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
|
@ -95,7 +96,8 @@ block content
|
|||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/scott.jpg").img-thumbnail
|
||||
a(href="http://scotterickson.info")
|
||||
img(src="/images/pages/about/scott_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
|
@ -109,7 +111,8 @@ block content
|
|||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/nick.jpg").img-thumbnail
|
||||
a(href="http://www.nickwinter.net")
|
||||
img(src="/images/pages/about/nick_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
|
@ -123,12 +126,11 @@ block content
|
|||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/jeremy.jpg").img-thumbnail
|
||||
img(src="/images/pages/about/jeremy_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
h3
|
||||
Jeremy Arns
|
||||
h3 Jeremy Arns
|
||||
|
||||
p(data-i18n="about.jeremy_description")
|
||||
| Customer support mage, usability tester,
|
||||
|
@ -137,7 +139,8 @@ block content
|
|||
|
||||
li.row
|
||||
|
||||
img(src="/images/pages/about/michael.jpg").img-thumbnail
|
||||
a(href="http://michaelschmatz.com")
|
||||
img(src="/images/pages/about/michael_small.png").img-thumbnail
|
||||
|
||||
.col-sm-8
|
||||
|
||||
|
|
|
@ -79,25 +79,15 @@ block content
|
|||
#Contributors
|
||||
h3(data-i18n="contribute.powerful_archmages")
|
||||
| Our Powerful Archmages:
|
||||
ul.archmages
|
||||
li Tom Steinbrecher
|
||||
li Glen De Cauwsemaecker
|
||||
li Sébastien Moratinos
|
||||
li Ronnie Cheng
|
||||
li phansch
|
||||
li Zach Martin
|
||||
li David Golds
|
||||
li deepak1556
|
||||
li Chloe Fan
|
||||
li Rachel Xiang
|
||||
li Dan Ristic
|
||||
li gabceb
|
||||
li Laura Watiker
|
||||
li Shiying Zheng
|
||||
li Mischa Lewis-Norelle
|
||||
li Paul Buser
|
||||
li Benjamin Stern
|
||||
li Alex Cotsarelis
|
||||
li MDP66
|
||||
.row
|
||||
for contributor in contributors
|
||||
.col-xs-6.col-md-3
|
||||
.thumbnail
|
||||
if contributor.avatar
|
||||
img.img-responsive(src="/images/pages/contribute/archmage/" + contributor.avatar + "_small.png", alt="")
|
||||
else
|
||||
img.img-responsive(src="/images/pages/contribute/archmage.png", alt="")
|
||||
.caption
|
||||
h4= contributor.name
|
||||
|
||||
div.clearfix
|
|
@ -77,17 +77,17 @@ block content
|
|||
#Contributors
|
||||
h3(data-i18n="contribute.creative_artisans")
|
||||
| Our Creative Artisans:
|
||||
ul.artisans
|
||||
li Sootn
|
||||
li Zach Martin
|
||||
li Aftermath
|
||||
li mcdavid1991
|
||||
li dwhittaker
|
||||
li Zacharias Fisches
|
||||
li Tom Setliff
|
||||
li Robert Moreton
|
||||
li Andrew Witcher
|
||||
li Axandre Oge
|
||||
li Katharine Chan
|
||||
.row
|
||||
for contributor in contributors
|
||||
.col-xs-6.col-md-3
|
||||
.thumbnail
|
||||
if contributor.avatar
|
||||
img.img-responsive(src="/images/pages/contribute/artisan/" + contributor.avatar + "_small.png", alt="")
|
||||
else
|
||||
img.img-responsive(src="/images/pages/contribute/artisan.png", alt="")
|
||||
.caption
|
||||
h4= contributor.name
|
||||
|
||||
div.clearfix
|
||||
|
||||
|
||||
|
|
|
@ -4,3 +4,29 @@ template = require 'templates/contribute/archmage'
|
|||
module.exports = class ArchmageView extends ContributeClassView
|
||||
id: "archmage-view"
|
||||
template: template
|
||||
|
||||
contributors: [
|
||||
{name: "Tom Steinbrecher", avatar: "tom"}
|
||||
{name: "Glen De Cauwsemaecker", avatar: "glen"}
|
||||
{name: "Sébastien Moratinos", avatar: "sebastien"}
|
||||
{name: "deepak1556", avatar: "deepak"}
|
||||
{name: "Ronnie Cheng", avatar: "ronald"}
|
||||
{name: "Chloe Fan", avatar: "chloe"}
|
||||
{name: "Rachel Xiang", avatar: "rachel"}
|
||||
{name: "Dan Ristic", avatar: "dan"}
|
||||
{name: "Brad Dickason", avatar: "brad"}
|
||||
{name: "Rebecca Saines", avatar: "becca"}
|
||||
{name: "Laura Watiker", avatar: "laura"}
|
||||
{name: "Shiying Zheng", avatar: "shiying"}
|
||||
{name: "Mischa Lewis-Norelle", avatar: "mischa"}
|
||||
{name: "Paul Buser", avatar: "paul"}
|
||||
{name: "Benjamin Stern", avatar: "ben"}
|
||||
{name: "Alex Cotsarelis", avatar: "alex"}
|
||||
{name: "Ken Stanley", avatar: "ken"}
|
||||
{name: "devast8a", avatar: ""}
|
||||
{name: "phansch", avatar: ""}
|
||||
{name: "Zach Martin", avatar: ""}
|
||||
{name: "David Golds", avatar: ""}
|
||||
{name: "gabceb", avatar: ""}
|
||||
{name: "MDP66", avatar: ""}
|
||||
]
|
||||
|
|
|
@ -5,3 +5,18 @@ template = require 'templates/contribute/artisan'
|
|||
module.exports = class ArtisanView extends ContributeClassView
|
||||
id: "artisan-view"
|
||||
template: template
|
||||
|
||||
contributors: [
|
||||
{name: "Sootn", avatar: ""}
|
||||
{name: "Zach Martin", avatar: ""}
|
||||
{name: "Aftermath", avatar: ""}
|
||||
{name: "mcdavid1991", avatar: ""}
|
||||
{name: "dwhittaker", avatar: ""}
|
||||
{name: "Zacharias Fisches", avatar: ""}
|
||||
{name: "Tom Setliff", avatar: ""}
|
||||
{name: "Robert Moreton", avatar: "rob"}
|
||||
{name: "Andrew Witcher", avatar: "andrew"}
|
||||
{name: "Axandre Oge", avatar: "axandre"}
|
||||
{name: "Katharine Chan", avatar: "katharine"}
|
||||
{name: "Derek Wong", avatar: "derek"}
|
||||
]
|
||||
|
|
|
@ -11,6 +11,7 @@ module.exports = class ContributeClassView extends View
|
|||
getRenderData: ->
|
||||
c = super()
|
||||
c.navPrefix = @navPrefix
|
||||
c.contributors = @contributors
|
||||
c
|
||||
|
||||
afterRender: ->
|
||||
|
@ -36,3 +37,5 @@ module.exports = class ContributeClassView extends View
|
|||
|
||||
me.set('emailSubscriptions', subscriptions)
|
||||
me.save()
|
||||
|
||||
contributors: []
|
||||
|
|