whoami7 - Manager
:
/
home
/
unicorntechnolog
/
public_html
/
aimmarkets
/
Upload File:
files >> /home/unicorntechnolog/public_html/aimmarkets/index.php
<?php @include 'header.php'?> <main> <section class="hero-sec"> <div class="container"> <div class="row align-items-center g-5"> <!-- Left Content --> <div class="col-12 col-lg-6 pt-lg-5"> <h1 class="display-5 fw-bold text-white mb-4"> The goal of a successful trader is to make the best trades. Money is secondary. </h1> <!-- CTA Buttons --> <div class="d-flex flex-wrap justify-content-lg-start justify-content-center gap-3 mb-5"> <a href="#" class="btn btn-lg btn-live-account px-4 fw-semibold rounded-2"> Start Trading <i class="fa-solid fa-arrow-right-to-bracket text-white"></i> </a> <a href="#" class="btn btn-lg btn-demo-account px-4 fw-semibold rounded-2"> Demo Account <i class="fa-solid fa-square-up-right text-white"></i> </a> </div> <!-- Stats --> <div class="row row-cols-1 row-cols-lg-3 g-4 py-3"> <div class="col"> <div class="stat-box text-center p-4 rounded-3"> <h3 class="fw-bold mb-1">$10</h3> <p class="mb-0">STARTING DEPOSIT</p> </div> </div> <div class="col"> <div class="stat-box text-center p-4 rounded-3"> <h3 class="fw-bold mb-1">1:500</h3> <p class="mb-0">LEVERAGE</p> </div> </div> <div class="col"> <div class="stat-box text-center p-4 rounded-3"> <h3 class="fw-bold mb-1">0.01</h3> <p class="mb-0">LOT DEPOSIT</p> </div> </div> </div> <div class="row row-cols-1 row-cols-lg-3 g-4 py-3"> <div class="col"> <div class="stat-box text-center p-4 rounded-3"> <h3 class="fw-bold mb-1">47</h3> <p class="mb-0">CURRENCIES</p> </div> </div> <div class="col"> <div class="stat-box text-center p-4 rounded-3"> <h3 class="fw-bold mb-1">107</h3> <p class="mb-0">FUTURES</p> </div> </div> <div class="col"> <div class="stat-box text-center p-4 rounded-3"> <h3 class="fw-bold mb-1">16</h3> <p class="mb-0">CRYPTOS</p> </div> </div> </div> </div> <!-- Right Image --> <div class="col-12 col-lg-6 text-center"> <img src="images/Main-Banner-side.png" class="img-fluid hero-image" alt="Trading illustration"> </div> </div> </div> </section> <section class="py-0"> <div class="container"> <div class="rounded-top-5 gradient-sec mt-4 py-5 border-t"> <div class="row d-flex justify-content-center"> <div class="col-lg-8 text-center"> <h2 class="text-center text-white"> Unlock Limitless <span class="span-color">Trading Opportunities</span> </h2> <div class="mt-4"> <h5 class="primary3 text-center"> AIM Markets empowers traders with cutting-edge tools and access to global financial markets. Whether you're trading currency pairs, indices, commodities, or futures, we deliver a seamless and secure trading experience—backed by innovation, reliability, and global reach. </h5> </div> <div class="mt-5"> <a href="#" class="hero-sec-btn">Starting Trading</a> </div> </div> </div> </div> </div> </section> <section class="market-section primary2-back markets-tabs"> <div class="container"> <h2 class="text-center secondary1 pb-lg-5"> Real Time <span class="span-color">Market Insights</span> </h2> <!-- Tabs (custom classes) --> <ul class="nav market-tabs justify-content-evenly mb-lg-5" id="marketTab" role="tablist"> <li class="nav-item" role="presentation"> <button class="nav-link active" id="forex-tab" data-bs-toggle="tab" data-bs-target="#forex-pane" type="button" role="tab" aria-controls="forex-pane" aria-selected="true">Forex Cross Rates</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="indices-tab" data-bs-toggle="tab" data-bs-target="#indices-pane" type="button" role="tab" aria-controls="indices-pane" aria-selected="false">Indices Trades</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="energy-tab" data-bs-toggle="tab" data-bs-target="#energy-pane" type="button" role="tab" aria-controls="energy-pane" aria-selected="false">Energy</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="crypto-tab" data-bs-toggle="tab" data-bs-target="#crypto-pane" type="button" role="tab" aria-controls="crypto-pane" aria-selected="false">Cryptocurrencies</button> </li> </ul> <!-- Card with tab content --> <div class="market-card shadow-sm rounded-4"> <div class="market-card-body p-3 p-md-4"> <div class="tab-content" id="marketTabContent"> <!-- Forex Pane --> <div class="tab-pane fade show active" id="forex-pane" role="tabpanel" aria-labelledby="forex-tab" tabindex="0"> <div class="row g-3 align-items-center"> <div class="col-12 col-lg-12"> <div class="market-iframe ratio ratio-16x9"> <iframe src="https://www.tradingview-widget.com/embed-widget/forex-cross-rates/?locale=en#%7B%22colorTheme%22%3A%22light%22%2C%22currencies%22%3A%5B%22EUR%22%2C%22USD%22%2C%22JPY%22%2C%22GBP%22%2C%22CHF%22%2C%22AUD%22%2C%22CAD%22%2C%22NZD%22%2C%22CNY%22%5D%2C%22backgroundColor%22%3A%22rgba(255%2C%20255%2C%20255%2C%201)%22%2C%22width%22%3A%22100%25%22%2C%22height%22%3A%22100%25%22%7D" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> <!-- Indices Pane --> <div class="tab-pane fade" id="indices-pane" role="tabpanel" aria-labelledby="indices-tab" tabindex="0"> <div class="market-iframe ratio ratio-16x9"> <iframe src="https://www.tradingview-widget.com/embed-widget/market-quotes/?locale=en#%7B%22colorTheme%22%3A%22light%22%2C%22width%22%3A%22100%25%22%2C%22height%22%3A%22550%22%7D" frameborder="0" allowfullscreen></iframe> </div> </div> <!-- Energy Pane --> <div class="tab-pane fade" id="energy-pane" role="tabpanel" aria-labelledby="energy-tab" tabindex="0"> <div class="market-iframe ratio ratio-16x9"> <iframe src="https://www.tradingview-widget.com/embed-widget/market-quotes/?locale=en#%7B%22colorTheme%22%3A%22light%22%2C%22symbolsGroups%22%3A%5B%7B%22name%22%3A%22energy%22%2C%22symbols%22%3A%5B%7B%22name%22%3A%22TVC%3AUKOIL%22%7D%2C%7B%22name%22%3A%22TVC%3AUSOIL%22%7D%5D%7D%5D%7D" frameborder="0" allowfullscreen></iframe> </div> </div> <!-- Crypto Pane --> <div class="tab-pane fade" id="crypto-pane" role="tabpanel" aria-labelledby="crypto-tab" tabindex="0"> <div class="market-iframe ratio ratio-16x9"> <iframe src="https://www.tradingview-widget.com/embed-widget/crypto-mkt-screener/?locale=en#%7B%22width%22%3A%22100%25%22%2C%22height%22%3A550%2C%22displayCurrency%22%3A%22USD%22%7D" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> </div> <!-- /.market-card --> </div> </section> <section class="why-section secondary3-back"> <div class="container"> <h2 class="text-center text-white mb-5">Why <span class="span-color">AIM-Markets ?</span></h2> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 g-4"> <div class="cols"> <div class="why-card p-4 rounded-4 position-relative overflow-hidden"> <div> <h3 class="why-value primary3 fw-semibold">1:500</h3> <h5 class="why-title text-white">Leverage</h5> </div> <img src="images/grid1.webp" alt="Leverage illustration" class="grid-img"> </div> </div> <div class="cols"> <div class="why-card p-4 rounded-4 position-relative overflow-hidden"> <div> <h3 class="why-value primary3 fw-semibold">24/5</h3> <h5 class="why-title text-white">Support</h5> </div> <img src="images/grid2.webp" alt="Support illustration" class="grid-img"> </div> </div> <div class="cols"> <div class="why-card p-4 rounded-4 position-relative overflow-hidden"> <div> <h3 class="why-value primary3 fw-semibold">Instant</h3> <h5 class="why-title text-white">Deposits & Withdrawals</h5> </div> <img src="images/grid3.webp" alt="Deposits illustration" class="grid-img"> </div> </div> <div class="cols"> <div class="why-card p-4 rounded-4 position-relative overflow-hidden"> <div> <h3 class="why-value primary3 fw-semibold">Zero</h3> <h5 class="why-title text-white">Commission</h5> </div> <img src="images/grid4.webp" alt="Commission illustration" class="grid-img"> </div> </div> </div> </div> </section> <section class="features-section py-5"> <div class="container"> <div class="row text-center"> <div class="col-lg-12"> <h2 class="secondary1 text-center mb-5">Trade with <span class="span-color">Transparency</span> </h2> </div> </div> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4 py-3"> <div class="col"> <article class="feature-card h-100 d-flex flex-column"> <div class="feature-top stripe-top-black"></div> <div class="feature-body p-4 d-flex flex-column flex-grow-1"> <h3 class="feature-title text-center fw-bold mb-3">No Hidden Fees</h3> <p class="feature-desc text-center text-muted mb-4"> What you see is what you trade. </p> </div> </article> </div> <div class="col"> <article class="feature-card h-100 d-flex flex-column"> <div class="feature-top stripe-top-orange"></div> <div class="feature-body p-4 d-flex flex-column flex-grow-1"> <h3 class="feature-title text-center fw-bold mb-3">Real-Time Pricing</h3> <p class="feature-desc text-center text-muted mb-4"> Live market rates, no delays. </p> </div> </article> </div> <div class="col"> <article class="feature-card h-100 d-flex flex-column"> <div class="feature-top stripe-top-yellow"></div> <div class="feature-body p-4 d-flex flex-column flex-grow-1"> <h3 class="feature-title text-center fw-bold mb-3">Clear Execution</h3> <p class="feature-desc text-center text-muted mb-4"> Orders filled with precision and fairness. </p> </div> </article> </div> </div> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4 py-3"> <div class="col"> <article class="feature-card h-100 d-flex flex-column"> <div class="feature-top stripe-top-black"></div> <div class="feature-body p-4 d-flex flex-column flex-grow-1"> <h3 class="feature-title text-center fw-bold mb-3">Verified Spreads</h3> <p class="feature-desc text-center text-muted mb-4"> Tight spreads, fully transparent. </p> </div> </article> </div> <div class="col"> <article class="feature-card h-100 d-flex flex-column"> <div class="feature-top stripe-top-orange"></div> <div class="feature-body p-4 d-flex flex-column flex-grow-1"> <h3 class="feature-title text-center fw-bold mb-3">Full Disclosure</h3> <p class="feature-desc text-center text-muted mb-4"> Every detail, always in your control. </p> </div> </article> </div> <div class="col"> <article class="feature-card h-100 d-flex flex-column"> <div class="feature-top stripe-top-yellow"></div> <div class="feature-body p-4 d-flex flex-column flex-grow-1"> <h3 class="feature-title text-center fw-bold mb-3">Honest Trading</h3> <p class="feature-desc text-center text-muted mb-4"> Integrity built into every transaction. </p> </div> </article> </div> </div> </div> </section> <section class="secondary3-back"> <div class="row text-center mb-5"> <div class="col-lg-12"> <h2 class="secondary1 text-center text-white">Accounts <span class="span-color">We Provide</span> </h2> </div> </div> <div class="container"> <div class="mt-4"> <div> <div class="overflow-auto rounded-5 blur-back pt-5"> <table class="min-w-[900px] responsive-table w-100 border-collapse"> <thead> <tr> <th class="px-4 py-4 text-center"></th> <th class="px-4 py-4 text-center"> <div class=" relative"> <div class=" d-flex justify-content-center"> <div class="price-head rounded-4 px-2 py-4 w-100"> <h3 class=" fw-bold text-white text-center">Standard</h3> </div> </div> <div class=""></div> </div> </th> <th class="px-4 py-4 text-center"> <div class=" d-flex justify-content-center"> <div class="price-head rounded-4 px-2 py-4 w-100"> <h3 class=" fw-bold text-white text-center">Pro</h3> </div> </div> </th> <th class="px-4 py-4 text-center"> <div class=" relative"> <div class=" d-flex justify-content-center"> <div class="price-head2 rounded-4 px-2 py-4 w-100"> <h3 class=" fw-bold secondary1 text-center">Prime</h3> </div> </div> </div> </th> </tr> </thead> <tbody> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Phase 1 Trading Goal (30 Days)</td> <td class="py-2 px-4 text-center"> <p class="text-white ">10%</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white ">10%</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">10%</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Phase 2 Trading Goal (60 Days)</td> <td class="py-2 px-4 text-center"> <p class="text-white">5%</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white ">5%</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">5%</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Challenge Pricing</td> <td class="py-2 px-4 text-center"> <p class="text-white ">$60</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white ">$115</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">$200</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Spreads</td> <td class="py-2 px-4 text-center"> <p class="text-white ">0.10 Pip</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white ">0.10 Pip</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">0.10 Pip</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Leverage</td> <td class="py-2 px-4 text-center"> <p class="text-white ">1:100</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white ">1:100</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">1:100</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Max Daily Drawdown</td> <td class="py-2 px-4 text-center"> <p class="text-white ">5%</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white">5%</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">5%</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Max Overall Drawdown</td> <td class="py-2 px-4 text-center"> <p class="text-white ">10%</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white">10%</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white">10%</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Minimum Trading Days</td> <td class="py-2 px-4 text-center"> <p class="text-white ">6</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white">6</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">6</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold ">Refundable Starting Fee</td> <td class="py-2 px-4 text-center"> <p class="text-white ">100%</p> </td> <td class="py-2 px-4 border-x text-center"> <p class="text-white ">100%</p> </td> <td class="py-2 px-4 text-center"> <p class="text-white ">100%</p> </td> </tr> <tr class=""> <td class="py-2 px-4 text-white fw-semibold "></td> <td class="py-2 px-4 text-center"> <div class="py-4"> <a href="#" class="account-sec-btn">Start Trading</a> </div> </td> <td class="py-2 px-4 border-x text-center"> <div class="py-4"> <a href="#" class="account-sec-btn">Start Trading</a> </div> </td> <td class="py-2 px-4 text-center"> <div class="py-4"> <a href="#" class="account-sec-btn">Start Trading</a> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </section> <section class="trade-hero py-5"> <div class="container"> <div class="row align-items-center gx-5"> <!-- Left content --> <div class="col-12 col-lg-6"> <h2 class="display-title mb-3"> Trade <span class="text-accent">Anytime, Anywhere</span> </h2> <p class="lead text-muted mb-4"> One of the world's leading CFD brokers with over 15 years of market experience, AIM Markets provides traders with access to 1,000+ CFD products, including forex, indices, commodities, shares, ETFs, and even bonds. </p> <p class="text-muted mb-4"> Trade CFDs with ease on desktop or mobile using our advanced trading tools and features. </p> <div class="mb-4"> <a href="#" class="btn btn-cta btn-lg rounded-pill">SIGN UP NOW</a> </div> </div> <!-- Right visual --> <div class="col-12 col-lg-6"> <div class="hero-visual position-relative d-flex justify-content-center"> <!-- background rounded panel --> <div class="visual-bg position-absolute d-none d-md-block"></div> <!-- main person/image --> <img src="images/earning.png" alt="Trader" class="img-fluid main-illustration"> </div> </div> </div> </div> </section> <section class="support-resources py-5"> <div class="container"> <div class="text-center mb-4"> <h2 class="section-title mb-2">Support & <span class="span-color">Resources</span></h2> <p class="section-sub text-muted mb-0">Get the answers, assistance, and education you need to support your trading journey.</p> </div> <div class="row g-4 mt-4"> <div class="col-12 col-md-6 col-lg-4"> <article class="sr-card h-100 d-flex flex-column"> <div class="sr-icon-wrap d-flex align-items-center justify-content-center mb-3"> <img src="images/chat-01.webp" width="100px" alt=""> </div> <div class="sr-body text-center px-3 px-md-4 pb-4"> <h5 class="sr-title mb-2">24/7 Customer Support</h5> <p class="sr-desc text-muted mb-3">We provide support and account assistance at every stage of your journey. Our dedicated customer support team is available 24/7 to assist with any trading-related inquiries.</p> </div> </article> </div> <div class="col-12 col-md-6 col-lg-4"> <article class="sr-card h-100 d-flex flex-column"> <div class="sr-icon-wrap d-flex align-items-center justify-content-center mb-3"> <img src="images/help.webp" width="100px" alt=""> </div> <div class="sr-body text-center px-3 px-md-4 pb-4"> <h5 class="sr-title mb-2">Help Center</h5> <p class="sr-desc text-muted mb-3">Find answers to your questions quickly with our comprehensive Help Center. From account setup to trading strategies, our resources provide clear guidance.</p> </div> </article> </div> <div class="col-12 col-md-6 col-lg-4"> <article class="sr-card h-100 d-flex flex-column"> <div class="sr-icon-wrap d-flex align-items-center justify-content-center mb-3"> <img src="images/learn.webp" width="100px" alt=""> </div> <div class="sr-body text-center px-3 px-md-4 pb-4"> <h5 class="sr-title mb-2">Learn</h5> <p class="sr-desc text-muted mb-3">Access free educational resources to expand your trading knowledge. Articles, webinars, videos and courses for traders of all levels.</p> </div> </article> </div> </div> </div> <!-- Right-vertical CTA (keeps existing behavior) --> <a href="#" class="vertical-cta d-none d-lg-flex align-items-center justify-content-center"> Trade live & win big prizes </a> </section> <section class="platform-section secondary3-back py-5"> <div class="container"> <div class="text-center mb-5"> <h2 class="section-heading"> Our <span class="span-color">Platform</span> </h2> <p class="section-sub">Trading platform, unlimited opportunities</p> </div> <div class="row align-items-center gx-5"> <!-- Left: Image --> <div class="col-12 col-lg-6 text-center mb-4 mb-lg-0"> <img src="images/tablet-tradelocker.png" alt="MT5 platform" class="img-fluid "> </div> <!-- Right: Content --> <div class="col-12 col-lg-6"> <div class="platform-box p-4 p-md-5 rounded-4 shadow-sm text-start"> <h3 class="platform-title">TradeLocker</h3> <!-- <p class="small fw-semibold text-uppercase text-light"> *Registered Under Mauritius Entity </p> --> <p class="text-light my-3"> Trade with leverage, use our TradingView charts to analyze the market, and easily take long or short positions on our trading platform. Our smart risk management tools help boost your trading game. </p> <ul class="list-unstyled text-light mb-4"> <li class="mb-2">✔ Suitable for experienced traders</li> <li class="mb-2">✔ Sophisticated order management tools</li> <li class="mb-2">✔ Introducing more native technical indicators</li> <li>✔ Easy to configure and customise your trading setup</li> </ul> <a href="#" class="learn-more">Learn More >></a> <div class="mt-4 d-flex gap-4 fs-4 text-light justify-content-start"> <i class="fa-brands fa-android"></i> <i class="fa-brands fa-apple"></i> <i class="fa-solid fa-desktop"></i> <i class="fa-brands fa-windows"></i> </div> </div> </div> </div> </div> </section> <section class="steps-section py-5"> <div class="container text-center"> <h2 class="h1 fw-bold mb-2">Start Trading <span class="text-accent">in 4 Steps</span></h2> <!-- Timeline --> <div class="timeline-wrapper mt-5"> <div class="row align-items-start gy-4"> <!-- Step 1 --> <div class="col-6 col-md-3"> <div class="step-item text-center"> <div class="step-circle step-circle-1">1</div> <h5 class="mt-3 mb-2 fw-semibold">Register</h5> <p class="mb-0 text-muted">Open your live trading account with AIM Markets</p> </div> </div> <!-- Step 2 --> <div class="col-6 col-md-3"> <div class="step-item text-center"> <div class="step-circle step-circle-2">2</div> <h5 class="mt-3 mb-2 fw-semibold">Verify</h5> <p class="mb-0 text-muted">Upload your documents to verify your account</p> </div> </div> <!-- Step 3 --> <div class="col-6 col-md-3"> <div class="step-item text-center"> <div class="step-circle step-circle-3">3</div> <h5 class="mt-3 mb-2 fw-semibold">Deposit</h5> <p class="mb-0 text-muted">Login to your Client Portal and top up your account</p> </div> </div> <!-- Step 4 --> <div class="col-6 col-md-3"> <div class="step-item text-center"> <div class="step-circle step-circle-4">4</div> <h5 class="mt-3 mb-2 fw-semibold">Trade</h5> <p class="mb-0 text-muted">Start trading on more than 275 instruments</p> </div> </div> </div> </div> </div> </section> </main> <?php @include 'footer.php'?>
Copyright ©2021 || Defacer Indonesia