-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.51 KB
/
index.html
File metadata and controls
52 lines (52 loc) · 2.51 KB
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
<!DOCTYPE html>
<html><head>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet'>
<link rel="icon" href="icon.png">
<link rel="shortcut icon" type="image/jpeg" href="assets/icon.png"/>
<meta charset="UTF-8">
<title>Scratch Contributors</title>
<meta name="author" content="HighFlyer222, R4356th, Drunken-Sailor7">
</head>
<body>
<center>
<div class="background">
<div class="logo">
<img src="assets/icon.png" alt="SC Icon">
<h1 align=center class="boldText">Scratch Contributors</h1>
</div>
<h2>About us</h2>
<p>We are a group of people who have contributed and still are contributing to <a href="https://scratch.mit.edu">Scratch</a>, an educational block-based programming language for children in many ways. We are:</p>
<ul>
<li>Scratch Design Studio (SDS) Curators</li>
<li>Scratch Design Studio (SDS) Translators</li>
<li>Scratch Wiki Contributors (of all Scratch Wikis)</li>
<li>Former Moderators (who used to moderate 1.x)</li>
<li>Scratch Translators</li>
<li>Scratch Welcoming Committee Curators</li>
<li>Scratch Welcoming Committee Translators</li>
<li>Propose Projects to be Featured Curators</li>
<li>Propose Projects to be Featured Translators</li>
<li>Propose Studios to be Featured Translators
<li>Front Page Curator Applications Curators</li>
<li>Front Page Curator Help Studio Curators</li>
<li>Forum Helpers</li>
<li>Users who provided Scratch with technology help</li>
<li>Users whose names are in the Credits page</li>
<li>Scratch Camp Counsellors</li>
<li>Scratch Camp Translators</li>
<li>Front Page Curator Translators</li>
<li>Users who have had pull requests merged into <a href="https://github.com/LLK">Scratch's GitHub page</a></li>
</ul>
<h2>About our members</h2>
<p>All of our members have contributed to Scratch in different ways! You can read about them <a href="https://scratchcontributors.github.io/bios/">here</a>.</p>
<h2>How you can join us</h2>
<p>If you are a Scratch Contributor and want to join us, then you can either open an issue in our <a href="https://github.com/ScratchContributors/scratchcontributors.github.io/issues/">GitHub repository</a> or leave a comment in <a href="https://scratch.mit.edu/studios/26335791/">our studio on Scratch.</a></p>
<div class="banner">
<img src="assets/bottom-banner.png" alt="Scratch Sprites Banner">
</div>
<p class="credits"><i>Made by HighFlyer222, R4356th and Drunken_Sailor on behalf of the Scratch Contributors<i></p>
</div>
</center>
</body>
</html>