-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.82 KB
/
index.html
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
38
39
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="portfolio main files/style.css">
<title>Портфолио</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<i class="fas fa-code fa-5x white"></i>
<h2>Глеб Щеголев</h2>
<p>ИПС-11.22</p>
<a href="https://t.me/fearthetsar"><i class="fab fa-telegram"></i></a>
<a href="https://vk.com/glebshegolev"><i class="fab fa-vk"></i></a>
<a href="https://github.com/Niftysapre"><i class="fab fa-github"></i></a>
</div>
<div class="section-2">
<h2>Обо мне</h2>
<p>Программист</p>
<h2>Навыки</h2>
<p>HTML</p>
<progress value="80" max="100"><div id="progress" class="graph"><div id="bar" style="width:34%"></div></div></progress>
<p>CSS</p>
<progress value="80" max="100"><div id="progress" class="graph"><div id="bar" style="width:34%"></div></div></progress>
<h2>Проекты</h2>
<a href="http://i90968as.beget.tech/">Сайт гитар (Wordpress)</a>
<a href="nft/index.html">NFT Сайт</a>
<a href="yacht-club/index.html">Яхт-Клуб</a>
<a href="calendar/index.html">Простенький календарь</a>
<h2>Контакты</h2>
<p>[email protected]</p>
</div>
</div>
</body>
</html>