Viewing File: /home/ubuntu/ridge-crop-landing-ui-revamp/footer.html

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Footer</title>
</head>

<body>
	<footer>
		<div class="footer-top">
			<div class="container">
				<div class="row">
					<div class="col-md-6 col-xl-3">
						<div class="footer-widget">
							<a href="index.html" class="navbar-brand logo">
								<img src="assets/img/logo-light.png" class="img-fluid" alt="Logo">
							</a>
							<p class="mt-3">Ridgecorp mission is to create the best trading experience for retail and
								institutional clients alike, allowing traders to focus more on their trading. Built by
								traders for traders ridgecorp is dedicated to offering superior spreads, execution and
								service. </p>
						</div>
					</div>
					<div class="col-md-6 col-xl-3">
						<div class="footer-widget">
							<h5>Partnership</h5>
							<ul class="footer-menu">
								<li><a href="introducing-brokers-programs.html">Introducing Brokers Programs</a></li>
								<li><a href="affiliates-programs.html">Affiliates Programs</a></li>
								<!-- <li><a href="exclusive-zone-partners.html">Exclusive Zone Partners</a></li> -->
								<!-- <li><a href="whitelabel-partnership.html">White Label Partnership</a></li> -->
							</ul>
						</div>
					</div>
					<div class="col-md-6 col-xl-2">
						<div class="footer-widget">
							<h5>Support</h5>
							<ul class="footer-menu">
								<li><a href="help-center.html">Help Center</a></li>
								<!-- <li><a href="">Live Chat Assistance</a></li> -->
								<li><a href="tel:+918660479890">Phone Support</a></li>
								<li><a href="contact-us.html">Contact Form</a></li>
							</ul>
						</div>
					</div>
					<div class="col-md-12 col-xl-4">
						<div class="footer-widget">
							<h5>Download the App</h5>
							<div class="d-flex align-items-center flex-wrap">
								<a href="https://play.google.com/store/apps/details?id=net.metaquotes.metatrader5&hl=en&referrer=ref_id%3d5188984336932392582%26server%3dRidgeCorporation-Server"
									target="_blank">
									<img src="assets/img/icons/app-store.svg" class="me-2" alt="img">
								</a>
								<a href="https://apps.apple.com/us/app/metatrader-5/id413251709" target="_blank">
									<img src="assets/img/icons/goolge-play.svg" class="me-2" alt="img">
								</a>
							</div>
						</div>
					</div>
				</div>
				<div class="space-line"></div>
				<div class="row justify-content-center">
					<div class="col-xl-12 col-lg-9 col-md-12">
						<div class="corp-footer-frame">
							<h5>Risk Warning !</h5>
							<p>Leveraged trading in foreign currency or off-exchange products on margin carries
								significant risk and may not be suitable for all investors. We advise you to carefully
								consider whether trading is appropriate for you based on your personal circumstances.
								Forex trading involves risk. Losses can exceed deposits. We recommend that you seek
								independent advice and ensure you fully understand the risks involved before trading.
							</p>
						</div>
					</div>
				</div>
				<div class="space-line"></div>
				<div class="row justify-content-center">
					<div class="col-md-12 col-lg-9 col-xl-12">
						<div class="corp-footer-frame text-space">
							<p>Lincoln Classic Ltd, operating under the theridgecorp.com, holds registration number
								202484GBC. The registered address is Suite 201 Level 2, The Catalyst Building, Cybercity
								Ebene, Republic of Mauritius. The company is regulated by the Financial Services
								Commission of the Republic of Mauritius, possessing an Investment Dealer License with
								license number GB23202360.</p>
						</div>
					</div>
				</div>
				<div class="space-line"></div>
				<div class="row justify-content-center">
					<div class="col-md-12 col-lg-9 col-xl-12">
						<div class="corp-footer-frame text-space">
							<p>© 2025 Owned Operated by Lincoln Classic Ltd which is regulated by the Financial Services
								Commission of the Republic of Mauritius.
								Investment Dealer License with license number GB23202360.</p>
						</div>
					</div>
				</div>
			</div>
		</div>
		<!-- Footer Bottom -->
		<div class="footer-bottom">
			<div class="container">
				<div class="row">
					<div class="col-md-12">
						<div class="d-flex align-items-center justify-content-between flex-wrap">
							<p class="mb-0">Copyright &copy; 2025 - All Rights Reserved The RidgeCorp</p>
							<ul class="social-icon mb-0">
								<li>
									<a href="https://www.facebook.com/theridgecorp" target="_blank"><img
											src="assets/img/icons/fb.svg" class="img" alt="icon"></a>
								</li>
								<li>
									<a href="https://www.linkedin.com/company/the-ridge-corp/" target="_blank"><img
											src="assets/img/icons/instagram.svg" class="img" alt="icon"></a>
								</li>
								<li>
									<a href="https://www.instagram.com/theridgecorp/" target="_blank"><img
											src="assets/img/icons/twitter.svg" class="img" alt="icon"></a>
								</li>
								<li>
									<a href="https://x.com/TheRidgeCorp" target="_blank"><img
											src="assets/img/icons/linkedin.svg" class="img" alt="icon"></a>
								</li>
							</ul>
						</div>
					</div>
				</div>
			</div>
		</div>
		<!-- /Footer Bottom -->
	</footer>
</body>

</html>
Back to Directory File Manager