-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 1014 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Resume</h1>
<br/>
<img src = "./images/Michal.png" height = "200"/>
<h2>Basic information</h2>
<p>Name: Michal Forman</p>
<p>Borned: 2007</p>
<p>Education: Elementary school</p>
<p>Sex: Male</p>
<p>Field of study: Web Development</p>
<hr/>
<h4> Programming languages known</h4>
<ul>
<li>Python</li>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>NodeJS</li>
</ul>
<h4>Languages known</h4>
<ul>
<li>Czech</li>
<li>English</li>
<li>German</li>
</ul>
<h4>My Projects</h4>
<a href = "https://michal-forman.github.io/only-html-portfolio/" target = "_blank">All my projects</a>
<hr/>
<footer>
<h4><a href = "./public/my_life_story.html">My life story</a></h4>
<h4><a href = "./public/Contact_me.html">Contact me</a></h4>
</footer>
</body>
</html>