-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrules.html
More file actions
35 lines (33 loc) · 1.72 KB
/
rules.html
File metadata and controls
35 lines (33 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Hacklet - A Hack Club Event">
<meta name="author" content="Hack Club" />
<meta property="og:type" content="website" />
<link rel="icon" href="icon.png" type="image/png" />
<link rel="apple-touch-icon" href="icon.png" />
<link rel="stylesheet" href="styles.css" />
<title>Hacklet</title>
</head>
<body>
<center><h1><u>The Rules</u></h1><br>
<h2>We have two tiers of projects. The first tier is the minimum requirement. You must have at least two features. It can be anything from text to images to animation. Anyone who completes this tier will get $5 in food for their club. The second tier is five features or more. Anyone who completes this tier will get $10 in food for their club. All submissions must follow the following rules:</h2>
<h3>1. You must put in effort if you want the prize. You should have a finished product that you are proud of.</h3>
<h3>2. You must be a high schooler (ages 13-18).</h3>
<h3>3. All use of AI is not allowed.</h3>
<h3>4. Your project must be original. Be creative!</h3>
<br><br>
<h2>That's it! Are you ready to submit your bookmarklet?</h2>
<a href="https://forms.hackclub.com/hacklet">Submit your form!</a>
<br><br>
<h2>But... what do you get?</h2>
<p>When your club is done, you'll get a food grant for your club!</p>
<hr>
<br>
<h2>
<a href="index.html">Back to the Home Page</a>
</h2>
</body>
</html>