Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View calchulus's full-sized avatar

Calvin Chu calchulus

  • Chicago, IL
View GitHub Profile
@calchulus
calchulus / index.html
Created January 25, 2017 20:19 — forked from anonymous/index.html
Responsive buttons w/ transitions
<h1>Responsive Buttons</h1>
<div class="page">
<div class="container">
<a href="#">
<div class="box box1">
<i class="material-icons">payment</i>
<p>Pay now</p>
@calchulus
calchulus / index.html
Last active January 9, 2017 05:09 — forked from anonymous/index.html
Sticky Slider Navigation (Responsive)
<!-- Hero -->
<section class="et-hero-tabs">
<h1>STICKY SLIDER NAV</h1>
<h3>Sliding content with sticky tab nav</h3>
<div class="et-hero-tabs-container">
<a class="et-hero-tab" href="#tab-es6">ES6</a>
<a class="et-hero-tab" href="#tab-flexbox">Flexbox</a>
<a class="et-hero-tab" href="#tab-react">React</a>
<a class="et-hero-tab" href="#tab-angular">Angular</a>
<a class="et-hero-tab" href="#tab-other">Other</a>