Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
bd3ef208
Commit
bd3ef208
authored
Nov 16, 2020
by
Ben Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added makeItFly image and text for HoC banner
parent
cfeba895
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
src/views/splash/hoc/hoc-banner.scss
src/views/splash/hoc/hoc-banner.scss
+2
-1
src/views/splash/hoc/top-banner.jsx
src/views/splash/hoc/top-banner.jsx
+3
-3
src/views/splash/l10n.json
src/views/splash/l10n.json
+2
-1
static/images/hoc/make-it-fly.jpg
static/images/hoc/make-it-fly.jpg
+0
-0
No files found.
src/views/splash/hoc/hoc-banner.scss
View file @
bd3ef208
...
...
@@ -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
{
...
...
src/views/splash/hoc/top-banner.jsx
View file @
bd3ef208
...
...
@@ -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.pn
g"
/>
<
img
src=
"/images/hoc/
make-it-fly.jp
g"
/>
<
div
className=
"hoc-image-text"
>
<
FormattedMessage
id=
"hocbanner.
talking
"
/>
<
FormattedMessage
id=
"hocbanner.
makeItFly
"
/>
</
div
>
</
FlexRow
>
</
a
>
...
...
src/views/splash/l10n.json
View file @
bd3ef208
...
...
@@ -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"
}
static/images/hoc/make-it-fly.jpg
0 → 100644
View file @
bd3ef208
19.4 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment