Skip to content

Side banner advertisement component for web sites

Notifications You must be signed in to change notification settings

gabrigcl/sidead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SideAd Advertisement

Side banner advertisement component, that expands on mouseover.

Author: Gabriel Castro

How to use

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>

License

MIT

About

Side banner advertisement component for web sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published