-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomdev.html
More file actions
466 lines (415 loc) · 18.9 KB
/
customdev.html
File metadata and controls
466 lines (415 loc) · 18.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Website Development | ExploitInject</title>
<meta name="description"
content="Request a custom website development service from ExploitInject. Professional, secure, and high-performance web solutions tailored to your business.">
<meta name="keywords"
content="Custom Web Development, ExploitInject, Hire Web Developers, Business Website, Secure Web Design">
<meta name="author" content="ExploitInject Team">
<!-- Open Graph -->
<meta property="og:title" content="Custom Website Development | ExploitInject">
<meta property="og:description"
content="Get a professional custom website tailored to your needs. ExploitInject delivers state-of-the-art web solutions.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
<!-- Favicon -->
<link rel="icon" href="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png" type="image/png">
<!-- Fonts & Icons -->
<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">
<!-- Shared Styles -->
<link rel="stylesheet" href="style.css">
<style>
.custom-dev-container {
max-width: 1200px;
margin: 0 auto;
padding: 100px 5% 60px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}
.form-section {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(15px);
padding: 40px;
border-radius: 24px;
position: relative;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.form-section::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(0, 234, 255, 0.05) 0%, transparent 70%);
pointer-events: none;
}
.info-section h1 {
font-size: 52px;
font-weight: 800;
line-height: 1.1;
margin-bottom: 25px;
background: linear-gradient(135deg, #fff 0%, #00eaff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.info-section p {
font-size: 18px;
color: #c9c9c9;
line-height: 1.8;
margin-bottom: 30px;
}
.feature-list {
list-style: none;
margin-bottom: 40px;
}
.feature-list li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
color: #dcdcdc;
font-weight: 500;
}
.feature-list i {
color: #00eaff;
font-size: 18px;
}
.success-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(5, 7, 14, 0.9);
backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 20px;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.success-overlay.active {
opacity: 1;
visibility: visible;
}
.success-popup-card {
background: #0a0d14;
border: 1px solid #00eaff;
padding: 40px;
border-radius: 24px;
box-shadow: 0 0 60px rgba(0, 234, 255, 0.2);
max-width: 550px;
width: 100%;
transform: scale(0.8);
transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.success-overlay.active .success-popup-card {
transform: scale(1);
}
.success-icon {
font-size: 80px;
color: #00eaff;
margin-bottom: 20px;
animation: scaleUp 0.5s ease;
}
@keyframes scaleUp {
0% { transform: scale(0); }
70% { transform: scale(1.2); }
100% { transform: scale(1); }
}
.social-contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin-top: 30px;
width: 100%;
}
.social-contact-btn {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: 15px;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 12px;
color: #fff;
text-decoration: none;
transition: 0.3s;
font-size: 12px;
font-weight: 600;
}
.social-contact-btn i {
font-size: 24px;
color: #00eaff;
}
.social-contact-btn:hover {
background: rgba(0, 234, 255, 0.1);
border-color: #00eaff;
transform: translateY(-5px);
}
.social-contact-btn.whatsapp:hover { border-color: #25D366; }
.social-contact-btn.telegram:hover { border-color: #0088cc; }
.social-contact-btn.facebook:hover { border-color: #1877f2; }
.social-contact-btn.instagram:hover { border-color: #e4405f; }
.social-contact-btn.messenger:hover { border-color: #006AFF; }
@media (max-width: 968px) {
.custom-dev-container {
grid-template-columns: 1fr;
padding-top: 120px;
}
.info-section {
text-align: center;
}
.info-section h1 {
font-size: 38px;
}
.feature-list {
display: inline-block;
text-align: left;
}
}
/* Loading Spinner */
.loader {
width: 20px;
height: 20px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #00eaff;
animation: spin 1s ease-in-out infinite;
display: none;
margin: 0 auto;
}
@keyframes spin {
to { transform: rotate(360deg); }
}
button.loading .btn-text {
display: none;
}
button.loading .loader {
display: block;
}
</style>
</head>
<body>
<!-- BACKGROUND ANIMATION -->
<div class="background-animation">
<div class="grid"></div>
<script>
for (let i = 0; i < 30; i++) {
let circle = document.createElement("div");
circle.classList.add("circle");
circle.style.width = circle.style.height = Math.random() * 20 + 10 + "px";
circle.style.left = Math.random() * 100 + "vw";
circle.style.animationDuration = Math.random() * 8 + 7 + "s";
circle.style.opacity = Math.random() * 0.5;
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">Connects</a>
</div>
</nav>
<main class="custom-dev-container">
<!-- Info Column -->
<div class="info-section">
<h1>Build Your Vision With Precision.</h1>
<p>
From complex SaaS platforms to high-performance e-commerce engines, we deliver custom web solutions that
are secure, scalable, and stunning. Tell us your requirements, and let's build something extraordinary.
</p>
<ul class="feature-list">
<li><i class="fas fa-shield-alt"></i> Cyber Security First Architecture</li>
<li><i class="fas fa-bolt"></i> Ultra-Fast Performance & SEO</li>
<li><i class="fas fa-mobile-alt"></i> Fully Responsive Modern UI</li>
<li><i class="fas fa-code"></i> Clean, Scalable Codebase</li>
</ul>
</div>
<!-- Form Column -->
<div class="form-section" id="formWrapper">
<form id="customDevForm" action="https://form.codewithtanim.works/f/0cc39e7b9bb99ff7" method="POST">
<div style="margin-bottom: 25px;">
<h3 style="color: #fff; margin-bottom: 10px;">Project Details</h3>
<p style="color: #8fa1b6; font-size: 14px;">Fill out the form to get a personalized quote.</p>
</div>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 15px;">
<input type="text" name="name" placeholder="Full Name" required>
<input type="email" name="email" placeholder="Mail Address" required>
</div>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 15px;">
<input type="text" name="telegram" placeholder="Telegram @username" required>
<input type="text" name="whatsapp" placeholder="WhatsApp Number" required>
</div>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 15px;">
<select name="project_type" required>
<option value="" disabled selected>Website Type</option>
<option value="SaaS Platform">SaaS Platform</option>
<option value="E-Commerce Store">E-Commerce Store</option>
<option value="Portfolio / Branding">Portfolio / Branding</option>
<option value="Business Directory">Business Directory</option>
<option value="LMS / Education">LMS / Education</option>
<option value="Custom Web App">Custom Web App</option>
</select>
<select name="budget" required>
<option value="" disabled selected>Budget Range</option>
<option value="$20 - $100">$20 - $100</option>
<option value="$100 - $500">$100 - $500</option>
<option value="$500 - $1000">$500 - $1,000</option>
<option value="$1000 - $2500">$1,000 - $2,500</option>
<option value="$2500 - $5000">$2,500 - $5,000</option>
<option value="$5000+">$5,000+</option>
</select>
</div>
<input type="text" name="deadline" placeholder="Estimated Deadline (e.g., 1 month)">
<textarea name="description" rows="5" placeholder="Describe your project in detail... What features do you need? What is the goal?" required></textarea>
<button type="submit" class="btn" id="submitBtn" style="width: 100%; margin-top: 10px;">
<span class="btn-text">Submit Request</span>
<div class="loader"></div>
</button>
<p style="font-size: 12px; color: #8fa1b6; margin-top: 15px; text-align: center;">
<i class="fas fa-lock"></i> Your data is encrypted and kept confidential.
</p>
</form>
<!-- Success Popup Overlay (Modal) -->
<div class="success-overlay" id="successOverlay">
<div class="success-popup-card">
<i class="fas fa-check-circle success-icon"></i>
<h2 style="color: #fff; margin-bottom: 10px; font-size: 32px;">Submission Success!</h2>
<p style="color: #c9c9c9; margin-bottom: 30px; font-size: 16px;">Thank you for reaching out. We have received your project details and will contact you shortly.</p>
<div style="border-top: 1px solid rgba(255,255,255,0.1); width: 100%; padding-top: 25px;">
<p style="color: #00eaff; font-weight: 700; margin-bottom: 20px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase;">Contact us for instant service:</p>
<div class="social-contact-grid">
<a href="https://wa.me/8801575120682" target="_blank" class="social-contact-btn whatsapp">
<i class="fab fa-whatsapp"></i>
<span>WhatsApp</span>
</a>
<a href="https://t.me/exploitinject_support" target="_blank" class="social-contact-btn telegram">
<i class="fab fa-telegram-plane"></i>
<span>Telegram</span>
</a>
<a href="https://m.me/exploitinjectofficial/" target="_blank" class="social-contact-btn messenger">
<i class="fab fa-facebook-messenger"></i>
<span>Messenger</span>
</a>
<a href="https://www.facebook.com/exploitinjectofficial/" target="_blank" class="social-contact-btn facebook">
<i class="fab fa-facebook-f"></i>
<span>Facebook</span>
</a>
<a href="https://www.instagram.com/exploitinjectofficial/" target="_blank" class="social-contact-btn instagram">
<i class="fab fa-instagram"></i>
<span>Instagram</span>
</a>
<a href="mailto:support@exploitinject.dev" class="social-contact-btn">
<i class="fas fa-envelope"></i>
<span>Email</span>
</a>
</div>
</div>
<button onclick="document.getElementById('successOverlay').classList.remove('active')" class="btn" style="background: transparent; border: 1px solid rgba(255,255,255,0.2); box-shadow: none; color: #fff; margin-top: 30px; padding: 12px 25px; font-size: 14px;">Close Popup</button>
</div>
</div>
</div>
</main>
<!-- FOOTER -->
<footer class="main-footer">
<div class="footer-content">
<div class="footer-col">
<h4>ExploitInject</h4>
<p>Advanced Web Solutions & Cyber Security Excellence.</p>
</div>
<div class="footer-col">
<h4>Services</h4>
<ul class="footer-links">
<li><a href="customdev.html">Custom Development</a></li>
<li><a href="services.html">All Services</a></li>
<li><a href="consultation.html">Security Audit</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Connect With Us</h4>
<div class="footer-social-icons">
<a href="https://www.facebook.com/exploitinjectofficial/" class="footer-social-link" title="Facebook Page"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/exploitinjectofficial/" class="footer-social-link" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/exploitinject_support" class="footer-social-link" title="Telegram Support"><i class="fab fa-telegram-plane"></i></a>
<a href="https://github.com/ExploitInject" class="footer-social-link" title="GitHub"><i class="fab fa-github"></i></a>
<a href="mailto:support@exploitinject.dev" class="footer-social-link" title="Email Us"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
© <span id="year"></span> ExploitInject. All Rights Reserved.
</div>
</footer>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
// Navbar effect
window.onscroll = () => {
const nav = document.getElementById("siteNav");
if (window.scrollY > 50) nav.classList.add("shrink");
else nav.classList.remove("shrink");
};
// Form Submission Logic
const form = document.getElementById("customDevForm");
const submitBtn = document.getElementById("submitBtn");
const successOverlay = document.getElementById("successOverlay");
form.addEventListener("submit", async (e) => {
e.preventDefault();
// UI State: Loading
submitBtn.classList.add("loading");
submitBtn.disabled = true;
try {
const formData = new FormData(form);
const response = await fetch(form.action, {
method: 'POST',
body: formData,
headers: {
'Accept': 'application/json'
},
mode: 'no-cors' // Allow submission even if CORS fails (common for local files)
});
// Show success popup regardless of exact response (since no-cors hides details)
// This ensures the user sees the popup as requested.
successOverlay.classList.add("active");
form.reset();
} catch (error) {
console.error("Submission Error:", error);
// Fallback: still show the popup because the user wants to see it and the redirect must be blocked.
successOverlay.classList.add("active");
form.reset();
} finally {
submitBtn.classList.remove("loading");
submitBtn.disabled = false;
}
});
</script>
</body>
</html>