aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 20:05:23 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 20:05:23 +0100
commit816290533fd61a1c5f3813b0115a1e2bbeeef1a2 (patch)
treeedfa8a187c5fd34616524881d6a1d7c5398e7e46
parent1887e1cca6e988786c600660f2e1090bf69cbf2e (diff)
downloadansible-memzero-816290533fd61a1c5f3813b0115a1e2bbeeef1a2.tar.gz
ansible-memzero-816290533fd61a1c5f3813b0115a1e2bbeeef1a2.zip
nginx: update landing page
-rw-r--r--roles/webserver/files/www/memzero/index.html43
1 files changed, 25 insertions, 18 deletions
diff --git a/roles/webserver/files/www/memzero/index.html b/roles/webserver/files/www/memzero/index.html
index 3be2fd3..3277e91 100644
--- a/roles/webserver/files/www/memzero/index.html
+++ b/roles/webserver/files/www/memzero/index.html
@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="author" content="johannst">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>memzero</title>
<style>
html {
font-family: Source Code Pro, monospace, sans-serif;
@@ -19,34 +20,40 @@
</head>
<body>
- <p>Hi .*, this is the website of Johannes Stoelp.</p>
+ <p>Hi .*, this is the little 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 employed 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 area of
- Virtual Prototyping and Hybrid Emulation.
+ 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.
</p>
- <p>
- My main interests are low-level software and emulators of any kind,
- though full-system emulation is the most fun.
- </p>
- <p>The languages that I enjoy are:</p>
+ <p>My 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>
+ </ul>
+ <p>Languages that I currently enjoy the most are:</p>
<ul>
<li>rust</li>
<li>cpp</li>
<li>asm</li>
- <li>bash :^)</li>
+ <li>bash script :^)</li>
+ <li>python</li>
</ul>
<p>You can find or reach me on:</p>
<ul>
<li>johannes (at) memzero (dot) de [<a href="https://memzero.de/0814A6FA524257F7F10EDC36F62EBCE823AE9867.asc">key</a>]</li>
- <li><a href="https://blog.memzero.de">my blog</a></li>
- <li><a href="https://github.com/johannst">github</a></li>
- <li><a href="https://linkedin.com/in/johannst">linkedin</a> (requires login)</li>
- <li><a href="https://twitter.com/xjohannst">twitter</a></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>
</ul>
</body>