-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
441 lines (427 loc) · 19.2 KB
/
index.html
File metadata and controls
441 lines (427 loc) · 19.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="AtomNext - Transform your business with cutting-edge Web Development, Mobile Apps, AI Integration, and Custom Software Solutions. Expert technology consulting for startups and enterprises.">
<meta name="keywords"
content="web development, mobile app development, AI integration, automation, custom software, technology solutions, business transformation, AI consulting">
<meta name="author" content="AtomNext Solutions">
<meta name="robots" content="index, follow">
<meta property="og:title" content="AtomNext | Transforming Ideas Into Digital Reality">
<meta property="og:description"
content="Your one-stop solution for Web Development, Mobile Apps, AI Integration, and Custom Software Solutions.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://atomnext.ai">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AtomNext | Technology Solutions">
<meta name="twitter:description"
content="Transform your business with Web Development, Mobile Apps, and AI Integration.">
<title>AtomNext | AI-Driven Software & Automation for Business Growth</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="mobile-first.css">
<link rel="stylesheet" href="mobile-sidebar.css">
<link rel="stylesheet" href="onboarding.css">
</head>
<body>
<!-- Navbar -->
<nav>
<div class="container">
<div class="logo">
<a href="#" class="logo-link">
<div class="logo-container">
<span class="logo-atom">
<span class="atom-circle"></span>
<span class="atom-orbit">
<span class="electron"></span>
</span>
<span class="atom-orbit" style="transform: rotate(60deg)">
<span class="electron"></span>
</span>
<span class="atom-orbit" style="transform: rotate(-60deg)">
<span class="electron"></span>
</span>
</span>
<div class="logo-text-container">
<span class="logo-text">
<span class="text-atom">Atom</span>
<span class="text-next">Next</span>
</span>
<span class="logo-text-solutions">Solutions</span>
<span class="logo-glowing-line"></span>
</div>
</div>
</a>
</div>
<div class="nav-items">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="order.html">Request Service</a></li>
</ul>
<a href="book-call.html" class="btn">Book a Call</a>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-title-wrapper">
<h1 class="glowing-text">
<span class="gradient-text">Transforming</span> Ideas Into
<span class="highlight-text">Digital Reality</span>
</h1>
</div>
<p class="hero-description">Your one-stop solution for Web Development, Mobile Apps, AI Integration, and
Custom Software Solutions.</p>
<div class="cta-container">
<a href="book-call.html" class="btn primary-btn">
<span class="btn-text">Let's Build Together</span>
<span class="btn-shine"></span>
<i class="fas fa-arrow-right"></i>
</a>
<a href="#services" class="btn secondary-btn">
<span class="btn-text">Explore Services</span>
<i class="fas fa-chevron-down"></i>
</a>
</div>
</div>
<div class="hero-visual">
<div class="hero-sphere">
<div class="sphere-3d">
<div class="sphere-core">
<div class="core-glow"></div>
</div>
<div class="sphere-rings">
<div class="ring ring-1"></div>
<div class="ring ring-2"></div>
<div class="ring ring-3"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services">
<div class="container">
<h2>Our Services</h2>
<p>Comprehensive technology solutions to power your business growth</p>
<div class="service-box">
<div class="service">
<i class="fas fa-globe service-icon"></i>
<h3>Web Development</h3>
<p>Custom websites, web applications, and e-commerce solutions with modern technologies.</p>
<ul class="service-features">
<li>Responsive Design</li>
<li>E-commerce Solutions</li>
<li>CMS Development</li>
<li>Progressive Web Apps</li>
</ul>
</div>
<div class="service">
<i class="fas fa-mobile-alt service-icon"></i>
<h3>App Development</h3>
<p>Native and cross-platform mobile applications for iOS and Android.</p>
<ul class="service-features">
<li>iOS Development</li>
<li>Android Development</li>
<li>Cross-platform Apps</li>
<li>App Maintenance</li>
</ul>
</div>
<div class="service">
<i class="fas fa-robot service-icon"></i>
<h3>AI Solutions</h3>
<p>Intelligent automation and AI integration for business processes.</p>
<ul class="service-features">
<li>Chatbot Development</li>
<li>Process Automation</li>
<li>Data Analytics</li>
<li>Machine Learning</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Technologies Section -->
<section id="technologies" class="technologies">
<div class="container">
<h2>Technologies We Use</h2>
<p>Latest technologies to build robust and scalable solutions</p>
<div class="tech-grid">
<div class="tech-category">
<h3>Frontend</h3>
<div class="tech-items">
<div class="tech-item">
<i class="fab fa-react"></i>
<span>React</span>
</div>
<div class="tech-item">
<i class="fab fa-angular"></i>
<span>Angular</span>
</div>
<div class="tech-item">
<i class="fab fa-vuejs"></i>
<span>Vue.js</span>
</div>
</div>
</div>
<div class="tech-category">
<h3>Backend</h3>
<div class="tech-items">
<div class="tech-item">
<i class="fab fa-node"></i>
<span>Node.js</span>
</div>
<div class="tech-item">
<i class="fab fa-python"></i>
<span>Python</span>
</div>
<div class="tech-item">
<i class="fab fa-java"></i>
<span>Java</span>
</div>
</div>
</div>
<div class="tech-category">
<h3>Mobile</h3>
<div class="tech-items">
<div class="tech-item">
<i class="fab fa-swift"></i>
<span>Swift</span>
</div>
<div class="tech-item">
<i class="fab fa-android"></i>
<span>Android</span>
</div>
<div class="tech-item">
<i class="fab fa-react"></i>
<span>React Native</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section id="process" class="process">
<div class="container">
<h2>Our Process</h2>
<p>We follow a systematic approach to deliver high-quality solutions</p>
<div class="steps">
<div class="step">
<div class="step-number">1</div>
<h3>Discovery</h3>
<p>Understanding your requirements, goals, and business objectives through detailed consultation.
</p>
</div>
<div class="step">
<div class="step-number">2</div>
<h3>Analysis</h3>
<p>Deep analysis of your business processes and technical requirements to create optimal solutions.
</p>
</div>
<div class="step">
<div class="step-number">3</div>
<h3>Planning</h3>
<p>Creating detailed project roadmap, technology stack selection, and development strategy.</p>
</div>
<div class="step">
<div class="step-number">4</div>
<h3>Development</h3>
<p>Agile development process with regular updates and continuous feedback integration.</p>
</div>
<div class="step">
<div class="step-number">5</div>
<h3>Testing</h3>
<p>Comprehensive testing and quality assurance to ensure robust and reliable solutions.</p>
</div>
<div class="step">
<div class="step-number">6</div>
<h3>Launch & Support</h3>
<p>Smooth deployment with ongoing maintenance and support for optimal performance.</p>
</div>
</div>
<div class="process-button">
<a href="book-call.html" class="btn">Start Your Project</a>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="team">
<div class="container">
<h2>Our Team</h2>
<p>Your partners in technology transformation</p>
<div class="team-members">
<!-- Member 1 -->
<div class="member">
<img src="images/ani1.jpg" alt="Nasheel Damudi - Founder & Automation Expert at AtomNext Solutions"
loading="lazy">
<h3>Nasheel Damudi</h3>
<p>Founder & Automation Expert | Backend Systems Architect</p>
<p class="intro">
Nasheel is the Founder and an AI-driven automation specialist focused on optimizing business
processes through cutting-edge technology.
</p>
<div class="social-links">
<a href="https://www.instagram.com/nashil_damudi1?igsh=MWsyYjBjaWdrNGIz&utm_source=qr"
target="_blank" aria-label="Instagram" class="instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/mohammad-nasheel-damudi-07808a202" target="_blank"
aria-label="LinkedIn" class="linkedin">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<!-- Member 2 -->
<div class="member">
<img src="images/ani2.jpeg" alt="Shaanif Ahmed - Co-Founder & AI Consultant at AtomNext Solutions"
loading="lazy">
<h3>Shaanif Ahmed</h3>
<p>Co-Founder | AI, SEO & Digital Growth Advisor</p>
<p class="intro">
Shaanif Ahmed is an AI consultant helping businesses adopt smart automation for efficiency and
growth.
</p>
<div class="social-links">
<a href="https://www.instagram.com/itz_shanukz?igsh=Zno1MHJ1c3BidDln" target="_blank"
aria-label="Instagram" class="instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/shaanif-ahmed-765934233" target="_blank"
aria-label="LinkedIn" class="linkedin">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<!-- Member 3 -->
<div class="member">
<img src="images/ani3.jpeg"
alt="Azhar Ali - Technical Lead & Head of Engineering at AtomNext Solutions" loading="lazy">
<h3>Azhar Ali</h3>
<p>Technical Lead & Head of Engineering</p>
<p class="intro">
Azharuddin Ali is a Technical Lead & Head of Engineering, specializing in full-stack web and
mobile app development and delivering innovative solutions.
</p>
<div class="social-links">
<a href="#" target="_blank" aria-label="Instagram" class="instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="#" target="_blank" aria-label="LinkedIn" class="linkedin">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2>Start Your Digital Journey</h2>
<p>Let's discuss how we can help transform your business with technology</p>
<a href="book-call.html" class="btn">Schedule Consultation</a>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>AtomNext Solutions</h3>
<p>Transforming businesses through innovative technology solutions</p>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li>Web Development</li>
<li>App Development</li>
<li>AI Solutions</li>
<li>Custom Software</li>
</ul>
</div>
<div class="footer-section">
<h3>Connect</h3>
<div class="social-icons">
<a href="https://www.linkedin.com/company/atom-next-ai/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/atomnextai" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="#" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 AtomNext Solutions. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Chatbot -->
<div class="chatbot-container">
<div class="chatbot-header">
<div class="chatbot-title">
<i class="fas fa-robot"></i>
<span>AtomNext AI Assistant</span>
</div>
<button class="chatbot-close">
<i class="fas fa-times"></i>
</button>
</div>
<div class="chatbot-messages">
<div class="message bot">
<div class="message-content">
Hello! I'm your AI assistant. How can I help you today?
</div>
</div>
</div>
<div class="chatbot-input">
<input type="text" placeholder="Type your message..." class="chatbot-text-input">
<button class="chatbot-send">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
<!-- Welcome Popup -->
<div class="chatbot-welcome">
<button class="chatbot-welcome-close">
<i class="fas fa-times"></i>
</button>
<div class="chatbot-welcome-header">
<i class="fas fa-robot"></i>
<span>Welcome to AtomNext AI!</span>
</div>
<div class="chatbot-welcome-content">
Hi there! 👋 I'm your AI assistant. I can help you learn more about our services, schedule a consultation,
or answer any questions you might have. How can I assist you today?
</div>
</div>
<button class="chatbot-toggle">
<i class="fas fa-robot"></i>
</button>
<script>
document.querySelector('.hamburger').addEventListener('click', function () {
document.querySelector('.nav-items').classList.toggle('active');
this.classList.toggle('active');
});
</script>
<script src="script.js"></script>
<script src="mobile-sidebar.js"></script>
<script src="onboarding.js"></script>
</body>
</html>