-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
379 lines (347 loc) · 16.9 KB
/
contact.html
File metadata and controls
379 lines (347 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - Nextomic Complete Finance Solutions</title>
<meta name="description"
content="Get in touch with Nextomic for personalized financial solutions and expert guidance">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Anime.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/contact.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<h2><i class="fas fa-chart-line"></i> Nextomic</h2>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="services.html" class="nav-link">Services</a></li>
<li class="nav-item"><a href="portfolio.html" class="nav-link">Portfolio</a></li>
<li class="nav-item"><a href="expense-tracker.html" class="nav-link">Expenses</a></li>
<li class="nav-item"><a href="calculator.html" class="nav-link">Calculator</a></li>
<li class="nav-item"><a href="demo.html" class="nav-link">Demo</a></li>
<li class="nav-item"><a href="tools.html" class="nav-link">Tools</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link active">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="page-hero">
<div class="container">
<div class="hero-content">
<h1>Get in Touch</h1>
<p>Ready to transform your financial future? Let's start a conversation about your goals.</p>
</div>
</div>
<div class="hero-bg-animation"></div>
</section>
<!-- Contact Section -->
<section class="contact-section">
<div class="container">
<div class="contact-content">
<div class="contact-info">
<h2>Let's Start a Conversation</h2>
<p>Our team of financial experts is ready to help you achieve your financial goals. Reach out to us
and we'll get back to you within 24 hours.</p>
<div class="contact-methods">
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-phone"></i>
</div>
<div class="method-details">
<h4>Phone</h4>
<p>+1 (555) 123-4567</p>
<span>Mon-Fri 9AM-6PM EST</span>
</div>
</div>
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-envelope"></i>
</div>
<div class="method-details">
<h4>Email</h4>
<p>hello@finovix.com</p>
<span>We reply within 2 hours</span>
</div>
</div>
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="method-details">
<h4>Office</h4>
<p>123 Financial District</p>
<span>New York, NY 10001</span>
</div>
</div>
<div class="contact-method">
<div class="method-icon">
<i class="fas fa-clock"></i>
</div>
<div class="method-details">
<h4>Support Hours</h4>
<p>24/7 AI Assistant</p>
<span>Human support 9AM-6PM</span>
</div>
</div>
</div>
</div>
<div class="contact-form-container">
<div class="form-card">
<h3>Send us a Message</h3>
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Full Name *</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address *</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="phone">Phone Number</label>
<input type="tel" id="phone" name="phone">
</div>
<div class="form-group">
<label for="service">Service Interest</label>
<select id="service" name="service">
<option value="">Select a service</option>
<option value="personal-finance">Personal Finance Management</option>
<option value="investment-planning">Investment Planning</option>
<option value="loan-advisory">Loan Advisory</option>
<option value="ai-tools">AI Tools</option>
<option value="consultation">General Consultation</option>
</select>
</div>
<div class="form-group">
<label for="budget">Monthly Budget Range</label>
<select id="budget" name="budget">
<option value="">Select budget range</option>
<option value="under-1000">Under $1,000</option>
<option value="1000-5000">$1,000 - $5,000</option>
<option value="5000-10000">$5,000 - $10,000</option>
<option value="over-10000">Over $10,000</option>
</select>
</div>
<div class="form-group">
<label for="message">Message *</label>
<textarea id="message" name="message" rows="5" required
placeholder="Tell us about your financial goals and how we can help..."></textarea>
</div>
<div class="form-group checkbox-group">
<label class="checkbox-label">
<input type="checkbox" id="newsletter" name="newsletter">
<span class="checkmark"></span>
Subscribe to our newsletter for financial tips and updates
</label>
</div>
<button type="submit" class="btn btn-primary btn-large">
<i class="fas fa-paper-plane"></i>
Send Message
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Map Section -->
<section class="map-section">
<div class="container">
<div class="section-header">
<h2>Find Us</h2>
<p>Visit our office or schedule a virtual meeting</p>
</div>
<div class="map-container">
<div class="map-placeholder">
<i class="fas fa-map-marked-alt"></i>
<h3>Interactive Map</h3>
<p>123 Financial District, New York, NY 10001</p>
<div class="map-actions">
<a href="#" class="btn btn-secondary">
<i class="fas fa-directions"></i>
Get Directions
</a>
<a href="#" class="btn btn-primary">
<i class="fas fa-calendar"></i>
Schedule Meeting
</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<div class="section-header">
<h2>Frequently Asked Questions</h2>
<p>Quick answers to common questions</p>
</div>
<div class="faq-grid">
<div class="faq-item">
<div class="faq-question">
<h4>How quickly can I get started?</h4>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>You can get started immediately! Our platform is designed for instant access. Simply sign up
and you'll have access to all our AI tools and services within minutes.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>What makes Nextomic different from other financial services?</h4>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Nextomic combines cutting-edge AI technology with human expertise to provide personalized
financial solutions. Our platform offers real-time insights, predictive analytics, and 24/7
AI assistance that adapts to your unique financial situation.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Is my financial data secure?</h4>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Absolutely! We use bank-grade encryption and security protocols to protect your data. Our
platform is SOC 2 compliant and we never share your personal information with third parties
without your explicit consent.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Do you offer personalized financial advice?</h4>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Yes! Our AI-powered system provides personalized recommendations based on your financial
profile, goals, and risk tolerance. You also have access to our team of certified financial
advisors for more complex planning needs.</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<div class="cta-content">
<h2>Ready to Transform Your Financial Future?</h2>
<p>Join thousands of users who trust Nextomic for their financial success</p>
<div class="cta-buttons">
<a href="#" class="btn btn-primary btn-large">
<i class="fas fa-rocket"></i>
Start Free Trial
</a>
<a href="services.html" class="btn btn-secondary btn-large">
<i class="fas fa-info-circle"></i>
Learn More
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<i class="fas fa-chart-line"></i>
<span>Nextomic</span>
</div>
<p>Empowering your financial future with cutting-edge technology and personalized solutions.</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li><a href="services.html">Personal Finance</a></li>
<li><a href="services.html">Investment Planning</a></li>
<li><a href="services.html">Loan Advisory</a></li>
<li><a href="services.html">Tax Calculators</a></li>
</ul>
</div>
<div class="footer-section">
<h3>AI Tools</h3>
<ul>
<li><a href="ai-tools.html">AI Chat Assistant</a></li>
<li><a href="ai-tools.html">Spending Analyzer</a></li>
<li><a href="ai-tools.html">Investment Predictor</a></li>
<li><a href="ai-tools.html">Budget Planner</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Company</h3>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Nextomic. All rights reserved.copy; 2024 Nextomic. All rights reserved. | Owned by
AtomNext Solutions</p>
</div>
</div>
</footer>
<!-- AI Chat Widget -->
<div class="chat-widget" id="chatWidget">
<div class="chat-toggle" id="chatToggle">
<i class="fas fa-comments"></i>
</div>
<div class="chat-container" id="chatContainer">
<div class="chat-header">
<h4>AI Assistant</h4>
<button class="chat-close" id="chatClose">
<i class="fas fa-times"></i>
</button>
</div>
<div class="chat-messages" id="chatMessages">
<div class="message bot-message">
<div class="message-content">
Hi! I'm here to help you with any questions about our services or to assist with your contact
form. How can I help?
</div>
</div>
</div>
<div class="chat-input">
<input type="text" id="chatInput" placeholder="Ask about our services...">
<button id="chatSend">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<!-- Custom JavaScript -->
<script src="assets/js/main.js"></script>
</body>
</html>