-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
182 lines (172 loc) ยท 7.27 KB
/
about.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
<!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 fixed-top navbar-expand-lg navbar-ultra shadow-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/background-removed.png" alt="Logo">
</a>
<button class="navbar-toggler text-white" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="docs.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="dropdown ms-2">
<button class="btn btn-primary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
Support
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item">Action</a></li>
<li><a class="dropdown-item">Another action</a></li>
<li><a class="dropdown-item">Something else here</a></li>
</ul>
</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 2023, we've grown to serve over <span class="about-highlight">50,000 developers</span> monthly with our diverse collection of APIs including Books, Movies, Quotes, Jokes, and User data.
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.
</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">50K+</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>
<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"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/yourhandle"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://discord.gg/yourinvite"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-discord"></i>
</a>
<a href="https://linkedin.com/in/yourprofile"
class="social-icon"
target="_blank"
rel="noopener noreferrer">
<i class="fab fa-linkedin"></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="apis.html">API Status</a></li>
<li><a href="https://dev.to/aquascript">Blog</a></li>
<li><a href="#">Tutorials</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" 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="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>