aboutsummaryrefslogblamecommitdiff
path: root/roles/webserver/files/www/memzero/index.html
blob: c223d80e69ba38d324bfd0fba0d79a4ca87640d0 (plain) (tree)










































                                                                                                                             
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="author" content="johannst">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <style>
        html {
            font-family: Source Code Pro, monospace, sans-serif;
        }

        body {
            /* background-color: #2e303e; */
            /* color: #eeeeee; */
            margin: auto 2vw auto 2vw;
        }
    </style>
</head>

<body>
    <p>Hi .*, this is the website of Johannes Stoelp.</p>
    <p>
        I am working in the EDA industry in the area of electronic system level
        (ESL) verification.
        I am currently full-time employeed as RnD Engineer at
        <a href="https://www.synopsys.com/verification/virtual-prototyping.html">Synopsys</a>,
        where I am mainly working on simulation technologies in the Virtual
        Prototyping and Hybrid Emulation area.
    </p>
    <p>You can find or reach me on:</p>
    <ul>
        <li><a href="https://linkedin.com/in/johannst">linkedin</a></li>
        <li><a href="https://github.com/johannst">github</a></li>
        <li><a href="https://twitter.com/xjohannst">twitter</a></li>
        <li><a href="https://blog.memzero.de">my blog</a></li>
        <li>johannes (at) memzero.de [<a href="https://memzero.de/0814A6FA524257F7F10EDC36F62EBCE823AE9867.asc">key</a>]</li>
        <li>discord: johannst#5801</li>
    </ul>
</body>

</html>