Skip to content

Instantly share code, notes, and snippets.

View JasonAGross's full-sized avatar

Jason Gross JasonAGross

View GitHub Profile
@JasonAGross
JasonAGross / index.html
Created September 12, 2012 14:02
The multi-toggle is basically just nested accordions. The user taps on the parent category to reveal children categories underneath. Once enough screen real estate becomes available, they convert to the usual multi-level dropdown we’re used to seeing.
<!--Pattern HTML-->
<div id="pattern" class="pattern">
<!--Begin Pattern HTML-->
<button class="menu-link">Menu <span>&#9660;</span></button>
<nav id="menu" class="menu" role="navigation">
<ul class="level-1">
<!--Parent #1-->
<li class="has-subnav">
<a href="#">Parent #1</a>
<ul class="level-2">
@JasonAGross
JasonAGross / Fullpage.html
Created June 20, 2012 13:32
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Animated Gradient Buttons &middot; CodePen</title>
<style>
@JasonAGross
JasonAGross / Fullpage.html
Created June 20, 2012 13:32
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Animated Gradient Buttons &middot; CodePen</title>
<style>