Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit b09ca3c

Browse files
committed
Populate welcome and farewell pages
1 parent 331ea3e commit b09ca3c

File tree

5 files changed

+52
-18
lines changed

5 files changed

+52
-18
lines changed
7.74 KB
Loading
14.7 KB
Loading
5.08 KB
Loading

farewell.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
layout: default
33
title: Farewell!
4-
description:
4+
description: Scratch Addons has been uninstalled. We thank you for using the extension!
55
---
66

7-
<!-- Uncomment below for custom styles. (markdown style is for placeholder) -->
8-
<!-- <link rel="stylesheet" href="/assets/css/farewell.css" /> -->
9-
<link rel="stylesheet" href="/assets/css/markdown.css" />
10-
11-
<h1>Farewell!</h1>
7+
<section id="intro" class="intro-heading">
8+
<h1 class="mb-3">Farewell!</h1>
9+
<p class="mb-1">Scratch Addons has been uninstalled. We thank you for using the extension!</p>
10+
</section>
1211

1312
<section class="container">
14-
<p>Scratch Addons has been uninstalled. We thank you for using the extension!</p>
15-
<p>Tell us what you think about the extension <a href="/feedback">here</a>.</p>
13+
<p>Here are some things that you can do.</p>
14+
<ul>
15+
<li>Tell us what you think about the extension <a href="/feedback">here</a></li>
16+
<li>Reinstall the extension by clicking the install button above</li>
17+
</ul>
1618
</section>
1719

1820

welcome.html

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,52 @@
11
---
22
layout: default
33
title: Welcome!
4-
description:
4+
description: If you are reading this, then Scratch Addons has been installed successfully! Thank you for installing, and enjoy using the extension!
55
---
66

7-
<!-- Uncomment below for custom styles. (markdown style is for placeholder) -->
8-
<!-- <link rel="stylesheet" href="/assets/css/welcome.css" /> -->
9-
<link rel="stylesheet" href="/assets/css/markdown.css" />
10-
11-
<h1>Welcome!</h1>
7+
<section id="intro" class="intro-heading">
8+
<h1 class="mb-3">Welcome!</h1>
9+
<p class="mb-1">If you are reading this, then Scratch Addons has been installed successfully!</p>
10+
<p class="mb-1">Thank you for installing, and enjoy using the extension!</p>
11+
</section>
1212

13-
<section id="intro" class="container">
14-
<p>Scratch Addons has been installed! Enjoy using the extension.</p>
13+
<section id="getting-started" class="container mb-4">
14+
<h2>Getting started</h2>
15+
<div class="card-group">
16+
<div class="card">
17+
<div class="card-header">
18+
Step 1
19+
</div>
20+
<img class="card-img-top" src="/assets/images/getting-started/step-1.png" alt="Click the Scratch Addons extension icon">
21+
<div class="card-body">
22+
<h5 class="card-title">Click the Scratch Addons extension icon</h5>
23+
<p class="card-text">It is on the top-right corner of your browser. Google Chrome users need to click the puzzle icon to find the icon.</p>
24+
</div>
25+
</div>
26+
<div class="card">
27+
<div class="card-header">
28+
Step 2
29+
</div>
30+
<img class="card-img-top" src="/assets/images/getting-started/step-2.png" alt="Press the cog icon to go to the Settings page">
31+
<div class="card-body">
32+
<h5 class="card-title">Press the cog icon to go to the Settings page</h5>
33+
<p class="card-text">This will open the Settings page where you can configure how the extension works.</p>
34+
</div>
35+
</div>
36+
<div class="card">
37+
<div class="card-header">
38+
Step 3
39+
</div>
40+
<img class="card-img-top" src="/assets/images/getting-started/step-3.png" alt="Scroll through the addons list and enable the ones that you want">
41+
<div class="card-body">
42+
<h5 class="card-title">Scroll through the addons list and enable the ones that you want</h5>
43+
<p class="card-text">You can also configure each of the addons on the bottom section of each addons.</p>
44+
</div>
45+
</div>
46+
</div>
1547
</section>
1648

1749
<section id="transition" class="container">
18-
<h2 class="h5 font-weight-bold">Coming from Scratch Messaging Extension?</h2>
19-
<p>Scratch Messaging Extension (by griffpatch) has been updated and is now called Scratch Addons. <a href="/scratch-messaging-transition">Read more</a>.</p>
50+
<h2 class="h4">Coming from Scratch Messaging Extension?</h2>
51+
<p>Scratch Messaging Extension (by griffpatch) has been updated and is now called Scratch Addons. <a href="/scratch-messaging-transition">Read more</a>.</p>
2052
</section>

0 commit comments

Comments
 (0)