-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold_curriculam.html
466 lines (435 loc) · 20.7 KB
/
old_curriculam.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Curriculum - POI</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
<link href="./Content/img/favicon.ico" rel="icon" />
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&family=Open+Sans:wght@400;500&display=swap"
rel="stylesheet" />
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Libraries Stylesheet -->
<link rel="stylesheet" href="./content/css/style2.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<style>
body {
background-color: #e8f1ff;
}
.timeline {
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 40px 0;
}
/* .timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: #3498db;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
} */
.timeline-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
position: relative;
}
.timeline-item.left .text-content {
order: 1;
}
.timeline-item.left .img-content {
order: 2;
margin-right: 120px;
}
.timeline-item.right .text-content {
order: 2;
}
.timeline-item.right .img-content {
order: 1;
margin-left: 300px;
}
.text-content {
width: 50%;
background-color: #fff;
/* padding: 10px; */
border-radius: 4px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.img-content img {
width: 70%;
height: 130px;
max-height: auto;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* .timeline-item::before {
content: '';
position: absolute;
width: 20px;
height: 20px;
background-color: #3498db;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} */
.icon {
font-size: 48px; /* Icon size */
color: #007bff; /* Bootstrap primary color */
}
.header {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}
.audience-item {
margin-bottom: 20px;
}
.audience-description {
margin-left: 15px; /* Space between icon and text */
}
hr {
margin-top: 10px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white sticky-top">
<div class="container-fluid">
<!-- Logo -->
<a class="navbar-brand" href="/Home/Index">
<img src="content/img/logohome.png" alt="Logo" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" style="font-weight: 450">
<ul class="navbar-nav mb-2 mb-lg-0 ms-auto">
<li class="nav-item pe-4">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown pe-4 d-flex align-items-center">
<a class="nav-link" href="about.html">
About Us
</a>
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" style="padding-left: 0px;">
<span class="dropdown-toggle-icon"></span>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="people.html">People</a>
</li>
</ul>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="training.html">Training & courses</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="testimonials.html">Testimonials</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link" href="contact.html">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
<!-- Login Button -->
<a href="/Home/Login" class="btn btn-outline-primary"
style="font-size: 21px">Login</a>
</div>
</div>
</nav>
<!-- Navbar End -->
<div class="timeline">
<!-- Timeline Item 1: Right Image, Left Text -->
<div class="timeline-item right">
<div class="img-content right">
<img src="img/money.jpeg" alt="Financial Organiser Image">
</div>
<div class="text-content">
<p>10 mins - 20 mins</p>
<h5>Money Myths</h5>
<p>You will first unlearn all the common myths taught to us by our friends and family.</p>
</div>
</div>
<!-- Timeline Item 2: Right Image, Left Text -->
<div class="timeline-item left">
<div class="img-content">
<img src="img/financial.jpeg" alt="Financial Organiser Image">
</div>
<div class="text-content">
<p>10 mins - 20 mins</p>
<h5>Financial Organiser Tool Walkthrough</h5>
<p>A tool to help you organise important details about your existing finances such as investments, property documents.</p>
</div>
</div>
<!-- Timeline Item 3: Left Image, Right Text -->
<div class="timeline-item right">
<div class="img-content">
<img src="img/financial.jpeg" alt="Retirement Money Image">
</div>
<div class="text-content">
<p>20 mins - 30 mins</p>
<h5>Calculating your Retirement Money</h5>
<p>You will learn how to calculate your retirement corpus using my FIRE tool. You will also learn how to start investing for an early retirement.</p>
</div>
</div>
<!-- Timeline Item 4: Right Image, Left Text -->
<div class="timeline-item left">
<div class="img-content">
<img src="img/home.jpeg" alt="Home Purchase Image">
</div>
<div class="text-content">
<p>30 mins - 40 mins</p>
<h5>When should you buy a home?</h5>
<p>You will learn how to plan for the biggest purchase of your life. Should you buy a home in your 20s or 40s?</p>
</div>
</div>
<!-- Timeline Item 5: Left Image, Right Text -->
<div class="timeline-item right">
<div class="img-content">
<img src="img/money.jpeg" alt="Asset Allocation Image">
</div>
<div class="text-content">
<p>40 mins - 55 mins</p>
<h5>Asset Allocation</h5>
<p>You will learn how to strategically divide your money across equity, debt, gold, US equity, and real estate based on your financial goals and risk matrix.</p>
</div>
</div>
</div>
<div class="content">
<div class="row justify-content-center">
<div class="col-sm-3 h-100 p-3 bg-light text-dark text-center">
<h1 style="color:#FF8C54 ;">A GLIMPSE INTO <br>THE COURSE</h1>
<h5>Here is a short preview into the course<br>modules!<br><br>
<button type="button" class="btn btn-warning">ENROLL NOW TO WATCH MORE</button>
</div>
<div class="col-sm-6 h-100 p-3 text-center">
<video controls class="img-fluid" width="60%" style="border-radius: 10px;" poster="./content/img/curriculam.png">
<source src="your-video.mp4" type="video/mp4">
</video>
<div class="row-auto">
<button class="btn btn me-3 w-25" style="background-color: #1F4D93; color: #fff;"><i class="bi bi-play-fill me-2" style="font-size: 20px;"></i>Watch in English</button>
<button class="btn btn ms-3 w-25" style="background-color: #1F4D93; color: #fff;"><i class="bi bi-play-fill me-2" style="font-size: 20px;"></i>Watch in Hindi</button>
</div>
</div>
</div>
<p class="text-center mt-4" style="background-color: #1F4D93; color: #fff;">14-Day, 100% Money-Back Gaurantee</p>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="header" style="color: #FF8C54;">WHO SHOULD TAKE THIS COURSE?</div>
</div>
</div>
<div class="row audience-item align-items-center mb-4">
<div class="col-auto d-flex justify-content-center">
<i class="fas fa-user-graduate icon" style="font-size: 40px; margin-right: 15px;"></i>
</div>
<div class="col audience-description text-start">
<h5>Students</h5>
<p>Students who want to run their own part-time venture and get hands-on experience.</p>
</div>
</div>
<hr>
<div class="row audience-item align-items-center mb-4">
<div class="col-auto d-flex justify-content-center">
<i class="fas fa-user-tie icon" style="font-size: 45px; margin-right: 15px;"></i>
</div>
<div class="col audience-description text-start">
<h5>Traders/Investors</h5>
<p>Working Professionals who wish to start up but are unsure which idea to work on, and what<br> the journey entails.</p>
</div>
</div>
<hr>
<div class="row audience-item align-items-center mb-4">
<div class="col-auto d-flex justify-content-center">
<i class="fas fa-briefcase icon" style="font-size: 40px; margin-right: 15px;"></i>
</div>
<div class="col audience-description text-start">
<h5>Dealers</h5>
<p>Entrepreneurs who want more guidance in terms of finance, team building, product launch,<br> customer acquisition and sales, for their startup.</p>
</div>
</div>
<hr>
<div class="row audience-item align-items-center mb-4">
<div class="col-auto d-flex justify-content-center">
<i class="fas fa-laptop-code icon" style="font-size: 30px; margin-right: 15px;"></i>
</div>
<div class="col audience-description text-start">
<h5>Business/Women</h5>
<p>Freelancers/Consultants who want to scale their knowledge and transform their solopreneurship<br> into a larger organisation.</p>
</div>
</div>
<hr>
<div class="row audience-item align-items-center mb-4">
<div class="col-auto d-flex justify-content-center">
<i class="fas fa-laptop-code icon" style="font-size: 30px; margin-right: 15px;"></i>
</div>
<div class="col audience-description text-start">
<h5>Housewife</h5>
<p>Freelancers/Consultants who want to scale their knowledge and transform their solopreneurship<br> into a larger organisation.</p>
</div>
</div>
<hr>
<div class="row audience-item align-items-center mb-4">
<div class="col-auto d-flex justify-content-center">
<i class="fas fa-laptop-code icon" style="font-size: 30px; margin-right: 15px;"></i>
</div>
<div class="col audience-description text-start">
<h5>Employe working in a stock market</h5>
<p>Freelancers/Consultants who want to scale their knowledge and transform their solopreneurship<br> into a larger organisation.</p>
</div>
</div>
<hr>
</div>
<!-- Footer Start -->
<div class="container-fluid text-light footer mt-2 py-3 wow fadeIn"
style="background-image: linear-gradient(to right top, #063860, #063860)" data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="fa fa-phone-alt me-2"></span>
<a href="javascript:void(0)" id="contact-link" class="text-decoration-none" style="color: white;">+918287700609 / +916371126698</a>
</div>
<div class="col-md-4">
<i class="fa fa-envelope me-3"></i>
<a href="mailto:[email protected]" class="text-decoration-none text-light">[email protected]</a>
</div>
<div class="col-md-4 d-flex align-items-center">
<div class="col">
<a href="https://www.facebook.com/Power-Of-Investments-100214445387988/" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-facebook-f" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.youtube.com/channel/UCu2yAW-QvE4C87WE8lDhhwg" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-youtube" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.instagram.com/invites/contact/?i=y7eb0xbkkw7m&utm_content=oiuzi48" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-instagram" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://t.me/power_of_investment" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-telegram-plane" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.twitter.com" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-twitter" style="color: #000;"></i>
</a>
</div>
<div class="col">
<a href="https://www.linkedin.com" target="_blank"
style="color: #000; background-color: #fff; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; padding: 10px; text-decoration: none;"
onmouseover="this.style.backgroundColor='#e0e0e0';" onmouseout="this.style.backgroundColor='#fff';">
<i class="fab fa-linkedin-in" style="color: #000;"></i>
</a>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-3">
<a href="#" class="btn btn-outline-primary btn-block mb-2">Privacy Policy</a>
</div>
<div class="col-md-3">
<a href="#" class="btn btn-outline-primary btn-block mb-2">Terms of Use</a>
</div>
<div class="col-md-2">
<a href="#" class="btn btn-outline-primary btn-block mb-2">Refund Policy</a>
</div>
<div class="col-md-2">
<a href="#" class="btn btn-outline-primary btn-block mb-2">FAQs</a>
</div>
<div class="col-md-2">
<a href="#" class="btn btn-outline-primary btn-block mb-2">Contact Us</a>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright py-4">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
©
<a class="border-bottom" href="https://powerofinvestment.co.in">Power of investment/</a>, All
Right
Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
Designed By Power of investment
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" id="backToTopBtn" class="btn btn-lg btn-primary btn-lg-square rounded-circle" style="
position: fixed;
bottom: 20px;
right: 20px;
display: none; /* Initially hidden */
z-index: 1000; /* Ensure it appears above other content */
">
<i class="bi bi-arrow-up"></i>
</a>
<script>
window.onscroll = function() {
var backToTopButton = document.getElementById('backToTopBtn');
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
backToTopButton.style.display = 'block';
} else {
backToTopButton.style.display = 'none';
}
};
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>