-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.php
More file actions
50 lines (45 loc) · 2.42 KB
/
Copy pathcourses.php
File metadata and controls
50 lines (45 loc) · 2.42 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
<?php include('templates/header.php'); ?>
<div class="card m-3">
<div class="card-header text-center bg-danger">
<h3 class="text-white">Main Course</h3>
</div>
<div class="card-body text-center logo-body">
<h5 class="card-title text-white">$450USD</h5>
<p class="card-text">
<ul class="fa-ul text-white">
<li> <i class="fas fa-check-circle m-2"></i>Lifetime Mentorship</li>
<li><i class="fas fa-check-circle m-2"></i>Lifetime access to Whatsapp Support Group</li>
<li><i class="fas fa-check-circle m-2"></i>Unlimited Access To All Recorded Content</li>
<li><i class="fas fa-check-circle m-2"></i>24/7 Access to Online Training</li>
<li><i class="fas fa-check-circle m-2"></i>PDF files to help aid in understanding the theory behind FOREX</li>
<li><i class="fas fa-check-circle m-2"></i>1 on 1 ZOOM WEBINARS for 6 weeks (Done 2x per week: Monday, Wednesday and Friday for 1Hour each)</li>
<li><i class="fas fa-check-circle m-2"></i>ZOOM GROUP Webinars Every other Saturday for 3 months</li>
<li><i class="fas fa-check-circle m-2"></i>In depth introduction and breakdown of the FOREX Market</li>
<li><i class="fas fa-check-circle m-2"></i>Mastery of Fundamental and Technical Analysis</li>
<li><i class="fas fa-check-circle m-2"></i>The Key strategy to conquer the Forex Market</li>
</ul>
</p>
<a href="#" class="btn btn-danger">Buy Course</a>
</div>
</div>
<div class="card m-3">
<div class="card-header text-center bg-danger">
<h3 class="text-white">Mini Course</h3>
</div>
<div class="card-body text-center logo-body">
<h5 class="card-title text-white">$250USD</h5>
<p class="card-text">
<ul class="fa-ul text-white">
<li> <i class="fas fa-check-circle m-2"></i>Lifetime Mentorship</li>
<li><i class="fas fa-check-circle m-2"></i>Lifetime access to Whatsapp Support Group</li>
<li><i class="fas fa-check-circle m-2"></i>24/7 Access to Online Training</li>
<li><i class="fas fa-check-circle m-2"></i>PDF files to help aid in understanding the theory behind FOREX</li>
<li><i class="fas fa-check-circle m-2"></i>In depth introduction and breakdown of the FOREX Market</li>
<li><i class="fas fa-check-circle m-2"></i>Mastery of Fundamental and Technical Analysis</li>
<li><i class="fas fa-check-circle m-2"></i>The Key strategy to conquer the Forex Market</li>
</ul>
</p>
<a href="#" class="btn btn-danger">Buy Course</a>
</div>
</div>
<?php include('templates/footer.php'); ?>