Skip to content

Commit

Permalink
add bob
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Apr 3, 2012
1 parent d6dc130 commit 48d5295
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
Binary file added img/bob.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 32 additions & 15 deletions index.html
Expand Up @@ -2,27 +2,44 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>mreiferson.github.com</title>
<title>The Joy of Coding &copy;</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
</head>
<body>
<ul class="breadcrumb">
<li>
my <span class="divider">/</span>
</li>
<li>
code
</li>
</ul>
<div class="container">
<ul style="margin-top: 15px;" class="breadcrumb">
<li>
the <span class="divider">/</span>
</li>
<li>
joy <span class="divider">/</span>
</li>
<li>
of <span class="divider">/</span>
</li>
<li>
<strong>coding</strong>
</li>
</ul>
<div class="marketing">
<h1>Code for everyone, everywhere.</h1>
<blockquote>
<p>Need reasons to love snakes? Look no further.</p>
<small>mreiferson</small>
</blockquote>
<div class="row">
<div class="span2">
<div class="well">
<img src="img/bob.jpg" width="130"/>
</div>
</div>
<div class="span10">
<h1>Code for everyone, everywhere.</h1>
<blockquote>
<p>We're gonna make some big decisions in our little world.</p>
<small>bob ross</small>
</blockquote>
</div>
</div>
</div>
<div>
<div class="row">
<div class="span4">
<div class="well">
Expand Down Expand Up @@ -51,7 +68,7 @@ <h2><a href="/gohttpclient">gohttpclient</a></h2>
</div>
<footer class="footer">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Designed and built by <a href="http://twitter.com/imsnakes" target="_blank">@imsnakes</a>.</p>
<p>crafted by <a href="http://twitter.com/imsnakes" target="_blank">@imsnakes</a></p>
</footer>
</div>
</body>
Expand Down

0 comments on commit 48d5295

Please sign in to comment.