WIP emscripten documentation
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user