-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (72 loc) · 2.87 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Zoltan's Personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/zoltan-modified.png" alt="zoltan profile picture" width="250" height="250"></td>
<td><h1>Eke Zoltan</h1>
<p><em>Carrier changer <strong>0 to Hero</strong></em></p>
<p>I am a Developer student. I ❤️ coffe and brew my own coffe</p>
<p>Linkedin <strong><a href="https://www.linkedin.com/in/eke-zolt%C3%A1n-315b8199/">Profile</a></strong></p></td>
</tr>
</table>
<hr>
<h3><strong>Education</strong></h3>
<ul>
<li>Széchenyi István Egyetem - AHJK</li>
<li>Soter-Line Oktatási Továbbképző és Szolgáltató Kft</li>
<li>Lukács Sándor Mechatronikai és Gépészeti Szakközépiskola és Kollégium</li>
<li>Magyar Műhely Általános Művelődési Központ</li>
</ul>
<hr>
<h3><strong>Work Experience</strong></h3>
<table>
<thead align="center">
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody align="center">
<tr>
<td>2017-2021</td>
<td>Technical Assistant at HEGZO.</td>
</tr>
<tr>
<td>2013-2017</td>
<td>Technical Assistant at RV Metal Kft.</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3><strong>Skills</strong></h3>
<table cellspacing="10">
<tr>
<td>
<table cellspacing="5",>
<tr><td>CAD Drawing</td><td>🌟🌟🌟🌟🌟</td></tr>
<tr><td>CAD Programing</td><td>🌟🌟🌟🌟</td></tr>
</table>
</td>
<td>
<table cellspacing="5">
<tr><td>Project Management </td><td>🌟🌟🌟🌟</td></tr>
<tr><td>Customer Service</td><td>🌟🌟🌟🌟</td></tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>