Skip to content

Instantly share code, notes, and snippets.

View brunopulis's full-sized avatar
:octocat:
Vá devagar, mas vá

Bruno Pulis brunopulis

:octocat:
Vá devagar, mas vá
View GitHub Profile
<!DOCTYPE html>
<html lang="pt-br">
...
</html>
<button type="submit">
<svg id="search" role="img" aria-describedby="searchIcon" viewBox="0 0 16 16.9">
<title id="searchIcon">Search</title>
<path d="M16, 15.7L11.3,11C12.4,9.8,13, 8.2,13,6.5C13"></path>
</svg>
</button>
<button type="submit">
<svg id="search" viewBox="0 0 16 16.9">
<path d="M16, 15.7L11.3,11C12.4,9.8,13, 8.2,13,6.5C13"></path>
</svg>
</button>
<form>
<label for="email">E-mail</label>
<input type="email" id="email" placeholder="insira o seu melhor e-mail" />
</form>
<form>
<input type="email" placeholder="insira o seu melhor e-mail" />
</form>
<img src="/imagens/duck.png" alt="Pato de borracha amarelo olhando fixamente" />
@brunopulis
brunopulis / contact-form.php
Created June 1, 2020 00:34
remove contact form 7 css and js to all files
// remove contact form 7 from all pages, only to contact form.
function contactform7_check_dequeue() {
$check_cf7 = false;
if( is_page( 'contact' ) ) {
$check_cf7 = true;
}
if( ! $check_cf7 ) {
wp_dequeue_script( 'contact-form-7' );
@brunopulis
brunopulis / test
Created December 10, 2019 20:44
test
{
"templates":[
{"name": "DEFAULT TEMPLATE", "issuetype-field":"", "projects-field": "", "text":""},
{
"name": "BUG TEMPLATE",
"issuetype-field":"Bug",
"projects-field": "",
"text":"*Sumário*\n<TI>Digite o resumo do problema aqui.</TI>\n\n*Passos para reprodução*\n<TI>Digite os passos para reprodução aqui. Mais detalhes são melhores.</TI>\n\n*Comportamento esperado*\n<TI>Digite o que deveria acontecer aqui.</TI>\n\n*Detalhes adicionais*\n<TI>Digite quaisquer outros detalhes, como exemplos, links para requisitos, etc. Quaisquer critérios que possam ajudar na solução do problema. Anexe capturas de tela, se possível. Mais detalhes são melhores.</TI>"},
{"name": "STORY TEMPLATE", "issuetype-field":"Story", "projects-field": "", "text":"*Story*\nAs a <TI>type of user/persona</TI>, I want <TI>to perform some task</TI>, so that I can <TI>achieve some goal/benefit/value</TI>.\n\n*Details*\n<TI>Enter any details, clarifications, answers to questions, or points ab