-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
37 lines (34 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Venjer — Fullstack Developer</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="https://avatars.githubusercontent.com/venjer" />
</head>
<body>
<div class="gradient-bg"></div>
<main class="card">
<img
src="https://avatars.githubusercontent.com/venjer"
alt="Venjer"
class="avatar"
/>
<h1>Venjer</h1>
<p class="subtitle">Fullstack Developer — Python / JavaScript</p>
<p class="bio">
Привет 👋 Я занимаюсь backend-разработкой на Python и frontend’ом на
JavaScript. Создаю современные веб-приложения, API и open-source проекты.
</p>
<div class="links">
<a href="https://github.com/venjer" target="_blank">GitHub</a>
<a href="mailto:venjer41@gmail.com">Email</a>
<a href="https://t.me/venjer" target="_blank">Telegram</a>
</div>
</main>
<footer>
<p>© 2025 Venjer • <a href="https://venjer.me">venjer.me</a></p>
</footer>
</body>
</html>