This repository was archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcompetition.html
More file actions
67 lines (64 loc) · 3.83 KB
/
competition.html
File metadata and controls
67 lines (64 loc) · 3.83 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
layout: default
title: "Wondrous Websites: Bit by Bit"
banner-title: "Wondrous Websites"
scripts:
- "signup.js"
style: programdetails.css
---
<div>
<h1>2021 Wondrous Websites: Innovations</h1>
<p>
The Wondrous Websites competition is an opportunity offered by the nonprofit Bit by Bit to help further
cultivate students' interests in the world of coding. Bit by Bit offers free programs
{{/* such as
Form and Function, Uncommon Sense, and Neural Logical */}}
that teach and diversify the community of creators
by providing the next generation with the tools of technology, thinking, and leadership to improve the
world bit by bit. Now, we are giving students all over the world the opportunity to showcase their computer
science skills!
</p>
<p>
<strong>Rising sixth through ninth graders</strong> will be eligible to participate in the competition to submit their own
website and compete for an exciting variety of prizes! Students will create their websites around their
interpretation of this year’s theme: innovations. The theme is intentionally broad. For example, you can build a
website about a historical invention with details such as who created it, when it was created, etc. You
can create a website about any invention that you would like to make (no matter how serious or silly)
with information on why you think it’s important and how you might go about building it. Or, you can code
a website about any other topic that is related to innovation.
</p>
<p>
Participants will be judged in the following categories: content, design, usability, creativity, and coding practices. <a href="https://drive.google.com/uc?export=download&id=1PKz_PJJ5CEzGEoZ5ZM-Gh3YSUsNNI5sz">Click here</a> to download the rubric.
</p>
<p>
Students can win 1st place in each of the four categories or 1st and 2nd place as Wondrous Website
Winner. The Wondrous Website Winner will receive a personalized plaque, an awards certificate, and a large variety of Bit by Bit merch. The 2nd place Wondrous Website Winner along with the category winners will receive an awards certificate and
merch. All winners will be featured on our website along with their projects!
</p>
<p>
Registration for the competition will be open from August 10th to January 1st, 2021. Submit your final website any time between <strong>August 10th to January 15th, 2021</strong>. There is a registration fee of $7 that will be used to keep our programs free and accessible while improving student reach, technology, and overall quality. You can pay this fee when filling out the
registration form. However, if you cannot pay the registration fee, please email <a href="mailto:{{site.contact.email}}">info@bitbybitcoding.org</a> to request a fee waiver.
</p>
<p>
Winners will be announced February 1st, 2021.
</p>
<p>
If you are looking for a platform to code on, we highly recommend <a href="https://glitch.com/">Glitch</a>.
</p>
<div class="details-container buttons-container">
<div class="details-item">
<a class="middle-button" href="https://form.jotform.com/212145108731143">
<button class="action-button mediumbutton">Register</button>
</a>
</div>
<!-- <a href="https://forms.gle/Fds1pHKunntb711e7">
<button class="action-button mediumbutton">Submit Your Website</button>
</a> -->
<div class="details-item">
<a class="middle-button" href="https://drive.google.com/uc?export=download&id=1PKz_PJJ5CEzGEoZ5ZM-Gh3YSUsNNI5sz">
<button class="action-button mediumbutton">Download Rubric</button>
</a>
</div>
</div>
<br>
</div>