-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (86 loc) · 1.99 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
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Umut's Personal Site</title>
</head>
<body>
<table>
<tr>
<td> <img src="images/umut.jpg"
alt="umut profile picture"
width="200"
height="200"></td>
<td> <h1>Umut Yorulmaz</h1>
<p><em>Electrical & Electronics Engineer</em></p>
<p>I am a passionate,hard working,reliable junior engineer.
My specialization is Power Sytems.
I am interested in data-driven,smart aplications.
<a href="https://www.linkedin.com/in/umut-yorulmaz-4760531b9/">For further info and contact.</a>
</p></td>
</tr>
</table>
<hr size="3" noshade>
<h3>Education</h3>
<ul>
<li>Middle East Technical University(METU):2011-2017</li>
</ul>
<hr>
<h3>Work Experience</h3>
<ul>
<li>BOSCH COMPANY, Software Engineer Summer Intern:2015</li>
<li>TAV CONSTRUCTION, Electrical Engineer Summer Intern:2016</li>
</ul>
<hr>
<h3>Unrelated Work Experience</h3>
<ul>
<li>Hellenic Greek Museum Melbourne,Australia Event Manager:2018-2020 </li>
</ul>
<hr>
<h3>Technical Interest</h3>
<table>
<tr>
<th>Digital</th>
<th>Power Systems</th>
</tr>
<tr>
<td>IoT</td>
<td>Renewable</td>
</tr>
<tr>
<td>Data Driven Smart Systems</td>
<td>Energy Market</td>
</tr>
</table>
<hr>
<br>
<a href="hobbies.html">Hobbies</a>
<br>
<hr>
<a href="contactme.html">Contact Me</a>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>Python</td>
<td>🚀🚀🚀</td>
</tr>
<tr>
<td>Digsilent</td>
<td>🚀🚀🚀🚀</td>
</tr>
<tr>
<td>MATLAB</td>
<td>🚀🚀</td>
</tr>
<tr>
<td>Proteus/ISIS</td>
<td>🚀🚀🚀🚀</td>
</tr>
<tr>
<td>M.S Office</td>
<td>🚀🚀🚀🚀</td>
</tr>
</table>
</body>
</html>