-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 2.41 KB
/
index.html
File metadata and controls
49 lines (45 loc) · 2.41 KB
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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Execute your own action list easily and simply</h1>
<p>Actlist will help you to execute your desire things.</p>
<p><a class="btn btn-primary btn-lg" href="{{ '/quick-start/' | prepend: site.docs_url }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Actlist?</h2>
<blockquote>
Actlist is a utility platform that helps you to execute your desire things.</p>
You can create your own program without thinking about update check, message box, tray notification, about dialog, notice the change log, etc.
Just do focus only on coding about the core logic of your beautiful and greatest idea. forget about the other things ! Actlist will supports.</p>
Share your program with others and join in to benefit the world.</p>
Or if you already have some <em>plugin.jar</em> file and be ready to execute your own act list, then just launch the Actlist and drag and drop the <em>plugin.jar</em> file onto the Actlist.</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/preview.png" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to develop</h3>
<p>Actlist is JavaFx based application which is easy to learn and easy to develop. You can create your plugin in seconds.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cubes" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to cross platform</h3>
<p>Actlist supports macOS and Windows operating system which means your plugin supports both operating system too. Write once, run anywhere !</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-toggle-on" aria-hidden="true"></i></h1>
<h3 class="text-center">Best way to execute your own act list</h3>
<p>Just press the toggle button on beside of the plugin name.</p>
</div>
</div>
</div>