Commit 9b3a4603 authored by Alfakhori's avatar Alfakhori
Browse files

Update public/kontakt.html

parent 2533b2c1
Pipeline #7290 passed with stage
in 6 seconds
<!DOCTYPE html>
<html>
<head>
<title>My Personal CV</title>
<title>Centered Image</title>
<style>
/* CSS styling to center the image */
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
img {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<h1>My Personal CV</h1>
<img src="me.jpg" alt="Picture of Me">
<h2>About Me</h2>
<p>Insert your personal information and a brief summary about yourself here.</p>
<h2>Education</h2>
<p>Insert your educational background and any relevant qualifications here.</p>
<h2>Work Experience</h2>
<p>Insert your work experience and any relevant skills here.</p>
<img src="assets/image.png" alt="Image Description">
</body>
</html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment