Files
hestiacp/docs/donate.md
Alexey Berezhok 09aa301dd1 - Синхронизация с github
- Добавлены изменения в доку от hestiacn
2026-06-04 14:11:27 +03:00

13 KiB
Raw Blame History

layout, title
layout title
page Поддержать Hestia
<script setup> import CopyToClipboardInput from './.vitepress/theme/components/CopyToClipboardInput.vue'; </script>

Поддержите проект Hestia


Ваша поддержка будет напрямую направлена на обслуживание серверов Hestia,
разработку новых функций и оптимизацию сервисов,
помогая создать более стабильную и надёжную панель управления.

Способ поддержки Аккаунт / Действие Примечание
PayPal PayPal Logo Поддержать сейчас Поддержка кредитными/дебетовыми картами
Bitcoin Основная сеть Bitcoin
Ethereum Сеть ERC20
Binance ⚠️ Крайне опасно! Сеть BEP2 полностью прекратила работу в конце 2024 года! Не отправляйте средства, иначе они будут потеряны навсегда.
BNB Smart Chain Убедитесь, что используете сеть BSC (BEP20)
Monero (XMR) Конфиденциальная сеть

Искренне благодарим вас за поддержку!


Каждое пожертвование — это огромное вдохновение для разработки Hestia. Мы будем неустанно работать, чтобы улучшить качество использования панели управления!

Важное примечание

  • Перед переводом внимательно проверьте адрес блокчейна
  • Перевод криптовалюты обычно требует от 1 до 30 минут для подтверждения
  • 📧 Если у вас есть вопросы, пожалуйста, свяжитесь с нами по электронной почте!
    info@hestiacp.com
