Cooking/сайт/hobby.html

53 lines
1.9 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="hobby-title">Хобби</h1>
</header>
<nav>
<a href="index.html">Главное меню</a>
<a href="resume.html">Резюме</a>
<a href="gallery.html">Галерея</a>
</nav>
<main>
<h2>Мои хобби</h2>
<p class="highlight">Я увлекаюсь:</p>
<ul>
<li>
Фотографией
<figure class="image-container">
<img src="img/e1.jpg" alt="Фото 1(закибербулили?)" style="margin: 2px;">
<img src="img/e2.jpg" alt="Фото 2(закибербулили?)" style="margin: 2px;">
</figure>
</li>
<li>
Чтением книг
<figure class="image-container">
<img src="img/e3.jpg" alt="Фото 3(закибербулили?)" style="margin: 2px;">
<img src="img/e4.png" alt="Фото 4(закибербулили?)" style="margin: 2px;">
</figure>
</li>
<li>
Спортом
<figure class="image-container">
<img src="img/e5.jpg" alt="Фото 5(закибербулили?)" style="margin: 2px;">
<img src="img/e6.jpg" alt="Фото 6(закибербулили?)" style="margin: 2px;">
</figure>
</li>
</ul>
</main>
<footer>
<p>&copy; 2025 Сидоров Егор Алексеевич</p>
</footer>
</body>
</html>