-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site updated at 2013-06-05 14:41:04 UTC
- Loading branch information
Showing
60 changed files
with
1,118 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<?xml version="1.0"?> | ||
<skin version="1.1" name="Glow" author="LongTail Video"> | ||
|
||
<settings> | ||
<setting name="backcolor" value="0x000000" /> | ||
<setting name="frontcolor" value="0xeeeeee" /> | ||
<setting name="lightcolor" value="0xeeeeee" /> | ||
<setting name="screencolor" value="0x000000" /> | ||
</settings> | ||
|
||
<components> | ||
<component name="controlbar"> | ||
<settings> | ||
<setting name="margin" value="0" /> | ||
<setting name="fontsize" value="11" /> | ||
<setting name="fontcolor" value="0xEEEEEE" /> | ||
<setting name="buttoncolor" value="0xEEEEEE" /> | ||
</settings> | ||
|
||
<layout> | ||
<group position="left"> | ||
<button name="play" /> | ||
<text name="elapsed" /> | ||
</group> | ||
<group position="center"> | ||
<slider name="time" /> | ||
</group> | ||
<group position="right"> | ||
<text name="duration" /> | ||
<button name="blank" /> | ||
<button name="mute" /> | ||
<button name="fullscreen" /> | ||
</group> | ||
</layout> | ||
|
||
<elements> | ||
<element name="background" src="background.png" /> | ||
<element name="capLeft" src="divider.png" /> | ||
<element name="capRight" src="divider.png" /> | ||
<element name="divider" src="divider.png" /> | ||
<element name="blankButton" src="blankButton.png" /> | ||
<element name="fullscreenButton" src="fullscreenButton.png" /> | ||
<element name="fullscreenButtonOver" src="fullscreenButtonOver.png" /> | ||
<element name="muteButton" src="muteButton.png" /> | ||
<element name="muteButtonOver" src="muteButtonOver.png" /> | ||
<element name="pauseButton" src="pauseButton.png" /> | ||
<element name="pauseButtonOver" src="pauseButtonOver.png" /> | ||
<element name="playButton" src="playButton.png" /> | ||
<element name="playButtonOver" src="playButtonOver.png" /> | ||
<element name="timeSliderBuffer" src="timeSliderBuffer.png" /> | ||
<element name="timeSliderCapLeft" src="timeSliderCapLeft.png" /> | ||
<element name="timeSliderCapRight" src="timeSliderCapRight.png" /> | ||
<element name="timeSliderProgress" src="timeSliderProgress.png" /> | ||
<element name="timeSliderRail" src="timeSliderRail.png" /> | ||
<element name="normalscreenButton" src="normalscreenButton.png" /> | ||
<element name="normalscreenButtonOver" src="normalscreenButtonOver.png" /> | ||
<element name="unmuteButton" src="unmuteButton.png" /> | ||
<element name="unmuteButtonOver" src="unmuteButtonOver.png" /> | ||
<element name="volumeSliderRail" src="divider.png" /> | ||
<element name="volumeSliderProgress" src="divider.png" /> | ||
</elements> | ||
</component> | ||
|
||
<component name="display"> | ||
<settings> | ||
<setting name="bufferinterval" value="250" /> | ||
<setting name="bufferrotation" value="90" /> | ||
</settings> | ||
<elements> | ||
<element name="background" src="background.png" /> | ||
<element name="playIcon" src="playIcon.png" /> | ||
<element name="muteIcon" src="muteIcon.png" /> | ||
<element name="errorIcon" src="bufferIcon.png" /> | ||
<element name="bufferIcon" src="bufferIcon.png" /> | ||
</elements> | ||
</component> | ||
|
||
<component name="dock"> | ||
<settings> | ||
<setting name="fontcolor" value="0xFFFFFF" /> | ||
</settings> | ||
<elements> | ||
<element name="button" src="button.png" /> | ||
</elements> | ||
</component> | ||
|
||
<component name="playlist"> | ||
<settings> | ||
<setting name="fontcolor" value="0xEEEEEE" /> | ||
<setting name="overcolor" value="0xFFFFFF" /> | ||
<setting name="activecolor" value="0xFFFFFF" /> | ||
<setting name="backgroundcolor" value="0x333333" /> | ||
</settings> | ||
<elements> | ||
<element name="item" src="item.png" /> | ||
<element name="itemOver" src="itemOver.png" /> | ||
<element name="sliderCapBottom" src="sliderCapBottom.png" /> | ||
<element name="sliderCapTop" src="sliderCapTop.png" /> | ||
<element name="sliderRail" src="sliderRail.png" /> | ||
<element name="sliderThumb" src="sliderThumb.png" /> | ||
</elements> | ||
</component> | ||
|
||
<component name="sharing"> | ||
<elements> | ||
<element name="embedIcon" src="embedIcon.png" /> | ||
<element name="embedScreen" src="embedScreen.png" /> | ||
<element name="shareIcon" src="shareIcon.png" /> | ||
<element name="shareScreen" src="shareScreen.png" /> | ||
</elements> | ||
</component> | ||
|
||
</components> | ||
|
||
</skin> |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<feed xmlns="http://www.w3.org/2005/Atom"> | ||
|
||
<title><![CDATA[My Octopress Blog]]></title> | ||
<link href="http://gglin.github.io/atom.xml" rel="self"/> | ||
<link href="http://gglin.github.io/"/> | ||
<updated>2013-06-05T10:40:59-04:00</updated> | ||
<id>http://gglin.github.io/</id> | ||
<author> | ||
<name><![CDATA[Your Name]]></name> | ||
|
||
</author> | ||
<generator uri="http://octopress.org/">Octopress</generator> | ||
|
||
|
||
</feed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
|
||
<!DOCTYPE html> | ||
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> | ||
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> | ||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Blog Archive - My Octopress Blog</title> | ||
<meta name="author" content="Your Name"> | ||
|
||
|
||
<meta name="description" content=" Blog Archive Recent Posts "> | ||
|
||
|
||
<!-- http://t.co/dKP3o1e --> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<link rel="canonical" href="http://gglin.github.io/blog/archives"> | ||
<link href="/favicon.png" rel="icon"> | ||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml"> | ||
<script src="/javascripts/modernizr-2.0.js"></script> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | ||
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script> | ||
<script src="/javascripts/octopress.js" type="text/javascript"></script> | ||
<!--Fonts from Google"s Web font directory at http://google.com/webfonts --> | ||
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | ||
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body > | ||
<header role="banner"><hgroup> | ||
<h1><a href="/">My Octopress Blog</a></h1> | ||
|
||
<h2>A blogging framework for hackers.</h2> | ||
|
||
</hgroup> | ||
|
||
</header> | ||
<nav role="navigation"><ul class="subscription" data-subscription="rss"> | ||
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li> | ||
|
||
</ul> | ||
|
||
<form action="http://google.com/search" method="get"> | ||
<fieldset role="search"> | ||
<input type="hidden" name="q" value="site:gglin.github.io" /> | ||
<input class="search" type="text" name="q" results="0" placeholder="Search"/> | ||
</fieldset> | ||
</form> | ||
|
||
<ul class="main-navigation"> | ||
<li><a href="/">Blog</a></li> | ||
<li><a href="/blog/archives">Archives</a></li> | ||
</ul> | ||
|
||
</nav> | ||
<div id="main"> | ||
<div id="content"> | ||
<div> | ||
<article role="article"> | ||
|
||
<header> | ||
<h1 class="entry-title">Blog Archive</h1> | ||
|
||
</header> | ||
|
||
<div id="blog-archives"> | ||
|
||
</div> | ||
|
||
|
||
</article> | ||
|
||
</div> | ||
|
||
<aside class="sidebar"> | ||
|
||
<section> | ||
<h1>Recent Posts</h1> | ||
<ul id="recent_posts"> | ||
|
||
</ul> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</aside> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer role="contentinfo"><p> | ||
Copyright © 2013 - Your Name - | ||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span> | ||
</p> | ||
|
||
</footer> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript"> | ||
(function(){ | ||
var twitterWidgets = document.createElement('script'); | ||
twitterWidgets.type = 'text/javascript'; | ||
twitterWidgets.async = true; | ||
twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; | ||
document.getElementsByTagName('head')[0].appendChild(twitterWidgets); | ||
})(); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,122 @@ | ||
My Octopress Page is coming soon … | ||
|
||
<!DOCTYPE html> | ||
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> | ||
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> | ||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>My Octopress Blog</title> | ||
<meta name="author" content="Your Name"> | ||
|
||
|
||
<meta name="description" content=" Blog Archives Recent Posts "> | ||
|
||
|
||
<!-- http://t.co/dKP3o1e --> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<link rel="canonical" href="http://gglin.github.io"> | ||
<link href="/favicon.png" rel="icon"> | ||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link href="/atom.xml" rel="alternate" title="My Octopress Blog" type="application/atom+xml"> | ||
<script src="/javascripts/modernizr-2.0.js"></script> | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | ||
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script> | ||
<script src="/javascripts/octopress.js" type="text/javascript"></script> | ||
<!--Fonts from Google"s Web font directory at http://google.com/webfonts --> | ||
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | ||
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body > | ||
<header role="banner"><hgroup> | ||
<h1><a href="/">My Octopress Blog</a></h1> | ||
|
||
<h2>A blogging framework for hackers.</h2> | ||
|
||
</hgroup> | ||
|
||
</header> | ||
<nav role="navigation"><ul class="subscription" data-subscription="rss"> | ||
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li> | ||
|
||
</ul> | ||
|
||
<form action="http://google.com/search" method="get"> | ||
<fieldset role="search"> | ||
<input type="hidden" name="q" value="site:gglin.github.io" /> | ||
<input class="search" type="text" name="q" results="0" placeholder="Search"/> | ||
</fieldset> | ||
</form> | ||
|
||
<ul class="main-navigation"> | ||
<li><a href="/">Blog</a></li> | ||
<li><a href="/blog/archives">Archives</a></li> | ||
</ul> | ||
|
||
</nav> | ||
<div id="main"> | ||
<div id="content"> | ||
<div class="blog-index"> | ||
|
||
|
||
<div class="pagination"> | ||
|
||
<a href="/blog/archives">Blog Archives</a> | ||
|
||
</div> | ||
</div> | ||
<aside class="sidebar"> | ||
|
||
<section> | ||
<h1>Recent Posts</h1> | ||
<ul id="recent_posts"> | ||
|
||
</ul> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</aside> | ||
|
||
</div> | ||
</div> | ||
<footer role="contentinfo"><p> | ||
Copyright © 2013 - Your Name - | ||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span> | ||
</p> | ||
|
||
</footer> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript"> | ||
(function(){ | ||
var twitterWidgets = document.createElement('script'); | ||
twitterWidgets.type = 'text/javascript'; | ||
twitterWidgets.async = true; | ||
twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; | ||
document.getElementsByTagName('head')[0].appendChild(twitterWidgets); | ||
})(); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.