Skip to content

Instantly share code, notes, and snippets.

View carlvlewis's full-sized avatar
🎯
Focusing

Carl V. Lewis carlvlewis

🎯
Focusing
View GitHub Profile
@carlvlewis
carlvlewis / .block
Created June 23, 2017 03:38
dc choropleth
license: mit
@carlvlewis
carlvlewis / scmpd-precinct-polygons.geojson
Created June 29, 2017 03:33
SCMPD Precinct Neighborhood GeoJSON Polygon Data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@carlvlewis
carlvlewis / border-fence.geojson
Created July 6, 2017 18:32
border-fence-boundaries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@carlvlewis
carlvlewis / signature.htm
Created July 17, 2017 15:58
hilltop-sig
<table width="329" cellspacing="0" cellpadding="0" border="0"> <tr> <td style="text-align:left;padding-bottom:4px"><a href="http://hilltopalliance.com"><img style="border:none" src="https://s1g.s3.amazonaws.com/cc81c8e3d855c3c5367ca11ec46bc596.jpg"></a></td> </tr> <tr> <td style="vertical-align: top; text-align:left;color:#000000;font-size:12px;font-family:Futura, 'Century Gothic', CenturyGothic, sans-serif;; text-align:left"> <span style="margin-right:2px;color:034638;font-size:18px;font-family:Futura, 'Century Gothic', CenturyGothic, sans-serif">Elizabeth McCullar</span> <br><span style="margin-right:2px;color:#000000;font-size:12px;font-family:Futura, 'Century Gothic', CenturyGothic, sans-serif">The Hilltop Alliance, LLC</span> <br> <table cellspacing="0" cellpadding="0" border="0" style="margin:0 2px 2px 0;display:inline"><tr><td style="padding-right:2px"><img width="28" height="28" src="https://s1g.s3.amazonaws.com/08ff066008a42aad3ea5b2e3a20655ce.png" alt="email" style="border:none"></td><td><span styl
@carlvlewis
carlvlewis / index.html
Last active November 20, 2018 22:55
Responsive d3v4 treemap with hierarchical zoom
<div id="chart"></div>
<div id="legend"></div>
{
"name": "City of Savannah Budget 2017",
"children": [
{
"name": "General Administration",
"children": [
{
"name": "Mayor and Aldermen",
"amount2016": 786422,
"amount2017": 793356,
@carlvlewis
carlvlewis / index.html
Last active July 19, 2017 16:56
Responsive d3v4 treemap with hierarchical zoom
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="@carlvlewis">
<!--This is so bootstrap knows how to handle viewports hassle-free-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>City of Savannah Expenses, 2017</title>
<link href="https://s3-us-west-2.amazonaws.com/s.cdpn.io/150248/squaire.css" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" />

Keybase proof

I hereby claim:

  • I am carlvlewis on github.
  • I am carlvlewis (https://keybase.io/carlvlewis) on keybase.
  • I have a public key ASAn9nmahMPhz7fCMZxrdrUyH-Ka3NbAN0JAsPZi1_UOHAo

To claim this, I am signing this object:

@carlvlewis
carlvlewis / styles.css
Last active August 10, 2017 07:46
Pure CSS landing page for Track-a-Cat project
@import url("https://fonts.googleapis.com/css?family=Baloo");body{padding-top:100px;background:linear-gradient(124deg,#b2e082,#fff);overflow-x:hidden}#road{width:auto;height:80px;background-color:gray;margin:55px 10px 0 10px;clear:both;border-radius:2px}.bus{display:inline-block;width:90px;height:45px;clear:both;margin:20px 0 0 10px;background-color:red;border-radius:17px 10px 2px 2px;background:green;position:relative;animation:mymove 7s infinite normal ease-in-out;-webkit-animation:mymove 7s infinite normal ease-in-out}@keyframes mymove {
0% { left: -300px;}
50% {left: 600px;}
100% {left: 1400px;}
}@-webkit-keyframes mymove {
0% { left: -300px;}
50% {left: 550px;}
100% {left: 1400px;}
}#whell1{position:absolute;display:inline-block;width:14px;height:14px;background-color:#000;border-radius:80px;margin:37px 65px;background-position:center center}#whell2{position:absolute;display:inline-block;width:14px;height:14px;background-color:#000;border-radius:80px;margin:37px 10px;background-
@carlvlewis
carlvlewis / neighborhoods.geojson
Last active August 28, 2018 07:16
City of Savannah - Official Neighborhoods
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.