-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoverview.html
More file actions
239 lines (188 loc) · 8.88 KB
/
Copy pathoverview.html
File metadata and controls
239 lines (188 loc) · 8.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<link rel="icon" type="img/x-icon" href="/img/favicon.ico">
<script src="js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/0aca97adff.js" crossorigin="anonymous"></script>
<title>Djance Project, Overview</title>
</head>
<body>
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg bg-body-tertiary" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"> <img src="img/djance_logo.png" style="max-width:180px"> </a>
<button class="navbar-toggler " type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav w-100 justify-content-center">
<li class="nav-item col-2 text-center">
<a class="nav-link" href="overview.html"><b> Overview</b></a>
</li>
<li class="nav-item dropdown-center col-2 text-center">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<b>Features</b>
</a>
<ul class="dropdown-menu dropdown-menu-center text-center">
<li><a class="dropdown-item" href="feature_wallet.html">Wallets</a></li>
<li><a class="dropdown-item" href="feature_bank.html">Banks</a></li>
<li><a class="dropdown-item" href="feature_exchange.html">Exchanges</a></li>
<li><a class="dropdown-item" href="feature_broker.html">Brokers</a></li>
</ul>
</li>
<li class="nav-item col-2 text-center">
<a class="nav-link" href="docs.html"><b>Docs</b></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Content -->
<div class="px-4 pt-5 my-5 text-center border-bottom">
<h1 class="display-4 fw-bold">Djance, Finance for All</h1>
<div class="col-lg-6 mx-auto">
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"></div>
</div>
</div>
<div class="container">
<div id="carouselImagenes" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/img_overview_1.png" class="d-block w-100" alt="All dispositives" height="550" width="600">
</div>
<div class="carousel-item">
<img src="img/img_overview_2.png" class="d-block w-100" alt="Principal Window" height="550" width="600">
</div>
<div class="carousel-item">
<img src="img/img_overview_3.png" class="d-block w-100" alt="Cash Flow" height="550" width="600">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselImagenes" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselImagenes" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="px-4 pt-5 my-5 text-center">
<p class="lead mb-4 fw-bold">
There are many ways to take care of our environment, both personally and financially.
</p>
<p class="lead mb-4">You have to enjoy yourself, but it is crucial to learn to control your expenses and adjust your lifestyle to your budget. </p>
<p class="lead mb-4">We give you all the keys to organize your finances as a couple, as a family and at work, to live with more peace of mind.</p>
</div>
<div class="row px-4 pt-5 my-5">
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Have everything in One Place</h5>
<p class="card-text">You will able to control all of our finance in just one places at the same moment.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Make Better Decisions</h5>
<p class="card-text">With all of your information in your account decide what is the best four your finance.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Keep Informated</h5>
<p class="card-text">We will make sure that with our post you are uptodate all the time. Time is Money!</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="clearfix px-4 pt-5 my-5">
<p class="lead mb-4 fw-bold">
What are your financial goals?
</p>
<p class="lead mb-4">
If you keep your expenses below your income you will be able to save, invest and achieve financial security. Getting into the habit of saving something each month is essential, and the sooner you start, the better. Saving enough helps you achieve not only financial security, but financial independence How to achieve financial security? Start by knowing what your current situation is and what your specific financial goals are, and that's where Djance can help!
</p>
<p class="lead mb-4 fw-bold">
How to manage debts?
</p>
<p class="lead mb-4">
The emergency fund: Why is it important?
There are many things in life that are beyond our control. Appliances break down, cars break down, people can have accidents, get divorced, get sick or lose their jobs. The unforeseen expenses that can arise are endless, and they come at the most inopportune times.
</p>
<p class="lead mb-4 fw-bold">
How to invest your money?
</p>
<p class="lead mb-4">
What is investing?
Investing involves committing part of your savings in the hope, but without the certainty, of obtaining a return in return. Since there is no certainty of obtaining that return, investing involves risk.
</p>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center">But don't worry, for all these questions there is Djance</h5>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mx-auto">
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"></div>
</div>
</div>
<!-- Fotter -->
<footer class="bg-dark text-center text-white mt-auto "><!--fixed-bottom-->
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-instagram"></i
></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!--Contact Form-->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
<button type="button" class="btn btn-outline-info"><a class="nav-link " href="contact.html"><b> Contact Us</b></a></button>
</div>
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023 Copyright
</div>
<!-- Copyright -->
</footer>
</body>
</html>