Skip to content

Gallery that can be used to display your work/project portfolios

Notifications You must be signed in to change notification settings

iamssurya/portfolio-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Gallery

Installation

Gallery that can be used to display your work/project portfolios

npm install portfolio-gallery

Then include portfolio.css and portfolio.js in your webpage. Add Jquery & font-awesome as dependency (Included in Repository)

<link rel="stylesheet" href="css/portfolio.css">
<script src="js/portfolio.js"></script>

Setup

Initialize object for Portfolio

var port = new Porfolio("port",portfolioData);

Data for creating portfolio to be provided in JSON

var portfolioData = [{
	"title":"Your Portfolio Title",
	"image":"URL of the image",
	"description":"Description of the project"
},{...}
];

More Info

About

Gallery that can be used to display your work/project portfolios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published