Browse Source

add English version and Button to switsch

master
Christian Urich 8 months ago
parent
commit
75990f7464
1 changed files with 172 additions and 7 deletions
  1. +172
    -7
      Lebenslauf.html

+ 172
- 7
Lebenslauf.html View File

@ -83,7 +83,7 @@
.education { .education {
margin-bottom: 15px; margin-bottom: 15px;
} }
.download-btn {
.btn {
background-color: #0066cc; background-color: #0066cc;
color: white; color: white;
border: none; border: none;
@ -92,13 +92,21 @@
border-radius: 5px; border-radius: 5px;
font-size: 16px; font-size: 16px;
margin-top: 20px; margin-top: 20px;
text-align: center;
}
.btn:hover {
background-color: #004c99;
}
.download-btn {
display: block; display: block;
width: 200px; width: 200px;
text-align: center;
margin: 20px auto; margin: 20px auto;
} }
.download-btn:hover {
background-color: #004c99;
.lang-btn {
background-color: #28a745;
margin: 20px auto;
display: block;
width: 200px;
} }
.role-progression { .role-progression {
margin-left: 20px; margin-left: 20px;
@ -124,6 +132,12 @@
border-radius: 3px; border-radius: 3px;
margin-right: 8px; margin-right: 8px;
} }
.btn-container {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
@media print { @media print {
body { body {
background-color: white; background-color: white;
@ -132,14 +146,14 @@
box-shadow: none; box-shadow: none;
padding: 0; padding: 0;
} }
.download-btn {
.btn-container {
display: none; display: none;
} }
} }
</style> </style>
</head> </head>
<body> <body>
<div class="container">
<div class="container" id="de-content">
<div class="header"> <div class="header">
<h1>CHRISTIAN URICH</h1> <h1>CHRISTIAN URICH</h1>
<div class="contact-info"> <div class="contact-info">
@ -264,7 +278,158 @@
</div> </div>
</div> </div>
<button class="download-btn" onclick="window.print()">Als PDF speichern</button>
<div class="btn-container">
<button class="btn download-btn" onclick="window.print()">Als PDF speichern</button>
<button class="btn lang-btn" onclick="switchLanguage()">Switch to English</button>
</div>
</div> </div>
<div class="container" id="en-content" style="display: none;">
<div class="header">
<h1>CHRISTIAN URICH</h1>
<div class="contact-info">
System Administrator | Azure Cloud Engineer<br>
Hamburg, Germany
</div>
</div>
<div class="section">
<h2>PROFILE</h2>
<p>
Experienced System Administrator with extensive expertise in Microsoft technologies, including Intune, Azure, and Office 365.
Specialized in Dell hardware, MS Teams Rooms, and media equipment. Strong knowledge in cloud systems and helpdesk management.
Professional experience in an English-speaking work environment with a hybrid work model.
</p>
</div>
<div class="section">
<h2>PROFESSIONAL EXPERIENCE</h2>
<div class="job">
<div class="job-title">System Administrator</div>
<div class="job-company">InnoGames GmbH</div>
<div class="job-period">August 2022 - Present (2 years, 9 months)</div>
<div class="job-location">Hamburg, Germany · Hybrid (predominantly on-site)</div>
<div class="job-info">
<span class="tag">Working Language: English</span>
</div>
<div class="role-progression">
<div class="role current-role">
<strong>System Administrator (Regular)</strong>
<div class="job-period">January 2025 - Present</div>
</div>
<div class="role">
<strong>Junior System Administrator</strong>
<div class="job-period">August 2022 - January 2025</div>
</div>
</div>
<div class="job-description">
<p>Position: Helpdesk Manager / Microsoft Intune and Microsoft Cloud Engineer</p>
<p>Responsibilities:</p>
<ul>
<li>Administration and management of Office 365 environments</li>
<li>Implementation and maintenance of Microsoft Azure solutions</li>
<li>Configuration and maintenance of Microsoft Intune for device management</li>
<li>Leading the helpdesk team and optimizing support processes</li>
<li>Management of MS Teams Rooms and media equipment</li>
<li>Operation of WiFi certificate infrastructure</li>
<li>Communication and documentation in English</li>
</ul>
</div>
<div class="skills">
<div class="skill">Office 365 Administration</div>
<div class="skill">Microsoft Azure</div>
<div class="skill">Microsoft Intune</div>
<div class="skill">Dell Hardware</div>
<div class="skill">MS Teams Rooms</div>
<div class="skill">Cloud Computing</div>
<div class="skill">IT Support</div>
</div>
</div>
<div class="job">
<div class="job-title">System Administrator (Apprenticeship)</div>
<div class="job-company">InnoGames GmbH</div>
<div class="job-period">August 2019 - August 2022 (3 years, 1 month)</div>
<div class="job-location">Hamburg, Germany · Hybrid (predominantly on-site)</div>
<div class="job-info">
<span class="tag">Working Language: English</span>
</div>
<div class="job-description">
<p>Apprenticeship as System Administrator with focus on:</p>
<ul>
<li>Basic IT infrastructure and network technology</li>
<li>Microsoft technologies and server administration</li>
<li>Hardware installation and maintenance</li>
<li>First-level and second-level support</li>
<li>Documentation of IT processes and solutions</li>
<li>Working in an international, English-speaking environment</li>
</ul>
</div>
</div>
</div>
<div class="section">
<h2>EDUCATION</h2>
<div class="education">
<div class="job-title">IT Specialist for System Integration</div>
<div class="job-company">Berufliche Schule ITECH</div>
<div class="job-period">August 2019 - July 2022</div>
<div class="job-description">
<p>Dual education as IT Specialist for System Integration</p>
</div>
</div>
<div class="education">
<div class="job-title">High School Diploma, Information Technology</div>
<div class="job-company">Gewerbliche Schulen Waldshut</div>
<div class="job-period">August 2016 - April 2019</div>
</div>
</div>
<div class="section">
<h2>SKILLS</h2>
<div class="skills">
<div class="skill">System Administration</div>
<div class="skill">Office 365</div>
<div class="skill">Microsoft Azure</div>
<div class="skill">Microsoft Intune</div>
<div class="skill">Cloud Computing</div>
<div class="skill">Dell Hardware</div>
<div class="skill">MS Teams Rooms</div>
<div class="skill">IT Support</div>
<div class="skill">Helpdesk Management</div>
<div class="skill">Windows Server</div>
<div class="skill">Network Technology</div>
<div class="skill">IT Security</div>
<div class="skill">English (professional proficiency)</div>
</div>
</div>
<div class="btn-container">
<button class="btn download-btn" onclick="window.print()">Save as PDF</button>
<button class="btn lang-btn" onclick="switchLanguage()">Zu Deutsch wechseln</button>
</div>
</div>
<script>
function switchLanguage() {
var deContent = document.getElementById('de-content');
var enContent = document.getElementById('en-content');
if (deContent.style.display === 'none') {
deContent.style.display = 'block';
enContent.style.display = 'none';
document.documentElement.lang = 'de';
} else {
deContent.style.display = 'none';
enContent.style.display = 'block';
document.documentElement.lang = 'en';
}
}
</script>
</body> </body>
</html> </html>

Loading…
Cancel
Save