Discuss Scratch

R4356th
Scratcher
1000+ posts

Scratch Contributors

Scratch Contributors is a studio for those who help Scratch on Scratch and other places(like GitHub). This studio encourages everyone to contribute to Scratch. This studio is for-
1)Scratch Team members
2)Past Scratch Team members
3)Scratch Design Studio(SDS) Curators
4)Scratch Design Studio(SDS) Translators
5)Scratch Wiki Contributors(of all language Wikis)
6)Former Moderators(who used to moderate 1.x)
7)Scratch Translators
8)Scratch Welcoming Committee Curators
9)Scratch Welcoming Committee Translators
10) Propose Projects to be Featured Curators
11) Propose Studios to be Featured Translators
12)Propose Projects to be Featured Translators
13)Front Page Curator Applications Curators
14)Front Page Curator Help Studio Curators
15)Forum Helpers
16)Users who provided Scratch with technology help
17)Users whose names are in the Credits page
18)Scratch Camp Counsellors
19)Scratch Camp Translators
20) Front Page Curator Translators
21)Users who have got merged pull requests in Scratch's repositories on GitHub

Last edited by R4356th (May 1, 2020 08:57:41)

R4356th
Scratcher
1000+ posts

Scratch Contributors

This is the studio logo- . Thanks to @ScratchCat for the logo.

Last edited by R4356th (May 21, 2020 11:24:33)

R4356th
Scratcher
1000+ posts

Scratch Contributors

If you are a contributor and were not invited, please let me know by either leaving a reply here or on the studio!
R4356th
Scratcher
1000+ posts

Scratch Contributors

An important message posted in our studio today:
“Guys, we are getting our own website soon! Please give me your bios and how you helped out soon. If you want to work on it with me then please let me know. (Note: It is good if you have a GitHub account for that but it is not a problem even if you do not have any.) Additionally, if you have any recommendations for that, then please let me know. Thank you.”
R4356th
Scratcher
1000+ posts

Scratch Contributors

Another note: If you have a GitHub account and want to be invited to our organization, then please tell me your GitHub username. Thank you again.
HighFlyer222
Scratcher
100+ posts

Scratch Contributors

I made the HTML code: (oops, emojis ate my code, replace all ‘s with : / without the space also don’t forget to put the icon to the same folder with it and name it “icon.png”)
<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" href="style.css">
		<link rel="icon" href="icon.png">
		<meta charset="UTF-8">
                <title>Scratch Contributors</title>
	</head>
	<body bgcolor=#37a5ef>
		<div class="image">
			<img src="icon.png" alt="SC Icon">
			<h1 align=center class="boldText">Scratch Contributors</h1>
		</div>
		<h2 align=center>Who are we</h2>
		<p align=center>We are a group of people who have contributed and still are contributing to @LLK’s block-based programming language Scratch in many ways. We are:</p> 
		<ol>
			<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 got pull requests merged on GitHub</li>
		</ol>
		<h2 align=center>About our members</h2>
		<p align=center>All of our members have contributed to Scratch in different ways! You can read about them here:</br><a href="https://scratchcontributors.github.io/contributorbios/">https/scratchcontributors.github.io/contributorbios/<a/>.
</p>
		<h2 align=center>How you can join us</h2>
		<p align=center>If you are a Scratch Contributor and want to join us, then you can either open an issue in our GitHub repository or leave a comment in our studio on Scratch.</p>
		<h2 align=center>Location</h2>
		<p align=center>GitHub: <a href="https://github.com/ScratchContributors">https/github.com/ScratchContributors</a></br>Scratch Studio: <a href="https://scratch.mit.edu/studios/26335791/">https/scratch.mit.edu/studios/26335791/</a></p>
	</body>
</html>

I copied the contents from the GitHub website, also I have a CSS here, it looks weird without it: (MUST BE NAMED “style.css”)

h1, h2{
	font-weight: bold;
}
* {
	font-family: sans-serif;
}
.image {
	text-align: center;
	position: sticky;
	top: 0;
	background-color: #37a5ef;
	padding: 5px;
}
a {
	text-decoration: none;
}

Last edited by HighFlyer222 (May 22, 2020 12:59:35)


Suggestions forum is love, suggestions forum is life
R4356th
Scratcher
1000+ posts

Scratch Contributors

HighFlyer222
Scratcher
100+ posts

Scratch Contributors

I also noticed PPTBF curators was written twice, and removed one of them. OOPS! My bad, one of them was PSTBF. You can give font ideas for headers and normal text if you have, and about overall design.

Also, I think if you have a code editor, you can also do it on mobile, just don't forget to put HTML, CSS and the icon in the same place, name the stylesheet “style.css” and the icon “icon.png” otherwise it won't work.

