-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkubra-gamze-akata.html
executable file
·77 lines (58 loc) · 1.97 KB
/
kubra-gamze-akata.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">
<title>Kübra Gamze Akata</title>
</head>
<body style="background-color:lightgray">
<h2 style="color:darkslateblue; font-family: verdana; text-align:center;"><em>Teknoloji birgün bizim elimizden tekrar doğacak</em></h2>
<table>
<tr>
<p align="center"> <img src="http://www.extremetech.com/wp-content/uploads/2012/01/linux.jpg" align="center" width="900" height="100"></p>
</tr>
</table>
<a href="index.html" style="color:palevioletred"><h5 style="font-family: Dialog;"> Listeye Geri Dön</h5></a>
<h3 style="color:palevioletred"><u>Hakkında</u></h3>
<p><b>Kişisel Bilgiler</b> </p>
Ad: Kübra Gamze <br>
Soyad: Akata<br>
<h3 style="color:palevioletred"><u>Bilgisayar Becerileri</u></h3>
<ul>
<li>Programlama Dilleri
<ul>
<li>C#</li>
<li>SQL</li>
</ul>
</li>
</ul>
<h3 style="color: palevioletred"><u>Katıldığı Kurslar</u></h3>
<ol>
<li>Cisco Networking Academy Essentials</li>
<li>.NET MVC</li>
</ol>
<table border="2" bgcolor="#db7093">
<td colspan="3"><div style="color:green" align="center"><b>Kitaplar</b></div></td>
<tr>
<td bgcolor="#f0f8ff"><b>Kitap Adı</b></td>
<td bgcolor="#f0f8ff"><b>Yazar</b></td>
<td bgcolor="#f0f8ff"><b>Türü</td></b></td>
</tr>
<tr>
<td bgcolor="#f0f8ff">Hayat Yolunda Zorluklarla Mücadele</td>
<td bgcolor="#f0f8ff">Prof.Herbert N. Garson</td>
<td bgcolor="#f0f8ff">Kişisel Gelişim</td>
</tr>
<tr>
<td bgcolor="#f0f8ff">Suç ve Ceza </td>
<td bgcolor="#f0f8ff">Fyodor Dostoyevski</td>
<td bgcolor="#f0f8ff">Roman</td>
</tr>
<tr>
<td bgcolor="#f0f8ff">Sefiller</td>
<td bgcolor="#f0f8ff">Victor Hugo</td>
<td bgcolor="#f0f8ff">Roman</td>
</tr>
</table>
<a href="index.html" style="color:palevioletred"><h5 style="font-family: Dialog;">Listeye Geri Dön</h5></a>
</body>
</html>