-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 940 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elena Lavrova</title>
</head>
<body>
<h1><b>Elena Lavrova</b></h1>
<img src=".\foto.jpg" width="300" height="400" alt="my photo">
<h2><b>Contacts</b></h2>
<address>
* Phone: + 7 999 111 22 33<br>
* Telegram: lav_lena<br>
</address>
<h2><b>About Me</b></h2>
<p>I strive to learn something new. So far, I've been hooked on programming in different languages, depending on the field of activity. I am a purposeful, sociable and creative person. As it was said in the song "If he suffers for a long time"<br>
<q>If he suffers for a long time, something will work out</q></p>
<h2><b>Skills</b></h2>
- HTML<br>
- CSS/SASS<br>
- JavaScript (Basic)<br>
- Git <br>
- Python<br>
- C++<br>
<h2><b>Seducation</b></h2>
University: Tver State University, Master's degree in Physics<br>
</body>
</html>