-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
292 lines (255 loc) · 8.83 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE HTML>
<html>
<head>
<title>Dexecutor Framework</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#releases">Releases</a></li>
<li><a href="#source">Source Code</a></li>
<li><a href="#documentation">Wiki / Documentation</a></li>
<li><a href="https://reachmnadeem.wordpress.com/category/dexecutor/">Blogs</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner"> <a href="#" class="image"><img src="images/dexecutor.png" alt="" data-position="top center" width="75%" height="75%"/></a></div>
<div class="inner">
<h1>Dexecutor</h1>
<p>Executing dependent/Independent tasks in a reliable way, is made so easy that even grandma can do it.. :)</p>
<ul class="actions">
<li><a href="#features" class="button scrolly">Learn more</a></li>
</ul>
</div>
</section>
<!-- features -->
<section id="features" class="wrapper style3 fade-up">
<div class="inner">
<h1>Features <i class="fa fa-lightbulb-o icon major" aria-hidden="true"></i></h1>
<div class="features">
<section>
<span class="icon major fa-first-order"></span>
<h3>First Library</h3>
<p>Only Open source Java library to provide this functionality</p>
</section>
<section>
<span class="icon major fa-bolt"></span>
<h3>Ultra Light</h3>
<p>Version 1.0.3 is 39.6KB</p>
</section>
<section>
<span class="icon major fa-fighter-jet"></span>
<h3>Ultra Fast</h3>
<p>This library is seamlessly fast</p>
</section>
<section>
<span class="icon major fa-cloud-download"></span>
<h3>Available in maven central</h3>
<p>Pull it from maven central</p>
</section>
<section>
<span class="icon major fa-arrows"></span>
<h3>Distributed Execution</h3>
<p>Supports distributed execution of Tasks <a href="https://github.com/dexecutor/dexecutor-core/wiki/Distributed-Execution" class="button">More</a></p>
</section>
<section>
<span class="icon major fa-bullhorn"></span>
<h3>Ample documentation</h3>
<p>Refer the <a href="https://github.com/dexecutor/dexecutor-core/wiki" class="button">Wiki</a> for more details.</p>
</section>
<section>
<span class="icon major fa-diamond"></span>
<h3>Bullet Proof</h3>
<p>Good test coverage to keep you safe from harm</p>
</section>
<section>
</section>
</div>
<ul class="actions">
<li><a href="https://github.com/dexecutor/dexecutor-core/wiki/Why-Dexecutor" class="button">Learn more</a></li>
</ul>
</div>
</section>
<!-- Releases -->
<section id="releases" class="wrapper style2 fade-up">
<div class="inner">
<h1>Releases <i class="fa fa-truck icon major" aria-hidden="true"></i></h1>
<section>
<div class="content">
<div class="inner">
<h2>Latest Release (2.1.0)</h2>
<ul class="actions">
<li><a href="current/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 2.0.2</h2>
<ul class="actions">
<li><a href="2.0.2/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 2.0.1</h2>
<ul class="actions">
<li><a href="2.0.1/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 2.0.0</h2>
<ul class="actions">
<li><a href="2.0.0/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 1.1.2</h2>
<ul class="actions">
<li><a href="1.1.2/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2> Release 1.1.1</h2>
<ul class="actions">
<li><a href="1.1.1/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 1.1.0</h2>
<ul class="actions">
<li><a href="1.1.0/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 1.0.3</h2>
<ul class="actions">
<li><a href="1.0.3/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 1.0.2</h2>
<ul class="actions">
<li><a href="1.0.2/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 1.0.1</h2>
<ul class="actions">
<li><a href="1.0.1/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 1.0.0</h2>
<ul class="actions">
<li><a href="current/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 0.0.4</h2>
<ul class="actions">
<li><a href="0.0.4/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Release 0.0.3</h2>
<ul class="actions">
<li><a href="0.0.3/index.html" class="button">Know more</a></li>
</ul>
</div>
</div>
</section>
</div>
</section>
<section id="source" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Source Code <i class="fa fa-code icon major" aria-hidden="true"></i></h1>
<p>Download the source code from <a href="https://github.com/dexecutor/dexecutor-core" class="fa fa-github"><span class="label"> GitHub</span></a></p>
</div>
</section>
<section id="documentation" class="wrapper style2 fullscreen fade-up">
<div class="inner">
<h1>Documentation <i class="fa fa-book icon major" aria-hidden="true"></i></h1>
<p>Refer the <a href="https://github.com/dexecutor/dexecutor-core/wiki" class="fa fa-github"><span class="label"> GitHub Wiki</span></a></p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Dexecutor 2016. All rights reserved.</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>