-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
112 lines (103 loc) · 3.08 KB
/
resume.html
File metadata and controls
112 lines (103 loc) · 3.08 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resume</title>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="header">
<div class="title">
<h2>Nazime Kirkgoz</h2>
<i>Automation Test Engineer</i>
</div>
<div class="menu">
<a href="index.html">Home</a>
|
<a href="resume.html">Resume</a>
|
<a href="contact.html">Contact</a>
</div>
</div>
<div class="content">
<h1><span></span>RESUME</h1>
<div class="section">
<h2>Work Experience</h2>
<div class="card">
<div class="left">
<!-- Sirket Adi -->
<h2>X Solution</h2>
<!-- Pozisyon ve sure -->
<i>Automation Test Engineer | 2022-Present</i>
</div>
<div class="right">
<!-- Kisa aciklama -->
Designed and developed user friendly website, including optimzed
check-out page that increased user clicks and subsequently customer
purchases by 20%
</div>
</div>
<div class="card">
<div class="left">
<!-- Sirket Adi -->
<h2>Z Company</h2>
<!-- Pozisyon ve sure -->
<i>Manuel Tester | 2020-2022</i>
</div>
<div class="right">
<!-- Kisa aciklama -->
Implemented server that expedited document generation and search
functionality by 20%, earning commendation and award from upper
management
</div>
</div>
</div>
<div class="section">
<h2>Education</h2>
<div class="card">
<div class="left">
<h2>WISE QUARTER</h2>
<!-- Pozisyon ve sure -->
<i>Umschulung | 2022-2023</i>
</div>
<div class="right">
ich mache die Umschulung beim Wise QUARTER.
</div>
</div>
<div class="card">
<div class="left">
<!-- Universite Adi -->
<h2>B.E.Ü</h2>
<!-- Pozisyon ve sure -->
<i>Bachelor Degree | 2005-2009</i>
</div>
<div class="right">
<!-- Kisa aciklama -->
Ich habe an die Uni. als Pflegefachkraft absolviert.
</div>
</div>
</div>
</div>
<div class="footer">
<div>
<h3>Telefon</h3>
<a href="tel:+905355555555">call me</a>
</div>
<div>
<h3>Email</h3>
<a href="mailto:kirkgoznazime@gmail.com">mail me</a>
</div>
<div>
<h3>Sosyal Medya</h3>
<a href="https://www.twitter.com" target="_blank">Twitter</a>|
<a href="https://www.linkedin.com" target="_blank">Linkedin</a>|
<a href="https://www.facebook.com" target="_blank">Facebook</a>
</div>
<div>
<h3>Copyright</h3>
<p>2023 - Tum haklari saklidir.</p>
</div>
</div>
</body>
</html>