Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
ar
Commits
9b3a4603
Commit
9b3a4603
authored
Apr 12, 2023
by
Alfakhori
Browse files
Update public/kontakt.html
parent
2533b2c1
Pipeline
#7290
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/kontakt.html
View file @
9b3a4603
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<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>
</head>
<body>
<body>
<h1>
My Personal CV
</h1>
<img
src=
"assets/image.png"
alt=
"Image Description"
>
<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>
</body>
</body>
</html>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment