-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
64 lines (54 loc) · 1.96 KB
/
index.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
---
tab: home
layout: default
---
{% include banner.html %}
<main>
<h2>Calling all scientists!</h2>
<p>
The theme of this year's fair is <b>"The Earth"</b>, and we invite all
students up to 8th grade to participate. For those who may want to compete
with the chance to move on to the regional fair, the deadline to complete
projects is <b>March 8, 2021</b> for virtual judging that week. For all
others, the tentative deadline for completion will be <b>May 8, 2021</b>.
Fill out the <a href="register.html">registration form</a> to sign up.
</p>
<p>
Due to uncertainties surrounding the pandemic, the date, format, and
location (virtual/indoors/outdoors) of the main fair in May has not been
confirmed. The PTO will announce the fair date and location in the coming
weeks or months. At a minimum, a public fair will be held virtually.
</p>
<p>
<strong>Please note:</strong> your project does <em>not</em> have to be
about The Earth. Your project should be about whatever you are excited about!
</p>
<h3>How to make a great science fair project</h3>
<ul>
<li>Find any topic that interests you</li>
<li>Ask a question</li>
<li>Make a prediction</li>
<li>Do an experiment to answer your question</li>
<li>Write down the results</li>
<li>Make a poster to share your project</li>
</ul>
<p style="margin-top: 2em">
<strong>Remember:</strong> plan a safe experiment, free from extreme
hazards, explosives, and infectious agents.
</p>
<a class="btn btn-primary sign-up" href="register.html">Registration form</a>
</main>
<footer>
<span
>Photo by
<a
href="https://unsplash.com/@miracleday?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
>Elena Mozhvilo</a
>
on
<a
href="https://unsplash.com/s/photos/earth?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText"
>Unsplash</a
></span
>
</footer>