Skip to content

Instantly share code, notes, and snippets.

View GuiSandoval's full-sized avatar

Guilherme Sandoval GuiSandoval

View GitHub Profile
@GuiSandoval
GuiSandoval / gist:437de110f0de5ca0fd5438cd090a6f6a
Last active September 14, 2021 14:09
Botão Whatsapp com Animação de mensagem (Elementor)
<!--
Para alterar o link do botão do whatsapp
Coloque seu link dentro do atributo <a href=""> abaixo.
Exemplo:
<a href="https://SeuLink.com.">
Para exibir o botão do whatsapp é só colocar section-midia no id de algum bloco elemntor
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teste de desempenho de site</title>
<style>
body {
@GuiSandoval
GuiSandoval / db.json
Created October 25, 2019 20:21 — forked from tuliofaria/db.json
Servidor REST simples em PHP (Como foi construído em: https://www.youtube.com/watch?v=7s5_TmBqZR8 e em https://www.devpleno.com )
{"series":[{"name":"how i met your mother","id":"1504912239"}],"genres":[]}