Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"name": "Alex Roth",
"label": "UX Researcher (Pivoting from Solutions Engineering)",
"email": "alexroth.works@gmail.com",
"phone": "(443) 613-3460",
"location": {
"city": "Bethesda",
"region": "MD",
"country": "US"
@alexsroth
alexsroth / index.html
Last active June 7, 2018 22:58
hackarto vl early proto submission
<html>
<head>
<title>haCkARTO VL</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<!-- Include CARTO VL JS -->
<script src="https://cartodb.github.io/carto-vl/dist/carto-vl.js"></script>
<!-- Include Mapbox GL JS -->
<script src="https://cartodb-libs.global.ssl.fastly.net/mapbox-gl/v0.45.0-carto1/mapbox-gl.js"></script>
@alexsroth
alexsroth / index.html
Last active November 14, 2017 21:23
CARTO basemap and layer selectors
<!DOCTYPE html>
<html>
<head>
<title>basemap/layer Selectors</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"/>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css"/>