mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Tweaked the video on the home page.
This commit is contained in:
parent
150077ab22
commit
5cb42fa92c
2 changed files with 4 additions and 3 deletions
|
@ -3,10 +3,11 @@
|
|||
|
||||
#home-view
|
||||
|
||||
h1, h2
|
||||
h1
|
||||
text-align: center
|
||||
margin-top: 0
|
||||
|
||||
#trailer-wrapper object
|
||||
#trailer-wrapper iframe
|
||||
display: block
|
||||
margin: 0 auto
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ block content
|
|||
h1#site-slogan(data-i18n="home.slogan") Learn to Code JavaScript by Playing a Game
|
||||
|
||||
#trailer-wrapper
|
||||
<object width="640" height="360"><param name="movie" value="//www.youtube.com/v/1zjaA13k-dA?hl=en_US&version=3&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/1zjaA13k-dA?hl=en_US&version=3&rel=0" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></object>
|
||||
<iframe width="949" height="534" src="//www.youtube.com/embed/1zjaA13k-dA?rel=0&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
hr
|
||||
|
||||
|
|
Loading…
Reference in a new issue