-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrules.html
42 lines (41 loc) · 1.28 KB
/
rules.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacklet</title>
<link rel="icon" href="icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon.png">
<style>
body {
margin: 0;
padding: 0;
height: 120vh;
background: #000;
color: #fff;
font-family: 'Courier New', Courier, monospace;
}
a {
text-decoration: underline;
color: inherit;
}
</style>
</head>
<body>
<center><h1><u>The Rules</u></h1><br>
<h2>1. You must put in effort if you want the prize. You should have a finished product that you are proud of.</p>
<p>2. You have to spend at least <b>2 hours</b> on this project. Log your time with Wakatime!</p>
<p>3. You must be a high schooler (or younger).</p>
<p>4. Your project must be original. Be creative!</p>
<br><br>
<p>That's it! Are you ready to submit your bookmarklet?</p>
<a href="https://forms.hackclub.com/hacklet">Submit your form!</a>
<br><br>
<p>But... what do you get?</p>
<p>Everyone gets a <b>$10 or under domain</b> and stickers!</p>
<p>But the best projects get an exclusive bookmark mailed to them!</p>
<hr>
<br>
<a href="index.html">Back to the Home Page</a>
</h2>
</body>
</html>