-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
90 lines (86 loc) · 4.78 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>OpenPnP - Open Source SMT Pick and Place</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" href="https://unpkg.com/@phosphor-icons/[email protected]/src/fill/style.css">
<link rel="stylesheet" href="css/default.css">
</head>
<body>
<header>
<nav>
<ul id="main_nav">
<li><a href="/">Home</a></li>
<li><a href="/downloads">Downloads</a></li>
<li><a href="/hardware">Hardware</a></li>
<li><a href="https://github.com/openpnp/openpnp/wiki">Documentation</a></li>
<li><a href="https://github.com/openpnp/openpnp">Code</a></li>
<li><a href="https://github.com/openpnp/openpnp/issues">Issues</a></li>
</ul>
<ul id="social_nav">
<li><a href="https://www.youtube.com/c/OpenPnPSMT"><i class="ph-fill ph-youtube-logo"></i></a></li>
<li><a href="https://github.com/openpnp/openpnp"><i class="ph-fill ph-github-logo"></i></a></li>
<li><a href="https://discord.gg/EmsrFVx"><i class="ph-fill ph-discord-logo"></i></a></li>
<li><a href="http://groups.google.com/group/openpnp"><i class="ph-fill ph-google-logo"></i></a></li>
</ul>
</nav>
</header>
<main>
<p></p>
<p>
<img src="images/openpnp_logo.png" width="440px">
</p>
<p>
OpenPnP is an Open Source SMT pick and place system that includes
ready to run software, and hardware designs that you can build and
modify. You can also use OpenPnP software to run a pick and place
machine of your own design, or with existing commercial machines,
giving them abilities they never had with their OEM software.
</p>
<h1>Getting Started</h1>
<p>
To get started with OpenPnP, read through the
<a href="https://github.com/openpnp/openpnp/wiki/Quick-Start">Quick
Start Guide</a>. This short guide will help you download and install
the software, run through a sample job and take you to the next step
of building or configuring your hardware.
</p>
<p>
For ideas on how to build your own machine, check out the
<a href="/hardware">Hardware</a> section for free, Open Source,
designs that you can build yourself.
</p>
<h1>Community and Support</h1>
<p>
To join the conversation you can
<a href="http://groups.google.com/group/openpnp">join the discussion
group</a>,
or come chat with us on the <a href="https://discord.gg/EmsrFVx">
OpenPnP Discord Server</a>.
</p>
<h1>Developers</h1>
<p>
To get involved in the development of OpenPnP, please
read through the <a href="https://github.com/openpnp/openpnp/wiki/Developers-Guide">Developers Guide</a>.
You can also visit the <a href="https://github.com/openpnp/openpnp/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp-wanted">Help Wanted</a>
section, or <a href="http://groups.google.com/group/openpnp">join the discussion group</a>, introduce yourself and let us know how you can help.
</p>
<h1>Sponsorship and Thanks</h1>
<p>
OpenPnP is currently accepting sponsorship and in-kind donations to
fund further development. Thank you to our software sponsors:</p>
<p>
<a href="http://www.ej-technologies.com/"><img src="images/ej_technologies_logo.png" alt="EJ Technologies logo"></a><br>
Thanks to <a href="http://www.ej-technologies.com/">ej-technologies</a> for providing a complimentary license of install4j. install4j creates high quality, professional installers for Java applications.
</p>
<p>
More information at <a href="http://www.ej-technologies.com/products/install4j/overview.html">http://www.ej-technologies.com/products/install4j/overview.html</a>.
</p>
<p>
<a href="https://www.yourkit.com/"><img src="images/yourkit_logo.png" alt="YourKit logo"></a><br>
Thanks to YourKit for providing a complimentary license of YourKit Java Profiler. YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of <a href="https://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and <a href="https://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>, innovative and intelligent tools for profiling Java and .NET applications.
</p>
</main>
</body>
</html>