WIP emscripten documentation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$<include src="header.html"/>
|
||||
<p> Hey, welcome to my page :)<br/>Here I plan to posts frequent updates related to the game I'm working on. If you're looking to work together check out <a href="/work">this page</a>
|
||||
<p> A blog about game development and whatever else I'm up to :).</br> If you're looking to work together check out <a href="/work">this page</a>
|
||||
<h1>Recent Posts</h1>
|
||||
$<post-list limit="10"/>
|
||||
$<include src="footer.html"/>
|
||||
|
||||
@@ -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