Skip to content

Instantly share code, notes, and snippets.

View nelitow's full-sized avatar

Nelito Junior nelitow

View GitHub Profile
@nelitow
nelitow / bbb22keywords.md
Last active January 18, 2022 13:28
Palavras para silenciar o BBB 22
  1. Eslô
  2. viny
  3. Vyni
  4. tadeu
  5. gil
  6. jade
  7. abravanel
  8. bruna
  9. camarote
  10. pipoca
@nelitow
nelitow / gist:e0d9055aee71789f51e2512996c12de3
Created November 21, 2019 01:16
Lista de estados brasileiros em ordem alfabética (apenas siglas)
AC
AL
AP
AM
BA
CE
DF
ES
GO
MA
@nelitow
nelitow / Cubiq add-to-homescreen documentation.md
Created February 11, 2019 17:12
Cubiq add-to-homescreen documentation

Add to home screen

Add To Homescreen (ATH) is a javascript widget that opens an overlaying message inviting the user to add the web site/application to the home screen. This was born mainly to support web-app-capable applications but extended to a more general purpose use case.

html,
body {
font-family: "Arial", sans-serif;
margin: 0 auto;
padding: 40px 0;
max-width: 800px;
line-height: 1.6;
font-size: 18px;
color: #444;
}