-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathterm_service.html
More file actions
208 lines (180 loc) · 7.86 KB
/
term_service.html
File metadata and controls
208 lines (180 loc) · 7.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - FinTech</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
color: #333;
line-height: 1.6;
padding: 20px;
}
.container {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
header {
background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
color: white;
padding: 30px;
text-align: center;
}
header h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
header p {
font-size: 1.1rem;
opacity: 0.9;
}
.logo {
font-size: 2.8rem;
margin-bottom: 15px;
}
.content {
padding: 40px;
}
.section {
margin-bottom: 40px;
}
.section h2 {
color: #4b6cb7;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #eaeaea;
font-size: 1.8rem;
}
.section p {
margin-bottom: 15px;
font-size: 1.05rem;
}
.section ul {
margin-left: 20px;
margin-bottom: 15px;
}
.section li {
margin-bottom: 10px;
}
.highlight {
background-color: #f3f6ff;
padding: 20px;
border-radius: 10px;
border-left: 4px solid #4b6cb7;
margin: 20px 0;
}
footer {
text-align: center;
padding: 30px;
background: #f5f7fa;
color: #666;
font-size: 0.9rem;
}
.last-updated {
font-style: italic;
margin-bottom: 10px;
}
.button {
display: inline-block;
background: #4b6cb7;
color: white;
padding: 12px 25px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
margin-top: 20px;
transition: all 0.3s ease;
}
.button:hover {
background: #3a5999;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.content {
padding: 25px;
}
header {
padding: 20px;
}
header h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<div class="logo">💰</div>
<h1>FinTech Terms of Service</h1>
<p>Last Updated: september 2 , 2025</p>
</header>
<div class="content">
<div class="section">
<h2>1. Acceptance of Terms</h2>
<p>Welcome to <strong>FinTech</strong> ("the Application"), an open-source personal finance management tool. By accessing or using this Application, you agree to be bound by these Terms of Service ("Terms").</p>
<p>If you do not agree to these Terms, please do not use the Application. We reserve the right to modify these Terms at any time, and such modifications will be effective immediately upon posting.</p>
</div>
<div class="section">
<h2>2. Description of Service</h2>
<p>FinTech is a web-based application designed to help users manage their personal finances. The current version provides features for:</p>
<ul>
<li>User registration and secure login system</li>
<li>Financial dashboard and overview</li>
<li>Interactive financial data tracking</li>
<li>Responsive and user-friendly interface</li>
</ul>
<div class="highlight">
<p><strong>Please note:</strong> This is an <strong>open-source project</strong> and may be under active development. Features may change without prior notice.</p>
</div>
</div>
<div class="section">
<h2>3. Open-Source Nature & Disclaimer</h2>
<p>FinTech is provided <strong>"as is"</strong> and <strong>"as available"</strong> without any warranties, express or implied. As an open-source project, it is primarily for <strong>educational and demonstration purposes</strong>.</p>
<p>The contributors to this project are not financial advisors. This Application is not a licensed financial service. It is a personal project and should not be relied upon for making critical financial decisions.</p>
</div>
<div class="section">
<h2>4. User Responsibilities</h2>
<p>By using FinTech, you agree to the following responsibilities:</p>
<ul>
<li><strong>Account Security:</strong> You are responsible for maintaining the confidentiality of your login information and for all activities that occur under your account.</li>
<li><strong>Accurate Information:</strong> You agree to provide accurate and complete information during the registration process.</li>
<li><strong>Lawful Use:</strong> You agree to use the Application only for lawful purposes and in a way that does not infringe the rights of others.</li>
<li><strong>Compliance:</strong> You agree to comply with all applicable laws and regulations regarding your use of the Application.</li>
</ul>
</div>
<div class="section">
<h2>5. Data and Privacy</h2>
<p>The current version of FinTech is a front-end application. Please be aware that any data you enter (including financial information) is stored locally in your browser unless a backend and database are integrated in the future.</p>
<p>We do not currently collect, store, or process your personal or financial data on any external server. This is subject to change if backend functionality is added, at which point these Terms and a Privacy Policy will be updated.</p>
<p>You are solely responsible for the security of your device and browser.</p>
</div>
<div class="section">
<h2>8. Changes to Terms</h2>
<p>We may update these Terms of Service from time to time. We will notify you of any changes by posting the new Terms on this page and updating the "Last Updated" date.</p>
<p>You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on this page.</p>
</div>
<center>
<a href="home.html" class="button">Return to Homepage</a>
</center>
</div>
<footer>
<p class="last-updated">Last Updated: September 23, 2025</p>
<p>© 2025 FinTech - Your Personal Finance Companion. All rights reserved.</p>
<p>An open-source project by Kanisha Sharma and Om Roy</p>
</footer>
</div>
</body>
</html>