-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
208 lines (189 loc) ยท 8.96 KB
/
about.html
File metadata and controls
208 lines (189 loc) ยท 8.96 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | AquaScript - Free JSON APIs for Developers</title>
<script src="https://kit.fontawesome.com/69b7050fd6.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="about/about.css">
<link rel="icon" href="assets/about_icon.png" type="image/x-icon">
<link rel="stylesheet" href="global.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RF2WV794XB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RF2WV794XB');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-info bg-opacity-26 backdrop-blur fixed-top shadow-lg">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/background-removed.png" alt="Logo">
</a>
<button class="navbar-toggler shadow-none border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="sidebar offcanvas offcanvas-start" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header text-white border-bottom">
<a class="navbar-brand" href="#">
<img src="assets/background-removed.png" alt="Logo">
</a>
<button type="button" class="btn-close btn-close-white shadow-none" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item mx-1">
<a class="nav-link active" aria-current="page" href="index">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="docs">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact">Contact</a>
</li>
</ul>
<div class="dropdown">
<a class="btn btn-primary ms-1 my-1 dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Support <i class="fa-solid fa-headphones-simple fa-xl px-1"></i>
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item emil" href="https://www.youtube.com/@aquascript-apis" target="_blank"><i class="fa-brands fa-youtube fa-xl me-2"></i> YouTube</a></li>
<li>
<a class="dropdown-item emil" href="mailto:support@aquascript.xyz">
<i class="fas fa-envelope fa-xl me-2"></i> support@aquascript.xyz
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<section class="about-section">
<div class="about-content">
<h1 class="about-title">About AquaScript</h1>
<p class="about-text">
<span class="about-highlight">AquaScript</span> is a premier provider of free JSON APIs designed to empower developers worldwide.
Our mission is to deliver high-quality, reliable data endpoints that accelerate development and inspire innovation.
<br><br>
Founded in 2024/2025, we've grown to serve over <span class="about-highlight">5,000 developers</span> monthly with our diverse collection of APIs including Books, Movies, Quotes, Jokes, User data, e.t.c.
All our APIs are meticulously maintained, regularly updated, and completely free to use.
<br><br>
Whether you're building educational apps, entertainment platforms, or just experimenting with new technologies,
AquaScript provides the data infrastructure you need to bring your ideas to life.
<br><br>
AquaScript is developed by <a class="text-info text-decoration-none" href="https://dev.to/hanzla-baig">Hanzla Baig,</a> <a class="text-info text-decoration-none" href="https://dev.to/kelvincode1234">Precious Kelvin,</a> and <a class="text-info text-decoration-none" href="https://dev.to/madhurima_rawat">Madhurima Rawat.</a>
<br><br>
Happy coding! <span style="color: var(--pink);">โค๏ธ</span>
</p>
<a href="index.html" class="btn-explore">Explore Our APIs</a>
<div class="stats-container">
<div class="stat-box">
<div class="stat-number">10+</div>
<div class="stat-label">API Categories</div>
</div>
<div class="stat-box">
<div class="stat-number">5K+</div>
<div class="stat-label">Monthly Users</div>
</div>
<div class="stat-box">
<div class="stat-number">99.9%</div>
<div class="stat-label">Uptime</div>
</div>
<div class="stat-box">
<div class="stat-number">24/7</div>
<div class="stat-label">Support</div>
</div>
</div>
</div>
</section>
<script>
if (!document.querySelector('#ftzh7n64n')) {
var newDiv = document.createElement('div');
newDiv.setAttribute('key', 'Team Showcase Simple');
newDiv.setAttribute('class', 'ft');
newDiv.setAttribute('id', 'ftzh7n64n');
var newScript = document.createElement('script');
newScript.setAttribute('src', 'https://wdg.fouita.com/widgets/0x2539f4.js');
newDiv.appendChild(newScript);
document.body.appendChild(newDiv);
}
</script>
<footer class="footer-section">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="footer-brand d-flex align-items-center mb-3">
<img src="assets/background-removed.png" alt="AquaScript Logo" height="40">
</div>
<p class="footer-text text-start">Providing high-quality JSON APIs for developers worldwide. Fast, reliable, and free to use.</p>
<div class="social-links">
<a href="https://github.com/wecoded-dev/Aquascript"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://dev.to/aquascript"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-dev"></i>
</a>
</div>
</div>
<div class="col-lg-2 col-md-4 mb-4 mb-md-0 text-start">
<h5 class="footer-heading">Resources</h5>
<ul class="footer-links">
<li><a href="docs.html">Documentation</a></li>
<li><a href="https://dev.to/aquascript">Blog</a></li>
<li><a href="https://www.youtube.com/@aquascript-apis">Tutorials</a></li>
<li><a href="privacy-policy">Privacy Policy</a></li>
<li><a href="term-and-condition">Terms & Condition</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 text-start">
<h5 class="footer-heading">Subscribe to our Newsletter</h5>
<p class="footer-text">Get updates on new APIs and features</p>
<form class="newsletter-form" onsubmit="handleSubscription(event)">
<div class="input-group mb-3">
<input type="email" class="form-control" placeholder="Your email" required>
<button class="btn btn-subscribe" type="submit">Subscribe</button>
</div>
<div id="toast-message" class="mt-1 text-success alert alert-success" role="alert" style="display: none;">Thanks for subscribing!</div>
</form>
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="fw-bold text-center">
<p class="copyright">© 2025-2026 AquaScript. All rights reserved</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://widget.cxgenie.ai/widget.js" data-aid="c75a2b2d-3906-48ac-940a-8a647eed9f8f" data-lang="en"></script>
<script src="contact/Contact.js"></script>
<script src="nav/nav.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function () {
$('.nav-link').hover(function () {
$(this).css('text-shadow', '0 0 15px #ff6ec4');
}, function () {
$(this).css('text-shadow', 'none');
});
});
</script>
</body>
</html>