-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
68 lines (68 loc) · 1.85 KB
/
resume.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
<!-- Tomas Jozic, EDIf-23/1 20233589 -->
<!DOCTYPE html>
<html lang="lt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Trumpas svetainės aprašymas">
<meta name="author" content="Tomas Jozic">
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<section>
<div>
<p>Tomo</p>
<div>
<a href="index.html">Pagrindinis</a>
<a href="about.html">Apie mane</a>
<a href="resume.html">Reziume</a>
<a href="portfolio.html">Portfolio</a>
</div>
</div>
</section>
<section>
<div>
<h2>mano reziume</h2>
</div>
<div>
<div>
<h3>pirmas</h4>
<ul>
<li>as</li>
<li>esu</li>
<li>Tomas</li>
</ul>
</div>
<div>
<h3>antras</h4>
<p>mano pomegiai</p>
<ul>
<li>zaisti</li>
<li>megstu</li>
<li>viska</li>
</ul>
</div>
<div>
<h3>veiklos</h3>
<div>
<h4>programavimas</h4>
<ul>
<li>c++</li>
<li>python</li>
</ul>
</div>
<div>
<h4>zaidimai</h4>
<ul>
<li>isvis</li>
<li>jokiu</li>
</ul>
</div>
</div>
</div>
</section>
</body>
</html>