Skip to content

Instantly share code, notes, and snippets.

View badosa's full-sized avatar

Xavier Badosa badosa

View GitHub Profile
@badosa
badosa / index.html
Last active November 30, 2019 14:53
JJT v1 vs v0 "version"
<!DOCTYPE html>
<html lang="en">
<head>
<title>JJT v1 vs v0 "version"</title>
<meta charset="utf-8" />
<!-- <script src="https://unpkg.com/jsonstat"></script> -->
<script src="https://unpkg.com/jsonstat-toolkit@latest"></script>
</head>
<body>
@badosa
badosa / index.html
Last active October 2, 2022 16:06
GDP per capita in Europe
<!DOCTYPE html>
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]><html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Idescat Visual sample page</title>
@badosa
badosa / index.html
Last active April 29, 2022 08:04
EU Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>EU Dashboard</title>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet" />
<link href="/d/45855280509edd73300af7240de3524a/styles.css" rel="stylesheet" />
@badosa
badosa / index.html
Last active September 8, 2021 20:31
EU vs. Brexit EU
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>EU vs. Brexit EU</title>
<link rel="stylesheet" href="https://code.highcharts.com/css/highcharts.css">
<style>
</style>
@badosa
badosa / index.html
Last active May 17, 2020 06:28
JJUS ECMAScript module example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JJUS ECMAScript module example</title>
<link rel="stylesheet" type="text/css" href="/d/c34d7392cf9c8cec201e/style.css" />
</head>
<body>
<main></main>
@badosa
badosa / index.html
Last active May 17, 2020 06:28
JJT ECMAScript module example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JJT ECMAScript module example</title>
<style>
body {
padding: 20px 40px;
font-size: 30px;
}
@badosa
badosa / index.html
Last active September 8, 2021 20:18
Population Pyramid of Slovenia
<html>
<head>
<meta charset="UTF-8">
<script src="https://cdn.jsdelivr.net/npm/jsonstat@0.13.13"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
<script src="https://www.flotcharts.org/javascript/jquery.flot.min.js"></script>
<script src="https://rawgithub.com/asis/flot-pyramid/v1.0.0/src/jquery.flot.pyramid.js"></script>
<title>Population Pyramid of Slovenia</title>
<style>
body {
@badosa
badosa / index.html
Last active November 20, 2019 20:06
Inflation in different countries
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]><html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<title>Inflation in different countries</title>
<!-- DO NOT DO THIS IN PRODUCTION -->
<!-- JS.ORG IS NOT A CDN! Link to your own copies or to a CDN. -->
<link href="https://visual.js.org/visual.css" rel="stylesheet" type="text/css" />
<script src="https://visual.js.org/lazyvisualsetup.js"></script>
@badosa
badosa / index.html
Last active May 17, 2020 08:41
Unemployment rate according to several sources
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title>Unemployment rate</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Montserrat:700&display=swap" rel="stylesheet" />
<link href="/d/8e7f41e61eb9576ea016e8c624d81400/styles.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/combine/npm/jsonstat@0.13.13,npm/jsonstat-utils@2.5.5"></script>
</head>
@badosa
badosa / index.html
Last active May 17, 2020 08:44
Unemployment in Norway according to different sources
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title>Unemployment rate in Norway</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat|Montserrat:700&display=swap" rel="stylesheet" />
<link href="/d/8e7f41e61eb9576ea016e8c624d81400/styles.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/combine/npm/jsonstat@0.13.13,npm/jsonstat-utils@2.5.5"></script>
</head>