diff options
Diffstat (limited to 'roles/webserver/files/www/memzero/index.html')
-rw-r--r-- | roles/webserver/files/www/memzero/index.html | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/roles/webserver/files/www/memzero/index.html b/roles/webserver/files/www/memzero/index.html index 4df77a4..c223d80 100644 --- a/roles/webserver/files/www/memzero/index.html +++ b/roles/webserver/files/www/memzero/index.html @@ -1 +1,43 @@ -<h1>Hello memzero!</h1> +<!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>
\ No newline at end of file |