Para poder permitir el trabajo remoto en LemonTech es fundamental tener claridad si lelao se puede usar desde la casa.
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
function trelloFetch(url, extra_params) { | |
var key = [your_api_key]; | |
//how to get a token de https://trello.com/1/connect?key=[your_api_key]&name=[name_for_token]&response_type=token | |
var token = [your_token]; | |
var authSufix = "key="+ key + "&token=" + token; | |
var completeUrl = "https://api.trello.com/1/" + url + "?" + authSufix; | |
if (extra_params != undefined){ | |
completeUrl += extra_params; | |
} |
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
{ | |
"Ofrecemos": | |
[ | |
"Trabajo que importa, con posibilidades de cambiar el mundo.", | |
"Satisfacción profesional y personal", | |
"Espacio para aprender, investigar e innovar", | |
"Ser miembro de un equipo amistoso, respetuoso e innovador", | |
"Ser parte de una organización multidisciplanaria con redes en varios países", | |
"Mesa de ping-pong", | |
"café café" |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Welcome to Let's Talk</title> | |
<style type="text/css"> | |
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } | |
div.dialog { | |
width: 50%; | |
padding: 0 4em; | |
margin: 4em auto 0 auto; |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>BigVideo.js - The jQuery Plugin for Big Background Video</title> | |
<meta name="description" content="BigVideo.js - The jQuery Plugin for Big Background Video" /> | |
<meta name="author" content="John Polacek" /> | |
<meta name="viewport" content="width=device-width"> | |
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://letstalk.asheschile.com/php/app.php?widget-init.js"></script> | |
<title>Let's Talk en gist</title> | |
<!--Start of Zopim Live Chat Script--> | |
<script type="text/javascript"> | |
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= | |
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. |
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
<script> | |
$(document).ready(function(){ | |
var url_consulta = 'https://api.change.org/v1/petitions/2088289/signatures?api_key=45b120d2dc652102bc772b8bc1e62ec16b765576b35210e38b298201be49a4bb'; | |
$.getJSON( url_consulta + '&callback=?', function(data) { | |
// do my stuff | |
$('.nro-peticiones').html('Llevamos ' + data.signature_count + ' firmas'); | |
}); | |
}) | |
</script> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Welcome to Let's Talk</title> | |
<style type="text/css"> | |
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } | |
div.dialog { | |
width: 50%; | |
padding: 0 4em; | |
margin: 4em auto 0 auto; |
OlderNewer