Last edited by HighFlyer222 (May 21, 2020 23:12:32)


Suggestions forum is love, suggestions forum is life
R4356th
Scratcher
1000+ posts

Scratch Contributors

HighFlyer222 wrote:

Also, I think if you have a code editor, you can also do it on mobile, just don't forget to put HTML, CSS and the icon in the same place, name the stylesheet “style.css” and the icon “icon.png” otherwise it won't work.
Yeah, I know.
HighFlyer222
Scratcher
100+ posts

Scratch Contributors

Also, do you know how to insert HTML code to a .github.io page? I saw that it only displays the README as a page right now.

Suggestions forum is love, suggestions forum is life
R4356th
Scratcher
1000+ posts

Scratch Contributors

I tested it and it worked well! However, I have made some minor changes, they are- replaced our members' bios' page link with a hyperlink, added hyperlink to our GitHub repository, added hyperlink to our studio and finally, fixed a little bug, it was written <a/> instead of </a>
R4356th
Scratcher
1000+ posts

Scratch Contributors

HighFlyer222 wrote:

Also, do you know how to insert HTML code to a .github.io page? I saw that it only displays the README as a page right now.
It is currently here- https://scratchcontributors.github.io/htmlhomepagealpha/ . And I know HTML and have developed websites with GitHub before.
R4356th
Scratcher
1000+ posts

Scratch Contributors

R4356th wrote:

I tested it and it worked well! However, I have made some minor changes, they are- replaced our members' bios' page link with a hyperlink, added hyperlink to our GitHub repository, added hyperlink to our studio and finally, fixed a little bug, it was written <a/> instead of </a>
And another change I made but forgot to mention is I added a page title!
HighFlyer222
Scratcher
100+ posts

Scratch Contributors

R4356th wrote:

And another change I made but forgot to mention is I added a page title!
Yes, I was going to do that but I forgot.

Last edited by HighFlyer222 (May 22, 2020 17:33:12)


Suggestions forum is love, suggestions forum is life
R4356th
Scratcher
1000+ posts

Scratch Contributors

HighFlyer222 wrote:

R3456th wrote:

And another change I made but forgot to mention is I added a page title!
Yes, I was going to do that but I forgot.
No problem.
HighFlyer222
Scratcher
100+ posts

Scratch Contributors

I did a biographies page: (again, same folder with stylesheet and icon, css is the same)
<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" href="style.css">
		<link rel="icon" href="icon.png">
		<meta charset="UTF-8">
		<title>Scratch Contribuors|Biographies</title>
	</head>
	<body bgcolor=#37a5ef>
		<div class="image">
		<img src="icon.png" alt="SC Icon">
			<h1 align=center class="boldText">Scratch Contributors</h1>
		</div>
		<h1 align=center>Biographies</h1>
		<p align=center>All the biographies (also known as bios) here are sorted alphabetically:</p>
