|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>About Zach Holman</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + |
| 8 | + <!-- Loading Bootstrap --> |
| 9 | + <link href="/bootstrap/css/bootstrap.css" rel="stylesheet"> |
| 10 | + <link href="/bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> |
| 11 | + |
| 12 | + <!-- Loading Flat UI --> |
| 13 | + <link href="/css/flat-ui.css" rel="stylesheet"> |
| 14 | + |
| 15 | + <link rel="shortcut icon" href="images/favicon.ico"> |
| 16 | + |
| 17 | + <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. --> |
| 18 | + <!--[if lt IE 9]> |
| 19 | + <script src="js/html5shiv.js"></script> |
| 20 | + <![endif]--> |
| 21 | + </head> |
| 22 | + |
| 23 | + |
| 24 | + <body style="background: #f6f8f8;"> |
| 25 | + <div class="navbar navbar-inverse navbar-fixed-top" style="position: relative;"> |
| 26 | + <div class="navbar-inner"> |
| 27 | + <div class="container"> |
| 28 | + <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="#nav-collapse-03"> |
| 29 | + </button> |
| 30 | + <a href="#fakelink" class="brand">VanRuby</a> |
| 31 | + <div class="nav-collapse collapse" id="nav-collapse-03"> |
| 32 | + <ul class="nav"> |
| 33 | + <li><a href="#fakelink">Friends</a></li> |
| 34 | + </li> |
| 35 | + </ul> <!-- /nav --> |
| 36 | + </div><!--/.nav-collapse --> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + <!-- TODO: You can edit this whole page, remove it, or use it as basis for any non-post pages you have --> |
| 45 | +<div class="content"> |
| 46 | + <div id="post"> |
| 47 | + |
| 48 | + <h1>Zach Holman</h1> |
| 49 | + |
| 50 | + <p>You can find Zach <a href="http://twitter.com/holman">on Twitter</a> or send him <a |
| 51 | + href="mailto:zach@zachholman.com">an email</a>.</p> |
| 52 | + |
| 53 | + <p>Zach works at <a href="https://github.com">GitHub</a>. When he's not |
| 54 | + doing that, he's <a href="http://zachholman.com">blogging</a>, hacking on |
| 55 | + <a href="https://github.com/holman">open source</a>, and <a |
| 56 | + href="http://zachholman.com/talks">giving talks</a> about building products, |
| 57 | + growing startups, and using Ruby. He lives in San Francisco.</p> |
| 58 | + |
| 59 | + <p>If you have any questions or feedback, check out the issues on <a |
| 60 | + href="https://github.com/holman/feedback/issues?sort=created&direction=desc&state=open&page=1">holman/feedback</a> |
| 61 | + on GitHub. It's sort of like an "Ask Me Anything" setup, except it uses a |
| 62 | + nerdy social network and crams it into a bug tracker.</p> |
| 63 | + |
| 64 | + </div> |
| 65 | +</div> |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + <!-- Le footer --> |
| 70 | + <div class="bottom-menu"> |
| 71 | + <div class="container"> |
| 72 | + <div class="row"> |
| 73 | + <div class="span2 brand"> |
| 74 | + <a href="#fakelink">VanRuby</a> |
| 75 | + </div> |
| 76 | + |
| 77 | + <div class="span8"> |
| 78 | + <ul class="bottom-links"> |
| 79 | + <li><a href="/people">People</a></li> |
| 80 | + <li><a href="/projects">Projects</a></li> |
| 81 | + </ul> |
| 82 | + </div> |
| 83 | + |
| 84 | + <div class="span2"> |
| 85 | + <ul class="bottom-icons pull-right"> |
| 86 | + <li><a href="#fakelink" class="fui-twitter"></a></li> |
| 87 | + </ul> |
| 88 | + </div> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + |
| 93 | + |
| 94 | + <!-- Mmmm... Javascript.... --> |
| 95 | + <script src="js/jquery-1.8.3.min.js"></script> |
| 96 | + <script src="js/jquery-ui-1.10.3.custom.min.js"></script> |
| 97 | + <script src="js/jquery.ui.touch-punch.min.js"></script> |
| 98 | + <script src="js/bootstrap.min.js"></script> |
| 99 | + <script src="js/bootstrap-select.js"></script> |
| 100 | + <script src="js/bootstrap-switch.js"></script> |
| 101 | + <script src="js/flatui-checkbox.js"></script> |
| 102 | + <script src="js/flatui-radio.js"></script> |
| 103 | + <script src="js/jquery.tagsinput.js"></script> |
| 104 | + <script src="js/jquery.placeholder.js"></script> |
| 105 | + <script src="js/jquery.stacktable.js"></script> |
| 106 | + <script src="js/application.js"></script> |
| 107 | + </body> |
| 108 | +</html> |
0 commit comments