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
dc24ab19
Commit
dc24ab19
authored
Dec 12, 2018
by
picklesrus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up some stuff to better match the spec
parent
c3dde0c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
23 deletions
+37
-23
src/views/download/download.jsx
src/views/download/download.jsx
+30
-20
src/views/download/download.scss
src/views/download/download.scss
+6
-2
src/views/download/l10n.json
src/views/download/l10n.json
+1
-1
No files found.
src/views/download/download.jsx
View file @
dc24ab19
...
...
@@ -176,38 +176,48 @@ class Download extends React.Component {
</
h3
>
<
FlexRow
>
<
div
className=
"older-version"
>
<
img
alt=
""
className=
"screenshot"
height=
"106"
src=
"/images/download/scratch1-4.png"
width=
"150"
/>
<
a
href=
"/download/scratch2"
>
<
img
alt=
""
className=
"screenshot"
height=
"106"
src=
"/images/download/scratch2.png"
width=
"150"
/>
</
a
>
<
p
>
<
a
className=
"centered"
href=
"/
scratch_1.4
"
href=
"/
download/scratch2
"
>
<
FormattedMessage
id=
"download.scratch1-4Desktop"
/>
<
img
src=
"/svgs/download/r-arrow.svg"
/>
<
FormattedMessage
id=
"download.scratch2Desktop"
/>
<
img
className=
"little-arrow"
src=
"/svgs/download/r-arrow.svg"
/>
</
a
>
</
p
>
</
div
>
<
div
className=
"older-version"
>
<
img
alt=
""
className=
"screenshot"
height=
"106"
src=
"/images/download/scratch2.png"
width=
"150"
/>
<
a
href=
"/scratch_1.4"
>
<
img
alt=
""
className=
"screenshot"
height=
"106"
src=
"/images/download/scratch1-4.png"
width=
"150"
/>
</
a
>
<
p
>
<
a
className=
"centered"
href=
"/
download/scratch2
"
href=
"/
scratch_1.4
"
>
<
FormattedMessage
id=
"download.scratch2Desktop"
/>
<
img
src=
"/svgs/download/r-arrow.svg"
/>
<
FormattedMessage
id=
"download.scratch1-4Desktop"
/>
<
img
className=
"little-arrow"
src=
"/svgs/download/r-arrow.svg"
/>
</
a
>
</
p
>
</
div
>
...
...
src/views/download/download.scss
View file @
dc24ab19
...
...
@@ -47,7 +47,7 @@
.download-info
{
padding-right
:
$cols1
;
max-width
:
$cols
7
+
(
$gutter
/
$em
);
max-width
:
$cols
6
+
(
$gutter
/
$em
);
align-items
:
flex-start
;
.download-copy
{
...
...
@@ -99,7 +99,7 @@
.download-image
{
width
:
100%
;
max-width
:
$cols
4
;
max-width
:
$cols
6
;
img
{
max-width
:
100%
;
...
...
@@ -158,8 +158,12 @@
p
{
color
:
$link-blue
;
font-weight
:
600
;
line-height
:
normal
;
}
.little-arrow
{
padding-left
:
2px
;
}
.screenshot
{
margin-top
:
1rem
;
$img-border
:
rgba
(
0
,
0
,
0
,
.05
);
...
...
src/views/download/l10n.json
View file @
dc24ab19
...
...
@@ -5,7 +5,7 @@
"download.imgAltDownloadIllustration"
:
"Scratch 3.0 Desktop screenshot"
,
"download.installHeaderTitle"
:
"Install Scratch Desktop"
,
"download.downloadAndInstall"
:
"Download and install Scratch Desktop"
,
"download.troubleshootingTitle"
:
"FAQ
/ Troubleshooting
"
,
"download.troubleshootingTitle"
:
"FAQ"
,
"download.startScratchDesktop"
:
"Start Scratch Desktop"
,
"download.howDoIInstall"
:
"How do I install Scratch Desktop?"
,
"download.whenSupportLinux"
:
"When will you have Scratch Desktop for Linux?"
,
...
...
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