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
7ec9d587
Commit
7ec9d587
authored
Jan 25, 2021
by
Ben Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaks to formatting, icons, links, fonts
parent
3e9d9acf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
20 deletions
+24
-20
static/cdn/maintenance.html
static/cdn/maintenance.html
+24
-20
No files found.
static/cdn/maintenance.html
View file @
7ec9d587
<!-- todo
icons lower
download links -- not to app store
hover button cursor
reload icon reloads
use www fallback font sequence; maybe point to neue online?
make top 10 langs issue
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
"http://www.w3.org/TR/html4/loose.dtd">
<html
lang=
"en"
>
<html
lang=
"en"
>
...
@@ -51,7 +43,7 @@ make top 10 langs issue
...
@@ -51,7 +43,7 @@ make top 10 langs issue
margin
:
0
auto
;
margin
:
0
auto
;
padding-top
:
4vw
;
padding-top
:
4vw
;
text-align
:
center
;
text-align
:
center
;
font-family
:
Helvetica
Neue
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
"Helvetica Neue"
,
"Helvetica"
,
Arial
,
sans-serif
;
color
:
white
;
color
:
white
;
/* hack to prevent content from shifting when scrollbar appears; see
/* hack to prevent content from shifting when scrollbar appears; see
https://stackoverflow.com/a/30293718/2308190 */
https://stackoverflow.com/a/30293718/2308190 */
...
@@ -76,8 +68,12 @@ make top 10 langs issue
...
@@ -76,8 +68,12 @@ make top 10 langs issue
font-size
:
1.125rem
;
font-size
:
1.125rem
;
margin
:
1rem
1rem
2.25rem
1rem
;
margin
:
1rem
1rem
2.25rem
1rem
;
}
}
h2
.reload
{
cursor
:
pointer
;
pointer-events
:
all
;
}
h2
.reload
:before
{
h2
.reload
:before
{
margin-top
:
.125rem
;
margin-top
:
0
;
margin-left
:
-2.25rem
;
margin-left
:
-2.25rem
;
content
:
''
;
content
:
''
;
background
:
url('http://scratch-maintenance.s3.amazonaws.com/reload.svg')
;
background
:
url('http://scratch-maintenance.s3.amazonaws.com/reload.svg')
;
...
@@ -86,17 +82,16 @@ make top 10 langs issue
...
@@ -86,17 +82,16 @@ make top 10 langs issue
position
:
absolute
;
position
:
absolute
;
background-size
:
24px
24px
;
background-size
:
24px
24px
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
h2
.comment
:before
{
h2
.comment
:before
{
margin-top
:
.125rem
;
margin-top
:
0
;
margin-left
:
-2.5rem
;
margin-left
:
-2.
37
5rem
;
content
:
''
;
content
:
''
;
background
:
url('http://scratch-maintenance.s3.amazonaws.com/comment.svg')
;
background
:
url('http://scratch-maintenance.s3.amazonaws.com/comment.svg')
;
height
:
66px
;
/*height of image*/
height
:
66px
;
/*height of image*/
width
:
63px
;
/*width of image*/
width
:
63px
;
/*width of image*/
position
:
absolute
;
position
:
absolute
;
background-size
:
2
6
px
24px
;
background-size
:
2
5
px
24px
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
p
{
p
{
...
@@ -108,6 +103,7 @@ make top 10 langs issue
...
@@ -108,6 +103,7 @@ make top 10 langs issue
padding
:
0
10%
;
padding
:
0
10%
;
}
}
button
{
button
{
cursor
:
pointer
;
border
:
0
;
border
:
0
;
background-color
:
white
;
background-color
:
white
;
box-shadow
:
none
;
box-shadow
:
none
;
...
@@ -174,7 +170,7 @@ make top 10 langs issue
...
@@ -174,7 +170,7 @@ make top 10 langs issue
height
:
2.625rem
;
height
:
2.625rem
;
}
}
.store-img
img
{
.store-img
img
{
width
:
112px
;
height
:
2.5rem
;
}
}
.vertical-separator-left
{
.vertical-separator-left
{
border-right
:
1px
solid
#d9d9d9
;
border-right
:
1px
solid
#d9d9d9
;
...
@@ -245,7 +241,7 @@ make top 10 langs issue
...
@@ -245,7 +241,7 @@ make top 10 langs issue
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"content"
>
<div
class=
"content"
>
<h1>
The Scratch Team is working hard to fix an issue with the Scratch website
</h1>
<h1>
The Scratch Team is working hard to fix an issue with the Scratch website
</h1>
<h2
class=
"reload"
>
Try reloading the page in a few minutes
</h2>
<h2
class=
"reload"
onclick=
"location.reload()"
>
Try reloading the page in a few minutes
</h2>
<h2
class=
"comment"
>
Check
<a
href=
"https://twitter.com/scratch"
>
@Scratch
</a>
for updates
</h2>
<h2
class=
"comment"
>
Check
<a
href=
"https://twitter.com/scratch"
>
@Scratch
</a>
for updates
</h2>
<hr>
<hr>
<div
class=
"narrow"
>
<div
class=
"narrow"
>
...
@@ -270,7 +266,7 @@ make top 10 langs issue
...
@@ -270,7 +266,7 @@ make top 10 langs issue
</div>
</div>
<div
class=
"vertical-separator-left"
></div>
<div
class=
"vertical-separator-left"
></div>
<div
class=
"vertical-separator-right"
></div>
<div
class=
"vertical-separator-right"
></div>
<div
class=
"download-link"
><a
href=
"https://
www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badg
e"
>
Download
</a></div>
<div
class=
"download-link"
><a
href=
"https://
downloads.scratch.mit.edu/desktop/Scratch%20Setup.ex
e"
>
Download
</a></div>
</div>
</div>
</div>
</div>
<div
class=
"grid-box"
>
<div
class=
"grid-box"
>
...
@@ -289,7 +285,7 @@ make top 10 langs issue
...
@@ -289,7 +285,7 @@ make top 10 langs issue
</div>
</div>
<div
class=
"vertical-separator-left"
></div>
<div
class=
"vertical-separator-left"
></div>
<div
class=
"vertical-separator-right"
></div>
<div
class=
"vertical-separator-right"
></div>
<div
class=
"download-link"
><a
href=
"https://
apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12
"
>
Download
</a></div>
<div
class=
"download-link"
><a
href=
"https://
downloads.scratch.mit.edu/desktop/Scratch.dmg
"
>
Download
</a></div>
</div>
</div>
</div>
</div>
<div
class=
"grid-box"
>
<div
class=
"grid-box"
>
...
@@ -301,7 +297,11 @@ make top 10 langs issue
...
@@ -301,7 +297,11 @@ make top 10 langs issue
</div>
</div>
<div
class=
"os-version"
>
ChromeOS
</div>
<div
class=
"os-version"
>
ChromeOS
</div>
<div
class=
"download-link-row"
>
<div
class=
"download-link-row"
>
<div
class=
"download-link"
><a
href=
"https://play.google.com/store/apps/details?id=org.scratch"
>
Download
</a></div>
<div
class=
"store-img"
>
<a
href=
"https://play.google.com/store/apps/details?id=org.scratch"
>
<img
src=
"http://scratch-maintenance.s3.amazonaws.com/google-play-badge.png"
/>
</a>
</div>
</div>
</div>
</div>
</div>
<div
class=
"grid-box"
>
<div
class=
"grid-box"
>
...
@@ -313,7 +313,11 @@ make top 10 langs issue
...
@@ -313,7 +313,11 @@ make top 10 langs issue
</div>
</div>
<div
class=
"os-version"
>
Android 6.0+
</div>
<div
class=
"os-version"
>
Android 6.0+
</div>
<div
class=
"download-link-row"
>
<div
class=
"download-link-row"
>
<div
class=
"download-link"
><a
href=
"https://play.google.com/store/apps/details?id=org.scratch"
>
Download
</a></div>
<div
class=
"store-img"
>
<a
href=
"https://play.google.com/store/apps/details?id=org.scratch"
>
<img
src=
"http://scratch-maintenance.s3.amazonaws.com/google-play-badge.png"
/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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