forked from octalmage/robotjs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 1.38 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
---
layout: home
logo: /img/logo.png
---
<div class="row">
<div class="col-lg-12 text-center">
<p><a class="btn btn-primary btn-lg" href="/docs/" role="button">Get Started</a></p>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The only Node.js first Desktop Automation Library</h2>
<p class="text-muted">The first of it's kind.</p>
<hr class="primary">
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-desktop sr-icons"></i>
<h3>Automate Anything</h3>
<p class="text-muted">Control the mouse, keyboard, and read the screen.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-check-square-o sr-icons"></i>
<h3>Easy to use</h3>
<p class="text-muted">Prebuilt binaries allow you to install without compling!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-github sr-icons"></i>
<h3>Open Source</h3>
<p class="text-muted">Licened under MIT and hosted on GitHub.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-code sr-icons"></i>
<h3>Cross Platform</h3>
<p class="text-muted">Mac, Windows, and Linux supported!</p>
</div>
</div>
</div>