Compiled all the commands in one place. Hope this helps.
nvm install <node_version> // Install a specific Node version nvm install node // Install latest Node release (Current) nvm install --lts // Install latest LTS release of NodeJS nvm install-latest-npm // Install latest NPM release only
Remover el molesto codigo generado por WP Bakeryy o Visual Composer. jcomposer.php
\[/vc(.*?)\]
\[vc(.*?)\]
\[custom_font(.*?)\]
\[/custom_font(.*?)\]
Based on the Map of Thailand by Master Krist Wongsuphasawat, a simple map of Colombia using GeoJSON and D3.js
As in Krist example:
- Each province is color-coded by the length of its name in English.
- Hover each province to see text effects.
- New font is chosen randomly every time you change the province.
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
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i'); | |
body{ | |
font-family: 'Noto Sans', sans-serif; | |
} | |
.home { | |
background: url(https://clientes.mi-martinez.com/Scotia/background.png); | |
width: 100%; | |
left: 0; | |
position: absolute; | |
color: #fff !important; |