-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathsupport.html
More file actions
237 lines (218 loc) · 9.44 KB
/
support.html
File metadata and controls
237 lines (218 loc) · 9.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iNCIgZmlsbD0iIzBmMDA4MSIvPgo8Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxMiIgZmlsbD0iI2ZmOGMwMCIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTEwIDEySDIyVjE4SDEwVjEyWiIgZmlsbD0iI2ZmZmZmZiIvPgo8Y2lyY2xlIGN4PSIxNiIgY3k9IjE0IiByPSIxLjUiIGZpbGw9IiMwZjAwODEiLz4KPHBhdGggZD0iTTE0IDI0QzE0IDI2LjIwOTEgMTUuNzkwOSAyOCAxOCAyOEMyMC4yMDkxIDI4IDIyIDI2LjIwOTEgMjIgMjQiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="support.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.css">
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>Finance Tracker - A Personal Finance App</title>
</head>
<body>
<!-- <header class="header-part"> -->
<nav>
<div class="navbar">
<a href="./index.html" class="logo"
><i class="fas fa-chart-line"></i> Finance Tracker</a
>
<ul class="nav-links">
<li><a href="./index.html">Home</a></li>
<li><a href="./index.html#tracker">Use Tracker</a></li>
<li><a href="./index.html#how-it-works">How it Works</a></li>
<li><a href="./index.html#invite">Community</a></li>
<li><a href="./support.html" class="active">Support</a></li>
</ul>
<!-- Search Bar -->
<div class="search-container">
<div class="search-bar">
<i class="fas fa-search search-icon"></i>
<input type="text" id="search-input" placeholder="Search" class="search-input">
<div class="search-shortcut">
<span class="shortcut-key">⌘</span>
<span class="shortcut-key">K</span>
<span class="shortcut-separator">/</span>
<span class="shortcut-key">Ctrl</span>
<span class="shortcut-key">K</span>
</div>
</div>
</div>
<div class="buttons">
<a href="./login.html" class="btn-head"
><i class="fas fa-sign-in-alt"></i> Log In</a
>
<a href="./sign-up.html" class="btn-head"
><i class="fas fa-user-plus"></i> Sign Up</a>
</div>
<div class="menu-toggle" id="menu-toggle">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- Support Hero Section -->
<section class="support-hero">
<div class="support-hero-content">
<div class="support-hero-text">
<h1>How can we help you?</h1>
<p>Get the support you need to make the most of your finance tracking experience. Our team is here to help you succeed.</p>
<div class="support-benefits">
<div class="benefit-item">
<i class="fas fa-clock"></i>
<span>24/7 Support</span>
</div>
<div class="benefit-item">
<i class="fas fa-shield-alt"></i>
<span>Secure & Private</span>
</div>
<div class="benefit-item">
<i class="fas fa-users"></i>
<span>Expert Team</span>
</div>
</div>
</div>
<div class="support-hero-image">
<div class="floating-card support-card-1">
<i class="fas fa-headset"></i>
<h3>Live Chat</h3>
<p>Get instant help</p>
</div>
<div class="floating-card support-card-2">
<i class="fas fa-envelope"></i>
<h3>Email Support</h3>
<p>Detailed responses</p>
</div>
<div class="floating-card support-card-3">
<i class="fas fa-question-circle"></i>
<h3>FAQ</h3>
<p>Quick answers</p>
</div>
</div>
</div>
</section>
<!-- Support Form Section -->
<section class="support-container">
<div class="support-form-wrapper">
<div class="support-form-header">
<h2>Send us a message</h2>
<p>Fill out the form below and we'll get back to you within 24 hours</p>
</div>
<form class="modern-support-form" action="/support" method="post">
<div class="form-row">
<div class="form-group">
<label for="fullname">
<i class="fas fa-user"></i>
Full Name <span>*</span>
</label>
<input type="text" id="fullname" name="fullname" required placeholder="Enter your full name">
</div>
<div class="form-group">
<label for="email">
<i class="fas fa-envelope"></i>
Email Address <span>*</span>
</label>
<input type="email" id="email" name="email" required placeholder="Enter your email address">
</div>
</div>
<div class="form-group">
<label for="subject">
<i class="fas fa-tag"></i>
Subject <span>*</span>
</label>
<input type="text" id="subject" name="subject" required placeholder="What's this about?">
</div>
<div class="form-group">
<label for="priority">
<i class="fas fa-exclamation-triangle"></i>
Priority Level
</label>
<select id="priority" name="priority">
<option value="low">Low - General question</option>
<option value="medium" selected>Medium - Need assistance</option>
<option value="high">High - Urgent issue</option>
</select>
</div>
<div class="form-group">
<label for="query">
<i class="fas fa-comment-alt"></i>
Message <span>*</span>
</label>
<textarea name="query" id="query" required placeholder="Describe your issue or question in detail..."></textarea>
</div>
<div class="checkbox-group">
<label class="checkbox-label">
<input type="checkbox" required>
<span class="checkmark"></span>
I agree to the <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>
</label>
</div>
<button type="submit" class="support-btn">
<i class="fas fa-paper-plane"></i>
Send Message
</button>
</form>
<div class="support-footer">
<p>Need immediate help? <a href="mailto:support@financetracker.com">Email us directly</a> or call <a href="tel:+15551234567">+1 (555) 123-4567</a></p>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<i class="fas fa-chart-line"></i>
<h3>Finance Tracker</h3>
</div>
<p class="footer-description">
Take control of your finances with our comprehensive personal finance tracking tool.
Manage your income, expenses, and financial goals effortlessly.
</p>
<div class="social-links">
<a href="#" class="social-link"><i class="fab fa-github"></i></a>
<a href="#" class="social-link"><i class="fab fa-linkedin"></i></a>
<a href="#" class="social-link"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-link"><i class="fab fa-facebook"></i></a>
</div>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul class="footer-links">
<li><a href="./index.html#tracker">Use Tracker</a></li>
<li><a href="./index.html#how-it-works">How it Works</a></li>
<li><a href="./index.html#invite">Community</a></li>
<li><a href="./support.html">Support</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Resources</h4>
<ul class="footer-links">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact Info</h4>
<div class="contact-info">
<p><i class="fas fa-envelope"></i> support@financetracker.com</p>
<p><i class="fas fa-phone"></i> +1 (555) 123-4567</p>
<p><i class="fas fa-map-marker-alt"></i> New York, NY</p>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-bottom-content">
<p>© 2025 Finance Tracker. All rights reserved.</p>
<p class="developer-credit">Created by <strong>Neeraj Meena</strong> - Full Stack MERN Developer</p>
</div>
</div>
</div>
</footer>
<script>feather.replace();</script>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/your-font-awesome-kit.js" crossorigin="anonymous"></script>
</body>
</html>