-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (58 loc) · 1.72 KB
/
index.html
File metadata and controls
61 lines (58 loc) · 1.72 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Senya's Personal Website</title>
</head>
<body>
<img src="images/Карта.jpg" alt="The location of my house on the map">>
<h1>Arseniy Nasikovskiy
</h1>
<p><em>Future founder and CEO of the <strong><a href="https://www.forbes.com/places/ukraine/">biggest tech company in Ukraine</a></strong></em></p>
<p>I'm adept at all top-notch technologies. I'm proficient in design and development</p>
<hr>
<a href="contacts.html">My education</a>
<table>
<tbody>
<tr>
<td>2004 - 2018</td>
<td>Living unconschiously without aspirations</td>
</tr>
<tr>
<td>2018 - now</td>
<td>Working hard towards my goals</td>
</tr>
</tbody>
</table>
<h3>Skills</h3>
<table border="1">
<tbody>
<tr>
<td>Business management</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Sales</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Technologies</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Marketing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
<hr>
<form class="" action="index.html" method="post">
<label for="">email</label>
<input type="email" name="mail" value="">
<input type="color" name="" value="">
<input type="color" name="" value="">
<input type="radio" name="" value="">
<input type="password" name="" value="">
<input type="range" name="" value="">
<input type="file" name="" value="">
<input type="datetime" name="" value="">
<input type="date" name="" value="">
</form>
</body>
</html>