-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtransaction.html
572 lines (554 loc) · 23 KB
/
transaction.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
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!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" />
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="./assets/css/bootstrap-utilities.min.css" />
<link rel="stylesheet" href="./assets/css/bootstrap-gird.min.css" />
<!-- CUSTOM STYLESHEETS -->
<link rel="stylesheet" href="./assets/css/styles.css" />
<link rel="stylesheet" href="./assets/css/utilities.css" />
<title>Transaction</title>
</head>
<body>
<div id="dark-overlay-dropdown"></div>
<!-- --------------------------------------------- NAVBAR START --------------------------------------------- -->
<nav id="navbar-sm" class="notification-navbar sm d-768-none">
<div>
<a href="#" class="logo">
<img src="./assets/vector/logo.svg" alt="logo" />
</a>
<div class="nav d-flex justify-content-center align-items-center">
<button class="d-flex align-items-center justify-content-center">
<img
class="me-4"
src="./assets/vector/notifications.svg"
alt="hamburger"
/>
</button>
<button class="d-flex align-items-center justify-content-center me-4">
<img src="./assets/vector/cart.svg" alt="cart" />
</button>
<div class="custom-dropdown">
<button class="dropbtn">
<img src="./assets/img/user-sm.png" alt="user" />
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 16 16"
>
<g
id="Group_11890"
data-name="Group 11890"
transform="translate(4905 5784)"
>
<g
id="Group_1656"
data-name="Group 1656"
transform="translate(-4902.061 -5779.274)"
>
<path
id="Path_6068"
data-name="Path 6068"
d="M6.561,0H.75A.75.75,0,0,0,0,.75v5.8a.75.75,0,0,0,1.5,0V1.5H6.561a.75.75,0,0,0,0-1.5Z"
transform="translate(5.165 0) rotate(45)"
fill="#ffc32c"
/>
</g>
</g>
</svg>
</button>
<div class="dropdown-content">
<div class="head">
<img src="./assets/img/user-md.png" alt="user" />
<div class="text">
<h3 class="fw-normal fs-20">Palak Kapoor</h3>
<h4 class="text-light-2 mt-2">8130482336</h4>
</div>
</div>
<div class="body">
<a href="#" class="nav-item">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<g
id="Group_10936"
data-name="Group 10936"
transform="translate(-6196 9138)"
>
<rect
id="Rectangle_289"
data-name="Rectangle 289"
width="24"
height="24"
transform="translate(6196 -9138)"
fill="#fff"
opacity="0"
/>
<g
id="Group_2726"
data-name="Group 2726"
transform="translate(6200.501 -9134.001)"
>
<g
id="Group_349"
data-name="Group 349"
transform="translate(0)"
>
<g id="Group_3468" data-name="Group 3468">
<g
id="Group_348"
data-name="Group 348"
transform="translate(3.936)"
>
<g id="Group_347" data-name="Group 347">
<path
id="Path_275"
data-name="Path 275"
d="M1209.985,78.924a4.13,4.13,0,1,1-4.129-4.131A4.129,4.129,0,0,1,1209.985,78.924Z"
transform="translate(-1201.725 -74.793)"
fill="none"
stroke="#31353f"
stroke-miterlimit="10"
stroke-width="1.5"
/>
</g>
</g>
<path
id="Path_276"
data-name="Path 276"
d="M1214.254,89.255h-14.09a1.022,1.022,0,0,1-1.021-1.022h0a5.467,5.467,0,0,1,5.468-5.468h5.2a5.467,5.467,0,0,1,5.468,5.468h0A1.022,1.022,0,0,1,1214.254,89.255Z"
transform="translate(-1199.143 -71.707)"
fill="none"
stroke="#31353f"
stroke-miterlimit="10"
stroke-width="1.5"
/>
</g>
</g>
</g>
</g>
</svg>
<h4 class="fs-18 fw-normal">Profile</h4>
</a>
<a href="#" class="nav-item">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<g
id="Group_11877"
data-name="Group 11877"
transform="translate(-46 -354)"
>
<rect
id="Rectangle_1603"
data-name="Rectangle 1603"
width="24"
height="24"
transform="translate(70 354) rotate(90)"
fill="#fff"
opacity="0"
/>
<g
id="Group_11484"
data-name="Group 11484"
transform="translate(67.521 358.21) rotate(90)"
>
<path
id="Path_10350"
data-name="Path 10350"
d="M0,0,3.462,3.462,0,6.924"
transform="translate(12.118)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
<path
id="Path_10351"
data-name="Path 10351"
d="M0,5.193V3.462A3.462,3.462,0,0,1,3.462,0H15.58"
transform="translate(0 3.462)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
<path
id="Path_10352"
data-name="Path 10352"
d="M3.462,6.924,0,3.462,3.462,0"
transform="translate(0 12.118)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
<path
id="Path_10353"
data-name="Path 10353"
d="M15.58,0V1.731a3.462,3.462,0,0,1-3.462,3.462H0"
transform="translate(0 10.387)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
</g>
</g>
</svg>
<h4 class="fs-18 fw-normal">Transactions</h4>
</a>
<a href="#" class="nav-item">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<g
id="Group_10894"
data-name="Group 10894"
transform="translate(-6196 9138)"
>
<rect
id="Rectangle_289"
data-name="Rectangle 289"
width="24"
height="24"
transform="translate(6196 -9138)"
fill="#fff"
opacity="0"
/>
<g
id="Group_2726"
data-name="Group 2726"
transform="translate(6197.969 -9134.001)"
>
<g
id="Group_349"
data-name="Group 349"
transform="translate(0)"
>
<g id="Group_3468" data-name="Group 3468">
<g
id="Group_348"
data-name="Group 348"
transform="translate(3.936)"
>
<g id="Group_347" data-name="Group 347">
<path
id="Path_275"
data-name="Path 275"
d="M1209.985,78.924a4.13,4.13,0,1,1-4.129-4.131A4.129,4.129,0,0,1,1209.985,78.924Z"
transform="translate(-1201.725 -74.793)"
fill="none"
stroke="#31353f"
stroke-miterlimit="10"
stroke-width="1.5"
/>
</g>
</g>
<path
id="Path_276"
data-name="Path 276"
d="M1214.254,89.255h-14.09a1.022,1.022,0,0,1-1.021-1.022h0a5.467,5.467,0,0,1,5.468-5.468h5.2a5.467,5.467,0,0,1,5.468,5.468h0A1.022,1.022,0,0,1,1214.254,89.255Z"
transform="translate(-1199.143 -71.707)"
fill="none"
stroke="#31353f"
stroke-miterlimit="10"
stroke-width="1.5"
/>
</g>
</g>
</g>
<path
id="Path_10253"
data-name="Path 10253"
d="M6393.451-9145.268c.04.135,0,6.68,0,6.68"
transform="translate(-177.999 8.661)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-width="1.5"
/>
<path
id="Path_10254"
data-name="Path 10254"
d="M0,0C.04.134,0,6.68,0,6.68"
transform="translate(6212.122 -9133.258) rotate(-90)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-width="1.5"
/>
</g>
</svg>
<h4 class="fs-18 fw-normal">Refer And Invest</h4>
</a>
<a href="#" class="nav-item">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<g
id="Group_10895"
data-name="Group 10895"
transform="translate(-76 -435)"
>
<g
id="Rectangle_1601"
data-name="Rectangle 1601"
transform="translate(76 435)"
fill="#fff"
stroke="#31353f"
stroke-width="1.5"
opacity="0"
>
<rect width="24" height="24" stroke="none" />
<rect
x="0.75"
y="0.75"
width="22.5"
height="22.5"
fill="none"
/>
</g>
<g id="logout" transform="translate(81.607 439.775)">
<path
id="Path_15"
data-name="Path 15"
d="M8.5,3l3.941,3.941L8.5,10.882"
transform="translate(2.009 0.284)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
<line
id="Line_7"
data-name="Line 7"
x1="10.509"
transform="translate(3.941 7.225)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
<path
id="Path_16"
data-name="Path 16"
d="M7.068,14.95H1.814A1.314,1.314,0,0,1,.5,13.636V1.814A1.314,1.314,0,0,1,1.814.5H7.068"
transform="translate(-0.5 -0.5)"
fill="none"
stroke="#31353f"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
/>
</g>
</g>
</svg>
<h4 class="fs-18 fw-normal">Sign Out</h4>
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<!-- --------------------------------------------- NAVBAR END --------------------------------------------- -->
<!-- --------------------------------------------- MAIN START --------------------------------------------- -->
<main id="sidenav-right-content" class="transactions-right">
<section id="transaction">
<a class="top-fixed-bar" href="./transactions.html">
<h2 class="title fs-1919-24 fs-575-20">
<!-- <img
class="back"
src="./assets/vector/arrow-left.svg"
alt="arrow"
/> -->
<img class="back" src="./assets/vector/back-arrow.svg" alt="" />
Back To Transactions
</h2>
<h4 class="text-light-2 fs-14 sub">09 May 2021</h4>
</a>
<div class="lower-content">
<div class="transaction mt-5 pt-lg-4 pt-0">
<div class="transaction-head">
<div class="details">
<div class="logo me-3 w-1919-48 w-768-32">
<img src="./assets/images/bank_logo.svg" alt="bank-logo" />
</div>
<div class="text">
<h3 class="fw-600 fs-24 fs-1919-18">
ICICI Prudential Savings Fund (G)
</h3>
<!-- d-none d-1919-block -->
<h4 class="fs-18 fs-1919-14 text-light-2 mt-2">
24 OCT 2021, 05:30 PM
</h4>
</div>
</div>
<div class="invest">
<h4 class="text-light-2 fs-1919-14">INVEST</h4>
</div>
<div class="status">
<button
class="btn btn-outlined green w-1919-80 w-768-72 h-1919-24 px-0 py-1"
>
<span class="fs-16 fs-1919-14 fs-768-12 fw-600">Success</span>
</button>
</div>
<div class="amount">
<h2 class="fw-600 fs-1919-24">₹4,780</h2>
</div>
</div>
<div class="transaction-body">
<div class="type">
<h4 class="text-light-2 fs-1919-14">TYPE</h4>
<h3 class="fs-20 fw-600 fs-1919-14 fs-768-16">MUTUAL FUND</h3>
</div>
<div class="units">
<h4 class="text-light-2 fs-1919-14">UNITS</h4>
<h3 class="fs-20 fw-600 fs-1919-14 fs-768-16">394</h3>
</div>
<div class="nav-date">
<h4 class="text-light-2 fs-1919-14">NAV DATE</h4>
<h3 class="fs-20 fw-600 fs-1919-14 fs-768-16">09 MAY 2021</h3>
</div>
<div class="folio">
<h4 class="text-light-2 fs-1919-14">FOLIO</h4>
<h3 class="fs-20 fw-600 fs-1919-14 fs-768-16">577321640866</h3>
</div>
<div class="tid">
<h4 class="text-light-2 fs-1919-14">TRANSACTION ID</h4>
<h3 class="fs-20 fw-600 fs-1919-14 fs-768-16">PN38462H3HHS6</h3>
</div>
</div>
</div>
</div>
</section>
<!-- --------------------------------------------- MAIN END --------------------------------------------- -->
</main>
<!-- <div id="footer">
<div class="footer-main">
<div class="footer-navbar">
<div class="logo-container d-flex align-items-center">
<img src="./assets/images/logo-white.svg" alt="logo" class="logo" />
</div>
<div class="nav">
<a class="fs-18 fs-1919-14" href="#">Home</a>
<a class="fs-18 fs-1919-14" href="#">Reads</a>
<a class="fs-18 fs-1919-14" href="#">About Us</a>
<a class="fs-18 fs-1919-14" href="#">Terms</a>
</div>
<div class="social">
<a href="#"
><img src="./assets/images/youtube-white.svg" alt="youtube"
/></a>
<a href="#"
><img src="./assets/images/twitter-white.svg" alt="twitter"
/></a>
<a href="#"
><img src="./assets/images/instagram-white.svg" alt="instagram"
/></a>
<a href="#"><img src="./assets/images/fb-white.svg" alt="fb" /></a>
<a href="#"
><img src="./assets/images/linkedin-white.svg" alt="linkedin"
/></a>
</div>
</div>
<hr />
<div class="sec-1">
<h3
class="fs-18 fs-1919-14 fs-991-16 lh-768-28 fs-575-12 mb-3 mb-sm-4 fw-700"
>
For any grievances and/or suggestions please write to
</h3>
<div class="fs-18 fs-1919-14 fs-575-12 lh-32 lh-1919-28 lg-575-24">
<span class="fw-600 fs-18 fs-1919-14 fs-575-12">DISCLAIMER: </span
><span class="fs-18 fs-1919-14 fs-575-12">
Investments in securities market are subject to market risks, read
all the related documents carefully before investing. All
investing involves risk, including the possible loss of money you
invest, and past performance does not guarantee future
performance. Historical returns, expected returns, and probability
projections are provided for informational and illustrative
purposes, and may not reflect actual future performance. Please
see our Full Disclosure for important details.</span
>
</div>
</div>
<hr />
<div class="sec-2">
<div>
<h3 class="fs-18 fs-1919-14 fs-575-12 mb-3 fw-700">
Registered Office Address
</h3>
<div class="fs-18 fs-1919-14 fs-575-12 lh-32 lh-1919-28">
Queens Paradise, No. 16/1, 1st Floor Curve Road, Shivaji Nagar,
Bengaluru, Karnataka 560071
</div>
</div>
<div>
<h3 class="fs-18 fs-1919-14 fs-575-12 mb-3 fw-700">
Communication Address
</h3>
<div class="fs-18 fs-1919-14 fs-575-12 lh-32 lh-1919-28">
122, The Summit Bay (By Omkar), near Western Express Highway Metro
Station, Chakala, Andheri (East), Mumbai-400069, +91 96425 96425
</div>
</div>
</div>
<div class="sec-3">
<div>
<div class="fs-18 fs-1919-14 fs-575-12 lh-575-24 mb-3">
CIN #:- U74900KA2015PTC080747
</div>
<div class="fs-18 fs-1919-14 fs-575-12 lh-575-24 mb-3">
SEBI Registered Investment Advisor INA200005323
</div>
<div class="fs-18 fs-1919-14 fs-575-12 lh-575-24 mb-3">
Mutual Fund distributor with AMFI Registration No. ARN: 103168
</div>
</div>
<div class="comps">
<img src="./assets/images/BSE.svg" alt="BSE" />
<img src="./assets/images/sebi-white.svg" alt="sebi" />
<img src="./assets/images/amei.svg" alt="amei" />
</div>
</div>
</div>
<hr />
<div class="copyright">
<div class="copyright-main">
<div class="fs-16 fs-1919-14 fs-991-12">
© 2021 Planny Financial Advisors Private Limited
</div>
<div class="fs-16 fs-1919-14 fs-991-12">www.planyy.com</div>
</div>
</div>
</div> -->
<!-- --------------------------------------------- Custom scripts --------------------------------------------- -->
<script defer src="./assets/js/select.js"></script>
</body>
</html>