Skip to content

pinceladasdaweb/behance

Repository files navigation

Behance

Behance Portfolio Page developed with Vanilla JS

Motivation

I created a version of Vanilla JS based on the original tuts+.

How to use?

In file index.html, just fill out the user variable with your Behance username:

Behance({
    user: 'behance-username-here'
});

In file config.php you must populate the variable clientId with the Client ID of your app created in central Developers Behance.

Browser support

IE Chrome Firefox Opera Safari
IE 8+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

License

MIT