|
|
(۶ نسخهٔ میانی ویرایش شده توسط یک کاربر دیگر نشان داده نشد) |
خط ۱: |
خط ۱: |
| == پیوند به بیرون ==<!DOCTYPE html>
| |
| <html lang="fa" dir="rtl">
| |
| <head>
| |
| <meta charset="UTF-8">
| |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
| |
| <title>باکس بروکر واکنشگرا</title>
| |
| <style>
| |
| @font-face {
| |
| font-family: 'Vazir';
| |
| src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font/dist/Vazir-Regular.woff2') format('woff2');
| |
| }
| |
|
| |
|
| /* استایلهای کلی ایزوله */
| |
| .broker-container {
| |
| font-family: 'Vazir', Arial, sans-serif;
| |
| background-color: #f5f7fa;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| padding: 20px;
| |
| box-sizing: border-box;
| |
| }
| |
|
| |
| .broker-box {
| |
| background: #2c3e50;
| |
| color: #fff;
| |
| width: 100%;
| |
| max-width: 800px;
| |
| border-radius: 12px;
| |
| box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
| |
| overflow: hidden;
| |
| display: flex;
| |
| flex-direction: column;
| |
| gap: 16px;
| |
| box-sizing: border-box;
| |
| padding: 20px;
| |
| }
| |
|
| |
| /* هدر بروکر */
| |
| .broker-header {
| |
| display: flex;
| |
| justify-content: space-between;
| |
| align-items: center;
| |
| gap: 20px;
| |
| }
| |
|
| |
| .broker-info {
| |
| display: flex;
| |
| align-items: center;
| |
| gap: 10px;
| |
| }
| |
|
| |
| .broker-logo {
| |
| width: 50px;
| |
| height: 50px;
| |
| border-radius: 50%;
| |
| background: #42eb9c;
| |
| }
| |
|
| |
| .broker-rating {
| |
| font-size: 1.2rem;
| |
| color: #f39c12;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| /* ویژگیها */
| |
| .broker-features {
| |
| display: grid;
| |
| grid-template-columns: repeat(2, 1fr);
| |
| gap: 10px;
| |
| text-align: center;
| |
| }
| |
|
| |
| .broker-feature {
| |
| background: #34495e;
| |
| border-radius: 8px;
| |
| padding: 10px;
| |
| font-size: 0.9rem;
| |
| }
| |
|
| |
| /* اطلاعات حساب */
| |
| .broker-accounts {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| justify-content: space-between;
| |
| background: #1f2c38;
| |
| padding: 10px;
| |
| border-radius: 8px;
| |
| gap: 10px;
| |
| }
| |
|
| |
| .account-info {
| |
| text-align: center;
| |
| flex: 1 1 120px;
| |
| font-size: 0.9rem;
| |
| }
| |
|
| |
| .highlight {
| |
| font-weight: bold;
| |
| color: #42eb9c;
| |
| }
| |
|
| |
| /* اطلاعات بروکر و راههای ارتباطی */
| |
| .broker-details {
| |
| display: flex;
| |
| justify-content: space-between;
| |
| gap: 20px;
| |
| }
| |
|
| |
| .contact-info, .broker-info-box {
| |
| background: #34495e;
| |
| border-radius: 8px;
| |
| padding: 10px;
| |
| font-size: 0.9rem;
| |
| display: flex;
| |
| flex-direction: column;
| |
| gap: 10px;
| |
| flex: 1;
| |
| }
| |
|
| |
| .contact-item, .info-item {
| |
| display: flex;
| |
| align-items: center;
| |
| gap: 8px;
| |
| color: #fff;
| |
| text-decoration: none;
| |
| font-size: 0.9rem;
| |
| }
| |
|
| |
| .contact-item i, .info-item i {
| |
| background: #42eb9c;
| |
| color: #2c3e50;
| |
| border-radius: 50%;
| |
| width: 20px;
| |
| height: 20px;
| |
| display: flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| }
| |
|
| |
| /* واکنشگرایی */
| |
| @media (max-width: 600px) {
| |
| .broker-header {
| |
| flex-direction: column;
| |
| align-items: flex-start;
| |
| gap: 10px;
| |
| }
| |
|
| |
| .broker-features {
| |
| grid-template-columns: 1fr;
| |
| }
| |
|
| |
| .broker-accounts {
| |
| flex-direction: column;
| |
| align-items: center;
| |
| }
| |
|
| |
| .broker-details {
| |
| flex-direction: column;
| |
| }
| |
| }
| |
| </style>
| |
| <!-- فونت آیکونها -->
| |
| <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
| |
| </head>
| |
| <body>
| |
| <!-- باکس بروکر -->
| |
| <div class="broker-container">
| |
| <div class="broker-box">
| |
| <!-- هدر -->
| |
| <div class="broker-header">
| |
| <div class="broker-info">
| |
| <div class="broker-logo"></div>
| |
| <div>
| |
| <div class="highlight">بروکر آلپاری</div>
| |
| <div style="font-size: 0.9rem; color: #ccc;">Alpari</div>
| |
| </div>
| |
| </div>
| |
| <div class="broker-rating">
| |
| <span>۴</span> /۵ ⭐
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- ویژگیها -->
| |
| <div class="broker-features">
| |
| <div class="broker-feature">حداقل واریز<br><span class="highlight">$50</span></div>
| |
| <div class="broker-feature">حداکثر لوریج<br><span class="highlight">3000</span></div>
| |
| <div class="broker-feature">پلتفرمها<br><span class="highlight">MT4, MT5</span></div>
| |
| <div class="broker-feature">نمادها<br><span class="highlight">250+</span></div>
| |
| </div>
| |
|
| |
| <!-- اطلاعات حساب -->
| |
| <div class="broker-accounts">
| |
| <div class="account-info">عنوان حساب<br><span class="highlight">Standard MT4</span></div>
| |
| <div class="account-info">حداقل واریز<br><span class="highlight">$50</span></div>
| |
| <div class="account-info">اسپرد<br><span class="highlight">از 0.3 پیپ</span></div>
| |
| <div class="account-info">کمیسیون<br><span class="highlight">ندارد</span></div>
| |
| <div class="account-info">ارز پایه<br><span class="highlight">USD, EUR</span></div>
| |
| </div>
| |
|
| |
| <!-- اطلاعات بروکر و راههای ارتباطی -->
| |
| <div class="broker-details">
| |
| <!-- راههای ارتباطی -->
| |
| <div class="contact-info">
| |
| <div class="highlight">راههای ارتباطی</div>
| |
| <a href="tel:+123456789" class="contact-item">
| |
| <i class="fas fa-phone"></i> تلفن: +123456789
| |
| </a>
| |
| <a href="mailto:support@alpari.com" class="contact-item">
| |
| <i class="fas fa-envelope"></i> ایمیل: support@alpari.com
| |
| </a>
| |
| <a href="https://t.me/example" target="_blank" class="contact-item">
| |
| <i class="fab fa-telegram-plane"></i> تلگرام
| |
| </a>
| |
| <a href="https://instagram.com/example" target="_blank" class="contact-item">
| |
| <i class="fab fa-instagram"></i> اینستاگرام
| |
| </a>
| |
| </div>
| |
|
| |
| <!-- اطلاعات بروکر -->
| |
| <div class="broker-info-box">
| |
| <div class="highlight">اطلاعات بروکر</div>
| |
| <div class="info-item">
| |
| <i class="fas fa-building"></i> دفتر مرکزی: موریس
| |
| </div>
| |
| <div class="info-item">
| |
| <i class="fas fa-calendar-alt"></i> سال تأسیس: ۱۹۹۸
| |
| </div>
| |
| <div class="info-item">
| |
| <i class="fas fa-shield-alt"></i> رگوله: FINCOM
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </body>
| |
| </html>
| |