28 lines
2.2 KiB
PHP
28 lines
2.2 KiB
PHP
<?php include 'header.php'; ?>
|
|
<div class="container" style="max-width: 1000px; margin: 60px auto; padding: 0 20px;">
|
|
<h1 style="font-size: 3rem; margin-bottom: 40px; text-align: center;"><?php echo __('about_us'); ?></h1>
|
|
|
|
<div style="background: var(--card-bg); padding: 40px; border-radius: 24px; border: 1px solid var(--border-color); line-height: 1.8;">
|
|
<h2 style="color: var(--primary-color); margin-bottom: 20px;">Our Mission</h2>
|
|
<p style="font-size: 1.1rem; color: #ccc;">Founded in 2017, EXCHANGE is a leading cryptocurrency infrastructure provider with a mission to facilitate the free flow of value around the world. We believe that everyone should have access to financial services, regardless of who they are or where they come from.</p>
|
|
|
|
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 50px;">
|
|
<div>
|
|
<h3 style="color: white; margin-bottom: 15px;">Global Presence</h3>
|
|
<p style="color: var(--text-muted);">With offices in over 10 countries and users from 180+ nations, we are truly a global organization. Our team consists of experts from finance, technology, and security sectors.</p>
|
|
</div>
|
|
<div>
|
|
<h3 style="color: white; margin-bottom: 15px;">Security First</h3>
|
|
<p style="color: var(--text-muted);">Security is at the heart of everything we do. We employ industry-leading security measures, including multi-signature wallets and offline cold storage, to protect our users' assets.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="margin-top: 50px; text-align: center; padding: 40px; background: rgba(0,82,255,0.05); border-radius: 16px;">
|
|
<h2 style="margin-bottom: 20px;">Join millions of users worldwide</h2>
|
|
<p style="margin-bottom: 30px; color: var(--text-muted);">Experience the future of finance with the most trusted crypto exchange.</p>
|
|
<a href="register.php" class="btn-primary" style="padding: 15px 40px; font-size: 18px; border-radius: 12px;"><?php echo __('btn_start'); ?></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include 'footer.php'; ?>
|