generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efd3de9
commit 6d23aa5
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,45 @@ <h2>Контакти</h2> | |
<p>📩 Контакти:</p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Telegram: <a href="https://t.me/kostya_eu_ua" target="_blank">t.me/kostya_eu_ua</a></p> | ||
<!-- Это HTML файл --> | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<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>Привіт! Мене звати Костянтин</h1> | ||
<p>Програміст</p> | ||
</header> | ||
<main> | ||
<section id="about"> | ||
<h2>Обо мне</h2> | ||
<p>Мене звати Костянтин, і я займаюся програмуванням, зокрема С та Python. Особливо цікавлюся мереже́вою безпекою, аналізом вразливостей та створенням захищених систем.</p> | ||
<p>Окрім технологій, я вивчаю Біблію та відвідую церкву, що допомагає мені розвиватися не лише професійно, а й духовно.</p> | ||
<p>Я прагну постійного розвитку та відкритий до нових викликів. Якщо у вас є цікаві проєкти або пропозиції щодо співпраці — буду радий поспілкуватися!</p> | ||
</section> | ||
<section id="portfolio"> | ||
<h2>Портфолио</h2> | ||
<p>Примеры ваших работ.</p> | ||
</section> | ||
<section id="contact"> | ||
<h2>Контакти</h2> | ||
<p>📩 Контакти:</p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Telegram: <a href="https://t.me/kostya_eu_ua" target="_blank">t.me/kostya_eu_ua</a></p> | ||
<p>LinkedIn: <a href="https://www.linkedin.com/in/kostya-ua" target="_blank">www.linkedin.com/in/kostya-ua</a></p> | ||
</section> | ||
</main> | ||
<footer> | ||
<p>© 2025 Костянтин С</p> | ||
</footer> | ||
<script src="scripts.js"></script> | ||
</body> | ||
</html> | ||
</section> | ||
</main> | ||
<footer> | ||
|