Lightweight easter egg served directly from Github, DEMO
- Create minimal/lightweight snippet for easter eggs
- Experiment with pure HTML/CSS and vanilla JS solutions.
- Have some fun
HTML
/CSS
animationvanilla.js
,HTML5
github pages
- Create minimal script for detecting
conami code
- Create/find pure HTML+CSS ester egg (nyan cat?!)
- Find a way to append code without collisions
- Host somewhere easter egg code (probably github)
- Add snippet in different places of zwzt platform
To add snippet with conami code detection append to your website
<script type="text/javascript" src="https://rawgit.com/socialwolves/easter-egg/master/index.js"></script>
To checkout how easter egg looks like append, run in your console
document.body.innerHTML += '<iframe src="https://rawgit.com/socialwolves/easter-egg/master/nyan/index.html" style="border:0;width:100vw;height:100vh;position:fixed;top:0;z-index:1337" allowtransparency="true"></iframe>
- cirsturm/nyan-cat github repo with nyan cat
- snaptortoise/konami-js repo with conami code js
- BuzzFeed examples of easter eggs