-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
245 lines (245 loc) · 20.3 KB
/
home.php
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
<?php include "./components/hero/index.php"; ?>
<section class="makes-us-different poppins xl:pt-40 pt-24">
<div class="container mx-auto xl:px-24 px-9">
<div class="grid xl:grid-cols-2 grid-cols-1 gap-20">
<img src="./assets/images/stats-amico.png" alt="What Makes Us Different?" />
<div class="flex flex-col justify-center items-start gap-5">
<h2 class="text-white xl:text-4xl text-2xl font-semibold leading-snug">What Makes Us <br /> Different?</h2>
<p class="text-base font-normal text-white text-left leading-relaxed">Lorem Ipsum is simply dummy text of the printing and <br /> typesetting industry.</p>
<p class="text-base font-normal text-white text-left leading-relaxed">Lorem Ipsum has been the industry's standard dummy <br /> text ever since the 1500s</p>
<div class="flex flex-row justify-center items-center gap-8 xl:mt-5 mt-3 xl:w-max w-full">
<?php include "./components/button/get-started-02.php"; ?>
</div>
</div>
</div>
</div>
</section>
<section class="wavy-between">
<img src="./assets/images/wavy-between.png" class="w-full" alt="What Makes Us Different?" />
</section>
<section class="poppins finely-curated-courses">
<h3 class="xl:text-4xl text-2xl text-white text-center font-semibold leading-snug mb-5 xl:px-0 px-12"><span class="text-[#2880FF]">Finely curated</span> courses with <br /> different levels</h3>
<p class="text-base font-normal text-white text-center leading-relaxed xl:px-0 px-12">Lorem Ipsum is simply dummy text of the printing and typesetting industry. <br /> Lorem Ipsum has been the industry's standard dummy text.</p>
<div class="container mx-auto xl:px-24 px-9 xl:my-16 my-8">
<div class="grid xl:grid-cols-3 grid-cols-1 gap-9">
<div class="flex flex-col justify-between items-center bg-[#001B44] rounded-[24px]">
<img src="./assets/images/trade-beginner-01.png" alt="Lorem Ipsum Trade Beginner" />
<div class="flex flex-col justify-between items-start py-6 px-6 w-full">
<h4 class="text-[#00FF94] font-semibold text-lg mb-3">Lorem Ipsum Trade Beginner</h4>
<p class="text-sm font-normal text-white leading-relaxed">Risk is an essential part of day-to-day trading – without risking capital, you can’t achieve any returns. Traders today have a suite of tools to help them control risk as they manage their positions.</p>
<div class="flex xl:flex-row flex-col xl:gap-y-0 gap-y-5 justify-between items-start w-full xl:mt-12 mt-5">
<div class="flex flex-row justify-between items-center gap-4">
<button type="button" class="flex flex-row justify-between items-center gap-2 bg-[#002864] rounded-[3px] uppercase text-white text-xs px-4 py-2 font-normal"><img src="./assets/images/beginner-dot.png" alt="Beginner" /><span class="beginner-dot">BEGINNER</span></button>
<span class="text-[#2880FF] text-xs font-medium">3 Lessons</span>
</div>
<p class="xl:text-sm text-xs font-normal text-white leading-relaxed">Duration: 1 hr 45 mins</p>
</div>
</div>
</div>
<div class="flex flex-col justify-between items-center bg-[#001B44] rounded-[24px]">
<img src="./assets/images/trade-beginner-02.png" class="rounded-[24px]" alt="Lorem Ipsum Trade Beginner" />
<div class="flex flex-col justify-between items-start py-6 px-6 w-full">
<h4 class="text-[#00FF94] font-semibold text-lg mb-3">Lorem Ipsum Trade Beginner</h4>
<p class="text-sm font-normal text-white leading-relaxed">Risk is an essential part of day-to-day trading – without risking capital, you can’t achieve any returns. Traders today have a suite of tools to help them control risk as they manage their positions.</p>
<div class="flex xl:flex-row flex-col xl:gap-y-0 gap-y-5 justify-between items-start w-full xl:mt-12 mt-5">
<div class="flex flex-row justify-between items-center gap-4">
<button type="button" class="flex flex-row justify-between items-center gap-2 bg-[#002864] rounded-[3px] uppercase text-white text-xs px-4 py-2 font-normal"><img src="./assets/images/intermediate-dot.png" alt="Intermediate" /><span class="intermediate-dot">INTERMEDIATE</span></button>
<span class="text-[#A128FF] text-xs font-medium">4 Lessons</span>
</div>
<p class="xl:text-sm text-xs font-normal text-white leading-relaxed">Duration: 1 hr 45 mins</p>
</div>
</div>
</div>
<div class="flex flex-col justify-between items-center bg-[#001B44] rounded-[24px]">
<img src="./assets/images/trade-beginner-03.png" alt="Lorem Ipsum Trade Beginner" />
<div class="flex flex-col justify-between items-start py-6 px-6 w-full">
<h4 class="text-[#00FF94] font-semibold text-lg mb-3">Lorem Ipsum Trade Beginner</h4>
<p class="text-sm font-normal text-white leading-relaxed">Risk is an essential part of day-to-day trading – without risking capital, you can’t achieve any returns. Traders today have a suite of tools to help them control risk as they manage their positions.</p>
<div class="flex xl:flex-row flex-col xl:gap-y-0 gap-y-5 justify-between items-start w-full xl:mt-12 mt-5">
<div class="flex flex-row justify-between items-center gap-4">
<button type="button" class="flex flex-row justify-between items-center gap-2 bg-[#002864] rounded-[3px] uppercase text-white text-xs px-4 py-2 font-normal"><img src="./assets/images/advanced-dot.png" alt="Advanced" /><span class="advanced-dot">ADVANCED</span></button>
<span class="text-[#00FF94] text-xs font-medium">5 Lessons</span>
</div>
<p class="xl:text-sm text-xs font-normal text-white leading-relaxed">Duration: 1 hr 45 mins</p>
</div>
</div>
</div>
</div>
<div class="flex xl:flex-row flex-col justify-center items-center xl:gap-8 gap-5 xl:mt-20 mt-8 xl:w-max w-full mx-auto">
<?php include "./components/button/get-started-01.php"; ?>
<button type="button" class="text-white xl:text-lg text-base font-medium px-6 py-4 flex flex-row justify-center items-center transparent-btn xl:w-max w-full">View All Courses</button>
</div>
</div>
</section>
<section class="poppins relative xl:py-32 py-12 how-can-you-join-us">
<h3 class="xl:text-4xl text-2xl text-white text-center font-semibold leading-snug mb-5 xl:px-0 px-12">How can you <span class="text-[#2880FF]">join us?</span></h3>
<p class="text-base font-normal text-white text-center leading-relaxed xl:px-0 px-12">Lorem Ipsum is simply dummy text of the printing and typesetting industry. <br /> Lorem Ipsum has been the industry's standard dummy text.</p>
<div class="container mx-auto xl:px-24 px-9 xl:my-16 my-8">
<div class="grid xl:grid-cols-3 grid-cols-1 xl:gap-16 gap-8 xl:px-16 px-0">
<div class="flex flex-col justify-between items-center bg-[#051225] rounded-[24px] py-16 px-10">
<img src="./assets/images/buy-courses-icon.svg" alt="Buy Courses" />
<div class="flex flex-col justify-between items-center w-full mt-7">
<h4 class="text-white font-semibold text-xl mb-8">Buy Courses</h4>
<p class="text-sm font-normal text-white leading-relaxed text-center">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.</p>
</div>
</div>
<div class="flex flex-col justify-between items-center bg-[#2374E9] rounded-[24px] py-16 px-10 join-community-box">
<img src="./assets/images/join-community-icon.svg" alt="Join Community" />
<div class="flex flex-col justify-between items-center w-full mt-7">
<h4 class="text-white font-semibold text-xl mb-8">Join Community</h4>
<p class="text-sm font-normal text-white leading-relaxed text-center">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.</p>
</div>
</div>
<div class="flex flex-col justify-between items-center bg-[#051225] rounded-[24px] py-16 px-10">
<img src="./assets/images/monthly-subscription.svg" alt="Monthly Subscription" />
<div class="flex flex-col justify-between items-center w-full mt-7">
<h4 class="text-white font-semibold text-xl mb-8">Monthly Subscription</h4>
<p class="text-sm font-normal text-white leading-relaxed text-center">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.</p>
</div>
</div>
</div>
<div class="flex xl:flex-row flex-col justify-center items-center xl:gap-8 gap-5 xl:mt-20 mt-8 xl:w-max w-full mx-auto">
<?php include "./components/button/get-started-02.php"; ?>
</div>
</div>
<img src="./assets/images/full-wavy.png" class="w-full absolute bottom-0 z-[-1]" alt="How can you join us?" />
</section>
<section class="poppins relative xl:pb-32 pb-16 choose-your-plan">
<h3 class="xl:text-4xl text-2xl text-white text-center font-semibold leading-snug mb-5 xl:px-0 px-12"><span class="text-[#2880FF]">Choose your plan</span> with our <br class="xl:block hidden" /> all-inclusive membership</h3>
<p class="text-base font-normal text-white text-center leading-relaxed xl:px-0 px-12">Lorem Ipsum is simply dummy text of the printing and typesetting industry. <br /> Lorem Ipsum has been the industry's standard dummy text.</p>
<div class="container mx-auto xl:px-24 px-9 xl:my-16 my-8">
<div class="grid xl:grid-cols-4 grid-cols-1 gap-8">
<div class="flex flex-col justify-between items-center bg-[#001B44] rounded-[24px] py-14 px-10">
<div class="flex flex-col xl:gap-y-20 gap-y-8 justify-between items-center w-full">
<h4 class="text-white font-semibold text-xl uppercase">mONTHLy</h4>
<div class="flex flex-col gap-y-7 justify-center items-center">
<h1 class="text-[#00FF94] xl:text-7xl text-4xl font-bold">$149</h1>
<span class="uppercase text-[#009684] font-medium text-lg">STARTER</span>
</div>
<button type="button" class="text-white text-base font-medium px-8 py-3 flex flex-row justify-center items-center subscribe-btn">Subscribe</button>
</div>
</div>
<div class="flex flex-col relative justify-between items-center bg-[#001B44] rounded-[24px] py-14 px-10">
<div class="flex flex-col xl:gap-y-20 gap-y-8 justify-between items-center w-full">
<h4 class="text-white font-semibold text-xl uppercase">3 MONTHS</h4>
<div class="flex flex-col gap-y-7 justify-center items-center">
<span class="text-[#3E4859] xl:text-4xl text-2xl font-semibold line-through absolute top-0 translate-y-[255%]">$447</span>
<h1 class="text-[#00FF94] xl:text-7xl text-4xl font-bold">$399</h1>
<span class="uppercase text-[#009684] font-medium text-lg">SAVE 40%</span>
</div>
<button type="button" class="text-white text-base font-medium px-8 py-3 flex flex-row justify-center items-center subscribe-btn">Subscribe</button>
</div>
</div>
<div class="flex flex-col relative justify-between items-center bg-[#001B44] rounded-[24px] py-14 px-10">
<div class="flex flex-col xl:gap-y-20 gap-y-8 justify-between items-center w-full">
<h4 class="text-white font-semibold text-xl uppercase">6 MONTHS</h4>
<div class="flex flex-col gap-y-7 justify-center items-center">
<span class="text-[#3E4859] xl:text-4xl text-2xl font-semibold line-through absolute top-0 translate-y-[255%]">$894</span>
<h1 class="text-[#00FF94] xl:text-7xl text-4xl font-bold">$745</h1>
<span class="uppercase text-[#009684] font-medium text-lg">SAVE 40%</span>
</div>
<button type="button" class="text-white text-base font-medium px-8 py-3 flex flex-row justify-center items-center subscribe-btn">Subscribe</button>
</div>
</div>
<div class="flex flex-col relative justify-between items-center bg-[#001B44] rounded-[24px] py-14 px-10">
<div class="flex flex-col xl:gap-y-20 gap-y-8 justify-between items-center w-full">
<h4 class="text-white font-semibold text-xl uppercase">YEARLY</h4>
<div class="flex flex-col gap-y-7 justify-center items-center">
<span class="text-[#3E4859] xl:text-4xl text-2xl font-semibold line-through absolute top-0 translate-y-[255%]">$1788</span>
<h1 class="text-[#00FF94] xl:text-7xl text-4xl font-bold">$745</h1>
<span class="uppercase text-[#009684] font-medium text-lg">SAVE 40%</span>
</div>
<button type="button" class="text-white text-base font-medium px-8 py-3 flex flex-row justify-center items-center subscribe-btn">Subscribe</button>
</div>
</div>
</div>
<div class="flex xl:flex-row flex-col justify-center items-center xl:gap-8 gap-5 xl:mt-20 mt-8 xl:w-max w-full mx-auto">
<?php include "./components/button/get-started-02.php"; ?>
</div>
</div>
</section>
<section class="poppins relative pb-12 outperform-even-sample">
<div class="container mx-auto xl:px-24 px-9">
<div class="grid xl:grid-cols-2 grid-cols-1 gap-x-12 xl:gap-y-0 gap-y-12">
<div class="col-span-1">
<h3 class="xl:text-4xl text-2xl text-white text-left font-semibold leading-snug">We outperform <br /> even sample</h3>
<p class="text-base font-normal text-white text-left leading-relaxed my-5 xl:w-2/3 w-full">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
<div class="flex xl:flex-row flex-col xl:gap-y-0 gap-y-5 gap-x-8 justify-start items-center xl:mt-8 mt-5">
<?php include "./components/button/get-started-02.php"; ?>
<button type="button" class="text-white xl:text-lg text-base font-medium px-6 py-4 flex flex-row justify-center items-center transparent-btn xl:w-max w-full">Explore Courses</button>
</div>
</div>
<div class="col-span-1">
<img src="./assets/images/chart.svg" alt="We outperform even sample" />
</div>
</div>
</div>
</section>
<section class="full-screen-wavy">
<img src="./assets/images/full-screen-wavy.png" class="w-full" alt="We outperform even sample" />
</section>
<section class="poppins relative xl:pb-32 pb-16 choose-your-plan">
<div class="mx-auto px-7">
<h3 class="xl:text-4xl text-2xl text-white text-center font-semibold leading-snug xl:mb-12 mb-5"><span class="text-[#2880FF]">What people say</span> about us?</h3>
<!-- Slider main container -->
<swiper-container class="people-say-swiper" space-between="30">
<swiper-slide class="swiper-slide flex flex-col justify-between items-start xl:gap-y-6 gap-y-3 xl:pt-16 pt-8 xl:pb-8 pb-5 px-8">
<h5 class="text-white text-left xl:text-2xl text-xl font-semibold leading-snug">DFC helped to make profits <br class="xl:block hidden" /> even in a bearish market</h5>
<p class="text-[#A3A3A3] font-normal xl:text-lg text-base text-left leading-8">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text. It has been the industry's standard dummy text.</p>
<div class="flex flex-row justify-between items-center gap-x-5">
<img src="./assets/images/micheal-scolfield-01.png" alt="Micheal Scolfield" />
<span class="text-[#00FF94] font-medium xl:text-xl text-base">Micheal Scolfield</span>
</div>
</swiper-slide>
<swiper-slide class="swiper-slide flex flex-col justify-between items-start xl:gap-y-6 gap-y-3 xl:pt-16 pt-8 xl:pb-8 pb-5 px-8">
<h5 class="text-white text-left xl:text-2xl text-xl font-semibold leading-snug">DFC helped to make profits <br class="xl:block hidden" /> even in a bearish market</h5>
<p class="text-[#A3A3A3] font-normal xl:text-lg text-base text-left leading-8">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text. It has been the industry's standard dummy text.</p>
<div class="flex flex-row justify-between items-center gap-x-5">
<img src="./assets/images/micheal-scolfield-02.png" alt="Micheal Scolfield" />
<span class="text-[#00FF94] font-medium xl:text-xl text-base">Micheal Scolfield</span>
</div>
</swiper-slide>
<swiper-slide class="swiper-slide flex flex-col justify-between items-start xl:gap-y-6 gap-y-3 xl:pt-16 pt-8 xl:pb-8 pb-5 px-8">
<h5 class="text-white text-left xl:text-2xl text-xl font-semibold leading-snug">DFC helped to make profits <br class="xl:block hidden" /> even in a bearish market</h5>
<p class="text-[#A3A3A3] font-normal xl:text-lg text-base text-left leading-8">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text. It has been the industry's standard dummy text.</p>
<div class="flex flex-row justify-between items-center gap-x-5">
<img src="./assets/images/micheal-scolfield-03.png" alt="Micheal Scolfield" />
<span class="text-[#00FF94] font-medium xl:text-xl text-base">Micheal Scolfield</span>
</div>
</swiper-slide>
<swiper-slide class="swiper-slide flex flex-col justify-between items-start xl:gap-y-6 gap-y-3 xl:pt-16 pt-8 xl:pb-8 pb-5 px-8">
<h5 class="text-white text-left xl:text-2xl text-xl font-semibold leading-snug">DFC helped to make profits <br class="xl:block hidden" /> even in a bearish market</h5>
<p class="text-[#A3A3A3] font-normal xl:text-lg text-base text-left leading-8">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text. It has been the industry's standard dummy text.</p>
<div class="flex flex-row justify-between items-center gap-x-5">
<img src="./assets/images/micheal-scolfield-01.png" alt="Micheal Scolfield" />
<span class="text-[#00FF94] font-medium xl:text-xl text-base">Micheal Scolfield</span>
</div>
</swiper-slide>
<swiper-slide class="swiper-slide flex flex-col justify-between items-start xl:gap-y-6 gap-y-3 xl:pt-16 pt-8 xl:pb-8 pb-5 px-8">
<h5 class="text-white text-left xl:text-2xl text-xl font-semibold leading-snug">DFC helped to make profits <br class="xl:block hidden" /> even in a bearish market</h5>
<p class="text-[#A3A3A3] font-normal xl:text-lg text-base text-left leading-8">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text. It has been the industry's standard dummy text.</p>
<div class="flex flex-row justify-between items-center gap-x-5">
<img src="./assets/images/micheal-scolfield-02.png" alt="Micheal Scolfield" />
<span class="text-[#00FF94] font-medium xl:text-xl text-base">Micheal Scolfield</span>
</div>
</swiper-slide>
<swiper-slide class="swiper-slide flex flex-col justify-between items-start xl:gap-y-6 gap-y-3 xl:pt-16 pt-8 xl:pb-8 pb-5 px-8">
<h5 class="text-white text-left xl:text-2xl text-xl font-semibold leading-snug">DFC helped to make profits <br class="xl:block hidden" /> even in a bearish market</h5>
<p class="text-[#A3A3A3] font-normal xl:text-lg text-base text-left leading-8">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text. It has been the industry's standard dummy text.</p>
<div class="flex flex-row justify-between items-center gap-x-5">
<img src="./assets/images/micheal-scolfield-03.png" alt="Micheal Scolfield" />
<span class="text-[#00FF94] font-medium xl:text-xl text-base">Micheal Scolfield</span>
</div>
</swiper-slide>
<div class="swiper-pagination"></div>
</swiper-container>
<div class="flex flex-row gap-8 justify-center items-center xl:mt-20 mt-8">
<?php include "./components/button/get-started-02.php"; ?>
</div>
</div>
</section>
<?php include "./components/customer-support/index.php"; ?>
<?php include "./components/ultimate-featues/index.php"; ?>
<?php $isbg = "is-bg"; include "./components/join-community/index.php"; ?>
<?php include "./components/ready-to-get-started/index.php"; ?>
<?php include "./components/faq/index.php"; ?>