Skip to content

Instantly share code, notes, and snippets.

@epexa
Last active March 12, 2018 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epexa/c673423244567da91c4fa679130575c8 to your computer and use it in GitHub Desktop.
Save epexa/c673423244567da91c4fa679130575c8 to your computer and use it in GitHub Desktop.
Happy birthday k0tb9g9m0t
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.6/typed.min.js" type="text/javascript"></script>
<style>
*{
padding:0;
margin:0;
}
body{
font-family: Consolas,monaco,monospace;
font-size: 100%;
background: #000;
color: #0f0;
}
#typed {
margin-left: 20px;
}
</style>
<br>
<span id="typed" style="white-space:pre;"></span>
<script>
document.addEventListener('DOMContentLoaded', function() {
new Typed('#typed', {
strings: [
':> Connected to blockchain...',
':> Wake up, k0tb9g9m0t...',
':> The Golos has you...',
':> Congratulations on your birthday!',
':> You are the best team leader!',
':> Being your colleagues, we love you!',
':> We wish you good health!',
':> And also we wish you interesting tasks!',
':> And love!',
':> Your Golos friends: @mgureva, @mariadia, @Andrew Falaleev, @muhazzz, @korpusenko, @Timur, @Pavliv Vladimir, @serejandmyself, @epexa',
':> Blockchain desynchronization...',
':> Reconnect to blockchain...',
],
typeSpeed: 50,
backSpeed: 0,
cursorChar: '\u2588',
loop: true
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment