-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
544 lines (507 loc) · 29 KB
/
index.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
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="A new and interactive fintech interface that provides you with the best investment options.">
<!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+ -->
<meta property="og:site_name" content="" /> <!-- website name -->
<meta property="og:site" content="" /> <!-- website link -->
<meta property="og:title" content=""/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta property="og:type" content="article" />
<!-- Website Title -->
<title>Finlytic - Project by Team Enigma</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700,700i&subset=latin-ext" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="img/finlytics.png">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Preloader -->
<div class="spinner-wrapper">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<!-- end of preloader -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<!-- Text Logo - Use this if you don't have a graphic logo -->
<!-- <a class="navbar-brand logo-text page-scroll" href="index.html">Evolo</a> -->
<!-- Image Logo -->
<a class="navbar-brand logo-image" href="index.html"><img src="img/finlytics.png" style="height: 50px;" alt="alternative"></a>
<!-- Mobile Menu Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-awesome fas fa-bars"></span>
<span class="navbar-toggler-awesome fas fa-times"></span>
</button>
<!-- end of mobile menu toggle button -->
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="#header">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#about">Team</a>
</li>
<!-- Dropdown Menu -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle page-scroll" id="navbarDropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://www.alphavantage.co/" target="_blank"><span class="item-text">Alpha Vantage</span></a>
<div class="dropdown-items-divide-hr"></div>
<a class="dropdown-item" href="https://www.rbi.org.in/" target="_blank"><span class="item-text">RBI</span></a>
</div>
</li>
<!-- end of dropdown menu -->
</ul>
</div>
</nav> <!-- end of navbar -->
<!-- end of navigation -->
<!-- Header -->
<header id="header" class="header">
<div class="header-content">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h1><span class="turquoise">Finlytic</span> <br>Finance Simplified</h1>
<p class="p-large">Team Enigma presents to you an integrated platform that provides its users with optimal investment options</p>
<a class="btn-solid-lg page-scroll" href="#services">DISCOVER</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="img/header-teamwork.svg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of header-content -->
</header> <!-- end of header -->
<!-- end of header -->
<!-- Services -->
<div id="services" class="cards-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Investment Recommendation Services</h2>
<p class="p-heading p-large">We serve the purpose of selectively picking up top performing assets in the Indian market and remove all your doubts</p>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Card -->
<div class="card">
<img class="card-image" src="images/services-icon-1.svg" alt="alternative">
<div class="card-body">
<h4 class="card-title">Market Analysis</h4>
<p>Our team of enthusiastic analysts and developers will analyse and evaluate how your capital can be used to pool in maximum profit.</p>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<img class="card-image" src="images/services-icon-2.svg" alt="alternative">
<div class="card-body">
<h4 class="card-title">Best Solutions</h4>
<p>Once the user specifies their capital, our algorithms run and give the best results for the capital in the requested amount of time.</p>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<img class="card-image" src="images/services-icon-3.svg" alt="alternative">
<div class="card-body">
<h4 class="card-title">User First</h4>
<p>We understand that the user is capable of taking decisions, so we provide a variety of options instead of focusing on a few.</p>
</div>
</div>
<!-- end of card -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of cards-1 -->
<!-- end of services -->
<!-- Details 1 -->
<div class="basic-1">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h2>Decode And Simplify Your Financial Growth </h2>
<p>Use Finlytic to decode and plan your financial growth strategy. Team Enigma is eager to advise you on the best opportunities that you should look into</p>
<a class="btn-solid-reg popup-with-move-anim" href="#details-lightbox-1">READ MORE</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="https://s3-eu-central-1.amazonaws.com/etfinance-fo-content/Content/Images/Pages/etfinance-pips-trading.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- end of details 1 -->
<!-- Details 2 -->
<div class="basic-2">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="https://www.ouinolanguages.com/new/wp-content/uploads/2017/09/ques02.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="text-container">
<h2>Search For Results<br>Anytime, Anywhere</h2>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-check"></i>
<div class="media-body">Finlytic runs on any digital device smoothly</div>
</li>
<li class="media">
<i class="fas fa-check"></i>
<div class="media-body">The results are simplified and accurate</div>
</li>
<li class="media">
<i class="fas fa-check"></i>
<div class="media-body">No glitches or errors faced during the usage</div>
</li>
</ul>
<a class="btn-solid-reg popup-with-move-anim" href="#details-lightbox-2">READ MORE</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-2 -->
<!-- end of details 2 -->
<!-- Details Lightboxes -->
<!-- Details Lightbox 1 -->
<div id="details-lightbox-1" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="container">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<div class="image-container">
<img class="img-fluid" src="https://www.danielstrading.com/wp-content/uploads/2018/02/The-Ins-and-Outs-of-Trading-On-Margin-in-Futures-1024x700.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>Decode And Simplify</h3>
<hr>
<h5>Core feature</h5>
<p>Finlytic basically will speed up your investment operations by offering numerous options.</p>
<p>We cut the slack of extensive research and inflation by using our complex algorithms.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Robust framework</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Easy browsing</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Authenticated results</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">No margin of error</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Quick processing</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Official Statistics</div>
</li>
</ul>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of lightbox-basic -->
<!-- end of details lightbox 1 -->
<!-- Details Lightbox 2 -->
<div id="details-lightbox-2" class="lightbox-basic zoom-anim-dialog mfp-hide">
<div class="container">
<div class="row">
<button title="Close (Esc)" type="button" class="mfp-close x-button">×</button>
<div class="col-lg-8">
<div class="image-container">
<img class="img-fluid" src="images/details-lightbox-2.svg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-4">
<h3>24 X 7 Support</h3>
<hr>
<h5>Core feature</h5>
<p>In today's world, ideas are pouring out of people at a faster rate than ever before. Why should you lag behind ?</p>
<p>Motivated to invest in middle of the day or night? It just got easier with Finlytic.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Always Available</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">No restrictions on location</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">App available for Android and iOS</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Simple interface</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Runs on any device</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Glitch free</div>
</li>
<li class="media">
<i class="fas fa-check"></i><div class="media-body">Ad free</div>
</li>
</ul>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of lightbox-basic -->
<!-- end of details lightbox 2 -->
<!-- end of details lightboxes -->
<!-- Video -->
<div class="basic-3">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 id="app-web-head"></h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Video Preview -->
<div class="image-container">
<div class="video-wrapper">
<!-- <a class="popup-youtube" href="https://gofile.io/?c=oXHruH" target="_blank" id="visit-project" data-effect="fadeIn"> -->
<a href="https://gofile.io/?c=F92Rms" target="_blank" id="visit-project" data-effect="fadeIn">
<img class="img-fluid" src="images/video-frame.svg" alt="alternative">
<span class="video-play-button">
<span></span>
</span>
</a>
</div> <!-- end of video-wrapper -->
</div> <!-- end of image-container -->
<!-- end of video preview -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-3 -->
<!-- end of video -->
<!-- About -->
<div id="about" class="basic-4">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>About The Team</h2>
<p class="p-heading p-large">Meat our team of specialized analysts and business developers which will help you invest for profit and keep you updated with today's market.</p>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Team Member -->
<div class="team-member">
<div class="image-wrapper">
<img class="img-fluid" src="img/team-member-1.jpg" alt="alternative">
</div> <!-- end of image-wrapper -->
<p class="p-large"><strong>Pranesh Negi</strong></p>
<p class="job-title">Web Developer</p>
<p class="job-title">Data Analyst</p>
<p class="job-title">Web Security</p>
<span class="social-icons">
<span class="fa-stack">
<a href="https://github.com/praneshn99" target="_blank">
<i class="fas fa-circle fa-stack-2x facebook"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/in/pranesh-negi-889909183/" target="_blank">
<i class="fas fa-circle fa-stack-2x twitter"></i>
<i class="fab fa-linkedin fa-stack-1x"></i>
</a>
</span>
</span> <!-- end of social-icons -->
</div> <!-- end of team-member -->
<!-- end of team member -->
<!-- Team Member -->
<div class="team-member">
<div class="image-wrapper">
<img class="img-fluid" src="img/team-member-2.jpg" alt="alternative">
</div> <!-- end of image wrapper -->
<p class="p-large"><strong>Rachnit Singh Jonty</strong></p>
<p class="job-title">Data Scientist</p>
<p class="job-title">Frontend Developer</p>
<p class="job-title">Data Analyst</p>
<span class="social-icons">
<span class="fa-stack">
<a href="https://github.com/jontyrs" target="_blank">
<i class="fas fa-circle fa-stack-2x facebook"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/in/rachnit-singh-jonty-4239a041/" target="_blank">
<i class="fas fa-circle fa-stack-2x twitter"></i>
<i class="fab fa-linkedin fa-stack-1x"></i>
</a>
</span>
</span> <!-- end of social-icons -->
</div> <!-- end of team-member -->
<!-- end of team member -->
<!-- Team Member -->
<div class="team-member">
<div class="image-wrapper">
<img class="img-fluid" src="img/team-member-3.jpg" alt="alternative">
</div> <!-- end of image wrapper -->
<p class="p-large"><strong>Vipin Malik</strong></p>
<p class="job-title">Application Developer</p>
<p class="job-title">Data Analyst</p>
<p class="job-title">Data Mining</p>
<span class="social-icons">
<span class="fa-stack">
<a href="https://github.com/0Vipin0" target="_blank">
<i class="fas fa-circle fa-stack-2x facebook"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/in/vipin-malik-88b165177/" target="_blank">
<i class="fas fa-circle fa-stack-2x twitter"></i>
<i class="fab fa-linkedin fa-stack-1x"></i>
</a>
</span>
</span> <!-- end of social-icons -->
</div> <!-- end of team-member -->
<!-- end of team member -->
<!-- Team Member -->
<div class="team-member">
<div class="image-wrapper">
<img class="img-fluid" src="img/team-member-4.jpg" alt="alternative">
</div> <!-- end of image wrapper -->
<p class="p-large"><strong>Vishal Yadav</strong></p>
<p class="job-title">Data Scientist</p>
<p class="job-title">Software Developer</p>
<p class="job-title">Data Analyst</p>
<span class="social-icons">
<span class="fa-stack">
<a href="https://github.com/Vishalyadav0804" target="_blank">
<i class="fas fa-circle fa-stack-2x facebook"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/in/vishal-yadav-507925174/" target="_blank">
<i class="fas fa-circle fa-stack-2x twitter"></i>
<i class="fab fa-linkedin fa-stack-1x"></i>
</a>
</span>
</span> <!-- end of social-icons -->
</div> <!-- end of team-member -->
<!-- end of team member -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-4 -->
<!-- end of about -->
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="footer-col">
<h4>About Enigma</h4>
<p>We're passionate about offering some of the best financial growth services for investors</p>
</div>
</div> <!-- end of col -->
<div class="col-md-4">
<div class="footer-col middle">
<h4>Important Links</h4>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Our information source <a class="turquoise" href="https://www.investopedia.com/" target="_blank">Investopedia</a></div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Reprository <a class="turquoise" href="https://github.com/praneshn99/finlytics" target="_blank">finlytic</a></div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Website <a class="turquoise" href="https://finlytics.000webhostapp.com/" target="_blank">Finlytic</a></div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Website Visits: <a href="https://www.freecounterstat.com" title="website counters"><img src="https://counter9.stat.ovh/private/freecounterstat.php?c=kw4bnsbqkagbm1eur5my8dpjgkunkb1k" border="0" title="website counters" alt="website counters"></a></div>
</li>
</ul>
</div>
</div> <!-- end of col -->
<div class="col-md-4">
<div class="footer-col last">
<h4>Pranesh Negi (Team Leader)</h4>
<span class="fa-stack">
<a href="https://www.facebook.com/pranesh.negi" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://twitter.com/praneshn99" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://github.com/praneshn99" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.instagram.com/praneshnrocks/" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/in/pranesh-negi-889909183/" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin-in fa-stack-1x"></i>
</a>
</span>
</div>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of footer -->
<!-- end of footer -->
<!-- Scripts -->
<script src="js/mobile.js"></script>
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/popper.min.js"></script> <!-- Popper tooltip library for Bootstrap -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="js/jquery.magnific-popup.js"></script> <!-- Magnific Popup for lightboxes -->
<script src="js/validator.min.js"></script> <!-- Validator.js - Bootstrap plugin that validates forms -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
</body>
</html>