-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder.html
More file actions
521 lines (457 loc) · 18.3 KB
/
order.html
File metadata and controls
521 lines (457 loc) · 18.3 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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Order Form | ExploitInject</title>
<meta name="description"
content="Start your project with ExploitInject. Fill out our secure order form for Landing Pages, SaaS, E-commerce, and more. Get a quote today.">
<meta name="keywords"
content="Order Web Project, Hire Dev Team, Project Request Form, ExploitInject Order, Custom Software Order">
<meta name="author" content="ExploitInject Team">
<meta property="og:title" content="Order Form | ExploitInject">
<meta property="og:description"
content="Start your project with ExploitInject. Fill out our secure order form for Landing Pages, SaaS, E-commerce, and more.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/order.html">
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
<meta name="robots" content="index, follow">
<link rel="icon" href="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Order Project | ExploitInject",
"description": "Order form for web and software development services."
}
</script>
<!-- Link to the shared design system -->
<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">
<style>
/* Page-specific overrides for the Order Form to make it extra "sexy" */
.order-container {
max-width: 800px;
margin: 120px auto 80px;
padding: 0 20px;
position: relative;
z-index: 2;
}
.order-card {
background: rgba(10, 10, 20, 0.6);
backdrop-filter: blur(20px);
border: 1px solid rgba(0, 238, 255, 0.15);
border-radius: 24px;
padding: 50px;
box-shadow: 0 0 50px rgba(0, 238, 255, 0.05);
position: relative;
overflow: hidden;
}
.order-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, #00eaff, #00a8ff, #00eaff);
animation: shimmer 2s infinite linear;
background-size: 200% 100%;
}
@keyframes shimmer {
0% {
background-position: 100% 0;
}
100% {
background-position: -100% 0;
}
}
.form-header {
text-align: center;
margin-bottom: 40px;
}
.form-header h2 {
font-size: 36px;
color: #fff;
margin-bottom: 10px;
font-weight: 800;
}
.form-header h2 span {
color: #00eaff;
text-shadow: 0 0 15px rgba(0, 238, 255, 0.4);
}
.form-header p {
color: #a0a0a0;
font-size: 16px;
}
.form-group {
margin-bottom: 25px;
}
.form-group label {
display: block;
margin-bottom: 10px;
color: #dcdcdc;
font-weight: 600;
font-size: 14px;
letter-spacing: 0.5px;
}
/* Custom Input Styling */
input,
select,
textarea {
width: 100%;
background: rgba(5, 8, 15, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
padding: 16px;
border-radius: 12px;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
transition: all 0.3s ease;
}
input:focus,
select:focus,
textarea:focus {
background: rgba(0, 238, 255, 0.03);
border-color: #00eaff;
box-shadow: 0 0 20px rgba(0, 238, 255, 0.15);
outline: none;
transform: translateY(-2px);
}
select option {
background: #05080f;
color: #fff;
}
/* Price Box Animation */
.price-box {
background: linear-gradient(135deg, rgba(0, 238, 255, 0.1), rgba(0, 168, 255, 0.05));
border: 1px solid rgba(0, 238, 255, 0.3);
padding: 20px;
border-radius: 16px;
margin: 30px 0;
text-align: center;
display: none;
animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.price-text {
font-size: 24px;
color: #fff;
font-weight: 700;
margin: 0;
}
.price-text span {
color: #00eaff;
font-size: 32px;
margin-left: 10px;
text-shadow: 0 0 15px rgba(0, 238, 255, 0.4);
}
/* Submit Button */
button[type="submit"] {
width: 100%;
padding: 18px;
background: #00eaff;
color: #000;
font-weight: 800;
font-size: 18px;
border: none;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 0 20px rgba(0, 238, 255, 0.3);
position: relative;
overflow: hidden;
}
button[type="submit"]:hover {
transform: translateY(-3px);
box-shadow: 0 0 40px rgba(0, 238, 255, 0.5);
background: #fff;
}
.secure-badge {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 20px;
color: #666;
font-size: 12px;
}
.secure-badge i {
color: #00eaff;
}
.split-inputs {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
.order-container {
margin-top: 100px;
padding: 0 15px;
}
.order-card {
padding: 30px 20px;
}
.form-header h2 {
font-size: 28px;
}
.split-inputs {
grid-template-columns: 1fr;
gap: 0;
}
}
</style>
</head>
<body>
<!-- BACKGROUND ANIMATION -->
<div class="background-animation">
<div class="grid"></div>
<script>
// Add some global background particles
for (let i = 0; i < 20; i++) {
let circle = document.createElement("div");
circle.classList.add("circle");
circle.style.width = circle.style.height = Math.random() * 10 + 5 + "px";
circle.style.left = Math.random() * 100 + "vw";
circle.style.animationDuration = Math.random() * 10 + 10 + "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>
<!-- FORM SECTION -->
<div class="order-container">
<div class="order-card">
<div class="form-header">
<h2>Start Your <span>Project</span></h2>
<p>Fill out the form below to initiate your order request.</p>
</div>
<form action="https://form.codewithtanim.works/f/98937ab43952573c" method="POST">
<div class="form-group">
<label><i class="fas fa-user"></i> Full Name</label>
<input type="text" name="name" placeholder="John Doe" required>
</div>
<div class="form-group">
<label><i class="fas fa-building"></i> Company Name (Optional)</label>
<input type="text" name="company_name" placeholder="Your Company Ltd.">
</div>
<div class="split-inputs">
<div class="form-group">
<label><i class="fas fa-envelope"></i> Email Address</label>
<input type="email" name="email" placeholder="john@example.com" required>
</div>
<div class="form-group">
<label><i class="fab fa-whatsapp"></i> WhatsApp Number</label>
<input type="text" name="whatsapp" placeholder="+1 (555) 000-0000" required>
</div>
</div>
<div class="form-group">
<label><i class="fab fa-telegram"></i> Telegram Username</label>
<input type="text" name="telegram" placeholder="@username">
</div>
<div class="form-group">
<label><i class="fas fa-map-marker-alt"></i> Company Address (Optional)</label>
<input type="text" name="address" placeholder="123 Business St, City, Country">
</div>
<div class="form-group">
<label><i class="fas fa-layer-group"></i> Select Project Type</label>
<select id="projectSelect" name="project" onchange="updatePackages()" required>
<option value="">-- Choose Project --</option>
<option value="Landing Page">Landing Page</option>
<option value="Social Media Website">Social Media Website</option>
<option value="SaaS Platform">SaaS Platform</option>
<option value="E-Commerce Store">E-Commerce Store</option>
<option value="HYIP Investment Site">HYIP Investment Site</option>
<option value="Stock Image Store">Stock Image Store</option>
<option value="Portfolio Website">Portfolio Website</option>
<option value="App Development">App Development</option>
</select>
</div>
<div class="form-group">
<label><i class="fas fa-box-open"></i> Select Package</label>
<select id="packageSelect" name="package" onchange="updatePrice()" required disabled>
<option value="">Select a project first</option>
</select>
</div>
<div class="price-box" id="priceBox">
<p class="price-text" id="priceText">Total Estimate: <span>$0</span></p>
</div>
<div class="form-group">
<label><i class="fas fa-pen"></i> Project Details</label>
<textarea name="description"
placeholder="Tell us more about your requirements, specific features you need, or any questions you have..."
style="height: 150px;" required></textarea>
</div>
<button type="submit">Submit Order Request <i class="fas fa-arrow-right"
style="margin-left: 10px;"></i></button>
<div class="secure-badge">
<i class="fas fa-lock"></i> Secure 256-bit SSL Encryption
</div>
</form>
</div>
</div>
<!-- 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");
};
// Pricing Logic
const packages = {
"Landing Page": {
"Basic": 29,
"Standard": 79,
"Premium": 169
},
"Social Media Website": {
"Community": 150,
"Network": 400,
"Enterprise": 1000
},
"SaaS Platform": {
"Startup": 200,
"Business": 600,
"Enterprise": 1500
},
"E-Commerce Store": {
"Basic Store": 150,
"Business Store": 369,
"Enterprise Store": 999
},
"HYIP Investment Site": {
"Basic HYIP": 299,
"Professional HYIP": 499,
"Enterprise": 1299
},
"Stock Image Store": {
"Basic": 199,
"Standard": 599,
"Premium": 1499
},
"Portfolio Website": {
"Basic": 69,
"Professional": 199,
"Premium": 399
},
"App Development": {
"Android Basic": 300,
"Android Standard": 800,
"Android Premium": 2000,
"iOS Basic": 500,
"iOS Standard": 1200,
"iOS Premium": 3000
}
};
function updatePackages() {
const project = document.getElementById("projectSelect").value;
const packageSelect = document.getElementById("packageSelect");
const priceBox = document.getElementById("priceBox");
packageSelect.innerHTML = `<option value="">-- Select Package --</option>`;
packageSelect.disabled = true;
priceBox.style.display = "none";
if (packages[project]) {
packageSelect.disabled = false;
for (let p in packages[project]) {
// Format price nicely
let price = packages[project][p];
packageSelect.innerHTML += `<option value="${p} ($${price})">${p} - $${price}</option>`;
}
}
}
function updatePrice() {
const project = document.getElementById("projectSelect").value;
const packageValue = document.getElementById("packageSelect").value; // "Basic ($99)"
if (!packageValue) {
document.getElementById("priceBox").style.display = "none";
return;
}
// Extract price from value or look it up
// Since value is like "Basic ($99)", we can just show the value,
// OR we can parse it.
// Let's re-lookup for cleaner display
// Allow the basic text parsing to work if needed, but let's just display the selected text nicely
// Actually, my previous code just used the value directly.
// Let's conform to the request better:
// "Selected Package Price: $..."
// We need to match the key back to the object to get the raw number if we want to format it
// Simple way: RegEx to pull the price from the string "Name ($123)"
const match = packageValue.match(/\$(\d+)/);
if (match) {
const price = match[1];
document.getElementById("priceText").innerHTML = `Total Estimate: <span>$${price}</span>`;
document.getElementById("priceBox").style.display = "block";
}
}
</script>
</body>
</html>