-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
354 lines (325 loc) · 18.5 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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lil' JS</title>
<link href="styles/style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="http://www.superfish.com/ws/css/main.css?v=14.09.05.1"></head>
<body>
<div class="doc-loader" style="display: none;"></div>
<section id="intro" style="background-image: url('img/lil-john2.png'); background-position: right 380px; background-attachment: fixed; background-repeat: no-repeat; background-size: auto;">
<header>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="container">
<a class="navbar-brand" href="index.html">LIL' JS</a>
<!--<div id="main-nav" class="navbar-collapse">
<ul class="social-links">
<li><h2>production</h2></li>
</ul>
</div>-->
</div><!-- /container -->
</div>
</nav>
</header>
<div class="container">
<div class="intro-well wow animated bounceIn animated" style="visibility: visible;">
<div class="col-md-12">
<h1>A collection of tiny modules to do colossal things</h1>
<h2>The new modular, lightweight and tiny library to empower your core JavaScript development</h2>
<a class="btn btn-primary" href="#modules"><li class="fa"></li>Modules</a>
<a class="btn btn-primary" href="https://github.com/lil-js/all"><li class="fa"></li>All-in-one bundle</a>
<a class="btn btn-primary" href="https://github.com/lil-js"><li class="fa"></li>See on Github</a>
</div>
</div>
</div><!-- /container -->
</section>
<!--////////// FEATURES SECTION ////////// -->
<section id="features">
<div class="container wow fadeIn animated animated" style="visibility: visible;">
<h1>Introducing Lil'JS</h1>
<h2>Lil'JS aims to be a general purpose JavaScript collection of modules for common ES 5 & 6 development
<br />Modules are designed keeping in mind modularity, lightweight, dependency-free, low-coupling and reusability
<br /><br />It could be a great choice to embed it as a part of your library, framework, application core or using it from <a href="https://github.com/h2non/thread.js">Web Workers</a></h2>
</div><!-- /container -->
<div class="container">
<div class="row">
<div class="col-md-4 wow fadeInLeft animated animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="iconbox">
<a href="#" class="icn-1">Tiny</a>
</div>
<p class="icntitle">Tiny</p>
<p class="icnp">Modules are designed keeping bytes in mind, trying to create them as lightweight as possible. Usually their size is around 1KB (gzipped)</p>
</div><!-- /col-md-4 -->
<div class="col-md-4 wow fadeInLeft animated animated" data-wow-delay="0.2s" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;">
<div class="iconbox">
<a href="http://themeberry.net/flati/blue-2/index.html#" class="icn-2">Modular</a>
</div>
<p class="icntitle">Modular</p>
<p class="icnp">Each module has it's own resposability and no coupling with others modules</p>
</div><!-- /col-md-4 -->
<div class="col-md-4 wow fadeInLeft animated animated" data-wow-delay="0.3s" style="visibility: visible;-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;">
<div class="iconbox">
<a href="http://themeberry.net/flati/blue-2/index.html#" class="icn-3">Support</a>
</div>
<p class="icntitle">Cross-engine</p>
<p class="icnp">Runs in multiple JavaScript engines, including browsers, node.js and any other ES5 compliant engine</p>
</div>
</div><!-- /col-md-4 -->
</div><!-- /row -->
<!-- /container -->
<div class="more-features">
<div class="container wow fadeIn animated animated" style="visibility: visible;">
<h1>Design Principles & Features</h1>
</div><!-- /container -->
<div class="container">
<div class="col-sm-4">
<div class="features-left wow animated fadeInLeft animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="features-item">
<i class="fa fa-desktop icons_right hidden-sm"></i>
<div class="text-align-right">
<h4>Single responsability</h4>
<p>Each module was designed according to the single module responsability principle</p>
</div><!-- /text-align-right -->
</div><!-- /features-item -->
<div class="features-item">
<i class="fa fa-life-ring icons_right hidden-sm"></i>
<div class="text-align-right">
<h4>Low-coupling</h4>
<p>Modules arises from the idea to be much independent as possible, avoiding dependency between them</p>
</div><!-- /text-align-right -->
</div><!-- /features-item -->
<div class="features-item">
<i class="fa fa-sliders icons_right hidden-sm"></i>
<div class="text-align-right">
<h4>Well tested</h4>
<p>Each module has a high test coverage and pass tests in node.js, headless and real browsers</p>
</div><!-- /text-align-right -->
</div><!-- /features-item -->
</div><!-- /features-left -->
</div><!-- /col-sm-4 -->
<div id="iphone" class="col-sm-4 hidden-xs wow animated fadeInUp animated" data-wow-delay="0.3s" style="visibility: visible;-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; margin-top: 60px;">
<img src="img/lil-john.gif" class="img-responsive" alt="Features">
</div><!-- /col-sm-4 -->
<div class="col-sm-4">
<div class="features-right wow animated fadeInRight animated" data-wow-delay="0.2s" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;">
<div class="features-item">
<i class="fa fa-gift f icons_left hidden-sm"></i>
<div class="text-align-left">
<h4>Lightweight</h4>
<p>Modules are as much lightweight as possible. Only necessary code will be put inside</p>
</div><!-- /text-align-left -->
</div><!-- /features-item -->
<div class="features-item">
<i class="fa fa-rocket icons_left hidden-sm"></i>
<div class="text-align-left">
<h4>CommonJS</h4>
<p>It uses CommonJS and UMD module definition pattern to support multiple JavaScript environments</p>
</div><!-- /text-align-left -->
</div><!-- /features-item -->
<div class="features-item">
<i class="fa fa-heart icons_left hidden-sm"></i>
<div class="text-align-left">
<h4>Well documented</h4>
<p>Each module has it's own basic usage, examples and API documentation, based on Markdown</p>
<!--<p>All the modules are public available via Github for code reviewing, issue reporting, feature requests and forking</p>-->
</div><!-- /text-align-left -->
</div><!-- /features-item -->
</div><!-- /features-right -->
</div><!-- /col-sm-4 -->
</div><!-- /container -->
</div><!-- /more-features -->
</section>
<!--////////// NEWSLETTER SECTION ////////// -->
<section id="modules">
<div class="container wow animated fadeInDown animated" style="visibility: visible;">
<h3>Modules</h3>
<div class="col-sm-4">
<div class="features-left wow animated fadeInLeft animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/http">http</a></h4>
<p><span class="btn-xs btn-primary">Browser</span>
<span class="btn-xs btn-primary">1KB</span>
<span class="btn-xs btn-primary"><a href="https://github.com/lil-js/http#installation" class="module-title">lil-http</a></span>
<span class="btn-xs btn-primary download-btn"><a href="//cdn.rawgit.com/lil-js/http/master/http.js" class="module-title">
<img height="12" src="img/download.png" /></a></span>
<br />Tiny, lightweight, full featured HTTP client</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="features-left wow animated fadeInLeft animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/uri">uri</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<span class="btn-xs btn-primary">1KB</span>
<span class="btn-xs btn-primary"><a href="https://github.com/lil-js/uri#installation" class="module-title">lil-uri</a></span>
<span class="btn-xs btn-primary download-btn"><a href="//cdn.rawgit.com/lil-js/uri/master/uri.js" class="module-title">
<img height="12" src="img/download.png" /></a></span>
<br />URI parser and builder with semantic API</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="features-right wow animated fadeInRight animated" data-wow-delay="0.2s" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/type">type</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<span class="btn-xs btn-primary">1KB</span>
<span class="btn-xs btn-primary"><a href="https://github.com/lil-js/type#installation" class="module-title">lil-type</a></span>
<span class="btn-xs btn-primary download-btn"><a href="//cdn.rawgit.com/lil-js/type/master/type.js" class="module-title">
<img height="12" src="img/download.png" /></a></span>
<br />Modern, reliable, full featured, type checking helpers</p>
</div><!-- /text-align-right -->
</div><!-- /features-item -->
</div>
</div>
<div class="col-sm-5">
<div class="features-right wow animated fadeInRight animated" data-wow-delay="0.2s" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/uuid">uuid</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<span class="btn-xs btn-primary">1KB</span>
<span class="btn-xs btn-primary"><a href="https://github.com/lil-js/uuid#installation" class="module-title">lil-uuid</a></span>
<span class="btn-xs btn-primary download-btn"><a href="//cdn.rawgit.com/lil-js/uuid/master/uuid.js" class="module-title">
<img height="12" src="img/download.png" /></a></span>
<br />UUID version 4 generator and validator (RFC4122 compliant)</p>
</div><!-- /text-align-right -->
</div><!-- /features-item -->
</div>
</div>
<div class="col-sm-5">
<div class="features-right wow animated fadeInRight animated" data-wow-delay="0.2s" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/event">event</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<span class="btn-xs btn-primary">1KB</span>
<span class="btn-xs btn-primary"><a href="https://github.com/lil-js/event#installation" class="module-title">lil-event</a></span>
<span class="btn-xs btn-primary download-btn"><a href="//cdn.rawgit.com/lil-js/event/master/event.js" class="module-title">
<img height="12" src="img/download.png" /></a></span>
<br />Tiny event bus inspired in node's EventEmitter</p>
</div><!-- /text-align-right -->
</div><!-- /features-item -->
</div>
</div>
</div>
<div class="container wow animated fadeInDown animated" style="visibility: visible;">
<br /><br />
<h3>Upcoming Modules</h3>
<div class="features-item">
<div class="col-sm-4">
<div class="features-left wow animated fadeInLeft animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/ua">ua</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<br />Cross UserAgent parser with elegant API</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="features-left wow animated fadeInLeft animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/sort">sort</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<br />Array sorting helpers based on efficient and well-knowned algorithms</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="features-left wow animated fadeInLeft animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<div class="features-item">
<i class="fa fa-rocket icons_right hidden-sm"></i>
<div class="text-align-right">
<h4 class="module-title"><a href="https://github.com/lil-js/validate">validate</a></h4>
<p><span class="btn-xs btn-primary">Multi</span>
<br />Generic data validation helpers</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container wow animated fadeInDown animated" style="visibility: visible;">
<br /><br />
<h4>Looking for more modules?</h4>
<div class="features-item">
<p>New modules will continously supported during the future... <br />You can <a href="https://github.com/lil-js/all/issues/new" style="color: #FFF">open an issue</a> proposing a new module</p>
<p></p>
</div>
</div>
</section>
<!--
<section id="screenshots">
<div class="container wow fadeInUp animated animated" style="visibility: visible;">
<h1>Screenshots</h1>
<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque faucibus risus non iaculis. Fusce a augue ante, pellentesque pretium erat. Fusce in turpis in velit tempor pretium. Integer a leo libero.</h2>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4 wow fadeInLeft animated animated" data-wow-delay="0.1s" style="visibility: visible;-webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s;">
<a href="./js/1.jpg" class="thumbnail" data-lightbox-gallery="gallery1">
<img src="./js/1.jpg" alt="...">
</a>
</div>
<div class="col-sm-4 wow fadeInLeft animated animated" data-wow-delay="0.2s" style="visibility: visible;-webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s;">
<a href="./js/2.jpg" class="thumbnail" data-lightbox-gallery="gallery1">
<img src="./js/2.jpg" alt="...">
</a>
</div>
<div class="col-sm-4 wow fadeInLeft animated animated" data-wow-delay="0.3s" style="visibility: visible;-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;">
<a href="./js/3.jpg" class="thumbnail" data-lightbox-gallery="gallery1">
<img src="./js/3.jpg" alt="...">
</a>
</div>
</div>
</div>
</section>
<section id="download">
<div class="container wow fadeIn animated animated" style="visibility: visible;">
<div class="row">
<div class="col-md-4">
<h3>Ea eam mollis phaedrum, eam at appareat consetetur repudiandae,</h3>
<a class="btn btn-primary" href="http://themeberry.net/flati/blue-2/index.html#"><li class="fa fa-apple fa-lg"></li> Download from Appstore</a>
</div>
<div class="col-md-8">
<img src="./js/iphone2.png" class="img-responsive" alt="picture">
</div>
</div>
</div>
</section>
-->
<footer>
<p>Brought to you with caffeine, passion and good music</p>
<p>Copyright © 2014 Tomas Aparicio - Originally designed by Themeberry</p>
</footer>
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/wow.min.js"></script>
<script src="./js/nivo-lightbox.min.js"></script>
</body>
</html>