Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions 6211 ДушечкинВА Лаб. 3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Резюме</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 0 auto; }
header { display: flex; align-items: center; margin-top: 20px; }
header img { width: 150px; height: 150px; border-radius: 50%; margin-right: 20px; object-fit: cover; }
h1 { margin-bottom: 5px; }
section { margin-top: 20px; }
ul { margin: 5px 0 0 20px; }
</style>
</head>
<body>

<header>
<img src="https://i.pinimg.com/736x/7c/9f/dc/7c9fdcdce66e4f702d8db5a83910fe17.jpg" alt="">
<div>
<h1>Душечкин Владислав Александрович</h1>
<p>Дата рождения: 27.07.2004</p>
<p>GitHub: <a href="https://github.com/dushen-marker" target="_blank">dushen-marker</a></p>
</div>
</header>

<section>
<h2>О себе</h2>
<p>Обучаюсь на 2 курсе Информационной безопасности автоматизированных систем, желаю стать спецом в области кибербезопасности.</p>
</section>

<section>
<h2>Любимые увлечения</h2>
<ul>
<li>Программирование</li>
<li>Чтение технической литературы</li>
<li>Просмотр познавательных видео</li>
<li>Игры</li>
</ul>
</section>

<section>
<h2>Hard skills</h2>
<ul>
<li>HTML,Linux, чут чут JavaScript</li>
<li>Git, GitHub</li>
<li>C++, Python</li>
</ul>
</section>

<section>
<h2>Soft skills</h2>
<ul>
<li>Умение работать в команде</li>
<li>Ответственность, обучаемость, коммуникабельность</li>
</ul>
</section>

</body>
</html>