-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ac22169
Showing
91 changed files
with
19,327 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
# local env files | ||
.env*.local | ||
|
||
# vercel | ||
.vercel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | ||
|
||
## Getting Started | ||
|
||
First, run the development server: | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
# or | ||
pnpm dev | ||
``` | ||
|
||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
|
||
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. | ||
|
||
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. | ||
|
||
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. | ||
|
||
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. | ||
|
||
## Learn More | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||
|
||
## Deploy on Vercel | ||
|
||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
import React from 'react' | ||
const Advantages = () => { | ||
return ( | ||
<div> | ||
<section className="advantages section-padding"> | ||
<div className="container"> | ||
<div className="row g-5 align-items-center"> | ||
<div className="col-lg-6 col-md-6 col-12"> | ||
<div className="advantages_img"> | ||
<img src="./assets/images/advantages/advantages.png" alt="advantages"/> | ||
</div> | ||
</div> | ||
<div className="col-lg-6 col-md-6 col-12"> | ||
<div className="section-title"> | ||
<h2>Our Trader <span>Financing Program's</span> Advantages</h2> | ||
<p>Traders receive financing after successfully completing one of our evaluation programs. We work hard to provide you the greatest chance possible to get finance through our own company.</p> | ||
<div className="btn-group"> | ||
<a href="0#" className="default-btn default-btn2">Join Now</a> | ||
<a href="0#" className="default-btn default-btn--secondary">Our Mission</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div className="advantages_bottom"> | ||
<div className="row flex-row-reverse align-items-center g-5"> | ||
<div className="col-lg-6 col-md-6 col-12"> | ||
<div className="advantages_img"> | ||
<img src="./assets/images/advantages/markets.png" alt="advantages"/> | ||
</div> | ||
</div> | ||
<div className="col-lg-6 col-md-6 col-12"> | ||
<div className="section-title"> | ||
<h2>The <span>Best Way</span> to Trade the Markets</h2> | ||
<p>Put no money at risk in a trading account. Use our accounts to transact. Click here to see if your nation is included in the over 100 countries where our services are offered. No boundaries apply to us! Your location is irrelevant. Across the world, we deal with merchants.</p> | ||
<div className="btn-group"> | ||
<a href="0#" className="default-btn default-btn2">Get Started</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
) | ||
} | ||
|
||
export default Advantages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import React from 'react'; | ||
const Banner = () => { | ||
return ( | ||
<> | ||
<section id="home" className="banner bg--cover" style={{backgroundImage:"url(assets/images/banner/bg.png)"}}> | ||
<div className="container"> | ||
<div className="row"> | ||
<div className="col-lg-7 col-md-7 col-12"> | ||
<div className="banner__wrapper"> | ||
<div className="banner__content text-start" data-aos="fade-up" data-aos-duration="800"> | ||
<h1> | ||
Take charge of your <span> brand new</span> future | ||
</h1> | ||
<p> | ||
Access the world’s largest library of fullstack components and | ||
build better websites in hours, not days. | ||
</p> | ||
<div className="btn-group"> | ||
<a href="#" className="default-btn default-btn2">Get Started</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div className="col-lg-5 col-md-5 col-12"> | ||
<div className="banner_right"> | ||
<div className="banner_img"> | ||
<img src="./assets/images/banner/banner-right.png" alt="banner"/> | ||
<a href="https://www.youtube.com/embed/hAP2QF--2Dg" data-rel="lightcase" className="banner_icon"> | ||
<i className="fa-solid fa-play play"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</> | ||
) | ||
} | ||
|
||
export default Banner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import React from 'react' | ||
|
||
const Commision = () => { | ||
return ( | ||
<div> | ||
<section className="commission section-padding-bottom"> | ||
<div className="container"> | ||
<div className="commission_inner"> | ||
<div className="row align-items-center"> | ||
<div className="col-lg-5 col-md-5 col-12"> | ||
<div className="commission_img"> | ||
<img src="./assets/images/commission/1.png" alt="commission_image"/> | ||
</div> | ||
</div> | ||
<div className="col-lg-7 col-md-7 col-12"> | ||
<div className="commission_content"> | ||
<div className="section-title"> | ||
<h2>Commission on Lifetime Referrals of 15%</h2> | ||
<p>During the duration of the consumers you refer, our commission plan pays 15% monthly on all assessment plans and resets!</p> | ||
<div className="btn-group"> | ||
<a href="0#" className="default-btn default-btn2">Sign Up</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
</div> | ||
) | ||
} | ||
|
||
export default Commision |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
// import React from 'react' | ||
// const data=[ | ||
// { | ||
// image:"./assets/images/counter/1.png", | ||
// num:"$712488", | ||
// def:"Average Monthly Compensation To Customers Since January Of 2022" | ||
// }, | ||
// { | ||
// image:"./assets/images/counter/2.png", | ||
// num:"$9262348", | ||
// def:"Total Compensation To Customers Since 2022" | ||
// }, | ||
// { | ||
// image:"./assets/images/counter/3.png", | ||
// num:"$18834", | ||
// def:"Total Price Action (PA's) Funded In The Last Month" | ||
// } | ||
|
||
// ] | ||
// const Counter = () => { | ||
// return ( | ||
// <div> | ||
// {data.map((curElem)=>{ | ||
// return( | ||
// <div classNameName="counter"> | ||
// <div classNameName="container"> | ||
// <div classNameName="row g-4"> | ||
// <div classNameName="col-lg-4 col-md-4 col-12"> | ||
// <div classNameName="counter_item"> | ||
// <div classNameName="counter_item-inner"> | ||
// <div classNameName="counter_icon"> | ||
// <img src={curElem.image} alt="counter_icon"/> | ||
// </div> | ||
// <div classNameName="counter_content"> | ||
// <h4>{curElem.num}</h4> | ||
// <p>{curElem.def}</p> | ||
// </div> | ||
// </div> | ||
// </div> | ||
// </div> | ||
|
||
// </div> | ||
// </div> | ||
// </div> | ||
// )})} | ||
|
||
|
||
|
||
// </div> | ||
// ) | ||
// } | ||
|
||
// export default Counter | ||
|
||
import React from 'react' | ||
|
||
const Counter = () => { | ||
return ( | ||
<div> | ||
<div className="counter"> | ||
<div className="container"> | ||
<div className="row g-4"> | ||
<div className="col-lg-4 col-md-4 col-12"> | ||
<div className="counter_item"> | ||
<div className="counter_item-inner"> | ||
<div className="counter_icon"> | ||
<img src="./assets/images/counter/1.png" alt="counter_icon"/> | ||
</div> | ||
<div className="counter_content"> | ||
<h4>$712488</h4> | ||
<p>Average Monthly Compensation To Customers Since January Of 2022</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div className="col-lg-4 col-md-4 col-12"> | ||
<div className="counter_item"> | ||
<div className="counter_item-inner"> | ||
<div className="counter_icon"> | ||
<img src="./assets/images/counter/2.png" alt="counter_icon"/> | ||
</div> | ||
<div className="counter_content"> | ||
<h4>$9262348</h4> | ||
<p>Total Compensation To Customers Since 2022</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div className="col-lg-4 col-md-4 col-12"> | ||
<div className="counter_item"> | ||
<div className="counter_item-inner"> | ||
<div className="counter_icon"> | ||
<img src="./assets/images/counter/3.png" alt="counter_icon"/> | ||
</div> | ||
<div className="counter_content"> | ||
<h4>$18834</h4> | ||
<p>Total Price Action (PA's) Funded In The Last Month</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
) | ||
} | ||
|
||
export default Counter | ||
|
||
|
Oops, something went wrong.