-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<title>js sdk</title>
<link rel="stylesheet" href="/css/main.css" type="text/css" media="screen" />
</head>
<body>
<div class="container">
<div id="logo"><img src="/images/logo.jpg" alt="JS SDK" /></div>
<blockquote>I'll never write these functions again.</blockquote>
<div class="content">
<p><a href="http://unlicense.org/" alt="License: Unlicense"><img src="https://img.shields.io/badge/license-Unlicense-blue.svg" /></a></p>
</div>
<div class="content">
<p>JS SDK will, hopefully, solve the problem of writing all those helpers/utils functions again.</p>
<p>The goal is to provide a foundation where you can find
all the functions you always end up writing over and over again.</p>
<p>It provide a collection of repositories with some useful functions
which you can compose to make your task.</p>
<p>Benefits for supporting this initiative:</p>
<ul>
<li>Never write those functions again.</li>
<li>Use well-know and tested functions.</li>
<li>Remove the boulder of having to provide/write components with <code>UI + Helpers/Utils</code>.</li>
<li>Improves composition.</li>
</ul>
<p><a href="https://github.com/js-sdk/" target="_blank">Github</a></p>
</div>
</div>
</body>
</html>