Side banner advertisement component, that expands on mouseover.
Author: Gabriel Castro
You can use this in your site, adapt the source code and replace the images. The example is in index.html
- Add the script of SideAd in your html page:
<script src="./src/index.js"></script>
- Initialize the component:
<script>
window.onload = function(){
SideAd.init();
}
</script>
MIT