mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Add temporary video for testing
This commit is contained in:
parent
2daa882331
commit
7e167cc441
2 changed files with 4 additions and 2 deletions
src/views/splash/hoc-event-row
|
@ -30,7 +30,7 @@ var HocEventRow = React.createClass({
|
|||
<h1 className="hoc-event-studio-h1">
|
||||
<FormattedMessage id="hocevent.title" />
|
||||
</h1>
|
||||
<a href="/" className="button white mod-hoc-event">
|
||||
<a href="/studios/3600717/" className="button white mod-hoc-event">
|
||||
<FormattedMessage id="hocevent.studioLink" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -38,7 +38,7 @@ var HocEventRow = React.createClass({
|
|||
<iframe
|
||||
className="hoc-event-video-iframe"
|
||||
title="Design a Character Studio"
|
||||
src=""
|
||||
src="https://www.youtube.com/embed/y0Z5_wipT2o"
|
||||
frameborder="0"
|
||||
webkitAllowFullScreen
|
||||
mozallowfullscreen
|
||||
|
|
|
@ -64,6 +64,8 @@
|
|||
}
|
||||
|
||||
.hoc-event-video-iframe {
|
||||
border: 3px solid $ui-border;
|
||||
border-radius: 5px;
|
||||
height: 13.75rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue