Skip to content

ganeshkumarm1/ghlinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghlinker

Github profile linker

Dependencies

  • Bootstrap
  • Jquery
  • Font awesome

How to use

  • Download the ghlinker.css and ghlinker.js files from the repository
  • Link them to your HTML page
  • you can import the profile by calling the function $.link(<github_username>);
  • Example $.link('ganeshmkumar');

Note

No need to link index.html and script.js to your code, since they were used for testing