File manager - Edit - /home/webtrixia/public_html/hakan.html
Back
<!DOCTYPE html> <html lang="bg"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Хакан Осман</title> <style> :root { --bg:#ffffff; --text:#111; --muted:#555; --btn:#111; --btnText:#fff; } *{ box-sizing:border-box; } body{ margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background:var(--bg); color:var(--text); } .wrap{ max-width:480px; margin:0 auto; padding:16px; text-align:center; } .photo{ width:180px; height:180px; object-fit:cover; border-radius:50%; display:block; margin:28px auto 12px; } h1{ margin:8px 0 4px; font-size:28px; } .role{ margin:0 0 18px; color:var(--muted); } .buttons{ display:flex; flex-direction:column; gap:12px; margin:22px 0 36px; } .btn{ display:block; width:100%; padding:14px 16px; border-radius:12px; text-decoration:none; font-weight:700; background:var(--btn); color:var(--btnText); } .btn:active{ transform: translateY(1px); } .muted{ color:var(--muted); font-size:12px; } </style> <script> // Прави .vcf файл за бързо запазване на контакта document.addEventListener('DOMContentLoaded', function(){ const vcf = [ 'BEGIN:VCARD', 'VERSION:3.0', 'N:Осман;Хакан;;;', 'FN:Хакан Осман', 'ORG:Уебтриксиа ЕООД', 'TITLE:Собственик', 'TEL;TYPE=CELL:+359884778214', 'EMAIL;TYPE=INTERNET:h.osman@webtrixia.com', 'END:VCARD' ].join('\n'); const link = document.getElementById('vcf'); link.href = URL.createObjectURL(new Blob([vcf], { type: 'text/vcard' })); link.download = 'Hakan-Osman.vcf'; }); </script> </head> <body> <div class="wrap"> <!-- СМЕНИ src С ТВОЯ СНИМКА (напр. hakan.jpg) --> <img class="photo" src="https://webtrixia.com/wp-content/uploads/2025/04/h.osman_webtrixia-768x1024.png" alt="Хакан Осман" /> <h1>Хакан Осман</h1> <p class="role">Собственик на <strong>Уебтриксиа ЕООД</strong></p> <div class="buttons"> <a class="btn" href="tel:+359884778214">📞 Обади се</a> <a class="btn" href="mailto:h.osman@webtrixia.com">✉️ Имейл</a> <a class="btn" id="vcf" href="#">💾 Запази контакт</a> </div> <p class="muted">Тел.: +359 88 477 8214 · Email: h.osman@webtrixia.com</p> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings