-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathECommerceStore.html
More file actions
304 lines (282 loc) · 13.2 KB
/
ECommerceStore.html
File metadata and controls
304 lines (282 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-Commerce Store | ExploitInject</title>
<meta name="description"
content="Build your online store with ExploitInject's E-Commerce development services. Secure, scalable, and feature-rich online shopping platforms.">
<meta name="keywords"
content="E-Commerce Development, Online Store Builder, WooCommerce Development, Shopify Alternative, ExploitInject E-Commerce">
<meta name="author" content="ExploitInject Team">
<meta property="og:title" content="E-Commerce Store | ExploitInject">
<meta property="og:description"
content="Build your online store with ExploitInject's E-Commerce development services. Secure and scalable platforms.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://exploit-inject.github.io/ExploitInject/ECommerceStore.html">
<meta property="og:image" content="https://i.ibb.co/JWrx9kZG/Simple-Profile-Photo-Instagram-Post.png">
<meta name="robots" content="index, follow">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "E-Commerce Development",
"provider": {
"@type": "Organization",
"name": "ExploitInject"
},
"description": "Complete e-commerce solutions including shopping cart, payment gateway, and inventory management."
}
</script>
<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">
<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">
<style>
/* Specific page overrides if needed */
.process-step {
text-align: center;
}
.step-number {
width: 60px;
height: 60px;
background: #00eaff;
color: #000;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 800;
margin: 0 auto 20px;
box-shadow: 0 0 15px #00eaff;
}
</style>
</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" class="active">Services</a>
<a href="connect.html">Connects</a>
</div>
</nav>
<!-- HERO SECTION -->
<section class="hero" style="height: 60vh; min-height: 400px;">
<div style="width: 100%; text-align: center;">
<h2 style="font-size: 50px;">E-Commerce <br><span>Solutions</span></h2>
<p style="margin: 20px auto; max-width: 800px;">
Build powerful online stores with complete shopping cart systems, secure payment processing, and
comprehensive inventory management.
</p>
<div class="hero-btns" style="justify-content: center;">
<a href="#pricing" class="btn">View Plans</a>
</div>
</div>
</section>
<!-- SERVICE DETAILS -->
<section class="section">
<div class="contact-grid" style="align-items: center;">
<!-- Using contact-grid for side-by-side layout -->
<div class="intro">
<h3 style="color: #00eaff; margin-bottom: 20px; font-size: 28px;">Sell Products Online</h3>
<p style="color: #c9c9c9; line-height: 1.6; margin-bottom: 20px;">
Our e-commerce solutions are designed to provide seamless shopping experiences for your customers.
We build complete online stores with intuitive product catalogs, secure checkout processes, and
comprehensive inventory management.
</p>
<p style="color: #c9c9c9; line-height: 1.6; margin-bottom: 20px;">
From product management and customer accounts to order tracking and analytics, we create e-commerce
platforms that drive sales and build customer loyalty.
</p>
</div>
<div class="glass-panel" style="padding: 10px;">
<img src="https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80"
alt="E-Commerce" style="width: 100%; border-radius: 10px;">
</div>
</div>
</section>
<!-- FEATURES GEID -->
<section class="section" style="padding-top: 0;">
<h2>Key Features</h2>
<div class="features">
<div class="card">
<div class="service-icon"><i class="fas fa-boxes"></i></div>
<h3>Product Catalog</h3>
<p>Organized listing with filters and search.</p>
</div>
<div class="card">
<div class="service-icon"><i class="fas fa-shopping-cart"></i></div>
<h3>Shopping Cart</h3>
<p>Advanced cart with easy checkout flow.</p>
</div>
<div class="card">
<div class="service-icon"><i class="fas fa-credit-card"></i></div>
<h3>Payment Gateway</h3>
<p>Secure processing with multiple options.</p>
</div>
<div class="card">
<div class="service-icon"><i class="fas fa-chart-bar"></i></div>
<h3>Order Management</h3>
<p>Tracking, inventory, and analytics.</p>
</div>
</div>
</section>
<!-- PRICING SECTION -->
<section class="section" id="pricing">
<h2>Store Packages</h2>
<div class="features">
<!-- Basic -->
<div class="card">
<div class="service-icon"><i class="fas fa-store"></i></div>
<h3>Basic Store</h3>
<div class="price">$150</div>
<ul class="pricing-features">
<li><i class="fas fa-check"></i> Up to 50 products</li>
<li><i class="fas fa-check"></i> Basic catalog</li>
<li><i class="fas fa-check"></i> Single payment gateway</li>
<li><i class="fas fa-check"></i> 4-5 weeks delivery</li>
</ul>
<a href="order.html" class="btn" style="width:100%; margin-top:15px; text-align:center;">Get Started</a>
</div>
<!-- Business -->
<div class="card" style="border-color: #00eaff; box-shadow: 0 0 20px rgba(0, 238, 255, 0.15);">
<div
style="position: absolute; top: 10px; right: 10px; background: #00eaff; color: #000; padding: 4px 12px; border-radius: 20px; font-weight: bold; font-size: 12px;">
Most Popular</div>
<div class="service-icon"><i class="fas fa-shopping-bag"></i></div>
<h3>Business Store</h3>
<div class="price">$369</div>
<ul class="pricing-features">
<li><i class="fas fa-check"></i> Up to 500 products</li>
<li><i class="fas fa-check"></i> Multiple gateways</li>
<li><i class="fas fa-check"></i> Inventory management</li>
<li><i class="fas fa-check"></i> Customer accounts</li>
</ul>
<a href="order.html" class="btn" style="width:100%; margin-top:15px; text-align:center;">Get Started</a>
</div>
<!-- Enterprise -->
<div class="card">
<div class="service-icon"><i class="fas fa-crown"></i></div>
<h3>Enterprise</h3>
<div class="price">$999</div>
<ul class="pricing-features">
<li><i class="fas fa-check"></i> Unlimited products</li>
<li><i class="fas fa-check"></i> Multi-currency</li>
<li><i class="fas fa-check"></i> Advanced analytics</li>
<li><i class="fas fa-check"></i> API integrations</li>
</ul>
<a href="order.html" class="btn" style="width:100%; margin-top:15px; text-align:center;">Get Started</a>
</div>
</div>
</section>
<!-- PROCESS SECTION -->
<section class="section" style="background: rgba(255,255,255,0.02);">
<h2>Development Process</h2>
<div class="features">
<div class="card process-step">
<div class="step-number">1</div>
<h3>Planning</h3>
<p>Define product structure and customer journey.</p>
</div>
<div class="card process-step">
<div class="step-number">2</div>
<h3>Design & UX</h3>
<p>Create intuitive shopping experience.</p>
</div>
<div class="card process-step">
<div class="step-number">3</div>
<h3>Development</h3>
<p>Build cart, payment, and backend systems.</p>
</div>
<div class="card process-step">
<div class="step-number">4</div>
<h3>Launch</h3>
<p>Testing, security audit, and deployment.</p>
</div>
</div>
</section>
<!-- CTA SECTION -->
<section class="section">
<div class="glass-panel" style="text-align: center; max-width: 800px; margin: 0 auto;">
<h2 style="margin-bottom: 20px;">Ready to Start Selling?</h2>
<p style="margin-bottom: 30px; color: #c9c9c9;">Build a professional e-commerce store that converts visitors
into customers.</p>
<a href="connect.html" class="btn">Launch Your Store</a>
</div>
</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>