mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-30 07:53:45 -04:00
Add /careers and Ace of Coders links to home page
This commit is contained in:
parent
83f6f8f5d4
commit
c2c3ae4c4c
4 changed files with 30 additions and 1 deletions
app
|
@ -31,6 +31,7 @@
|
||||||
contact: "Contact"
|
contact: "Contact"
|
||||||
twitter_follow: "Follow"
|
twitter_follow: "Follow"
|
||||||
teachers: "Teachers"
|
teachers: "Teachers"
|
||||||
|
careers: "Careers"
|
||||||
|
|
||||||
modal:
|
modal:
|
||||||
close: "Close"
|
close: "Close"
|
||||||
|
@ -1260,6 +1261,9 @@
|
||||||
guide:
|
guide:
|
||||||
temp: "Temp"
|
temp: "Temp"
|
||||||
|
|
||||||
|
temp:
|
||||||
|
ace_of_coders_tournament: "New: play in the Ace of Coders tournament now!"
|
||||||
|
|
||||||
multiplayer:
|
multiplayer:
|
||||||
multiplayer_title: "Multiplayer Settings" # We'll be changing this around significantly soon. Until then, it's not important to translate.
|
multiplayer_title: "Multiplayer Settings" # We'll be changing this around significantly soon. Until then, it's not important to translate.
|
||||||
multiplayer_toggle: "Enable multiplayer"
|
multiplayer_toggle: "Enable multiplayer"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
@media screen and ( max-height: 800px )
|
@media screen and ( max-height: 800px )
|
||||||
height: 510px
|
height: 510px
|
||||||
|
|
||||||
#play-button, #or-ipad, #apple-store-button, #slogan, .alert
|
#play-button, #or-ipad, #apple-store-button, #slogan, .alert, #news
|
||||||
text-align: center
|
text-align: center
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
@ -77,6 +77,27 @@
|
||||||
@media screen and ( max-height: 800px )
|
@media screen and ( max-height: 800px )
|
||||||
top: 363px
|
top: 363px
|
||||||
|
|
||||||
|
#news
|
||||||
|
background: rgba(0, 0, 0, 0.75)
|
||||||
|
border-radius: 20px
|
||||||
|
box-shadow: 0 0 30px rgb(149,255,253)
|
||||||
|
top: 531px
|
||||||
|
height: 132px
|
||||||
|
width: 350px
|
||||||
|
padding: 15px
|
||||||
|
font-size: 28px
|
||||||
|
line-height: 32px
|
||||||
|
@include rotate(-10deg)
|
||||||
|
|
||||||
|
a
|
||||||
|
color: rgb(149,255,253)
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
color: rgb(75,230,180)
|
||||||
|
|
||||||
|
@media screen and ( max-height: 800px )
|
||||||
|
top: 301px
|
||||||
|
|
||||||
#slogan
|
#slogan
|
||||||
top: 681px
|
top: 681px
|
||||||
height: 132px
|
height: 132px
|
||||||
|
|
|
@ -60,6 +60,7 @@ block footer
|
||||||
#footer-links
|
#footer-links
|
||||||
a(tabindex=-1, data-toggle="coco-modal", data-target="core/ContactModal", data-i18n="nav.contact") Contact
|
a(tabindex=-1, data-toggle="coco-modal", data-target="core/ContactModal", data-i18n="nav.contact") Contact
|
||||||
a(href='http://blog.codecombat.com/', data-i18n="nav.blog")
|
a(href='http://blog.codecombat.com/', data-i18n="nav.blog")
|
||||||
|
a(href='/careers', tabindex=-1, data-i18n="nav.careers") Careers
|
||||||
a(href='/contribute', tabindex=-1, data-i18n="nav.contribute") Contribute
|
a(href='/contribute', tabindex=-1, data-i18n="nav.contribute") Contribute
|
||||||
a(href='/legal', tabindex=-1, data-i18n="nav.legal") Legal
|
a(href='/legal', tabindex=-1, data-i18n="nav.legal") Legal
|
||||||
a(href='/play/ladder', tabindex=-1, data-i18n="home.multiplayer").multiplayer-nav-link
|
a(href='/play/ladder', tabindex=-1, data-i18n="home.multiplayer").multiplayer-nav-link
|
||||||
|
|
|
@ -15,6 +15,9 @@ block outer_content
|
||||||
//
|
//
|
||||||
//a(href="https://itunes.apple.com/us/app/codecombat/id936523909?mt=8")
|
//a(href="https://itunes.apple.com/us/app/codecombat/id936523909?mt=8")
|
||||||
// img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
|
// img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
|
||||||
|
|
||||||
|
#news
|
||||||
|
a(href="/play/ladder/ace-of-coders", data-i18n="temp.ace_of_coders_tournament") New: play in the Ace of Coders tournament now!
|
||||||
|
|
||||||
#slogan(data-i18n="home.slogan")
|
#slogan(data-i18n="home.slogan")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue