Skip to content

Instantly share code, notes, and snippets.

View renatogalvones's full-sized avatar
:octocat:
HWBT - Hard Work Beats Talent

Renato Galvão renatogalvones

:octocat:
HWBT - Hard Work Beats Talent
  • OTW - Open to work
  • Santos, SP, Brazil
  • 23:14 (UTC -03:00)
View GitHub Profile
<html>
<head>
<title>Olha que recuros maneiro</title>
<style>
img {
width: 200px;
}
img[alt="Renato"] {
filter: grayscale(1);
}
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@renatogalvones
renatogalvones / gist:09365a994e06f41967d7c448c87e4567
Last active September 1, 2016 13:51
Slides palestras BrazilJS 2016
@renatogalvones
renatogalvones / atom-proxy-env-config.md
Last active February 12, 2018 15:48
Solução caso vc esteja atrás de algum proxy e precise atualizar/instalar pacotes no Atom.
@-webkit-keyframes bgcolor { 0% { background-color: #ffccf2; }
50% { background-color: #ccffcc; }
100% { background-color: #ccffff; } }
@-moz-keyframes bgcolor { 0% { background-color: #ffccf2; }
50% { background-color: #ccffcc; }
100% { background-color: #ccffff; } }
@-ms-keyframes bgcolor { 0% { background-color: #ffccf2; }
50% { background-color: #ccffcc; }