This repository has been archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfeatures.html
66 lines (64 loc) · 4.07 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Scratch Addons | Features</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="features.css">
<script src="https://kit.fontawesome.com/a076d05399.js">
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<body>
<div class="slider">
<input type="radio" name="slider" title="slide1" checked="checked" class="slider__nav"/>
<input type="radio" name="slider" title="slide2" class="slider__nav"/>
<input type="radio" name="slider" title="slide3" class="slider__nav"/>
<input type="radio" name="slider" title="slide4" class="slider__nav"/>
<input type="radio" name="slider" title="slide5" class="slider__nav"/>
<input type="radio" name="slider" title="slide6" class="slider__nav"/>
<input type="radio" name="slider" title="slide7" class="slider__nav"/>
<input type="radio" name="slider" title="slide8" class="slider__nav"/>
<input type="radio" name="slider" title="slide9" class="slider__nav"/>
<div class="slider__inner">
<div class="slider__contents">
<span class="iconify" data-icon="simple-icons:scratch" data-inline="false"></span>
<h2 class="slider__caption">Scratch Addons</h2>
<p class="slider__txt">Get more done! Scratch Addons is an open source project that collects userscripts, userstyles, and much more! Enjoy all of that for free!<br><span style="text-align: center;"><a target="_blank" href="about.html">Read more about Scratch Addons!</a></span></p>
</div>
<div class="slider__contents">
<span class="iconify" data-icon="gridicons:search" data-inline="false"></span>
<h2 class="slider__caption">search</h2>
<p class="slider__txt">Search blocks and dropdowns like never before!</p>
</div>
<div class="slider__contents">
<span class="iconify" data-icon="ant-design:eye-invisible-filled" data-inline="false"></span>
<h2 class="slider__caption">Dark mode</h2>
<p class="slider__txt">Take a rest for your eyes and enjoy dark mode in the scratch editor!</p>
</div>
<div class="slider__contents"><span class="iconify" data-icon="bx:bxs-cloud-upload" data-inline="false"></span>
<h2 class="slider__caption">Upload images with ease</h2>
<p class="slider__txt">Upload images for the forums with a click, using scratch's servers to host them!</p>
</div>
<div class="slider__contents"><span class="iconify" data-icon="ant-design:message-twotone" data-inline="false"></span>
<h2 class="slider__caption">Reply to messages in seconds</h2>
<p class="slider__txt">Reply to messages quickly and easily! All you need to do is click the extension's icon!</p>
</div>
<div class="slider__contents"><span class="iconify" data-icon="mdi:delete-off" data-inline="false"></span>
<h2 class="slider__caption">See deleted comments</h2>
<p class="slider__txt">See the poster and time of deleted comments on profiles and studios!</p>
</div>
<div class="slider__contents"><img src="loading.svg" style="width: 120px; heihgt: auto;">
<h2 class="slider__caption">Watch it load</h2>
<p class="slider__txt">See a progress bar for remixing, saving and loading projects. Much like scratch 2.0.</p>
</div>
<div class="slider__contents"><span class="iconify" data-icon="carbon:notification-new" data-inline="false"></span>
<h2 class="slider__caption">Get notified</h2>
<p class="slider__txt">Get real notifications instantly for your scratch messages! Clicking them will take you to the relevant page.</p>
</div>
<div class="slider__contents"><span class="iconify" data-icon="mdi:code-not-equal" data-inline="false"></span>
<h2 class="slider__caption">Enjoy fixed glitches</h2>
<p class="slider__txt">Many glitches with scratch have been fixed in Scratch Addons, this includes the load more buttons' scrolling fix, asking before removing a sprite (don't loose your precious work!) and many more.</p>
</div>
</div>