Skip to content

Instantly share code, notes, and snippets.

View tsmith512's full-sized avatar

Taylor Smith tsmith512

  • Cloudflare
  • Austin, Texas & Tulsa, Oklahoma
View GitHub Profile
@tsmith512
tsmith512 / resources.md
Last active August 29, 2015 14:00
Reading and Resources

Because sometimes, you need to say it with a gif.

Yuuup

No words

Facepalm

Shotgun

@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:14
Examples for Presentation: Advanced Responsive Web Design Part 1: Sass Basics
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample</title>
</head>
<body>
<div class="wrap">
<div class="item">&nbsp;</div>
</div>
@tsmith512
tsmith512 / SassMeister-input.scss
Last active August 29, 2015 14:14
Examples for Presentation: Advanced Responsive Web Design Part 2: Compass Basics
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
/**
* Examples for Presentation: Advanced Responsive Web Design
* Part 2: Compass Basics
* For More Information: http://github.com/tsmith512/arwd
*/
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:14
Examples for Presentation: Advanced Responsive Web Design Part 3: Media Queries with Breakpoint
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample</title>
</head>
<body>
This HTML output goes with the max-width test:
<div id="pager">
<a href="#" class="first">First</a>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:15
Examples for Presentation: Advanced Responsive Web Design Part 4: Basic Intro to Singularity, Box-Sizing, Comparison to 960gs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="container">
<div class="left">Left Column</div>
<div class="right">Right Column</div>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:15
Examples for Presentation: Advanced Responsive Web Design Part 5A: Asymmetric Grid Samples with Singularity Extras
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>General Asymmetric Grid</h1>
<div id="asymmetric-general">&nbsp;</div>
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:15
Examples for Presentation: Advanced Responsive Web Design Part 5C: Overriding the global context with layout()
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="container">
<span>Container</span>
<div id="main">
@tsmith512
tsmith512 / SassMeister-input.scss
Last active August 29, 2015 14:15
Examples for Presentation: Advanced Responsive Web Design Part 5B: Using different grids at different min-widths with Breakpoint
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// Breakpoint (v2.5.0)
// Singularity Extras (v1.0.0)
// Singularity.gs (v1.5.1)
// ----
/**
* Examples for Presentation: Advanced Responsive Web Design
@tsmith512
tsmith512 / SassMeister-input-HTML.html
Last active August 29, 2015 14:15
Examples for Presentation: Advanced Responsive Web Design Part 6: Toolkit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<main>
<h1>16:9 ratio</h1>