Skip to content

Instantly share code, notes, and snippets.

/*
SEO Service for Updating Title, Meta Tags, Etc.
*/
import { Injectable } from '@angular/core';
import { Title } from '@angular/platform-browser';
import { getDOM } from '@angular/platform-browser/src/dom/dom_adapter';
@Injectable()
@LA1CH3
LA1CH3 / gist:d2559aa654787ba5eb16
Created May 29, 2015 20:41
jQuery Custom Scripts for QuillTheatre.org
(function( root, $, undefined ) {
"use strict";
$(function () {
// DOM ready, take it away
var $cache = {};
$cache.menuToggle = $(".nav-toggle");
$cache.mobileMenu = $(".nav.mobile");
@LA1CH3
LA1CH3 / gist:81df430f75b31304b777
Last active August 29, 2015 14:22
OBX Surf Info - Rodanthe Camera Code
<!--/* RODANTHE CAM */-->
<html>
<head>
<title><em>'OBXsurfinfo.com</em> Cam: Rodanthe, NC'</title>
<script type='text/javascript' src='http://obxsurfinfo.com/jwplayer/jwplayer.js'></script>
<script type="text/javascript">jwplayer.key="HkK82SF6pb3Nsl4jUamA+6I28yoBeFIUZm54ow+2JbI=";</script>
</head>
<div id='mediaspace'><a href="http://64.34.175.240:1935/cameras/camera2.stream/playlist.m3u8">WATCH LIVE ON Ipad,Iphone</a><del datetime="2013-09-25T17:40:33+00:00">
</del></div>
<script type='text/javascript'>
//// Universal Nav
.universal {
padding: 0;
position: relative;
z-index: 100;
display: none;
@media screen and (min-width: 768px){
display: block;
}
ul {