-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (70 loc) · 3.11 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: default
title: Home
---
<head>
<style>
div.content {
padding-top: 50px;
padding-right: 10%;
padding-bottom: 20%;
padding-left: 10%;
}
.header {
background-repeat: no-repeat;
background-position: top;
background-size: 80%;
padding: 100px;
text-align: center;
}
</style>
</head>
<div class="header">
<img src="alma.png" style="width: 80%;">
<div>
<h2 style="color: Black;">Physics Fall Scavenger Hunt</h2>
</div>
</div>
<div class="content">
<p style="font-size: 15px;">
Welcome to the Physics UIUC Scavenger Hunt! This activity is intended to familarize you with some
important places on campus, and introduce you to some of your peers in our department.
</p>
<h2>Rules</h2>
<p style="font-size: 15px;">
<ol style="font-size: 15px;">
<li style="font-size: 15px;">
After the start, you will have 1.5 hours to complete all of the prompts to the best of your
ability. It's ok if you don't finish all of the prompts, quality over quantity (there are some sweet bonuses that
can help compensate for not completing all of the challenges).
</li>
<li style="font-size: 15px;">
At least one of your group members should text @pscavhunt to 81010 so that they can submit the photos or videos. We can help you get it set up at the start point if need be.
</li>
<li style="font-size: 15px;">
For the duration of the competition there will be someone at the start point, so if you have any questions or
finish early head back there.
</li>
<li style="font-size: 15px;">
The start and end points will be the same, near the Foellinger Auditorium steps.
</li>
<li style="font-size: 15px;">
Every prompt will require a real-time submission of a photo or video, so make sure to have the cameras rolling
where necessary.
</li>
<li style="font-size: 15px;">
There are five prompts that lead you to a fellow Physics student (who will have a nametag or some indication that
they're in physics), each prompt that does so will have a note at the beginning saying "Peer Involved." <b>These five
are required to win.</b> Before being able to complete the prompt, you must meet with them. They have some information
about the place you'll find yourself, its relevance to Physics at UIUC, and how you can earn the points for their
prompt. If you do not meet with them, you will not receive the points for their prompt. We will be able to tell by
your submission.
</li>
</ol>
</p>
<h2>Points</h2>
<p style="font-size: 15px;">The amount of points each prompt is worth will be listed alongside the prompt itself, as well as any bonus points you
may be able to aquire for it.</p>
<h2>Prizes</h2>
<p style="font-size: 15px;">Prizes will be awarded at the end for all participants, and for the teams with the top three scores.</p>
</div>