-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.53 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="www.patika.dev">
<title>ödev2</title>
<!--html ödev için hazırladım-->
</head>
<body>
<h1>Kerim ÇALIŞ</h1>
<h2>Hakkımda </h2>
<p>Merhaba,Ben K.Çalış İzmir'de yaşamaktayım.Patika.dev i bir arkadaşımdan duydum ve takibe başladım.Frond end Web geliştirme alanında kursa devam ediyorum</p>
<H3>İlgi Alanlarım</H3>
<ul><h4>1.Film</h4>
<li><a href="https://www.goodreads.com/book/show/3450744-nudge">Esaretin Bedeli</a>
</li>
<li>Başlangıç</li>
<li> Dövüş Kulübü</li>
</ul>
<ul><h4>2.Dizi</h4>
</li>
<li><a href="https://www.imdb.com/title/tt0944947/">Game of Thrones</a>
<li>The Breaking Bad</li>
<li>Brooklyn 99</li>
</ul>
<ul><h4>3.Spor</h4>
<li>Basketbol</li>
<li>Futbol</li>
<li>Aiki-do</li>
</ul>
<p>Sporu severim. 1.dan <em><strong> aiki-do</strong></em>'cuyum.</p>
<h2>Şu An İzlediğim Dizi:</h2>
<img src="img/blacklist.jpg" alt="the blacklist dizisi " width="200"><p>A new FBI profiler, Elizabeth Keen, has her entire life uprooted when a mysterious criminal, Raymond Reddington, who has eluded capture for decades, turns himself in and insists on speaking only to her.</p>
<a href="https://www.patika.dev/tr">Patika.dev</a>
</body>
</html>