genealogist-blog/dist/contact.html
2026-07-20 22:44:31 +00:00

1 line
No EOL
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="ru"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Контакты — Генеалог</title><meta name="description" content="Генеалог — исследование родословной, поиск предков, восстановление семейной истории"><meta name="robots" content="index, follow"><link rel="icon" href="data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'&gt;&lt;text y='.9em' font-size='90'&gt;🌳&lt;/text&gt;&lt;/svg&gt;"><link rel="stylesheet" href="/_astro/Layout.Zxh0mf6M.css"></head><body><header><div class="container"><a href="/" class="logo">Генеалог</a><nav><a href="/">Главная</a><a href="/blog">Блог</a><a href="/about">Обо мне</a><a href="/contact">Контакты</a></nav></div></header><main><div class="container"><section class="page-header"><h1>Связаться со мной</h1><p>Расскажите о вашем запросе, и я предложу план исследования</p></section><form class="contact-form" action="#" method="POST"><label for="name">Ваше имя</label><input type="text" id="name" name="name" required><label for="email">Email</label><input type="email" id="email" name="email" required><label for="phone">Телефон (необязательно)</label><input type="tel" id="phone" name="phone"><label for="message">Опишите ваш запрос</label><textarea id="message" name="message" required placeholder="Например: хочу узнать историю своей фамилии, знаю прадеда до 1917 года..."></textarea><button type="submit" class="btn btn-primary" style="width: 100%;">Отправить</button></form><div style="text-align: center; margin-top: 3rem; color: var(--color-text-light);"><p>Или напишите мне напрямую: <strong>genealog@example.com</strong></p><p>Telegram: <strong>@genealog_expert</strong></p></div></div></main><footer><div class="container"><div>© 2026 Генеалог</div><div><a href="/">Главная</a> · <a href="/blog">Блог</a> · <a href="/about">Обо мне</a> · <a href="/contact">Контакты</a></div></div></footer></body></html>