-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2012.html
121 lines (103 loc) · 4.74 KB
/
2012.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html>
<html>
<head>
<title>Rubilicious</title>
<meta charset="utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Jen Diamond's Ruby and Rails Blog">
<meta name="author" content="Jen Diamond">
<link rel="alternate" type="application/rss+xml"
title="Rubilicious - RSS"
href="http://jendiamond.github.io/feed.xml"
/>
<link rel="alternate" type="application/atom+xml"
title="Rubilicious - RSS"
href="http://jendiamond.github.io/feed.xml"
/>
<link href="/stylesheets/bootstrap.min.css" rel="stylesheet">
<link href="/stylesheets/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/stylesheets/social-buttons.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="/stylesheets/buttons.css" rel="stylesheet">
<link href="/stylesheets/all.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/stylesheets/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/"><i class="icon-fixed-width icon-home"></i> Rubilicious</a>
<div class="nav-collapse collapse">
<p class="navbar-text pull-right">
Fork this blog on <a href="https://github.com/jendiamond/jendiamond.github.io" class="navbar-link">Github</a>!
</p>
<ul class="nav">
<li><a rel="alternate" href="/feed.xml">RSS</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span9">
<div class="row-fluid">
<div id="main" role="main" class="well">
<h1>Archive for
2012
</h1>
<ul>
<li><a href="/2012/01/01/example-article.html">Example Article</a> <span>Jan 1</span></li>
</ul>
</div>
</div>
</div>
<div class="span3">
<div class="well sidebar-nav">
<br /><br />
<ul class="nav nav-list">
<li class="nav-header">Ruby Phases</li>
<li><a href="/phase1">Phase 1</a></li>
<li><a href="/phase2">Phase 2</a></li>
<li><a href="/phase3">Phase 3</a></li>
<li><a href="/bigbag">Big Bag of Little Things</a></li>
<li><a href="/teachingtips">Teaching Tips</a></li>
</ul>
</div><!--/.well -->
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Cheat Sheets</li>
<li><a href="/cheatsheets/pull.html">Proper Git Hub Workflow</a></li>
<li><a href="/cheatsheets/bundlerfordev.html">Bundler for Development</a></li>
<li><a href="/cheatsheets/create_gem.html">Create a Gem</a></li>
<li><a href="/cheatsheets/adding-cli-to-a-gem-using-thor.html">Using Thor to Add CLI</a></li>
</ul>
</div><!--/.well -->
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">References</li>
<li><a href = "http://daringfireball.net/projects/markdown/basics">Markdown Basics</a></li>
<li><a href = "http://haml.info/docs/yardoc/file.REFERENCE.html">Haml Doc</a></li>
<li><a href = "http://pcottle.github.io/learnGitBranching">Learn Git Branching</a></li>
<li><a href = "http://git-scm.com/documentation">Git Documentation</a></li>
<li><a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">Git Commit Messages</a></li>
<li><a href = "http://b-simple.de/download/restful_rails_en.pdf">RESTful Rails Development</a></li>
<li><a href = "https://speakerdeck.com/jendiamond/the-terminal-know-your-command-line-an-introduction">The Terminal</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/javascripts/bootstrap.min.js"></script>
</body>
</html>