-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
69 lines (59 loc) · 4.09 KB
/
Copy pathindex.php
File metadata and controls
69 lines (59 loc) · 4.09 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<?php include('templates/header.php'); ?>
<?php if (isset($_SESSION['email'])) {
echo '<h1>Look like you login me boss</h1>';
} ?>
<div class="header">
<div class="container">
<div class="row text center">
<div class="col-lg-12">
<div>
<div class="text-center"><h1><i class="far fa-building m-2"></i>Welcome!</h1></div>
<p>Thank you for choosing So-Quick Traders Academy, a Forex mentorship program where we make trading simple and quick to gain maximum profit to DOMINATE the Forex Market. This is a place where we turn all your dreams into reality by top-tier education. With our students that are currently enrolled that are consistently evolving in the FOREX world who are consistently profitable, you will be next on that list too!</p>
<p>So-Quick Traders Academy is the home to a vast number of students worldwide that has been attacking and dominating the forex market ever since its existence with expert advice and mentorship. We offer a unique educational system that is top tier and simple to comprehend for learning how to trade on the world’s largest foreign exchange market. </p>
</div>
</div>
</div>
</div>
</div>
<div class="forex">
<div>
<div>
<h1 class="text-center" style="color:white;">What is Forex?</h1>
<video autoplay controls loop id="forex">
<source src="assets/videos/forex.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<div class="ceo">
<h1 class="text-center"><i class="far fa-handshake m-2"></i>Meet The Ceo</h1>
<div class="ceo-para p-3">
<p>Hi everyone, my name is Jordane Jackson. I was born In Montego Bay, Jamaica and I recently moved to the United States to pursue a degree in Construction Management at the University of Nebraska. I am also a track athlete for the University of Nebraska and while going through my daily routines of life I realized one day that working a 9-5 job was never the right way to live life the right way and with that being said, I developed a top notch skill for a number of years to fine tune my craft of becoming financially stable. After seeing most of my family go down the path of having a regular job working a 40 to 45 hours a week and seeing how difficult it was to actually pursue life to the fullest extent because of limitations financially I made it my duty to try my best to find some means of one day creating generational wealth. </p>
<p>Based on my past students and the results they have seen I have been really impressed by how dedicated they are to the game and how consistent they have been and in general I am loving how they are growing and evolving as individuals. In a field like this, ONLY those that are dedicated and stay consistent will survive. Those that aren’t dedicated to the craft will end up like everybody else and that is life.
For those that are new to this, you guys are all welcomed. You do not need any prior knowledge because I will be teaching you every single thing that I know and what you need to know in order to be successful.
</p>
</div>
</div>
<div class="d-flex justify-content-center">
<div class="card text-white bg-success mb-3 text-center" style="max-width: 50rem;">
<div class="card-header" style="font-size:20px;">Mission Statement</div>
<div class="card-body">
<p class="card-text" style="20px;">This is a team where we grow and build as one….infinite possibilities to create unlimited wealth through consistent growing knowledge and understanding that we grasp on a daily basis. This is more than a trade or source of income, it’s a LIFESTYLE. Let’s create financial freedom through hard-work and dedication together. </p>
</div>
</div>
</div>
<div class="card m-3">
<div class="card-header">
Quote
</div>
<div class="card-body">
<blockquote class="blockquote mb-0">
<p>“Never lose hope on the road to success, it will be rough but life will be what you make of it. What will you make of your life starting today?”</p>
<footer class="blockquote-footer">Jordane Jackson<cite title="Source Title"></cite></footer>
</blockquote>
</div>
</div>
<?php include('templates/footer.php'); ?>