This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* PHP wrapper for the Dribbble API. | |
* Released under the MIT License. | |
* | |
* @author Martin Bean <[email protected]> | |
* @package Dribbble API PHP Wrapper | |
* @version 2.0 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Foundation v2.2.1 http://foundation.zurb.com */ | |
/* Artfully Masterminded by ZURB */ | |
/* -------------------------------------------------- | |
Table of Contents | |
----------------------------------------------------- | |
:: Reset & Standards | |
:: Links | |
:: Lists | |
:: Tables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strong { | |
display: inline-block; | |
font-weight: normal; | |
overflow: hidden; | |
margin-top: 2px; | |
position: relative; | |
vertical-align: top; | |
span { | |
display: block; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
OpenClosed function | |
Author: Kyle Turman | |
Displays whether a business is open or closed based on hours given. | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var point = new google.maps.LatLng(39.7260208, -105.0001613); | |
var myOptions = { | |
zoom: 15, | |
center: point, | |
mapTypeId: google.maps.MapTypeId.ROADMAP, | |
streetViewControl: false, | |
mapTypeControl: false | |
} | |
NewerOlder