<ul>
<li>ConfusedBiscuit: Hi! I’m ConfusedBiscuit and I’m a Forum helper! That means I assist in answering questions in the forums or just helping out in general! Don’t let the professionalism in my posts fool you, I’m an average nerdy individual! I love anime, orcas, Nintendo games, and of course, the Youtube channel Failboat. Have a great day!!</li>
</br>
<li>Cool–Scratcher: Hey, I’m Cool Scratcher, the creator of a scratch course (https/www.youtube.com/playlist?list=PLyfaA-HVu0QBsBuzU1CnCIWOIrv5ogfCs), a forum helper, and a Scratcher with over 5 years of experience! I’m also on the wiki  I’m at KidCreatorsTeam.</li>
</br>
<li>cs3508696: Hi, I’m cs3508696, but everyone calls me Mia. I’m a scratch wiki contributor, for English and Hindi. I have helped out in a lot of the Scratch Month studios for 2020. I’m also a forum helper, taking orders in shops, and answering questions anyone has. I have over a year of experience in Scratch. I’m a positive person, a violinist, a dancer, a writer, and a swimmer. I’m a huge bookworm, and love to read!! </li>
</br>
<li>DogCatPuppyLover: Hey there! I’m DogCatPuppyLover, a coding freak who knows HTML, CSS, JavaScript, and Scratch. I am a Scratch Wikian, a past FPC, and a member of the Scratch Welcoming Committee. Have a nice day! </li>
</br>
<li>DancingLine: Hi, I’m DancingLine (aka Linerly) and I like playing and creating games, making artworks, coding, and more. I also have a website too. You can go to my website at https/linerly.github.io/</li>
</br>
<li>ElectromanRocks718: ! I’m Electroman! I’m a male Scratcher who likes video games, math, science, running, swimming, and dogs! I am a wiki editor, a FPCAH curator, and a PPTBF curator.</li>
</br>
<li>fashionqueen9: I’m queen I edit the wiki I like to read figure skate and do martial arts</li>
</br>
<li>FrostyRAhAz: Hello! I am FrostyRAhAz. I am a Scratch Wiki editor and I was a past FPC (364). I like writing, coding, and animals! I’ve been on Scratch for about a year and a half and I love it!</li>
</br>
<li>HollyParker: Hi, I’m Holly and I’m 14. I have recently been invited to 2 SDSs to help out, which is something that means a lot to me. I’ve been part of Scratch since I was 10, and I love being a part of the community. I love DC, Marvel, Star Wars, Lego, Harry Potter, Miraculous, Pokemon, Moshi Monsters, Ninjago, Nintendo and pushes. Thanks for reading!</li>
</br>
<li>hibyeperson: Okie! Hi there, my name is hibyeperson but you can call me Spring! I take part in being a Scratch Wiki Helpers and I enjoy helping around Scratch, which includes answering questions!</li>
</br>
<li>Illusion705: ! I’m Illusion705, and I’m 13  I’ve helped out in 8 SDSs, I’m a SWC reviewer, and Scratch Wiki contributor, and I’ve helped out in a few of the Scratch Month studios for 2020. The Scratch community is definitely a big part of my life, and I’m so happy to have the privilege of being able to help out in it! I like science, math, Minecraft, coding, cats, and watching YouTube </li>
</br>
<li>Joshua_M07: Hi my names Joshua im 12 and love coding! I make simple to complex games on this platform and i also make games on other things eg. Roblox! I am also a curator of the studio Upside Down!</li>
</br>
<li>LuckyLucky7: Hello, I am LuckyLucky7 and I am 14 years old. I am a male who likes to program, create projects on Scratch, create and develop mods of existing games, and develop websites. I am a Forum Helper on Scratch who helps people on the Scratch forums by suggesting ideas for their suggestions or answering questions that they ask. I have been on Scratch since May 19, 2017 and my favorite emoji is XF(a combination of the XD emoji and the  emoji, don’t ask me why it is XF and not XP lol).</li>
</bt>
<li>MeowyTitan08: Hi, I’m Melon (Meowytitan08) and I’m an 11 year old atheist who likes to draw and play video games. I help translate the SDS into Irish and i like to help around in the forums too, particularly Questions about Scratch and Suggestions </li>
</br>
<li>Ninja-Super-Girl: Hi! My name is Alicia and I’m a 13 year old Scratcher from Sweden. I’m an SDS translator, a SWC Reviewer and Curator and I love helping around on this website in all the little ways possible! I’ve been on Scratch for a little over 3 years and aside from Scratch, I’m learning programming (JS, Java, Python etc…).</li>
</br>
<li>PaddlerGames: Hello! I’m PaddlerGames. I started Scratch 5 years ago. I was the 378th FPC. I help out in the SDS, and have a Scratch Wiki account.</li>
</br>
<li>queen_bee1021: Aloha! I’m Wendy. I help out in the FPCH studio. Currently, I’m trying to become a FPC and I have been curated once. My favorite color is black, my favorite TV show is Love 020, and my favorite candy is Reece’s.</li>
</br>
<li>R4356th: Hi! I am R4356th, an SDS Translator, a PSTBF Translator, a Scratch Translator, Test and English Scratch Wiki Editor and I also have helped to code Scratch. I write stories, code websites and do other things. Thank you for reading this!</li>
</br>
<li>swim1016: Hi! I’m Swim1016, and I’m an SDS helper, a past FPC, and love to help around scratch in anyway I can! I love to give feedback! I love scratch, dance, swimming, and the color purple!</li>
</br>
<li>Sandstorm5: Hi there! I am known as Sandstorm5 on Scratch, but feel free to call me Saturn. I am a Welcoming Committee Curator/Manager, a past SDS Helper, a Wiki Editor and I help out on the forums. I try to help out as much as possible around Scratch! I have over 6 years of experience on this site and in the community. I like metal, robotics and cats. I hope whoever reads this has a nice day! <3</li>
</br>
<li>ThatOneWeirdDude: hehe car go vroom.</li>
</br>
<li>Toripikchu: SDS helper in micro, prehistoric, magic myths and fairy tales, and upside down i am also currently applying for FPC and have had a project on the front page twice</li>
</br>
<li>vinu45654: Hi, I’m vinu45654, you can call me vinu. I’m an SDS and PPTBF translator (honestly the last thing is not very impressive, it was just a small translation but it sounds proffesional). I’ve been in Scratch for five years now, but only 2 making (sort of) quality projects. I like Minecraft a lot and I hope to be able to help as much as I can.</li>
</ul>
	</body>
</html>

Suggestions forum is love, suggestions forum is life

Powered by DjangoBB