-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 1.24 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
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body>
<div class="main_head">
<h1 class="name">Dmitry Nechaev</h1>
</div>
<div class="about_me">
<h3>About myself</h3>
<p>
Hello! I`m dima. I`m 14 years old. Now i study in school. I love
programming very much. I now Python well and start study HTML and CSS.
In my Github you can found some interesting projects.
</p>
</div>
<!-- <div class="ICan">
</div> -->
<div>
<a href="https://github.com/Pelmenion">GitHub</a>
<a href="https://t.me/Pelmenion">Telegram</a>
<a href="">[email protected]</a>
</div>
<footer>
<div style="width: 60px;" ><p class="foot">E-mail: [email protected]</p></div>
<div style="width: 60px;" ><a href="https://t.me/Pelmenion">Telegram: @Pelmenion</a class="foot"></div>
<div style="width: 60px;" ><a href="https://github.com/Pelmenion">GitHub: Pelmenion(Dmitry)</a class="foot"></div>
</footer>
</html>