-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (70 loc) · 2.42 KB
/
Copy pathindex.html
File metadata and controls
88 lines (70 loc) · 2.42 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
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
78
79
80
81
82
83
84
85
86
87
88
<!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>Merve ÖZKAN - Resume</title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- PAGE HEADER -->
<div class="header">
<div class="title">
<span></span>
<h2>Merve ÖZKAN</h2>
<i>Data Scientist</i>
</div>
<div class="menu">
<!--<a href="index.html" title="Ana sayfayı aç">Home</a> |-->
<a href="resume.html">Resume</a> |
<a href="contact.html">Contact</a>
</div>
</div>
<!-- PAGE HEADER -->
<!-- PAGE CONTENT -->
<div class="content">
<div class="about">
<div class="my-photo">
<!--<img src="img/pexels-moose-photos-1586996.jpg" alt="Feyza Nur Genç - Kişisel fotoğrafım" />-->
</div>
<div class="description">
<h1>Merve ÖZKAN </h1>
<p>
Hello, my name is Merve ÖZKAN. I live in Turkey. I graduated from the Department of Mathematics Teaching in 2015.
I describe myself as disciplined, analytical and team-oriented. After teaching for 2 years, I have been working in the field of e-commerce for about 3 years,
My goal is to develop myself in the field of data science and to make a career in this field. I can easily adapt to any environment and improve myself with problem solving, crisis management and collaborative working skills.
I am looking for job opportunities that match my wishes.
</p>
<div class="toolbar">
<a href="resume.html">Resume</a><a href="contact.html">Contact</a>
</div>
</div>
</div>
</div>
<!-- PAGE CONTENT -->
<!-- PAGE FOOTER -->
<div class="footer">
<div>
<h3>Phone</h3>
<p><a href="tel:+905335457237">+90 533 545 72 37</a></p>
</div>
<div>
<h3>Email</h3>
<p><a href="mailto:merve.ozkn1410@gmail.com">merve.ozkn1410@gmail.com</a></p>
</div>
<div>
<h3>Follow Me</h3>
<p>
<a href="https://www.linkedin.com/in/merve-%C3%B6zkan-2b7768261" target="_blank">Linkedin</a> |
<a href="https://github.com/merveozkn" target="_blank">Github</a>
</p>
</div>
<div>
<h3>Copyright</h3>
<p>2023 - Merve Özkan</p>
</div>
</div>
<!-- PAGE FOOTER -->
</body>
</html>