-
Notifications
You must be signed in to change notification settings - Fork 0
/
notifications.html
450 lines (427 loc) · 14.5 KB
/
notifications.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
<!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>Notifications</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 me-4">
<img
class=""
src="./assets/images/Notification.svg"
alt="notification"
/>
</button>
<button class="d-flex align-items-center justify-content-center me-4">
<img src="./assets/images/Cart.svg" alt="cart" />
</button>
<div class="custom-dropdown">
<button class="dropbtn">
<img src="./assets/img/user-sm.png" alt="user" />
<img class="side" src="./assets/images/side-icon.svg" alt="" />
</button>
</div>
</div>
</div>
</nav>
<!-- --------------------------------------------- NAVBAR END --------------------------------------------- -->
<!-- --------------------------------------------- MAIN START --------------------------------------------- -->
<main
id="sidenav-right-content"
class="transactions-sidenav-right notifications-sidenav-right"
>
<section id="notifications">
<div class="top-fixed-bar">
<div class="head">
<img class="close" src="./assets/images/close.svg" alt="close" />
<div class="text">
<h2 class="fs-1919-24 fs-575-20">
<img src="./assets/vector/back-arrow.svg" alt="arrow" /> All
Notifications
</h2>
<h4 class="text-light-2 fs-18 fs-1919-14 mt-2 fw-600">
You Have 03 Unread Messages.
</h4>
</div>
<div>
<button class="btn p-0 d-flex align-items-end">
<h4 class="fs-18 fs-1919-14 fs-768-12 fw-600">
Mark All As Read
</h4>
</button>
</div>
</div>
</div>
<div class="body mt-3 lower-content">
<div class="item green">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item red">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
Add Your EPF Account To Achieve Your Goals Faster.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item green">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item disabled">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item disabled">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item disabled">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item disabled">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item disabled">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
<div class="item disabled">
<svg
xmlns="http://www.w3.org/2000/svg"
width="12"
height="12"
viewBox="0 0 12 12"
>
<circle
id="Ellipse_516"
data-name="Ellipse 516"
cx="6"
cy="6"
r="6"
/>
</svg>
<div class="text">
<h4 class="fw-600 fs-18 fs-1919-14">
All Funds Running On Track.
</h4>
<h5 class="text-light-2 fs-1919-12">24 OCT 2021</h5>
</div>
<div class="action">
<button class="btn btn-bg-primary fs-17 fs-1919-14">
Action
</button>
</div>
</div>
</div>
</section>
</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 src="./assets/js/dropdown.js"></script>
</body>
</html>