-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
419 lines (399 loc) · 21.2 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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!DOCTYPE HTML>
<html>
<head>
<title>AlphaXB -Spectacular Tools at Your Fingertips</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="icon" href="images/mylogo.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<meta name="title" content="AlphaXB - Spectacular Tools at Your Fingertips">
<meta name="description" content="A complete set of tools is now at your fingertips.">
<meta name="keywords" content="tools, internet, web_tools, games, web_games, browser_tools, browser_games, coding_materials, gaming, pc_master_race,">
<meta name="author" content="Jalish Mahmud & Akash Mahmud">
<meta property="og:url" content="https://alphaxb.com">
<meta property="og:title" content="AlphaXB - Spectacular Tools at Your Fingertips">
<meta property="og:description" content="A complete set of tools is now at your fingertips.">
<meta property="og:image" itemprop="image" content="https://alphaxb.com/images/mylogo.png">
<meta http-equiv="refresh" content="3000000">
<meta name="revisit-after" content="5days">
<meta property="og:type" content="website">
<meta name="robots" content="index,follow">
<!-- Content Security Policy (CSP) -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self'; script-src 'self'; style-src 'self';">
<!-- Referrer Policy -->
<meta name="referrer" content="no-referrer">
<!-- X-Frame-Options -->
<meta http-equiv="X-Frame-Options" content="DENY">
<!-- X-Content-Type-Options -->
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<!-- Permissions Policy -->
<meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=(), camera=()">
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "iavxws4fvy");
</script>
<style>
/************ Square *************/
.square {
transition: 1s;
height: 65px;
width: 70px;
border: 5px solid #000;
letter-spacing: normal;
line-height: normal;
/* Color & Background */
color: rgb(0, 0, 0);
/* Box */
height: 50px;
width: 50px;
/* Positioning */
position: relative;
/* Effects */
transform: matrix(6.12323e-17, -1, 1, 6.12323e-17, 0, 0);
transition: transform 0.4s ease-in-out 0s;
box-sizing: content-box;
border-radius: 10px;
transform: rotate(0deg);
-webkit-user-drag: none;
}
.square:hover {
transition: 1s;
transform: rotate(-180deg);
}
</style>
</head>
<body class="is-preload" style="background-color: #F7F8FA;">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<!-- <a href="/" class="logo">
<div class="square">
<center><span class="logo-text">JA</span></center>
</div>
</a> -->
<a href="/" style="border-bottom: none;"><img class="square" src="images/JA.webp"></a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="/">Home</a></li>
<li><a href="about">About Us</a></li>
<li><a href="contact">Contact Us</a></li>
<li><a href="privacypolicy">Privacy Policy</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>Choose the tool of your need!!!</h1>
<p>A complete set of tools is now at your fingertips.
</p>
</header>
<section class="tiles">
<article class="styles1">
<div class="card">
<a href="web-tools/typewritingtest"><h3>Typing Speed Test</h3>
<p>Measure your typing speed and accuracy in real-time</p>
<span class="cardIcon"><i class="fa-solid fa-keyboard"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/internet"><h3>Internet Speed Test</h3>
<p>Check your internet connection's download and upload speeds quickly</p>
<span class="cardIcon"><i class="fa-solid fa-wifi"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/pomodoro_timer"><h3>Pomodoro</h3>
<p>Enhance focus with timed work intervals and breaks for productivity</p>
<span class="cardIcon"><i class="fa-solid fa-crosshairs"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/password">
<h3>Password Generator</h3>
<p>Create strong and secure passwords with just a click</p>
<span class="cardIcon"><i class="fa-solid fa-lock"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/bmi">
<h3>BMI Calculator</h3>
<p>Calculate your Body Mass Index (BMI) to assess your body weight status</p>
<span class="cardIcon"><i class="fa-solid fa-child"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/age">
<h3>Age Calculator</h3>
<p>Determine your age or the duration between two dates effortlessly</p>
<span class="cardIcon"><i class="fa-solid fa-calculator"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/cssbuttongenerator">
<h3>CSS Button Generator</h3>
<p>Generate stylish and customizable CSS buttons for your web projects</p>
<span class="cardIcon"><i class="fa-brands fa-css3-alt"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/dictionary">
<h3>Dictionary</h3>
<p>Look up word definitions and meanings in an extensive dictionary</p>
<span class="cardIcon"><i class="fa-solid fa-spell-check"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/gradientgenerator">
<h3>Gradient Generator</h3>
<p>Design beautiful gradients with custom colors and styles</p>
<span class="cardIcon"><i class="fa-solid fa-droplet"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/tipcalculator">
<h3>Tip Calculator</h3>
<p>Quickly calculate tips for a pleasant dining experience</p>
<span class="cardIcon"><i class="fa-solid fa-dollar-sign"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/colorpallete">
<h3 style="font-size: 14px;">Color Pallette</h3>
<p>Generate harmonious color palettes for your design projects</p>
<span class="cardIcon"><i class="fa-solid fa-paint-brush"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/rgbhex">
<h3>RGB to Hex Generator</h3>
<p>Convert colors between RGB and HEX formats effortlessly</p>
<span class="cardIcon"><i class="fa-solid fa-hashtag"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/randomchoice">
<h3>Random Choice Picker</h3>
<p>Make random selections from a list or set of options</p>
<span class="cardIcon"><i class="fa-solid fa-shuffle"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/flip">
<h3>Heads or Tails</h3>
<p>Play a simple heads-or-tails game for decision-making fun</p>
<span class="cardIcon"><i class="fa-solid fa-coins"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/periodic_table">
<h3>Periodic Table</h3>
<p>Explore the elements and their properties in the periodic table</p>
<span class="cardIcon"><i class="fa-solid fa-flask"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/who_can_gmb">
<h3>Who can get my blood?</h3>
<p>Find compatible blood donors based on your blood type</p>
<span class="cardIcon"><i class="fa-solid fa-hand-holding-droplet"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/hash_generator">
<h3>Hash Generator</h3>
<p>Generate cryptographic hash values for secure data storage and verification</p>
<span class="cardIcon"><i class="fa-solid fa-hashtag"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/zodiac_signs">
<h3>Zodiac Signs</h3>
<p>Discover your zodiac sign and astrological traits</p>
<span class="cardIcon"><i class="fa-solid fa-moon"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/chmod-calculator">
<h3>Chmod</h3>
<p>Easily calculate numeric values for file permissions using CHMOD notation</p>
<span class="cardIcon"><i class="fa-brands fa-linux"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/image_color_picker">
<h3>Image color picker</h3>
<p>Extract and identify colors from images for design inspiration</p>
<span class="cardIcon"><i class="fa-solid fa-image"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/loan">
<h3>Loan Calculator</h3>
<p>Estimate loan payments and interest amounts for financial planning</p>
<span class="cardIcon"><i class="fa-solid fa-landmark"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/interest">
<h3>Interest Calculator</h3>
<p>Calculate interest earned or paid on loans and investments</p>
<span class="cardIcon"><i class="fa-solid fa-percent"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/word-counter">
<h3>Word Counter</h3>
<p>Count words in your text and evaluate its readability for better comprehension</p>
<span class="cardIcon"><i class="fa-solid fa-file-word"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/WebSnap">
<h3>Web Screenshot Taker</h3>
<p>Capture full webpage screenshots with a single click</p>
<span class="cardIcon"><i class="fa-solid fa-camera"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/qr-generator">
<h3>QR Code Generator</h3>
<p>Easily create customized QR codes for seamless information sharing and scanning</p>
<span class="cardIcon"><i class="fa-solid fa-qrcode"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/html_previewer">
<h3>HTML previewer</h3>
<p>Instantly visualize and review your HTML code in real-time for seamless web development</p>
<span class="cardIcon"><i class="fa-brands fa-html5"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/markdown">
<h3>Markdown Previewer</h3>
<p>Preview and format your Markdown text in real-time for a polished and accurate presentation</p>
<span class="cardIcon"><i class="fa-solid fa-terminal"></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/status">
<h3>Status Codes</h3>
<p>Quickly interpret website responses with concise code insights</p>
<span class="cardIcon"><i class="fa-solid fa-exclamation-circle"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="web-tools/meta-tag-generator/">
<h3>Meta Tag Generator</h3>
<p>Optimize SEO with rapid creation of essential meta tags for your site</p>
<span class="cardIcon"><i class="fa-solid fa-laptop"></i></span></a>
</div>
</article>
<article class="styles1">
<div class="card">
<a href="web-tools/cgpa-calc/">
<h3>CGPA Calculator</h3>
<p>Calculate your Cumulative Grade Point Average (CGPA) easily based on your grades</p>
<span class="cardIcon"><i class="fa-solid fa-graduation-cap "></i></span></a>
</div>
</article>
<article class="styles2">
<div class="card">
<a href="web-tools/x_form_converter">
<h3>X Post Maker</h3>
<p>Make fake Twitter posts with ease for fun and creativity</p>
<span class="cardIcon"><i class="fa-brands fa-x-twitter"></i></span></a>
</div>
</article>
<article class="styles3">
<div class="card">
<a href="games">
<h3>Games</h3>
<p>Free your mind by playing games!</p>
<span class="cardIcon"><i class="fa-solid fa-gamepad"></i></span></a>
</div>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Follow Us</h2>
<ul class="icons">
<li><a href="https://twitter.com/JalishMahmud" target="_blank" class="icon brands style2 fa-brands fa-x-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/jalishmahmudsujon" target="_blank" class="icon brands style2 fa-brands fa-facebook"><span class="label">Facebook</span></a></li>
<li><a rel="me" href="https://mastodon.social/@Vucko130" target="_blank" class="icon brands style2 fa-brands fa-mastodon"><span class="label">Mastodon</span></a></li>
<li><a href="https://github.com/Viperz75" target="_blank" class="icon brands style2 fa-brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid style2 fa-solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>Copyright © <span id="copyrightYear"></span> AlphaXB Tech</li>
<script>
var copyrightYear = new Date().getFullYear();
document.getElementById("copyrightYear").innerHTML = copyrightYear;
</script>
<li>Developed By: <a href="https://akashmahmud.eu.org" target="_blank">Niaz Mahmud Akash</a></li>
<li><a href="https://status.alphaxb.com" target="_blank">Server Status</a></li>
<li><a href="privacypolicy">Privacy Policy</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script defer src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script defer src="assets/js/browser.min.js"></script>
<script defer src="assets/js/breakpoints.min.js"></script>
<script defer src="assets/js/util.js"></script>
<script defer src="assets/js/main.js"></script>
</body>
</html>