-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (49 loc) · 1.34 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">
<title>My Resume</title>
</head>
<body>
<img src="./images/bahadır vesikalık.jpg" alt="Bahadir Sevimli passport photo" height="150">
<h1>Bahadır Sevimli</h1>
<hr/>
<h2>Personal Information</h2>
<p>Sex: Male</p>
<p>Date of Birth: 12.01.2011</p>
<p>Marital Status: Single</p>
<p>Driving License: B</p>
<h2>Objective</h2>
<p>Learning different programming languages, working on projects that will contribute to my career.</p>
<h2>Education</h2>
<p>Tokat Gaziosmanpasa University</p>
<p>Physical Therapy and Rehabilitation 2019-2023</p>
<h2>Work Experience</h2>
<ul>
<li>Physical Therapist at Romatem Hospital (2023-2024)</li>
</ul>
<h2>Skills</h2>
<h3>Language Skills</h3>
<ul>
<li>English B1</li>
<li>German A1</li>
</ul>
<h3>Computer Skills</h3>
<ul>
<li>
HTML <a href="https://bahadirsevimli.github.io/html-Portfolio/"> (the website I created)</a>
</li>
<li>CSS (beginnner)</li>
<li>Office programs</li>
</ul>
<h3>Personal Skills</h3>
<ul>
<li>Hardworker</li>
<li>Creative</li>
<li>Selfdisciplined</li>
</ul>
<hr/>
<a href="./Links/about.html">Contact Me</a>
<p>© 2024 Bahadır Sevimli</p>
</body>
</html>