Skip to content

Commit 46ba766

Browse files
committed
Privacy Policy, Terms & Condition, FAQs Added
Privacy Policy, Terms & Condition, FAQs Added
1 parent 84eab33 commit 46ba766

22 files changed

Lines changed: 1038 additions & 108 deletions

AppDev.html

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Professional Android and iOS app development services. Build high-performance, secure mobile applications with us.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/AppDev.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/AppDev.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -120,12 +120,13 @@
120120
<div style="width: 100%; text-align: center;">
121121
<h2 style="font-size: 50px;">App Development <br><span>Solutions</span></h2>
122122
<p style="margin: 20px auto; max-width: 800px;">
123-
Build high-performance, secure, and user-friendly mobile applications for Android and iOS.
123+
Build high-performance, secure, and user-friendly mobile applications for Android and iOS.
124124
From MVP to Enterprise-grade solutions, we bring your ideas to life.
125125
</p>
126126
<div class="hero-btns" style="justify-content: center;">
127127
<a href="#android-pricing" class="btn">Android Plans</a>
128-
<a href="#ios-pricing" class="btn" style="background: transparent; border: 1px solid #00eaff; color: #00eaff;">iOS Plans</a>
128+
<a href="#ios-pricing" class="btn"
129+
style="background: transparent; border: 1px solid #00eaff; color: #00eaff;">iOS Plans</a>
129130
</div>
130131
</div>
131132
</section>
@@ -136,11 +137,13 @@ <h2 style="font-size: 50px;">App Development <br><span>Solutions</span></h2>
136137
<div class="intro">
137138
<h3 style="color: #00eaff; margin-bottom: 20px; font-size: 28px;">Cross-Platform & Native Apps</h3>
138139
<p style="color: #c9c9c9; line-height: 1.6; margin-bottom: 20px;">
139-
We specialize in creating robust mobile experiences that engage users and drive business growth.
140-
Whether you need a native Android app, a native iOS app, or a cross-platform solution using Flutter or React Native, our team delivers excellence.
140+
We specialize in creating robust mobile experiences that engage users and drive business growth.
141+
Whether you need a native Android app, a native iOS app, or a cross-platform solution using Flutter
142+
or React Native, our team delivers excellence.
141143
</p>
142144
<p style="color: #c9c9c9; line-height: 1.6; margin-bottom: 20px;">
143-
Our development focus is on security, speed, and intuitive UI/UX design, ensuring your app stands out in the crowded app stores.
145+
Our development focus is on security, speed, and intuitive UI/UX design, ensuring your app stands
146+
out in the crowded app stores.
144147
</p>
145148
</div>
146149
<div class="glass-panel" style="padding: 10px;">
@@ -287,7 +290,8 @@ <h3>Deployment</h3>
287290
<section class="section">
288291
<div class="glass-panel" style="text-align: center; max-width: 800px; margin: 0 auto;">
289292
<h2 style="margin-bottom: 20px;">Have a Unique Idea?</h2>
290-
<p style="margin-bottom: 30px; color: #c9c9c9;">We can build custom cross-platform solutions tailored exactly to your needs.</p>
293+
<p style="margin-bottom: 30px; color: #c9c9c9;">We can build custom cross-platform solutions tailored
294+
exactly to your needs.</p>
291295
<a href="connect.html" class="btn">Talk to an Expert</a>
292296
</div>
293297
</section>
@@ -308,6 +312,13 @@ <h4>Quick Links</h4>
308312
<li><a href="connect.html">Connect</a></li>
309313
</ul>
310314
</div>
315+
<div class="footer-col">
316+
<h4>Legal</h4>
317+
<ul class="footer-links">
318+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
319+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
320+
</ul>
321+
</div>
311322
<div class="footer-col">
312323
<h4>Connect With Us</h4>
313324
<div class="footer-social-icons">
@@ -336,4 +347,4 @@ <h4>Connect With Us</h4>
336347
</script>
337348
</body>
338349

339-
</html>
350+
</html>

