-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnect.html
More file actions
242 lines (209 loc) · 9.63 KB
/
connect.html
File metadata and controls
242 lines (209 loc) · 9.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connect With Us | ExploitInject</title>
<meta name="description"
content="Contact ExploitInject for your next project. Professional support and consultation for web and software needs. Connect via Social Media or Email.">
<meta name="keywords"
content="Contact ExploitInject, Hire Developers Bangladesh, Software Consultation, Tech Support, ExploitInject Contact">
<meta name="author" content="ExploitInject Team">
<meta property="og:title" content="Connect With Us | ExploitInject">
<meta property="og:description"
content="Contact ExploitInject for your next project. Professional support and consultation for web and software needs.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/connect.html">
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
<meta name="robots" content="index, follow">
<!-- Favicon -->
<link rel="icon" href="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png" type="image/png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ContactPage",
"url": "https://exploit-inject.github.io/ExploitInject/connect.html",
"mainEntity": {
"@type": "Organization",
"name": "ExploitInject",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+880 1575 120682",
"contactType": "customer service",
"email": "exploitinject+web@gmail.com"
}
}
}
</script>
<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 to the shared design system -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- BACKGROUND -->
<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 -->
<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">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="connect.html" class="active">Connects</a>
</div>
</nav>
<!-- HERO SECTION -->
<section class="hero" style="height: 50vh; min-height: 350px;">
<div style="width: 100%; text-align: center;">
<h2 style="font-size: 42px;">Connect With <br><span>ExploitInject</span></h2>
<p style="margin: 20px auto; max-width: 800px;">
Have a security need, incident, or want to hire an expert? Fill out the form and our team will respond fast.
</p>
</div>
</section>
<!-- CONTACT CONTENT -->
<section class="contact-grid">
<!-- Left Column: Info -->
<div class="intro">
<div style="margin-bottom: 40px;">
<h3 style="color: #00eaff; margin-bottom: 15px; font-size: 24px;">Get in Touch</h3>
<p style="color: #c9c9c9; line-height: 1.6;">
Whether you need a full penetration test, a web development project, or urgent incident response, we are here
to help.
<br><br>
(This form is front-end only — integrate with your backend or service of choice to receive messages.)
</p>
</div>
<div class="glass-panel" style="border-color: rgba(255, 77, 109, 0.3);">
<h4 style="color: #ff4d6d; margin-bottom: 10px; font-size: 18px;"><i class="fas fa-exclamation-triangle"></i>
Need Urgent Support?</h4>
<p style="color: #dcdcdc; font-size: 14px; line-height: 1.5;">
If you have an active incident, please mark "Urgent" in the form and include an emergency contact. We provide
on-demand retainer services for 24/7 support.
</p>
</div>
<!-- New Social Media Connect Section -->
<div style="margin-top: 40px;">
<h3 style="color: #00eaff; margin-bottom: 15px; font-size: 24px;">Connect With Us</h3>
<p style="color: #c9c9c9; line-height: 1.6; margin-bottom: 20px;">
Stay updated with our latest security alerts, tutorials, and community discussions.
</p>
<div class="connect-social-grid">
<a href="https://www.facebook.com/ExploitInject" target="_blank" class="social-btn" title="Facebook Page"><i
class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/expl.oitinject/" target="_blank" class="social-btn" title="Instagram"><i
class="fab fa-instagram"></i></a>
<a href="https://x.com/ExploitInject" target="_blank" class="social-btn" title="X"><i
class="fab fa-twitter"></i></a>
<a href="https://wa.me/+8801575120682" target="_blank" class="social-btn" title="WhatsApp Business"><i
class="fab fa-whatsapp"></i></a>
<a href="https://m.me/ExploitInject" target="_blank" class="social-btn" title="Messenger"><i
class="fab fa-facebook-messenger"></i></a>
<a href="https://www.facebook.com/groups/exploitinject" target="_blank" class="social-btn"
title="Facebook Group"><i class="fas fa-users"></i></a>
<a href="https://github.com/ExploitInject" target="_blank" class="social-btn" title="GitHub"><i
class="fab fa-github"></i></a>
</div>
</div>
</div>
<!-- Right Column: Form -->
<aside class="glass-panel">
<form id="contactForm" action="https://form.codewithtanim.works/f/b51e1869c52e814d" method="POST"
autocomplete="off">
<input name="name" type="text" placeholder="Your full name" required>
<input name="email" type="email" placeholder="Email address" required>
<input name="org" type="text" placeholder="Company / Organization">
<select name="service">
<option value="">Select service (optional)</option>
<option>Penetration Testing</option>
<option>Bug Hunting</option>
<option>Training & Placement</option>
<option>Incident Response</option>
<option>Web Development</option>
<option>App Development</option>
</select>
<textarea name="message" rows="5" placeholder="Brief description of your request" required></textarea>
<label>
<input type="checkbox" name="urgent"> Mark as Urgent
</label>
<!-- Formspree Anti-bot -->
<input type="text" name="_honeypot" style="display:none">
<!-- Redirect after submit -->
<input type="hidden" name="_redirect" value="Thank-You.html">
<button type="submit" class="btn" style="width: 100%;">Send Message</button>
<div style="font-size: 12px; color: #8fa1b6; margin-top: 15px; text-align: center;">
We respect confidentiality. We will not share your data without permission.
</div>
</form>
</aside>
</section>
<!-- FOOTER -->
<footer class="main-footer">
<div class="footer-content">
<div class="footer-col">
<h4>ExploitInject</h4>
<p>Bridging the gap between Cyber Security and Software Development.</p>
</div>
<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>
<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>
<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
</div>
</footer>
<script>
document.getElementById("currentYear").textContent = new Date().getFullYear();
// Navbar shrink script
window.onscroll = () => {
let nav = document.querySelector("nav");
if (window.scrollY > 50) nav.classList.add("shrink");
else nav.classList.remove("shrink");
};
</script>
</body>
</html>