shaansubbaiah / Portfolio

👤 Automatically generate and deploy a beautiful, responsive, static-site to display your GitHub projects.
MIT License
82 stars 13 forks source link

Display pinned Gists #17

Open shaansubbaiah opened 3 years ago

shaansubbaiah commented 3 years ago

Right now cards are made only for repositories. It would be great if we could display pinned Gists as well.

This will require getting pinned Gists from GitHub using the GitHub API V4 and creating a template with HTML/CSS in the /resources folder.

Mockup of possible implementation:

image

Edit: We may also need to change a few settings of masonry js. Masonry js is responsible for the responsive grid and its animations when resizing the browser.

hendaoui commented 3 years ago

I'd like to work on it :)

shaansubbaiah commented 3 years ago

@hendaoui go ahead! I had forgotten to mention that for the look above (bigger card for gist than repo) we might need to change a few settings of masonry js. Masonry js is responsible for the responsive grid and its animations when resizing the browser. I've updated the info above.