aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-04 21:51:14 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-04 21:51:14 +0100
commitfd755f6d2bbe7eac06a50559c93bc9368b7e4554 (patch)
tree6ca569106d2f1f6c679bb1a1c1db3b107c0b7005
parentd9393f53b17a7c1592585571d704db4804471a90 (diff)
downloadansible-memzero-fd755f6d2bbe7eac06a50559c93bc9368b7e4554.tar.gz
ansible-memzero-fd755f6d2bbe7eac06a50559c93bc9368b7e4554.zip
nginx: update website
-rw-r--r--roles/webserver/files/www/memzero/index.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/roles/webserver/files/www/memzero/index.html b/roles/webserver/files/www/memzero/index.html
index c223d80..a2efdbc 100644
--- a/roles/webserver/files/www/memzero/index.html
+++ b/roles/webserver/files/www/memzero/index.html
@@ -5,7 +5,6 @@
<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;
@@ -29,15 +28,26 @@
where I am mainly working on simulation technologies in the Virtual
Prototyping and Hybrid Emulation area.
</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 they I prefer are:</p>
+ <ul>
+ <li>rust</li>
+ <li>cpp</li>
+ <li>asm</li>
+ <li>bash :^)</li>
+ </ul>
<p>You can find or reach me on:</p>
<ul>
- <li><a href="https://linkedin.com/in/johannst">linkedin</a></li>
+ <li>johannes (at) memzero.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><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> \ No newline at end of file
+</html>