Commit 8ef1ba4d authored by Alfakhori's avatar Alfakhori
Browse files

Update public/kontakt.html

parent 89586987
Pipeline #7287 passed with stage
in 7 seconds
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <title>My Personal CV</title>
<meta name="generator" content="GitLab Pages">
<title>Aktuelles</title>
<link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<div id="topbar"> <h1>My Personal CV</h1>
<div id="menu" class="navbar"></div> <img src="me.jpg" alt="Picture of Me">
</div> <h2>About Me</h2>
<div class="content"> <p>Insert your personal information and a brief summary about yourself here.</p>
<h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen--> <h2>Education</h2>
<h2> Kontakt: </h2> <p>Insert your educational background and any relevant qualifications here.</p>
<h2>Work Experience</h2>
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE --> <p>Insert your work experience and any relevant skills here.</p>
<!-- TODO Daten anpasen -->
<div class="news">
<div class="header">
Verantwortliche Person:
</div>
<div class="text">
<p>
Max Mustermann
</p>
<p>
Bei Fragen zum Projekt kontaktieren Sie <a href="mailto:max.mustermann@hft-stuttgart.de">max.mustermann@hft-stuttgart.de</a>
</p>
</div>
</div>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
</div>
<script src="settings.js"> </script>
</body> </body>
</html> </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