Skip to content

Instantly share code, notes, and snippets.

@shawnparrotte
shawnparrotte / double-slick.html
Created July 20, 2016 19:44
Linked Rotators using Foundation and Slick
<!-- Shawn's custom rotator module -->
<div class="full-width-container"> <!-- flexbox container -->
<div class="content-container-1000px jc-center"> <!-- 1000px container -->
<div class="row" id="linked-rotators"> <!-- row container -->
<div class="small-12 large-9 columns" id="big-rotator">
<div class="big-rotator"> <!-- featured rotator -->
<a href="#"><img src="images/mom-and-kids.jpg" /></a>
@shawnparrotte
shawnparrotte / app.ts
Created June 8, 2016 01:25
testing gist embed
import { Component } from "@angular/core";
import { bootstrap } from "@angular/platform-browser-dynamic";
import { FORM_DIRECTIVES, FormBuilder, ControlGroup } from "@angular/common";
@Component({
selector: 'app',
directives: [FORM_DIRECTIVES],
template:`
<form [ngFormModel]="myForm"
(ngSubmit)="onSubmit(myForm.value)">
<!DOCTYPE html>
<html>
<head>
<title>GDP Graph</title>
</head>
<body>