-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (48 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>PrintBoard</title>
<link rel="stylesheet" href="https://css.hackclub.com/theme.css" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content="PrintBoard" />
<meta name="twitter:title" content="PrintBoard" />
<meta name="description" content="You design a 3D Model that interfaces with the Ikea Pegboard, we ship you one!" />
<meta property="og:description" content="You design a 3D Model that interfaces with the Ikea Pegboard, we ship you one!" />
<meta name="twitter:description" content="You design a 3D Model that interfaces with the Ikea Pegboard, we ship you one!" />
</head>
<body>
<a class="banner" target="_blank" href="https://hackclub.com/">
<img src="https://assets.hackclub.com/flag-orpheus-top.png" />
</a>
<header>
<h1 class="ultratitle">PrintBoard</h1>
<p class="headline">A Hackclub YSWS where you ship a 3D design that interfaces with the Ikea Pegboard, and we will send you one!</p>
</header>
<div class="card container">
<h2 class="headline">What is the Ikea Pegboard?</h2>
<p>
The Ikea Skadis is a 30 by 22 inch wooden board with many holes for you to connect your designs to the wall. It is often used by 3D Modelers and hackers to easily connect prints to the wall without needing screws or adhesives.
</p>
</div>
<div class="card container">
<h2 class="headline">What are the requirements</h2>
<p>
<ol type="1">
<li>Your submisson must be unique. If a similar 3d model already exists (check on sites like thingiverse) you will be asked to clarify what makes yours better</li>
<li>Your submisson must have a purpose and solve a problem.</li>
<li>You must be 18 or under.</li>
</ol>
</p>
</div>
<div class="card container">
<h2 class="headline">Ready to start?</h2>
<p>
Great! If you already know how to use CAD, just make a new project in a editor of your choice, and get started! If you do not know how to use CAD, <a href="guides/">Click here for a Guide</a> to get started!
</p>
<p>Make sure to join the channel on slack! <a target="_blank"
href="https://hackclub.slack.com/archives/C0853M4PCUA">#printboard</a>
</div>
</body>
</html>