-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.72 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css">
<link rel="icon" type="image/icon" href="swoop.png">
<title>Swoop.js:a lightweight javascript utility library</title>
</head>
<body>
<section class="hero">
<img src="swoop.png" alt="swoop.png">
<h1>SWOOP.JS: simpify your code</h1>
<p>A lightweight javascript library for efficient web development</p>
<button onclick="window.location.href='docs.html'">READ DOCS</button>
</section>
<section class="features">
<ul>
<li><span class="fa-solid fa-puzzle-piece"></span>modular design</li>
<li><span class="fa-solid fa-code"></span>simple,fast,reliable api</li>
<li><span class="fa-solid fa-wrench"></span>diverse range of features</li>
</ul>
</section>
<section class="desc">
<p>
tired of juggling with multiple libraries for your projects?<br> dont worry!swoop.js is here to help: a lightweight versatile javascript utility library,containing a <br>wide range of features from basic utils to advanced features such as:
<ul>
<li>physics calculations</li>
<li>caching</li>
<li>unit testing</li>
</ul>
</p>
</section>
<section class="cta">
<h1>what are you waiting for?</h1>
<button><a href="swoop.min.js" download>download now</a></button>
</section>
<footer>
<p style="font-family:monospace">swoop.js©</p>
<a href="docs.html">docs</a>
<a href="https://github.com/SomnathDevPro/Swoop.js">GitHub</a>
</footer>
</body>
</html>