-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (38 loc) · 1.74 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
<!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">
<title>Personal Website</title>
</head>
<body>
<header>
<h2>who am i?</h2>
<img width=220 height=300 src="img/profile.jpeg" alt="Ecem Balikci">
<p> <strong>a Senior Year Computer Engineering Student</strong> </p>
<br>
I am one of the geeks who is highly interested in Front-End Development.
<br> The following things are my favorites things in life (at the moment):
<h2>what i love?</h2>
<div>
<ul>
<li>
<img width=500 height=300 src="img/fed.png" alt="Front-End" title="front end">
<p>Loving HTML/CSS/JavaScript</p>
</li>
<li>
<img width=200 height=300 src="img/music.jpg" alt="listening music" title="listening music">
<p>I pretty much listen every type of music. Currently <a href="https://www.billieeilish.com/" target="_blank">Billie Eilish</a> is my fav singer.</p>
</li>
<li>
<img width=200 height=300 src="img/photo.jpg" alt="taking photos" title="taking photos">
<p>Taking photos is a fun thing to do for me. My gallery is full most of the times.</p>
</li>
<li>You can find my favorite film (<em>mmh yes i am still a little child in my 20's</em>) <a href="https://www.imdb.com/title/tt0406375/" target="_blank">here</a>
</li>
</ul>
</div>
</header>
</body>
</html>