Skip to content

Instantly share code, notes, and snippets.

View ferreiro's full-sized avatar
👨‍🎤
Dancing in the rain

Jorge Ferreiro ferreiro

👨‍🎤
Dancing in the rain
View GitHub Profile
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
// Generated based on https://en.wikipedia.org/wiki/ISO_4217
// Make sure here you pass the two letters country code, if you find countryCodes with more digits
// and it's not in this list, make sure to add that.
const COUNTRY_CODE_TO_CURRENCY = {
// EUROS
AX: "EUR",
EU: "EUR",
AD: "EUR",
AT: "EUR",
BE: "EUR",
const countries = [
{
name: "Albania",
local_calls: '€2323'
/// resto de propiedades...
},
{
name: "Zamora",
local_calls: '€2323'
/// resto de propiedades...
@ferreiro
ferreiro / ¿Quien seguir en Github?
Last active July 8, 2021 13:27
Lista de Programadoras/es haciendo proyectos interesantes a los que seguir en Github.
Sara Vieira
CodeSandbox
@NikkitaFTW
Anjana Vakil
Mapvox
@AnjanaVakil
Michelle Tilley
Github
<tr>
    <td valign="top" class="bg_white">
    <table
        role="presentation"
        border="0"
        cellpadding="0"
        cellspacing="0"
        width="100%"
    >
        <tbody>
const admin = require("firebase-admin");
const bodyParser = require("body-parser");
const cors = require("cors");
const express = require("express");
const stripeSdk = require("stripe");
const { body } = require("express-validator");
const get = require("lodash/get");
const merge = require("lodash/merge");
const { isEmpty } = require("lodash");
import React from 'react';
// import ReactGA from 'react-ga';
import { FaTwitter, FaFacebookF, FaLinkedinIn } from 'react-icons/fa';
import {
FacebookShareButton,
TwitterShareButton,
LinkedinShareButton,
} from 'react-share';
import { css } from '@emotion/core';
import React from 'react';
import get from 'lodash/get';
import isEmpty from 'lodash/isEmpty';
import queryString from 'query-string';
import shajs from 'sha.js';
import { LandingComingSoon } from '../LandingComingSoon';
const ACCESS_TOKEN = process.env.GATSBY_ACCESS_TOKEN;
const TOKEN_KEY = 'token';
"colorPickers":{
"primaryColor": {
"label":"Primary Background Color",
"value":"#000"
},
"secondaryColor": {
"label":"Secondary Background Color",
"value":"red"
},