-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (74 loc) · 2.95 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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>Borysenko Maksym's CV</title>
</head>
<body>
<table>
<p>
<h1>The CV</h1>
</p>
<h3>Menu:</h3>
<nav>
<div class="container">
<li><a
href="#names-id">Name</a></li>
<li><a
href="#education-id">education</a></li>
<li><a
href="#skills-id">My skills</a></li>
<li><a
href="#contact-id">Contact</a></li>
</div>
</nav>
<p>
<section id="names-id">
<img class = "photo" src="img\1.jpg" alt="альтернативный текст" width="189">
<h2>Borysenko Maksym</h2>
</section>
<hr>
</p>
<p>
<section id="education-id">
<h3>My education:</h3>
<ul>
<li>Kindergarten <a href="https://www.google.com/maps/place/%D0%B2%D1%83%D0%BB%D0%B8%D1%86%D1%8F+%D0%91%D1%83%D1%80%D0%BB%D1%83%D1%86%D1%8C%D0%BA%D0%BE%D0%B3%D0%BE,+%D0%A1%D1%82%D0%B0%D1%80%D0%BE%D0%BA%D0%BE%D1%81%D1%82%D1%8F%D0%BD%D1%82%D0%B8%D0%BD%D1%96%D0%B2,+%D0%A5%D0%BC%D0%B5%D0%BB%D1%8C%D0%BD%D0%B8%D1%86%D1%8C%D0%BA%D0%B0+%D0%BE%D0%B1%D0%BB%D0%B0%D1%81%D1%82%D1%8C,+%D0%A3%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D0%B0,+31100/@49.7577398,27.1944278,340m/data=!3m1!1e3!4m5!3m4!1s0x472de08be8c1070b:0xa3b97b469f745622!8m2!3d49.7583047!4d27.1956612?hl=uk">link</a></li>
<li>School <a href="http://licej.xn----7sbf6bgsdfd9q.xn--j1amh/">link</a></li>
<li>NETWORK AND INTERNET TECHNOLOGIES <a href="https://nitd.knu.ua/about-2-2/">link</a></li>
</ul>
</section>
<section id="skills-id">
<h3>My skills:</h3>
<table border="1">
<tr>
<th>Number</th>
<th>Skill</th>
</tr>
<tr><td>1</td><td><p><a href="Skill1.html">Programing</a></p></td>></tr>
<tr><td>2</td><td><p><a href="Skill 2.html">Gaming</a></p></td></tr>
<tr><td>3</td><td><p><a href="Skill 3.html">Sleeping</a></p></td></tr>
</table>
</section>
<section id="contact-id">
<form>
<fieldset>
<legend>Contact</legend>
<br><label>Name<input type="text" required placeholder="Type your name"></label>
<br><label>E-mail<input type="email" required placeholder="Type your email"></label>
<br><textarea name="comment" required placeholder="Additional info"></textarea>
<br><input type="submit">
</fieldset>
</form>
</section>
</table>
<footer>
©
Borysenko M.V. 2021
</footer>
</p>
</body>
</html>