Skip to content

Instantly share code, notes, and snippets.

View brianeng00's full-sized avatar
🤔

Brian Eng brianeng00

🤔
  • Wunderkind
  • NYC, New York
View GitHub Profile
@brianeng00
brianeng00 / Google search jq sim
Last active August 29, 2015 14:00
Google image search JQ mock.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Google Search JQ Mock</title>
<!-- Jquery-->
<script src="jquery-1.10.2.min.js"></script>
<script type="text/javascript">
$(window).scroll(function(){
@brianeng00
brianeng00 / Sticky
Last active December 14, 2015 08:39
Sticky - an element is fixed at a position from the top of the visible window. No easing.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sticky</title>
<link rel="stylesheet" href="css/website.css" type="text/css" media="screen"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript"src="http://media.eyetrackshop.com/sticky-generator/mootools.js"></script>
@brianeng00
brianeng00 / Webfolio v2 Header
Created December 5, 2012 04:48
Pure html/css Webfolio
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>brianeng</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<script src="modernizr-1.1.min.js"></script>
</head>
<body>