-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathugur-gulger.html
executable file
·42 lines (34 loc) · 1.54 KB
/
ugur-gulger.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
<!Doctype"html">
<html>
<head>
<meta charset="utf-8">
</head>
<body style="margin:0 auto;max-width: 20em;font-family: arial;line-height: 1.5;padding: 3em 1em;color: #555;" >
<a href="index.html" style="color: #00CED1">Listeye geri dön</a>
<p><h1>Uğur Gülger<br></h1></p>
<img src="https://pbs.twimg.com/profile_images/514409192216858627/ym4Famdz.jpeg">
<p><h3><br>Celal Bayar Üniversitesi<br></h3></p>
<p><h3>Bilgisayar Mühendisliği</h3></p>
<p><h3>4. Sınıf</h3></p>
<p><h3>İzmir</h3></p>
<ul><h4>Sevdiği Sporlar</h4>
<li>Futbol</li>
<li>Satranç</li>
<li>Yüzme</li>
<li>Basketbol</li>
</ul>
<ol><h4>En çok sevdiği 3 Kitap</h4>
<li>Sherlock Holmes<br>Sir Arthur Canon Doyle</li>
<li>Pal Sokağı Çocukları<br>Frenc Molnar</li>
<li>Olasılıksız<br>Adam Fawer</li>
</ol><br>
<table border="1" cellpadding="25">
<th>Katıldığı etkinlikler</th>
<tr><td>Ege Bilişim Kampı</td></tr>
<tr><td>İzmir Girişim Zirvesi</td></tr>
<tr><td>Wtk'16</td></tr>
<tr><td>Linux Yaz Kampı</td></tr>
</table>
<br><a href="index.html" style="color: #00CED1">Listeye geri dön</a>
</body>
</html>