Skip to content

Instantly share code, notes, and snippets.

View rapala61's full-sized avatar
🏠
Working from home

Rafael rapala61

🏠
Working from home
View GitHub Profile
@rapala61
rapala61 / maps3.html
Created September 14, 2015 15:10
maps3
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Maps</title>
<style type="text/css">
/* The map has to have a height before it is 'drawn' */
#countries-list {
height: 500px;
@rapala61
rapala61 / maps2b.html
Created September 14, 2015 14:51
maps2b
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Maps</title>
<style type="text/css">
/* The map has to have a height before it is 'drawn' */
#countries-list {
height: 500px;
@rapala61
rapala61 / map2.html
Created September 14, 2015 14:22
maps2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Maps</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css" charset="utf-8">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script>
<script type="text/javascript" src="countries.js"></script>
<style media="screen">
#map {