-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsedanur-dogan.html
executable file
·64 lines (60 loc) · 1.37 KB
/
sedanur-dogan.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
<!doctype html>
<html>
<head>
<title>sedanur_dogan.html</title>
<meta charset= "utf-8">
<style>
a:link {color: red;
background-color: transparent;
text-decoration: none;
}
a:visited {color: red;
background-color: transparent;
text-decoration: none;
}
a:hover {color: blue;
background-color: transparent;
text-decoration: underline;
}
table,th,td {border: 1px solid black;}
</style>
</head>
<body>
<body style = "background-color: lightyellow">
<a href='index.html'> Listeye geri dön </a>
<h1 style = "text-align: center; color: purple" > ÖZGEÇMİŞ</h1>
<h2> Kişisel Bilgiler</h2>
<p>Adı :Sedanur <br>
Soyadı :Doğan <br>
TC Kimlik :1111111 <br>
Doğum Tarihi:26.07.1994 </p>
<h2> Eğitim Bilgileri</h2>
<table>
<tr>
<th>Okul</th><th>Başlangıç </th><th>Bitiş </th></tr>
<tr>
<th>Mehmet Akif Ersoy İ.Ö.O</th>
<th>2004 </th>
<th>2008 </th></tr>
<tr>
<th>Süleyman Demirel Anadolu Lisesi</th>
<th>2008 </th>
<th>2012 </th></tr>
<tr>
<th>Çankaya Üniversitesi</th>
<th>2012 </th>
<th>2017 </th></tr>
</table>
<h2> Hobiler</h2>
<ul> Kitaplar
<li>Uçurtma Avcısı </li>
<li>Fahrenheit451 </li>
<li>Lux Serisi </li>
<ol>
<li>Obsidyen</li>
<li>Oniks </li>
<li>Opal</li><li>Direniş</li><li>Köken</li></ol>
</ul>
<a href='index.html'> Listeye geri dön </a>
</body>
</html>