-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (56 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Ayten Çetingüney</h1>
<p>Resum</p>
<hr>
<img src="./IMG_0001.JPG" height="200">
<h2>Summary</h2>
<p>I was involved in many sports until high school. <br>
Skating, ice skating, volleyball, tennis etc. <br>
Then I continued fitness and yoga. <br>
I received numerical education in high school. <br>
Currently, my major is mathematics and my minor is computers.</p>
<hr>
<h2>Education</h2>
<p>Vali Necati Çetinkaya Primary School 2009-2013 <br>
Vali Necati Çetinkaya Secondary School 2013-2017 <br>
Konya Gazi Anatolian High School 2017-2019 <br>
Münevver Kurban Anatolian High School 2019-2021 <br>
Necmettin Erbakan University 2022-2024 <br>
TAFE NSW University 2025-2027 <br>
</p>
<hr>
<h2>Work Experience</h2>
<ul>
<li>Pelitli Gountryside Garden</li>
<li>Think Hotel</li>
<li>Kulis 360 Cafe</li>
<li>Atlantis Coffee Company</li>
<li>Hümaliva</li>
<li>Sand Coffee</li>
</ul>
<hr>
<h2>Skills</h2>
<ul>
<li>Education: ⭐️⭐️⭐️⭐️⭐️</li>
<li>Work Experience: ⭐️⭐️⭐️⭐️</li>
<li>software Experience: ⭐️</li>
</ul>
<hr>
<h2>Others</h2>
<ul>
<li><a href="">About</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<hr />
<footer>
<p>© 2024 Ayten Çetingüney. All rights reserved.</p>
</footer>
</body>
</html>