Cooking/сайт/resume.html

60 lines
1.5 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>
<link rel="icon" href="img/bigs.png" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Резюме</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1 class="resume-title">Резюме</h1>
</header>
<nav>
<a href="index.html">Главное меню</a>
<a href="gallery.html">Галерея</a>
<a href="hobby.html">Хобби</a>
</nav>
<main>
<table>
<tr>
<th>Параметр</th>
<th>Информация</th>
</tr>
<tr>
<td>ФИО</td>
<td>Сидоров Егор Алексеевич</td>
</tr>
<tr>
<td>Дата рождения</td>
<td>14 мая 2006 года</td>
</tr>
<tr>
<td>Телефон</td>
<td>+7 (920) 644-57-73</td>
</tr>
<tr>
<td>Образование</td>
<td>МОУ СОШ №1 г. Нея. Среднее общее.</td>
</tr>
<tr>
<td>Навыки</td>
<td>HTML, CSS, Python, C++</td>
</tr>
<tr>
<td>Языки</td>
<td>Русский (родной), Английский (в разработке)</td>
</tr>
</table>
</main>
<footer>
<p>&copy; 2025 Сидоров Егор Алексеевич</p>
</footer>
</body>
</html>