This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Event snippet for Whatsapp conversion page | |
In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. --> | |
<script> | |
function gtag_report_conversion(url) { | |
var callback = function () { | |
if (typeof(url) != 'undefined') { | |
window.location = url; | |
} | |
}; | |
gtag('event', 'conversion', { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.CodeMirror { | |
font-family: "Fira Code", monaco, Consolas, Menlo, Courier, monospace; | |
font-size: 12px; | |
line-height: 1.5em; | |
} | |
.CodeMirror pre { | |
color: #ECEFF4; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/semantix/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": { | |
"browser": true, | |
"es6": true | |
}, | |
"plugins": [ | |
"react", | |
"react-hooks", | |
"@typescript-eslint", | |
"prettier", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g default-terminal "screen-256color" | |
set -g mouse on | |
set-window-option -g xterm-keys on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { | |
src, | |
dest, | |
parallel, | |
watch | |
} = require('gulp') | |
const sass = require('gulp-sass') | |
const autoprefixer = require('gulp-autoprefixer') | |
const browserify = require('gulp-browserify') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by https://www.gitignore.io/api/osx,node,sass,code,grunt,linux,bower,windows,dropbox,laravel,phpstorm,wordpress,codeigniter,sublimetext | |
# Edit at https://www.gitignore.io/?templates=osx,node,sass,code,grunt,linux,bower,windows,dropbox,laravel,phpstorm,wordpress,codeigniter,sublimetext | |
### Bower ### | |
bower_components | |
.bower-cache | |
.bower-registry | |
.bower-tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
plex: | |
container_name: plex | |
image: plexinc/pms-docker | |
restart: unless-stopped | |
network_mode: host | |
environment: | |
- TZ=America/Sao_Paulo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="whatsapp" class="whatsapp"> | |
<a | |
href="https://wa.me/5511999999999?text=Olá, minha mensagem vai aqui&source=site" | |
target="_blank" | |
title="Fale conosco pelo Whatsapp" | |
class="btn btn-whatsapp" | |
rel="noopener"> | |
<span class="fa fa-whatsapp"></span> | |
</a> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by https://www.gitignore.io/api/osx,node,sass,code,bower,grunt,linux,windows,laravel,dropbox,phpstorm,sublimetext,codeigniter | |
# Edit at https://www.gitignore.io/?templates=osx,node,sass,code,bower,grunt,linux,windows,laravel,dropbox,phpstorm,sublimetext,codeigniter | |
### Bower ### | |
bower_components | |
.bower-cache | |
.bower-registry | |
.bower-tmp |
NewerOlder