mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
putting together the prizes page
This commit is contained in:
parent
68a4483e91
commit
07177e1a89
14 changed files with 73 additions and 1 deletions
app
assets/images/pages/play/ladder
prize_aws.pngprize_cash1.pngprize_cash2.pngprize_cash3.pngprize_custom_avatar.pngprize_custom_wizard.pngprize_digital_ocean.pngprize_firebase.pngprize_heap.pngprize_one_month.pngprize_oreilly.pngprize_webstorm.png
styles/play/ladder
templates/play/ladder
BIN
app/assets/images/pages/play/ladder/prize_aws.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_aws.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.4 KiB |
BIN
app/assets/images/pages/play/ladder/prize_cash1.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_cash1.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.9 KiB |
BIN
app/assets/images/pages/play/ladder/prize_cash2.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_cash2.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.7 KiB |
BIN
app/assets/images/pages/play/ladder/prize_cash3.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_cash3.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.5 KiB |
BIN
app/assets/images/pages/play/ladder/prize_custom_avatar.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_custom_avatar.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.5 KiB |
BIN
app/assets/images/pages/play/ladder/prize_custom_wizard.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_custom_wizard.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.9 KiB |
BIN
app/assets/images/pages/play/ladder/prize_digital_ocean.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_digital_ocean.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.3 KiB |
BIN
app/assets/images/pages/play/ladder/prize_firebase.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_firebase.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4 KiB |
BIN
app/assets/images/pages/play/ladder/prize_heap.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_heap.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.3 KiB |
BIN
app/assets/images/pages/play/ladder/prize_one_month.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_one_month.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.7 KiB |
BIN
app/assets/images/pages/play/ladder/prize_oreilly.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_oreilly.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.1 KiB |
BIN
app/assets/images/pages/play/ladder/prize_webstorm.png
Normal file
BIN
app/assets/images/pages/play/ladder/prize_webstorm.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.2 KiB |
|
@ -74,6 +74,13 @@
|
|||
#must-log-in button
|
||||
margin-right: 10px
|
||||
|
||||
#prize_table
|
||||
width: 960px
|
||||
|
||||
#prize_table td
|
||||
width: 200px
|
||||
vertical-align: top
|
||||
|
||||
@media only screen and (max-width: 800px)
|
||||
#ladder-view
|
||||
#level-column img
|
||||
|
|
|
@ -46,7 +46,72 @@ block content
|
|||
#simulate-tab-view
|
||||
.tab-pane.well#prizes
|
||||
h1(data-i18n="ladder.prizes_remember_to_add_i18n_tags") Tournament Prizes
|
||||
p(data-i18n="ladder.prizes_but_this_is_just_placeholder") Fill in the Greed prizes list here.
|
||||
p(data-i18n="ladder.prizes_but_this_is_just_placeholder") Want to know what you can expect to receive for competing in our challenge? Look no farther!
|
||||
table#prize_table.table
|
||||
tr
|
||||
td Rank
|
||||
td Prizes
|
||||
td Value
|
||||
tr
|
||||
td 1st
|
||||
td
|
||||
ul
|
||||
li $512 in cash
|
||||
li Custom CodeCombat Wizard
|
||||
li Custom CodeCombat Avatar
|
||||
li Free One Month Coupon (choose either Rails or HTML)
|
||||
li 6 Months of "Startup" access on Heap Analytics
|
||||
li 1 Webstorm IDE License
|
||||
li $300 in FireBase credits
|
||||
td $2,054
|
||||
tr
|
||||
td 2nd
|
||||
td
|
||||
ul
|
||||
li $256 in cash
|
||||
li Custom CodeCombat Avatar
|
||||
li 30% off any One Month course
|
||||
li 6 Months of "Startup" access on Heap Analytics
|
||||
li 1 Webstorm IDE License
|
||||
li $300 in FireBase credits
|
||||
td $2,000
|
||||
tr
|
||||
td 3rd
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 4th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 5th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 6th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 7th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 8th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 9th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 10th
|
||||
td more stuff
|
||||
td $2,000
|
||||
tr
|
||||
td 11 - 40
|
||||
td more stuff
|
||||
td $2,000
|
||||
|
||||
.tab-pane.well#rules
|
||||
h1(data-i18n="ladder.rules_remember_to_add_i18n_tags") Tournament Rules
|
||||
p(data-i18n="ladder.rules_but_this_is_just_placeholder") We probably don't have to translate legal documents from English, but we should translate any conversational summary.
|
||||
|
|
Loading…
Add table
Reference in a new issue