####Assumptions
- QGIS installed (if not: http://qgis.com/)
We will use the Electoral District and Polling Division shapefiles found on the Elections Ontario site:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/1.2.2/bluebird.js"></script> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> |
####Assumptions
We will use the Electoral District and Polling Division shapefiles found on the Elections Ontario site:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[es6-fetch]"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| body { | |
| background: #f5f5f5; |
| sudo sh -c " | |
| wget -nv -O - https://packagecloud.io/gpg.key | apt-key add - | |
| echo 'deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main' | tee /etc/apt/sources.list.d/dokku.list | |
| apt-get update -qq > /dev/null | |
| apt-get install sigil -t trusty # We're using the Ubuntu 14.04 package ;) | |
| apt-mark hold sigil | |
| wget https://raw.githubusercontent.com/dokku/dokku/master/bootstrap.sh | |
| bash bootstrap.sh | |
| " |
A Pen by mudit jain on CodePen.
A Pen by Mike Hacker on CodePen.
| waxing poetic |
A codepen port of the color-schemer Compass plugin: https://github.com/Team-Sass/color-schemer
Forked from Scott Kellum's Pen Color-Schemer.
A Pen by Mike Hacker on CodePen.
| <div class="page"> | |
| <header class="banner"> | |
| <p>Banner</p> | |
| </header> | |
| <nav class="pagenav"> | |
| <p><a href="#">Page Nav</a></p> | |
| </nav> | |
| <main class="main"> | |
| <aside class="summary"> | |
| <p>Summary</p> |