-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (54 loc) · 1.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Welcome to the Yusuf's personal website. I am currently workin for DHMI as Surveillance System Engineer.">
<title>Yusuf's Personel Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img class="fit-picture" src="images/pp.png" alt="Profil Fotografı "> </td>
<td>
<h1>Yusuf Çınar</h1>
<p>
<em> Surveillance System Engineer
<br>
<a href="https://www.dhmi.gov.tr/Sayfalar/HavaTrafik/AnaSayfa.aspx">Air Traffic Control Center</a>, <a href="https://www.dhmi.gov.tr/Sayfalar/EN/DefaultEN.aspx">DHMI</a>
<br>
<strong>Ankara, TR</strong>
</em>
</p>
</td>
</tr>
</table>
<p>
Currently I am working as Surveillance System Engineer (CNS) and coordination point for the SDPS
(Surveillance Data Processing System ) Team at Turkey Air Traffic Control Centre in Ankara,TR.
I have completed my 8th year at this aviaton sector.
I have completed Surveillance related courses at Eurocontrol Training Centre, Luxembourg.
</p>
<hr size="2" color="red">
<table cellspacing=20>
<th><h3>Skills</h3></th>
<tr>
<td>PSR/SSR Mode-S Radars</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Air Traffic Control</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐</td>
<td>Web Dev</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="4" color="darkblue">
<a href="experiences.html">Experiences</a>
<a href="education.html">Education</a>
<a href="contactme.html">Contact Me</a>
</ol>
<a href="#">Top</a>
</body>
</html>