-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 1.29 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
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Personal Webpage</title>
</head>
<body>
<div class="left_block" style="display: inline-block;">
<div class="avatar">
/*put some picture here*/
</div>
<div class="left_block_name">
Artem Shevtsov
</div>
<div class="left_block_position">
Student, 2 course
</div>
<div class="social_media">
<div class="first_social">
</div>
<div class="second_social">
</div>
<div class="third_social">
</div>
</div>
<div class="cv_button">
<button>
Download CV
</button>
</div>
<div class="copyright">
©2021 All right reserved.
</div>
</div>
<div class="right_block" style="display: inline-block;">
<div class="right_block_name">
Artem Shevtsov
</div>
<div class="right_block_position">
Student, 3 course
</div>
</div>
</body>
</html>