-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
818 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Rock Solid Challenge</title> | ||
<style> | ||
@font-face { | ||
font-family: "Terminus (TTF)"; | ||
src: url("Terminus.woff") format('woff'), url("Terminus.ttf") format('ttf'); | ||
font-display: fallback; | ||
} | ||
body { | ||
font-family: 'Terminus (TTF)', monospace; | ||
max-width: 50rem; | ||
padding: 1rem; | ||
font-size: 18px; | ||
margin: auto; | ||
} | ||
ul { | ||
list-style-type: square; | ||
} | ||
li { | ||
padding-top: 5px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div> | ||
<center><img src="rocksolid.svg" alt="Rock Solid Logo" width="40%"></center> | ||
<h1>Welcome to the Rock Solid Challenge!</h1> | ||
<p>Here are the rules for the December 2023 engineering challenge:</p> | ||
|
||
<ul> | ||
<li><strong>Objective:</strong> Design a device to safely transport an egg from a specified height to the ground as quickly as possible. The egg must remain whole.</li> | ||
<li><strong>Materials:</strong> Use materials within a $5 budget. Receipts may be required for verification.</li> | ||
<li><strong>Height:</strong> The egg will be dropped from a predetermined height, the same for all participants. (the top window of the house of the parent organizing)</li> | ||
<li><strong>Time Measurement:</strong> The time taken for the egg to reach the ground will be recorded with slow motion iPhone 8+ camera, it records at 240 fps, so an accurate measurement can be made.</li> | ||
<li><strong>Inspection:</strong> Devices will be inspected for rule adherence before the drop.</li> | ||
<li><strong>Budget Limit:</strong> Participants must construct their device within a $5 budget.</li> | ||
<li><strong>Prize:</strong> The winner receives a $20 prize.</li> | ||
<li><strong>Scoring:</strong> The winner is determined by the shortest time for the egg to reach the ground without breaking.</li> | ||
</ul> | ||
<p> | ||
NB: The parent organizing the challenge must pay the prize, but the kids participating must pay for their 5$ budget from their lunch money.</small> | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.