-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
477 lines (428 loc) · 22.1 KB
/
index.html
File metadata and controls
477 lines (428 loc) · 22.1 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
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExploitInject | Web Development, App Dev & Cyber Security - Bangladesh</title>
<meta name="description"
content="ExploitInject is a Bangladesh-based tech startup providing Web Development, App Development, Software Development, Cyber Security services, and IT Training including programming and computer basics.">
<meta name="keywords"
content="ExploitInject, Web Development Bangladesh, Cyber Security Bangladesh, Programming Training Bangladesh, App Development Bangladesh, Software Development Company Bangladesh, IT Training Bangladesh">
<meta name="author" content="ExploitInject Team">
<meta property="og:title" content="ExploitInject | Web Development, App Dev & Cyber Security - Bangladesh">
<meta property="og:description"
content="Professional Web, App, Software Development and Cyber Security Training in Bangladesh.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/">
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
<meta name="robots" content="index, follow">
<!-- Favicon (same) -->
<link rel="icon" href="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png" type="image/png">
<!-- Google Font (same) -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
<!-- TYPEWRITER (same script, but we update the text array for variety) -->
<script>
// updated typewriter text to match BD startup vibe — training, dev, cyber
let text = ["Code · Train · Secure", "Web & App Development", "Cyber Security Training", "Startup from Bangladesh"];
let index = 0;
let charIndex = 0;
function type() {
let currentText = text[index];
document.getElementById("typing").innerHTML = currentText.substring(0, charIndex);
charIndex++;
if (charIndex > currentText.length) {
setTimeout(() => erase(), 1500);
} else {
setTimeout(type, 90);
}
}
function erase() {
let currentText = text[index];
document.getElementById("typing").innerHTML = currentText.substring(0, charIndex);
charIndex--;
if (charIndex < 0) {
index = (index + 1) % text.length;
setTimeout(type, 200);
} else {
setTimeout(erase, 40);
}
}
window.onload = type;
window.onscroll = () => {
let nav = document.querySelector("nav");
if (window.scrollY > 50) nav.classList.add("shrink");
else nav.classList.remove("shrink");
};
document.addEventListener('DOMContentLoaded', function () {
if (window.innerWidth < 768) {
let circles = document.querySelectorAll('.circle');
circles.forEach(circle => {
if (Math.random() > 0.5) {
circle.style.display = 'none';
}
});
}
});
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "ExploitInject",
"url": "https://exploit-inject.github.io/ExploitInject/",
"logo": "https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png",
"description": "Bangladesh-based startup providing Web Development, App Development, Software Development and Cyber Security Training."
}
</script>
</head>
<body>
<!-- BACKGROUND (same) -->
<div class="background-animation">
<div class="grid"></div>
<script>
for (let i = 0; i < 25; i++) {
let circle = document.createElement("div");
circle.classList.add("circle");
circle.style.width = circle.style.height = Math.random() * 15 + 8 + "px";
circle.style.left = Math.random() * 100 + "vw";
circle.style.animationDuration = Math.random() * 7 + 6 + "s";
circle.style.opacity = Math.random();
document.querySelector(".background-animation").appendChild(circle);
}
</script>
</div>
<!-- NAVBAR — unchanged markup, logo, glitch, everything same structure -->
<nav id="siteNav">
<div class="leftnav">
<a href="index.html" class="logo" title="ExploitInject — Home">
<span class="logo-img" aria-hidden="true">
<img src="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png" alt="ExploitInject">
</span>
<span class="logo-text glitch">ExploitInject</span>
</a>
</div>
<div class="navlinks">
<a href="index.html" class="active">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="connect.html">Connects</a>
</div>
</nav>
<!-- HERO SECTION — full description remodified to reflect your startup plan -->
<section class="hero">
<div>
<h2>We Are<br><span>ExploitInject</span></h2>
<div class="typewriter">
<span id="typing"></span>
</div>
<p>
Bangladesh's premier startup fusing <strong>Advanced Cyber Security</strong> with <strong>Next-Gen
Software Development</strong>.
We empower future leaders through expert training in <strong>Ethical Hacking, Python Programming &
Computer Science</strong> (Resuming Soon)
— while building secure, scalable <strong>Websites, Mobile Apps & Enterprise Software</strong>.
</p>
<div class="hero-btns">
<a class="btn1" href="services.html">Our Services</a>
<a class="btn2" href="connect.html">Contact Us</a>
</div>
</div>
</section>
<!-- FEATURES — completely remodified: shows the 6 plans + team + BD identity, same style -->
<section class="section">
<h2>⚡ ExploitInject — Our Six‑Point Strategy ⚡</h2>
<div class="features">
<!-- 1. web dev -->
<div class="card">
<div class="card-icon">
<i class="fas fa-globe"></i>
</div>
<h3>Web Development</h3>
<p>Modern, secure, responsive websites — from business portfolios to full‑stack web apps.</p>
</div>
<!-- 2. cyber security -->
<div class="card">
<div class="card-icon">
<i class="fas fa-user-shield"></i>
</div>
<h3>Cyber Security</h3>
<p>Penetration testing, ethical hacking, real‑world simulations. We defend & educate.</p>
</div>
<!-- 3. computer training -->
<div class="card">
<div class="card-icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3>Computer Training</h3>
<p>Starting from the basics — our upcoming sessions will empower beginners with essential digital skills.</p>
</div>
<!-- 4. programming training -->
<div class="card">
<div class="card-icon">
<i class="fab fa-python"></i>
</div>
<h3>Programming Training</h3>
<p>Mentorship in Python, JS, and more. While we've built many projects in the past, new sessions are coming soon.</p>
</div>
<!-- 5. app development -->
<div class="card">
<div class="card-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3>App Development</h3>
<p>Android & iOS apps, cross‑platform solutions, clean UI and robust backend.</p>
<a href="AppDev.html"
style="color: #00eaff; text-decoration: none; font-size: 14px; margin-top: 10px; display: inline-block;">Learn
More <i class="fas fa-arrow-right" style="font-size: 12px;"></i></a>
</div>
<!-- 6. software development -->
<div class="card">
<div class="card-icon">
<i class="fas fa-desktop"></i>
</div>
<h3>Software Development</h3>
<p>Custom desktop software, automation tools, and enterprise‑grade systems.</p>
</div>
</div>
<!-- Team section (integrated as a simple subtitle, without changing style/layout) -->
<!-- Dedicated Core Team Section -->
<div class="team-section">
<h3 class="team-title">◈ Core Team ◈</h3>
<div class="team-grid">
<!-- Member 1: Co-Founder (Left) -->
<div class="team-member">
<div class="member-img">
<img src="https://avatars.githubusercontent.com/u/186500760?v=4" alt="MD AMIT HASAN ROBI">
</div>
<div class="member-name">MD AMIT HASAN ROBI</div>
<div class="member-role">Co-Founder & App Developer</div>
<div class="member-socials">
<a href="https://github.com/amit-hasan10" title="GitHub"><i class="fab fa-github"></i></a>
<!-- <a href="#" title="LinkedIn"><i class="fab fa-linkedin"></i></a> -->
</div>
</div>
<!-- Member 2: CEO / Founder (Center, Elevated)-->
<div class="team-member ceo-card">
<div class="member-img">
<!-- Placeholder image, user will update -->
<img src="https://avatars.githubusercontent.com/u/86911763?v=4" alt="MD SAMIUR RAHMAN TANIM">
</div>
<div class="member-name">MD SAMIUR RAHMAN TANIM</div>
<div class="member-role">Founder & Lead Dev</div>
<div class="member-socials">
<a href="https://github.com/CodeWithTanim" title="GitHub"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/CodeWithTanim" title="LinkedIn"><i
class="fab fa-linkedin"></i></a>
<a href="https://codewithtanim.is-a.dev/" title="Portfolio"><i class="fas fa-globe"></i></a>
</div>
</div>
<!-- Member 3: Co-Founder (Right) -->
<div class="team-member">
<div class="member-img">
<img src="https://avatars.githubusercontent.com/u/198311717?v=4" alt="MAHIDUL AHASAN">
</div>
<div class="member-name">MAHIDUL AHASAN</div>
<div class="member-role">Co-Founder & Web Developer</div>
<div class="member-socials">
<a href="https://github.com/MAHIDUL-135" title="GitHub"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/mahidul-ahasan-b8b9a1377/" title="LinkedIn"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- FAQ Section -->
<div class="faq-section">
<h3 class="team-title">◈ Frequently Asked Questions ◈</h3>
<div class="faq-container">
<!-- 1. General Information -->
<h4 class="faq-category">General Information</h4>
<div class="faq-item">
<div class="faq-question">
<span>What is ExploitInject?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
ExploitInject is a Bangladesh-based tech startup that specializes in bridging the gap between Advanced Cyber Security and Next-Gen Software Development. We provide both professional services and expert-led IT training.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Where are you based?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
We are proudly based in Bangladesh, serving both local and international clients with a global standard of technology and security.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>How can I contact the team?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
You can reach us via our "Connect" page, or directly through email at exploitinject+web@gmail.com. We are also active on GitHub, LinkedIn, and Facebook.
</div>
</div>
<!-- 2. Services -->
<h4 class="faq-category">Professional Services</h4>
<div class="faq-item">
<div class="faq-question">
<span>What services do you offer?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
We provide Web Development (Landing pages, E-commerce, SaaS), Mobile App Development (Android & iOS), Custom Software Development, Cyber Security Services (Penetration testing, Ethical hacking), and IT Training.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>How long does a project take?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
Timeline depends on the complexity of the project. A standard landing page or portfolio takes 3-5
days, while larger e-commerce or custom SaaS platforms typically take 2-4 weeks.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Do you provide maintenance?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
Yes, we offer monthly maintenance and security update packages to ensure your digital assets
remain secure, fast, and up-to-date with the latest tech standards.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Can you secure my existing website?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
Absolutely. Our cyber security team provides penetration testing and security audits to identify and patch vulnerabilities in your existing systems.
</div>
</div>
<!-- 3. Training & Education -->
<h4 class="faq-category">Training & Education</h4>
<div class="faq-item">
<div class="faq-question">
<span>What training programs do you offer?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
While we have successfully conducted sessions in Ethical Hacking, Python, and more in the past, we are currently restructuring our modules to provide even better value. We plan to resume our expert-led sessions in the near future.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Is the training beginner-friendly?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
Absolutely. Our past and future courses are built for all levels. We start from the absolute basics and guide you step-by-step toward advanced mastery with real-world projects.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Do I get a certificate after completing a course?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
Yes, students who successfully complete our training programs (past and future) receive a certificate from ExploitInject to validate their skills.
</div>
</div>
<!-- 4. Ordering & Payments -->
<h4 class="faq-category">Ordering & Payments</h4>
<div class="faq-item">
<div class="faq-question">
<span>How do I start a project with you?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
Visit our "Services" page to review offerings and then use the "Order" page to submit your details. Our team will get back to you with a quote and timeline.
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>Which payment methods do you accept?</span>
<i class="fas fa-chevron-down faq-toggle-icon"></i>
</div>
<div class="faq-answer">
For local clients (Bangladesh), we accept bKash, Nagad, Rocket, and Bank transfers. For international clients, we accept Bank transfers and Binance (Recommended for faster processing).
</div>
</div>
</div>
</div>
<script>
document.querySelectorAll('.faq-question').forEach(question => {
question.addEventListener('click', () => {
const item = question.parentElement;
item.classList.toggle('active');
// Optional: Close other items when one is opened
document.querySelectorAll('.faq-item').forEach(otherItem => {
if (otherItem !== item) {
otherItem.classList.remove('active');
}
});
});
});
</script>
</section>
<!-- FOOTER — exactly same style, updated years / message -->
<!-- -------------------- ENHANCED FOOTER -------------------- -->
<footer class="main-footer">
<div class="footer-content">
<!-- Brand & About -->
<div class="footer-col">
<h4>ExploitInject</h4>
<p>
Bridging the gap between Cyber Security and Software Development.
Your trusted partner for digital solutions and IT expertise.
</p>
</div>
<!-- Quick Links -->
<div class="footer-col">
<h4>Quick Links</h4>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="connect.html">Connect</a></li>
</ul>
</div>
<!-- Legal Documents -->
<div class="footer-col">
<h4>Legal</h4>
<ul class="footer-links">
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
</ul>
</div>
<!-- Contact / Socials -->
<div class="footer-col">
<h4>Connect With Us</h4>
<div class="footer-social-icons">
<a href="#" class="footer-social-link" title="Facebook Group"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="footer-social-link" title="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="footer-social-link" title="GitHub"><i class="fab fa-github"></i></a>
<a href="mailto:exploitinject+web@gmail.com" class="footer-social-link" title="Email Us"><i
class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
© 2022 - <span id="currentYear"></span> ExploitInject • Made in Bangladesh • All Rights Reserved
</div>
</footer>
<!-- Dynamic Year Script -->
<script>
document.getElementById("currentYear").textContent = new Date().getFullYear();
</script>
<!-- Note: all styles, animations, classes, responsiveness completely unchanged.
Only words / descriptions replaced to match your startup identity. -->
</body>
</html>