<style scoped> .crypto-address { font-family: monospace; font-size: 18px; color: #333; } .CopyToClipboardInput { gap: 8px; background: var(--vp-c-bg); border-radius: 4px; padding: 2px; } @keyframes pulse { 0% { opacity: 1 } 50% { opacity: 0.5 } 100% { opacity: 1 } } .donation-header h2 { font-size: 2.5rem; font-weight: 700; color: var(--vp-c-brand); margin-bottom: 1.2rem; position: relative; display: inline-block; letter-spacing: -0.03em; padding-top: 1rem; transform: translateY(15px); } .donation-header h2::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 60%; height: 3px; background: linear-gradient(90deg, var(--vp-c-brand) 0%, rgba(0,0,0,0) 100%); opacity: 0.6; transition: all 0.3s ease; } .donation-header h2:hover::after { width: 80%; opacity: 1; } .table-container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } th:nth-child(2), td:nth-child(2) { width: 50%; } .table-container table { width: 100%; border-collapse: collapse; } .table-container td { border: 1px solid #ddd; padding: 10px; text-align: center; } .paypal-button { background-color: var(--vp-button-brand-bg); color: white !important; padding: 10px 20px; text-decoration: none; border-radius: 5px; transition: background-color 0.3s; } .paypal-button:hover { background-color: #9a1d5a; } .paypal-svg { vertical-align: middle; margin-right: 1px; } .warning { color: #d32f2f; font-weight: bold; } .paypal-button { display: inline-flex; align-items: center; padding: 12px 24px; border-radius: 24px; background: var(--vp-c-brand); color: white !important; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.1); border: 1px solid var(--vp-c-brand-dark); } .paypal-button:hover { background: #dd0b71; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .paypal-logo { display: flex; margin-right: 12px; } .paypal-logo svg { width: 24px; height: 24px; } .button-text { font-weight: 600; font-size: 16px; } .donation-header { text-align: center; margin-bottom: 2.5rem; } .subtitle { color: var(--vp-c-text-2); margin-top: 0.8rem; } table { width: 100%; border-collapse: collapse; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-radius: 8px; overflow: hidden; } th { background-color: var(--vp-c-brand); color: white; padding: 1.2rem; text-align: center; } td { padding: 1rem; background-color: var(--vp-c-bg-soft); border-bottom: 1px solid var(--vp-c-divider); } .method-name { font-weight: 600; color: var(--vp-c-brand); } .text-center { text-align: center !important; } .warning { color: #ff4d4f; font-weight: 500; } .donation-footer { max-width: 800px; margin: 3rem auto; text-align: center; } .notice-box { background: #fff9e6; border-radius: 8px; padding: 1.5rem 2rem; margin-top: 2rem; border-left: 4px solid #ffd700; box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1); position: relative; overflow: hidden; } .notice-box::before { content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 100%; background: rgba(255, 193, 7, 0.1); } .notice-box h4 { color: #d32f2f; position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 1.1em; margin-bottom: 1rem; } .notice-box ul { list-style: none; padding: 0; margin: 1rem 0; } .notice-box li { margin: 0.8rem 0; display: flex; align-items: center; justify-content: center; gap: 0.5rem; } .paypal-svg { width: 24px; height: 24px; color: currentColor; } .paypal-button:hover .paypal-svg { filter: brightness(1.2); } .notice-box h4::before { content: ''; display: inline-block; width: 24px; height: 24px; background: url('data:image/svg+xml;utf8,'); animation: pulse 1.5s infinite; } .notice-box a { color: var(--vp-c-brand); text-decoration: none; transition: color 0.3s ease; } .notice-box a:hover { color: var(--vp-c-brand-2); } .notice-box { background: #fff9e6; border-radius: 8px; padding: 1.5rem 2rem; margin-top: 2rem; border-left: 4px solid #ffd700; box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1); position: relative; overflow: hidden; } .notice-box::before { content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 100%; background: rgba(255, 193, 7, 0.1); } .notice-box h4 { color: #d32f2f; position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 1.1em; margin-bottom: 1rem; } .notice-box ul { list-style: none; padding: 0; margin: 1rem 0; } .notice-box li { margin: 0.8rem 0; display: flex; align-items: center; justify-content: center; gap: 0.5rem; } .notice-box a { color: var(--vp-c-brand); text-decoration: none; transition: color 0.3s ease; } .notice-box a:hover { color: var(--vp-c-brand-2); } .dark .table-container .crypto-address { color: var(--vp-c-text); } .dark .table-container .CopyToClipboardInput input { background-color: var(--vp-c-bg-alt); color: var(--vp-c-text); border: 1px solid var(--vp-c-border); } .dark .notice-box { background: var(--vp-c-bg-alt); border-left: 4px solid #ff9800; box-shadow: 0 2px 8px rgba(255, 152, 0, 0.1); } .dark .notice-box::before { background: rgba(255, 152, 0, 0.1); } .dark .notice-box h4 { color: var(--vp-c-text); } .dark .notice-box a { color: var(--vp-c-brand); } @media (max-width: 768px) { .table-container { max-width: 100%; padding: 10px; } table { width: 100%; min-width: auto; } th:nth-child(2), td:nth-child(2) { width: 100%; display: block; } } @media (max-width: 640px) { .notice-box { padding: 1rem; margin-top: 1.5rem; } .notice-box h4 { font-size: 1rem; } .notice-box li { font-size: 0.9rem; margin: 0.6rem 0; } } @media (max-width: 375px) { .notice-box { padding: 0.8rem; } .notice-box h4 { font-size: 0.9rem; } .notice-box li { font-size: 0.8rem; margin: 0.5rem 0; } } @media (max-width: 640px) { .donation-header h2 { font-size: 2rem; line-height: 1.3; margin-bottom: 1rem; transform: none; padding-top: 0.5rem; letter-spacing: -0.02em; } .donation-header h2::after { width: 50%; bottom: -6px; height: 2px; } .donation-header h2:hover::after { width: 60%; } } @media (max-width: 375px) { .donation-header h2 { font-size: 1.8rem; margin-bottom: 0.8rem; } .donation-header h2::after { width: 45%; } } @media (max-width: 640px) { table, thead, tbody, th, td, tr { display: block; width: 100%; } thead tr { position: absolute; top: -9999px; left: -9999px; } tr { margin: 0 0 1.5rem; padding: 1.5rem 1rem; background: var(--vp-c-bg-soft); border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,0.1); } td { position: relative; padding: 1rem 0.5rem !important; text-align: center !important; border: none !important; display: flex !important; flex-direction: column; align-items: center; } td:not(:first-child)::before { content: attr(data-th) ""; display: block; font-size: 0.9rem; color: var(--vp-c-brand); margin-bottom: 0.8rem; font-weight: 600; letter-spacing: 0.5px; opacity: 0.9; } td.method-name { font-size: 1.1rem; padding-bottom: 1.2rem !important; border-bottom: 2px solid var(--vp-c-divider) !important; margin-bottom: 1rem; } .paypal-button { width: 100%; max-width: 150px; margin: 0.5rem auto; padding: 12px !important; } .CopyToClipboardInput input { font-size: 0.9rem; padding: 10px 15px; min-width: 240px; } } @media (max-width: 375px) { .CopyToClipboardInput input { font-size: 0.85rem; padding: 8px 12px; } td:not(:first-child)::before { font-size: 0.8rem; } } .deprecated-row { background-color: #f8f9fa; opacity: 0.7; } .deprecated-text { text-decoration: line-through; color: #6c757d; } .danger-alert { color: #dc3545; font-weight: bold; background-color: #f8d7da; } </style>