ECommerceStore.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Build your online store with ExploitInject's E-Commerce development services. Secure and scalable platforms.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/ECommerceStore.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/ECommerceStore.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -266,6 +266,13 @@ <h4>Quick Links</h4>
266266
<li><a href="connect.html">Connect</a></li>
267267
</ul>
268268
</div>
269+
<div class="footer-col">
270+
<h4>Legal</h4>
271+
<ul class="footer-links">
272+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
273+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
274+
</ul>
275+
</div>
269276
<div class="footer-col">
270277
<h4>Connect With Us</h4>
271278
<div class="footer-social-icons">
@@ -294,4 +301,4 @@ <h4>Connect With Us</h4>
294301
</script>
295302
</body>
296303

297-
</html>
304+
</html>

FAQ.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
ExploitInject - Frequently Asked Questions (FAQ)
2+
3+
============================================================
4+
General Information
5+
============================================================
6+
7+
1. What is ExploitInject?
8+
ExploitInject is a Bangladesh-based tech startup that specializes in bridging the gap between Advanced Cyber Security and Next-Gen Software Development. While we have successfully conducted IT training in the past, we are currently focusing on professional services and will resume our training programs in the near future.
9+
10+
2. Where is ExploitInject located?
11+
We are proudly based in Bangladesh, serving both local and international clients.
12+
13+
3. How can I contact the team?
14+
You can reach us via our "Connect" page on the website, or directly through email at exploitinject+web@gmail.com. We are also active on GitHub, LinkedIn, and Facebook.
15+
16+
============================================================
17+
Services
18+
============================================================
19+
20+
4. What services do you offer?
21+
- Web Development (Landing pages, E-commerce, SaaS)
22+
- Mobile App Development (Android & iOS)
23+
- Custom Software Development (Desktop & Enterprise systems)
24+
- Cyber Security Services (Penetration testing, Ethical hacking)
25+
- Digital Marketing & SEO
26+
27+
5. How long does a typical web development project take?
28+
A standard landing page or portfolio usually takes 3-5 days. More complex projects like e-commerce sites or custom software platforms can take 2-4 weeks or more, depending on the requirements.
29+
30+
6. Do you provide maintenance after the project is completed?
31+
Yes! We offer monthly maintenance and security update packages to keep your digital assets secure, fast, and up-to-date with current technology standards.
32+
33+
7. Can you secure my existing website?
34+
Absolutely. Our cyber security team provides penetration testing and security audits to identify and patch vulnerabilities in your existing systems.
35+
36+
============================================================
37+
Training & Education
38+
============================================================
39+
40+
8. What training programs do you offer?
41+
While we have successfully conducted elite sessions in Ethical Hacking, Python, and Web & App Development in the past, we are currently not offering any active courses. We are currently restructuring our modules to provide even better value. We plan to resume our expert-led sessions in the near future.
42+
43+
9. Is the training beginner-friendly?
44+
Yes, our past and future courses are designed for all levels. We start from the absolute basics and guide students through to advanced mastery with real-world projects.
45+
46+
10. Do I get a certificate after completing a course?
47+
Yes, students who successfully complete our training programs (past and future) receive a certificate from ExploitInject to validate their skills.
48+
49+
============================================================
50+
Ordering & Payments
51+
============================================================
52+
53+
11. How do I start a project with you?
54+
You can visit our "Services" page to see our offerings and use the "Order" page to submit your project details. Our team will review your request and get back to you with a quote and timeline.
55+
56+
12. Which payment methods do you accept?
57+
Local (Bangladesh): bKash, Nagad, Rocket, and Bank transfer.
58+
International: Bank transfer and Binance (Recommended).

HYIPSite.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Professional HYIP site development. Secure script, automated payments, and admin panel solutions.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/HYIPSite.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/HYIPSite.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -265,6 +265,13 @@ <h4>Quick Links</h4>
265265
<li><a href="connect.html">Connect</a></li>
266266
</ul>
267267
</div>
268+
<div class="footer-col">
269+
<h4>Legal</h4>
270+
<ul class="footer-links">
271+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
272+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
273+
</ul>
274+
</div>
268275
<div class="footer-col">
269276
<h4>Connect With Us</h4>
270277
<div class="footer-social-icons">
@@ -293,4 +300,4 @@ <h4>Connect With Us</h4>
293300
</script>
294301
</body>
295302

