Skip to content

Instantly share code, notes, and snippets.

View felipenmoura's full-sized avatar
🏠
Keeping safe

Felipe Nascimento de Moura felipenmoura

🏠
Keeping safe
View GitHub Profile
@felipenmoura
felipenmoura / sample-discord-coc.md
Last active March 7, 2022 18:40 — forked from didichanoch/sample-discord-coc.md
A sample code of conduct for discord servers.

On2 Discord Code of Conduct

Welcome!

This is the discord server used by On2 Technologies.
Within this server, people can interact with teams organized throughout groups and roles.
If you got an invite to participate, say hi and let us know, to have you fully set up to your permissions.

@felipenmoura
felipenmoura / animatedScrollTo.js
Last active November 30, 2022 10:01 — forked from joshbeckman/animatedScrollTo.js
ScrollTo animation using pure javascript and no jquery
/**
* Will gracefuly scroll the page
* This function will scroll the page using
* an `ease-in-out` effect.
*
* You can use it to scroll to a given element, as well.
* To do so, pass the element instead of a number as the position.
* Optionally, you can pass a `queryString` for an element selector.
*
* The default duration is half a second (500ms)
@felipenmoura
felipenmoura / GithubApi.js
Last active April 6, 2016 22:40 — forked from rafaell-lycan/GithubApi.js
Github API ES6
export default class GithubApi{
constructor(){
this.host = 'https://api.github.com';
}
get(...params) {
let args = [].slice.call(params);
let callback = args.pop();
let path = args.join('/');
request('GET', path, callback);
}
Error in user YAML: (<unknown>): did not find expected comment or line break while scanning a block scalar at line 1 column 1
---

> **Atenção**: esse guia está em fase de construção, esperamos sua contribuição :)

---

Então você quer organizar um FrontIn*?

Um guia elaborado pela BrazilJS Foundation com o auxílio de diversos organizadores para direcionar aqueles que procuram organizar um evento de front-end no Brasil.