-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
214 lines (203 loc) · 10 KB
/
aboutus.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About DhanSafar</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<style>
.header {
background-color: #f9be7c;
color: white;
padding: 10px;
text-align: center;
font-size: 28px;
}
.container-ab {
padding: 120px 36px;
}
.section-title {
font-size: 20px;
font-weight: bold;
margin-top: 16px;
}
.feature-item {
margin-top: 16px;
}
.feature-title {
font-size: 18px;
font-weight: bold;
}
.feature-description {
font-size: 16px;
}
</style>
</head>
<body>
<!-- header start -->
<header>
<div id="header-sticky" class="header-area header-1 transparent-header pt-40 pb-40">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-2 d-flex align-items-center">
<div class="logo">
<a class="logo-black" href="index.html"> <img src="img/logo/logo.png" alt=""> </a>
<a class="logo-white" href="index.html"> <img src="img/logo/logo1.png" alt=""> </a>
</div>
</div>
<div class="col-xl-8 col-lg-10 offset-xl-1">
<div class="header-btn f-right pl-20 d-none d-lg-block">
<a href="#downloadnow" class="btn">Download Now</a>
</div>
<div class="main-menu f-right">
<nav id="mobile-menu">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#fea">Features</a></li>
<li><a href="#screen">Screenshots</a></li>
<li><a href="#review">Review</a></li>
<li><a href="#price">Price</a></li>
</ul>
</nav>
</div>
<!-- menu -->
<div class="mobile-menu"></div>
</div>
</div>
</div>
</div>
</header>
<!-- header end -->
<div class="container-ab">
<div class="section-title">Key Features</div>
<div class="feature-item">
<div class="feature-title">User Authentication</div>
<div class="feature-description">DhanSafar prioritizes the security of your data. With our robust user
authentication system, you can create accounts or log in securely using your email or phone number. We
ensure your account is protected with password authentication.</div>
</div>
<div class="feature-item">
<div class="feature-title">Expense Tracking</div>
<div class="feature-description">Tracking expenses has never been easier. DhanSafar allows you to
effortlessly add, edit, and delete expenses. You can include details such as amount, date, description,
categories, quantity, and price per quantity. With customizable categories, organizing your expenses
becomes a breeze.</div>
</div>
<div class="feature-item">
<div class="feature-title">Income Tracking</div>
<div class="feature-description">In addition to managing expenses, DhanSafar helps you keep track of your
income. You can add, edit, and delete income entries with ease, recording essential details like amount,
date, and description.</div>
</div>
<div class="feature-item">
<div class="feature-title">Project Management</div>
<div class="feature-description">Stay organized by categorizing your expenses and income entries into
projects. DhanSafar enables you to create, edit, and delete projects effortlessly. Associate expenses
and income entries with specific projects for better financial management.</div>
</div>
<div class="feature-item">
<div class="feature-title">Data Visualization</div>
<div class="feature-description">Gain valuable insights into your financial habits with DhanSafar's data
visualization tools. We provide graphical representations of your expenses and income over time,
including charts and graphs to visualize spending habits, income sources, and expense categories.</div>
</div>
<div class="feature-item">
<div class="feature-title">Search and Filter</div>
<div class="feature-description">Efficiently locate specific expenses or income entries with DhanSafar's
search and filter functionality. You can filter entries by date range, category, project, or amount,
ensuring quick access to the information you need.</div>
</div>
<div class="feature-item">
<div class="feature-title">Backup and Restore</div>
<div class="feature-description">Rest easy knowing your data is safe with DhanSafar's backup and restore
feature. Create backups of your data and restore from previous backups if needed. We ensure that your
data is securely stored and encrypted to prevent unauthorized access.</div>
</div>
<div class="feature-item">
<div class="feature-title">Settings and Preferences</div>
<div class="feature-description">Customize DhanSafar to suit your preferences. Adjust settings such as
currency, date format, and language to tailor the app to your needs. Set up notifications, reminders,
and user preferences for a personalized experience.</div>
</div>
<div class="feature-item">
<div class="feature-title">Security and Privacy</div>
<div class="feature-description">Your security and privacy are our top priorities. DhanSafar implements
robust security measures to protect your data from unauthorized access or breaches. We comply with data
privacy regulations and standards to safeguard your information at all times.</div>
</div>
</div>
<!-- footer -->
<footer class="footer-area" data-background="img/bg/footer.png">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-6 col-sm-4">
<div class="footer-widget mb-30">
<h3>Sitemap</h3>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">ScreenShots</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-6 col-sm-4">
<div class="footer-widget mb-30">
<h3>Quick Links</h3>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="privacypolicy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-4">
<div class="footer-widget footer-top-b mb-30">
<h3>Get in touch</h3>
<p>Feel free to reach out to us for any inquiries or assistance. We're here to help!</p>
<ul class="footer-address">
<li><i class="fas fa-map-marker"></i> <span>Surat, Gujrat.</span> </li>
<li><i class="fas fa-phone"></i> <span>+91 95371 92471</span> </li>
<li><i class="fas fa-envelope"></i> <span><a href="mailto:[email protected]"
class="__cf_email__">[email protected]</a></span>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="copyright text-center mt-60">
<p>Copyright ©2024 all right reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/one-page-nav-min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/jquery.meanmenu.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>