WIP emscripten documentation

This commit is contained in:
2026-06-12 18:47:44 +02:00
parent d7a4b915cf
commit 39a5fdc85b
3 changed files with 111 additions and 5 deletions

View File

@@ -41,13 +41,13 @@ $<include src="header.html"/>
<h2>Contact</h2>
<p>
If you have any project that could use my skills, I'd be happy to talk to you.
<br/>Feel free to contact me at: <span id="email-hidden" style="background: #000; color: #fff; cursor: pointer; padding: 2px 8px; user-select: none;">click here</span>
<br/>Contact me at: <span id="email-hidden" style="background: #000; color: #fff; cursor: pointer; padding: 2px 8px; user-select: none;">click to reveal</span>
<script>
var revealed = false;
var span = document.getElementById('email-hidden');
span.addEventListener('click', function() {
if (!revealed) {
var decoded = "t@qvtvgny.yrzbafunex.qri".replace(/[a-zA-Z]/g, function(c) {
var decoded = "thhf@onxwr.pbssrr".replace(/[a-zA-Z]/g, function(c) {
return String.fromCharCode((c <= 'Z' ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26);
});
var link = document.createElement('a');