-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
71 lines (57 loc) · 2.88 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
<!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" style="margin-bottom: 20px;">A Hack Club YSWS where you ship a 3D design that interfaces with the IKEA pegboard, and we will send you one!</p>
<img src="skadis1.png" height="400px" width="400" >
<img src="skadis2.webp" height="400px" width="400" >
<img src="skadis3.png" height="400px" width="400" >
</header>
<div class="card container">
<h2 class="headline">What is the IKEA pegboard?</h2>
<p>
The IKEA SKÅDIS 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 submission 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 submission 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">What are some examples of projects?</h2>
<p>
Anything you want to store! Some examples are something to store a collection— like retro games or cards, or something to hold the random electronic parts we all have lying around, or even something to mount a camera— it can be anything!
</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>