diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-14 23:28:49 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-15 09:17:53 +0100 |
commit | 14cd403da011bbb0b44c5d1b72da67c44755b3ce (patch) | |
tree | a1d2b0f0e19213344e3a172aa33f3f7f0cf11eb8 /roles | |
parent | 8720a709b69d4f5c769beca79998d142b8278a34 (diff) | |
download | ansible-memzero-14cd403da011bbb0b44c5d1b72da67c44755b3ce.tar.gz ansible-memzero-14cd403da011bbb0b44c5d1b72da67c44755b3ce.zip |
nginx: update home page
Diffstat (limited to 'roles')
-rw-r--r-- | roles/webserver/files/www/memzero/favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | roles/webserver/files/www/memzero/index.html | 79 |
2 files changed, 54 insertions, 25 deletions
diff --git a/roles/webserver/files/www/memzero/favicon.ico b/roles/webserver/files/www/memzero/favicon.ico Binary files differnew file mode 100644 index 0000000..0c36637 --- /dev/null +++ b/roles/webserver/files/www/memzero/favicon.ico diff --git a/roles/webserver/files/www/memzero/index.html b/roles/webserver/files/www/memzero/index.html index 3277e91..3588af7 100644 --- a/roles/webserver/files/www/memzero/index.html +++ b/roles/webserver/files/www/memzero/index.html @@ -2,58 +2,87 @@ <html lang="en"> <head> - <meta charset="UTF-8"> - <meta name="author" content="johannst"> + <meta charset="utf-8"> + <meta name="description" content="homepage of johannes stoelp (stölp)"> + <meta name="keywords" content="iss, dbt, systemc, simulation, vp, virtual prototyping, homepage, synopsys, stölp"> + <meta name="author" content="johannes stoelp"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>memzero</title> <style> html { font-family: Source Code Pro, monospace, sans-serif; + font-size: clamp(12px, 2vw, 16px); + } + hr { + border: none; + border-top: 1px dashed; } - body { /* background-color: #2e303e; */ /* color: #eeeeee; */ margin: auto 2vw auto 2vw; } + .formatted { + white-space: pre-wrap; + } </style> </head> <body> - <p>Hi .*, this is the little website of Johannes Stoelp.</p> + <p>Hi .*, welcome to my little website.</p> <p> - I work in the Electronic Design Automation (EDA) industry, in the area - of electronic system level verification. Currently, I am a full-time - RnD Engineer at <a href="https://www.synopsys.com/verification/virtual-prototyping.html">Synopsys</a>, - mainly working on simulation technologies for Virtual Prototyping and - Hybrid Emulation. + I am a research and development (RnD) engineer at <a href="https://www.synopsys.com">Synopsys</a>, + working on simulation technologies for <a href="https://www.synopsys.com/verification/virtual-prototyping.html">Virtual Prototyping</a> + and <a href="https://www.synopsys.com/verification/emulation/use-cases-fast-emulation.html">Hybrid Emulation</a>. + As a high level summary, in the past I have been working on processor + modelling, checkpoint/restore, early software bring-ups, co-simulation + adaptors for hybrid emulation and debugger integration. </p> - <p>My interests are in the following areas:</p> + <p>- Johannes Stoelp</p> + <hr> + + <p>My professional and personal interests are in the following areas</p> <ul> - <li>Full-system simulation</li> - <li>Instruction set simulator (iss)</li> - <li>Hardware / Software interface</li> - <li>Operating system kernels</li> - <li>Hypervisor</li> - <li>Low level software</li> + <li>full-system simulation</li> + <li>instruction set simulators (iss)</li> + <li>binary translation</li> + <li>operating systems and hypervisors</li> + <li>computer architecture</li> + <li>processor microarchitecture (uarch)</li> + <li>software architecture</li> + <li>performance tuning</li> + <li>.. poking compilers and linkers :^)</li> </ul> - <p>Languages that I currently enjoy the most are:</p> + + <p>The languages I currently enjoy writing and reading the most are</p> <ul> <li>rust</li> - <li>cpp</li> + <li>cpp / template meta programming</li> <li>asm</li> - <li>bash script :^)</li> + <li>bash / fish script</li> <li>python</li> </ul> - <p>You can find or reach me on:</p> + + <p>Find or reach me via</p> <ul> <li>johannes (at) memzero (dot) de [<a href="https://memzero.de/0814A6FA524257F7F10EDC36F62EBCE823AE9867.asc">key</a>]</li> - <li><a href="https://linkedin.com/in/johannst">LinkedIn</a> (requires login)</li> - <li>Discord: johannst#5801</li> + <li><a href="https://linkedin.com/in/johannst">linkedin</a> (requires login)</li> + <li>discord johannst#5801</li> <li><a href="https://blog.memzero.de">blog</a></li> - <li><a href="https://github.com/johannst">GitHub</a></li> - <li><a href="https://git.memzero.de">private git</a></li> - <li><a href="https://twitter.com/xjohannst">X (Twitter)</a></li> + <li><a href="https://github.com/johannst">github</a></li> + <li><a href="https://git.memzero.de">personal git</a></li> + <li><a href="https://twitter.com/xjohannst">twitter</a></li> + </ul> + + <p>Education</p> + <ul> + <li>2017 | Dipl.-Ing. (MSc) in electrical engineering - <a href="https://www.eit.uni-kl.de/en">Technical University Kaiserslautern</a></li> + </ul> + + <p>Professional experience</p> + <ul> + <li class="formatted">Jan 2017 - present | RnD Engineer at Synopsys</li> + <li class="formatted">Oct 2015 - Dec 2016 | Research Intern at Synopsys</li> </ul> </body> |