296-
</html>
303+
</html>

LandingPages.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="High-converting landing page design and development services. Optimize your marketing campaigns.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/LandingPages.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/LandingPages.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -266,6 +266,13 @@ <h4>Quick Links</h4>
266266
<li><a href="connect.html">Connect</a></li>
267267
</ul>
268268
</div>
269+
<div class="footer-col">
270+
<h4>Legal</h4>
271+
<ul class="footer-links">
272+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
273+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
274+
</ul>
275+
</div>
269276
<div class="footer-col">
270277
<h4>Connect With Us</h4>
271278
<div class="footer-social-icons">
@@ -294,4 +301,4 @@ <h4>Connect With Us</h4>
294301
</script>
295302
</body>
296303

297-
</html>
304+
</html>

Portfolio.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Professional Portfolio Website development services by ExploitInject. Showcase your work with our modern solutions.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/Portfolio.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/Portfolio.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -266,6 +266,13 @@ <h4>Quick Links</h4>
266266
<li><a href="connect.html">Connect</a></li>
267267
</ul>
268268
</div>
269+
<div class="footer-col">
270+
<h4>Legal</h4>
271+
<ul class="footer-links">
272+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
273+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
274+
</ul>
275+
</div>
269276
<div class="footer-col">
270277
<h4>Connect With Us</h4>
271278
<div class="footer-social-icons">
@@ -294,4 +301,4 @@ <h4>Connect With Us</h4>
294301
</script>
295302
</body>
296303

297-
</html>
304+
</html>

SaasBusiness.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Scalable SaaS application development services. Build your Software as a Service product with us.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/SaasBusiness.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/SaasBusiness.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -264,6 +264,13 @@ <h4>Quick Links</h4>
264264
<li><a href="connect.html">Connect</a></li>
265265
</ul>
266266
</div>
267+
<div class="footer-col">
268+
<h4>Legal</h4>
269+
<ul class="footer-links">
270+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
271+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
272+
</ul>
273+
</div>
267274
<div class="footer-col">
268275
<h4>Connect With Us</h4>
269276
<div class="footer-social-icons">
@@ -292,4 +299,4 @@ <h4>Connect With Us</h4>
292299
</script>
293300
</body>
294301

295-
</html>
302+
</html>

SocialMedia.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Create your own social network or community platform with ExploitInject's Social Media development services.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/SocialMedia.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/SocialMedia.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -267,6 +267,13 @@ <h4>Quick Links</h4>
267267
<li><a href="connect.html">Connect</a></li>
268268
</ul>
269269
</div>
270+
<div class="footer-col">
271+
<h4>Legal</h4>
272+
<ul class="footer-links">
273+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
274+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
275+
</ul>
276+
</div>
270277
<div class="footer-col">
271278
<h4>Connect With Us</h4>
272279
<div class="footer-social-icons">
@@ -295,4 +302,4 @@ <h4>Connect With Us</h4>
295302
</script>
296303
</body>
297304

298-
</html>
305+
</html>

StockImageECommerce.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:description"
1616
content="Build a digital marketplace for stock images, photos, and digital assets with ExploitInject.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:url" content="https://exploitinject.github.io/ExploitInject/StockImageECommerce.html">
18+
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/StockImageECommerce.html">
1919
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
2020

2121
<meta name="robots" content="index, follow">
@@ -266,6 +266,13 @@ <h4>Quick Links</h4>
266266
<li><a href="connect.html">Connect</a></li>
267267
</ul>
268268
</div>
269+
<div class="footer-col">
270+
<h4>Legal</h4>
271+
<ul class="footer-links">
272+
<li><a href="privacy-policy.html">Privacy Policy</a></li>
273+
<li><a href="terms-and-conditions.html">Terms & Conditions</a></li>
274+
</ul>
275+
</div>
269276
<div class="footer-col">
270277
<h4>Connect With Us</h4>
271278
<div class="footer-social-icons">
@@ -294,4 +301,4 @@ <h4>Connect With Us</h4>
294301
</script>
295302
</body>
296303

297-
</html>
304+
</html>

0 commit comments

Comments
 (0)