Skip to content

Instantly share code, notes, and snippets.

@laurenancona
laurenancona / gist:ef2e75f844f9757073a3
Created June 27, 2014 17:40
Overlapping Districts
District 25 – The area bounded by the north side of Girard avenue to its intersection with the Delaware Expressway, the Delaware Expressway to its intersection with Kensington avenue, along the east side of Kensington avenue to its intersection with York street, along the south side of York street to its intersection with Sixth street and along the east side of Sixth street to its intersection with Girard avenue. 219 Added, Bill No. 969 (approved December 28, 1995, 1995 Ordinances, p. 1263); amended, Bill No. 980763-A (approved June 1, 1999).219
<--and-->
District 30 – The area bounded by the east side of Broad street on the west, the SEPTA Regional High Speed Line on the north, the north side of Girard avenue on the south, and the west side of Front street on the east. 220.4 Added, Bill No. 120799 (approved January 14, 2013).220.4
@laurenancona
laurenancona / gist:5271550
Created March 29, 2013 15:30
Universal Analytics DataLayer (Customized)
Paste JS or upload file here
@laurenancona
laurenancona / css box
Created September 17, 2012 23:33
Rounded Corners Centered Text Box
<div style="margin-left:auto;
margin-right:auto;
width: 100px;
height: 45px;
line-height:45px;
border-radius: 20px 20px 20px 20px;
background-color: rgb(153, 153, 51);
text-align:center;">
<span style="font-size:12pt;
@laurenancona
laurenancona / OCP-html-tpl-php
Created August 14, 2012 18:35
html.tpl.php OCP
<?php
/**
* @file
* Default theme implementation to display the basic html structure of a single
* Drupal page.
*
* Variables:
* - $css: An array of CSS files for the current page.
* - $language: (object) The language the site is being displayed in.
@laurenancona
laurenancona / OCP-html-tpl-php
Created August 14, 2012 17:23
html.tpl.php OCP
<?php
/**
* @file
* Default theme implementation to display the basic html structure of a single
* Drupal page.
*
* Variables:
* - $css: An array of CSS files for the current page.
* - $language: (object) The language the site is being displayed in.