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 / aldermanic-districts.geojson
Created December 7, 2017 06:22
City of Savannah Aldermanic Districts
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@carlvlewis
carlvlewis / index.html
Last active November 29, 2017 10:21
Sequences sunburst (d3 v4)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sequences sunburst</title>
<script src="https://d3js.org/d3.v4.min.js"></script>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Open+Sans:400,600">
<link rel="stylesheet" type="text/css" href="sequences.css"/>
</head>
@carlvlewis
carlvlewis / floodinghotspots.geojson
Created October 18, 2017 05:30
Flooding hotspots - CEMA
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@carlvlewis
carlvlewis / CEMA-evacuation-routes.geojson
Created September 13, 2017 04:13
Chatham Emergency Management Authority Evacuation Routes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<section id="sponsors" class="sponsors_style2 section-padding">
<div class="container">
<div class="row">
<!-- Heading -->
<div class="col-md-12">
<div class="heading-sec">
<div class="section-header text-center">
<h2>Sponsors Style 2</h2>
<p>About Our Sponsors</p>
</div>

<section id=”blog” class=”section-padding”> <div class=”container”> <div class=”row”> <!– Heading –> <div class=”col-md-12”> <div class=”heading-sec clearfix”> <div class=”section-header text-center”> <h2>Latest News</h2> <p>Event Industry Latest Updates</p> </div>

@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-

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 / 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" />