| @ -0,0 +1,270 @@ | |||||
| <!DOCTYPE html> | |||||
| <html lang="de"> | |||||
| <head> | |||||
| <meta charset="UTF-8"> | |||||
| <title>Lebenslauf - Christian Urich</title> | |||||
| <style> | |||||
| body { | |||||
| font-family: 'Calibri', Arial, sans-serif; | |||||
| line-height: 1.6; | |||||
| color: #333; | |||||
| margin: 0; | |||||
| padding: 0; | |||||
| background-color: #f9f9f9; | |||||
| } | |||||
| .container { | |||||
| max-width: 800px; | |||||
| margin: 20px auto; | |||||
| padding: 30px; | |||||
| background-color: white; | |||||
| box-shadow: 0 0 10px rgba(0,0,0,0.1); | |||||
| } | |||||
| .header { | |||||
| text-align: center; | |||||
| margin-bottom: 20px; | |||||
| padding-bottom: 20px; | |||||
| border-bottom: 2px solid #0066cc; | |||||
| } | |||||
| h1 { | |||||
| color: #0066cc; | |||||
| margin: 0; | |||||
| font-size: 28px; | |||||
| } | |||||
| h2 { | |||||
| color: #0066cc; | |||||
| font-size: 20px; | |||||
| margin-top: 25px; | |||||
| margin-bottom: 10px; | |||||
| padding-bottom: 5px; | |||||
| border-bottom: 1px solid #ddd; | |||||
| } | |||||
| .contact-info { | |||||
| margin: 10px 0; | |||||
| font-size: 16px; | |||||
| } | |||||
| .section { | |||||
| margin-bottom: 25px; | |||||
| } | |||||
| .job { | |||||
| margin-bottom: 20px; | |||||
| } | |||||
| .job-title { | |||||
| font-weight: bold; | |||||
| font-size: 18px; | |||||
| margin-bottom: 5px; | |||||
| } | |||||
| .job-company { | |||||
| font-weight: bold; | |||||
| color: #0066cc; | |||||
| } | |||||
| .job-period { | |||||
| color: #666; | |||||
| font-style: italic; | |||||
| } | |||||
| .job-info { | |||||
| color: #666; | |||||
| margin-top: 3px; | |||||
| } | |||||
| .job-description { | |||||
| margin-top: 8px; | |||||
| } | |||||
| .skills { | |||||
| display: flex; | |||||
| flex-wrap: wrap; | |||||
| gap: 10px; | |||||
| margin-top: 10px; | |||||
| } | |||||
| .skill { | |||||
| background-color: #e6f0ff; | |||||
| padding: 5px 10px; | |||||
| border-radius: 3px; | |||||
| font-size: 14px; | |||||
| } | |||||
| .education { | |||||
| margin-bottom: 15px; | |||||
| } | |||||
| .download-btn { | |||||
| background-color: #0066cc; | |||||
| color: white; | |||||
| border: none; | |||||
| padding: 10px 15px; | |||||
| cursor: pointer; | |||||
| border-radius: 5px; | |||||
| font-size: 16px; | |||||
| margin-top: 20px; | |||||
| display: block; | |||||
| width: 200px; | |||||
| text-align: center; | |||||
| margin: 20px auto; | |||||
| } | |||||
| .download-btn:hover { | |||||
| background-color: #004c99; | |||||
| } | |||||
| .role-progression { | |||||
| margin-left: 20px; | |||||
| margin-top: 10px; | |||||
| margin-bottom: 15px; | |||||
| padding-left: 15px; | |||||
| border-left: 2px solid #ddd; | |||||
| } | |||||
| .role { | |||||
| margin-bottom: 10px; | |||||
| } | |||||
| .current-role { | |||||
| border-left: 3px solid #0066cc; | |||||
| padding-left: 10px; | |||||
| margin-left: -17px; | |||||
| } | |||||
| .tag { | |||||
| display: inline-block; | |||||
| background-color: #f0f0f0; | |||||
| color: #666; | |||||
| font-size: 12px; | |||||
| padding: 2px 8px; | |||||
| border-radius: 3px; | |||||
| margin-right: 8px; | |||||
| } | |||||
| @media print { | |||||
| body { | |||||
| background-color: white; | |||||
| } | |||||
| .container { | |||||
| box-shadow: none; | |||||
| padding: 0; | |||||
| } | |||||
| .download-btn { | |||||
| display: none; | |||||
| } | |||||
| } | |||||
| </style> | |||||
| </head> | |||||
| <body> | |||||
| <div class="container"> | |||||
| <div class="header"> | |||||
| <h1>CHRISTIAN URICH</h1> | |||||
| <div class="contact-info"> | |||||
| System Administrator | Azure Cloud Engeneer<br> | |||||
| Hamburg, Deutschland | |||||
| </div> | |||||
| </div> | |||||
| <div class="section"> | |||||
| <h2>PROFIL</h2> | |||||
| <p> | |||||
| Erfahrener System Administrator mit umfassender Expertise in Microsoft-Technologien, darunter Intune, Azure und Office 365. | |||||
| Spezialisiert auf Dell Hardware, MS Teams Rooms und Medienausstattung. Fundierte Kenntnisse in Cloud-Systemen und Helpdesk-Management. | |||||
| Berufserfahrung in einem englischsprachigen Arbeitsumfeld mit hybridem Arbeitsmodell. | |||||
| </p> | |||||
| </div> | |||||
| <div class="section"> | |||||
| <h2>BERUFSERFAHRUNG</h2> | |||||
| <div class="job"> | |||||
| <div class="job-title">System Administrator</div> | |||||
| <div class="job-company">InnoGames GmbH</div> | |||||
| <div class="job-period">August 2022 - Gegenwärtig (2 Jahre, 9 Monate)</div> | |||||
| <div class="job-location">Hamburg, Deutschland · Hybrid (überwiegend vor Ort)</div> | |||||
| <div class="job-info"> | |||||
| <span class="tag">Arbeitssprache: Englisch</span> | |||||
| </div> | |||||
| <div class="role-progression"> | |||||
| <div class="role current-role"> | |||||
| <strong>System Administrator (Regular)</strong> | |||||
| <div class="job-period">Januar 2025 - Gegenwärtig</div> | |||||
| </div> | |||||
| <div class="role"> | |||||
| <strong>Junior System Administrator</strong> | |||||
| <div class="job-period">August 2022 - Januar 2025</div> | |||||
| </div> | |||||
| </div> | |||||
| <div class="job-description"> | |||||
| <p>Position: Helpdesk Manager / Microsoft Intune und Microsoft Cloud Engineer</p> | |||||
| <p>Verantwortlichkeiten:</p> | |||||
| <ul> | |||||
| <li>Administration und Management von Office 365-Umgebungen</li> | |||||
| <li>Implementierung und Betreuung von Microsoft Azure-Lösungen</li> | |||||
| <li>Konfiguration und Wartung von Microsoft Intune für Geräteverwaltung</li> | |||||
| <li>Leitung des Helpdesk-Teams und Optimierung von Support-Prozessen</li> | |||||
| <li>Verwaltung von MS Teams Rooms und Medienausstattung</li> | |||||
| <li>Betrieb von Wifi Zertifikats-Infrastruktur</li> | |||||
| <li>Kommunikation und Dokumentation in englischer Sprache</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 (Ausbildung)</div> | |||||
| <div class="job-company">InnoGames GmbH</div> | |||||
| <div class="job-period">August 2019 - August 2022 (3 Jahre, 1 Monat)</div> | |||||
| <div class="job-location">Hamburg, Deutschland · Hybrid (überwiegend vor Ort)</div> | |||||
| <div class="job-info"> | |||||
| <span class="tag">Arbeitssprache: Englisch</span> | |||||
| </div> | |||||
| <div class="job-description"> | |||||
| <p>Ausbildung zum System Administrator mit Fokus auf:</p> | |||||
| <ul> | |||||
| <li>Grundlegende IT-Infrastruktur und Netzwerktechnik</li> | |||||
| <li>Microsoft-Technologien und Server-Verwaltung</li> | |||||
| <li>Hardware-Installation und -Wartung</li> | |||||
| <li>First-Level und Second-Level Support</li> | |||||
| <li>Dokumentation von IT-Prozessen und -Lösungen</li> | |||||
| <li>Arbeit in einem internationalen, englischsprachigen Umfeld</li> | |||||
| </ul> | |||||
| </div> | |||||
| </div> | |||||
| </div> | |||||
| <div class="section"> | |||||
| <h2>AUSBILDUNG</h2> | |||||
| <div class="education"> | |||||
| <div class="job-title">Fachinformatiker für Systemintegration</div> | |||||
| <div class="job-company">Berufliche Schule ITECH</div> | |||||
| <div class="job-period">August 2019 - Juli 2022</div> | |||||
| <div class="job-description"> | |||||
| <p>Duale Ausbildung zum Fachinformatiker für Systemintegration</p> | |||||
| </div> | |||||
| </div> | |||||
| <div class="education"> | |||||
| <div class="job-title">Gymnasialabschluss, 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>KOMPETENZEN</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">Netzwerktechnik</div> | |||||
| <div class="skill">IT-Sicherheit</div> | |||||
| <div class="skill">Englisch (berufsfließend)</div> | |||||
| </div> | |||||
| </div> | |||||
| <button class="download-btn" onclick="window.print()">Als PDF speichern</button> | |||||
| </div> | |||||
| </body> | |||||
| </html> | |||||