mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
added makeItFly image and text for HoC banner
This commit is contained in:
parent
cfeba895fe
commit
bd3ef208f6
4 changed files with 7 additions and 5 deletions
|
@ -53,7 +53,8 @@ $tile-height: 244px;
|
|||
|
||||
img {
|
||||
width: $cols4;
|
||||
height: auto;
|
||||
height: $cols4 * 0.553333333; /* images are 600 x 332 for retina */
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.hoc-image-text {
|
||||
|
|
|
@ -47,11 +47,11 @@ const TopBanner = () => (
|
|||
</div>
|
||||
</FlexRow>
|
||||
</a>
|
||||
<a href="/projects/editor?tutorial=talking">
|
||||
<a href="/projects/editor?tutorial=make-it-fly">
|
||||
<FlexRow className="hoc-banner-image column">
|
||||
<img src="/images/hoc/talking.png" />
|
||||
<img src="/images/hoc/make-it-fly.jpg" />
|
||||
<div className="hoc-image-text">
|
||||
<FormattedMessage id="hocbanner.talking" />
|
||||
<FormattedMessage id="hocbanner.makeItFly" />
|
||||
</div>
|
||||
</FlexRow>
|
||||
</a>
|
||||
|
|
|
@ -39,12 +39,13 @@
|
|||
"hocbanner.imagine": "Imagine a World",
|
||||
"hocbanner.codeACartoon": "Code a Cartoon",
|
||||
"hocbanner.talking": "Talking Tales",
|
||||
"hocbanner.makeItFly": "Make It Fly",
|
||||
|
||||
"welcome.welcomeToScratch": "Welcome to Scratch!",
|
||||
"welcome.learn": "Learn how to make a project in Scratch",
|
||||
"welcome.tryOut": "Try out starter projects",
|
||||
"welcome.connect": "Connect with other Scratchers",
|
||||
|
||||
|
||||
"activity.seeUpdates": "This is where you will see updates from Scratchers you follow",
|
||||
"activity.checkOutScratchers": "Check out some Scratchers you might like to follow"
|
||||
}
|
||||
|
|
BIN
static/images/hoc/make-it-fly.jpg
Normal file
BIN
static/images/hoc/make-it-fly.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in a new issue