<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="author" content="Lukas Eisenhauer"> <title>Lukas Eisenhauer</title> <link href="styles.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> </head> <body onresize="navbarAdjust()" id="body"> <nav id="nav"> <a href="#home" onclick="onLinkClick();">Home</a> <a href="#projects" onclick="onLinkClick();">Projects</a> <a href="#impressum" onclick="onLinkClick();">Impressum</a> </nav> <section id="home"> <h1>Lukas Eisenhauer</h1> <h2>Developer</h2> <address> <li>Email: <a href="mailto:leisenhau@gmail.com">leisenhau@gmail.com</a></li> </address> </section> <section id="projects"> <h1>Projects</h1> <a href="https://gitlab.bixilon.de/bixilon/minosoft"><h2>Minosoft</h2></a> <div class="fixed-bg" style="background-image:url('https://gitlab.bixilon.de/bixilon/minosoft/-/raw/bd1ba8f50c4e5cc95894aeb5194514319ee6fa6d/doc/img/rendering1.png?inline=false');"></div> <p> Currently, I am developing the rendering engine for an open source, minecraft compatible third party multiplayer client called <a href="https://gitlab.bixilon.de/bixilon/minosoft">Minosoft</a> together with my friend <a href='https://www.bixilon.de'>Bixilon</a>. </p> <a href="https://lukas-eisenhauer.de/git/lukas/tree-os"><h2>Tree os</h2></a> <img src="tree-os.png"> <p> <a href="https://lukas-eisenhauer.de/git/lukas/tree-os">Tree os</a> is little side project of mine to learn about the x86 architecture. Also works on real hardware! </p> <h2>Websites</h2> <p> This website and <a href="https://www.mpe.mpg.de/~eisenhau/">Frank Eisenhauer's webpage</a> are made by me. <a href="https://lukas-eisenhauer.de/git">Here</a>, I also host a instance of GitBucket, feel free to contact me to create an account there. </p> </section> <section id="impressum"> <h1>Impressum</h1> <p>This website is hosted and maintained by Lukas Eisenhauer.</p> <p>Address: Kohlröschenstraße 53 80995 München, Deutschland</p> <p>You can reach me via:</p> <ul> <li>Email: <a href="mailto:leisenhau@gmail.com">leisenhau@gmail.com</a></li> <li>Phone: +49 89 15001158</li> </ul> </section> <script src="scripts.js"></script> </body> </html>