|
1 |
| -<div class="grid_12" id="about_me"> |
2 |
| - <div class="grid_6 alpha"> |
3 |
| - <div class="box"> |
4 |
| - <h2>About Me</h2> |
5 |
| - <br/> |
6 |
| - |
7 |
| - <p>My name is Scott Chacon. I am a |
8 |
| - <a href="http://github.com/schacon">software developer</a>, |
9 |
| - <a href="http://git-scm.com">Git evangelist</a>, speaker, |
10 |
| - <a href="http://progit.org">writer</a>, |
11 |
| - <a href="http://www.tripit.com/people/schacon">world traveler</a>, |
12 |
| - father, husband, cat rescuer, baby signer |
13 |
| - and gorilla tamer. |
14 |
| - Not neccesarily in that order.</p> |
15 |
| - <p>This is my little bit-box on the web where I put |
16 |
| - stuff that people for some inconceivable reason |
17 |
| - might want to find out about me.</p> |
18 |
| - <p>I work at <a href="http://github.com">GitHub</a>. And it is awesome.</p> |
19 |
| - |
20 |
| - <p>Some other interesting things I've done: |
21 |
| - <ul> |
22 |
| - <li>Had dinner with the Rwandan Minister of Science and Technology</li> |
23 |
| - <li>Did a scared E.T. impersonation in front of a crowd in Las Vegas</li> |
24 |
| - <li>Memorized the "Countries of the World Song" from Anamanics</li> |
25 |
| - <li>Ran for Congress (US House of Representatives, 11th District, CA)</li> |
26 |
| - <li>Had a mountain gorilla pull on my leg</li> |
27 |
| - <li>Ran a trail marathon on Mount Diablo</li> |
28 |
| - <li>Performed in Oklahoma! with Zach Levi (of NBCs Chuck)</li> |
29 |
| - <li>Flew over 100,000 miles to 31 cities in 13 countries since joining GitHub</li> |
30 |
| - </ul> |
31 |
| - </p> |
32 |
| - |
33 |
| - <p>If you would like to know any more about any of these, please find me |
34 |
| - at a GitHub drinkup in your area, I'll tell you all about them.</p> |
35 |
| - |
36 |
| - <h3>About Me (Professional Edition)</h3> |
37 |
| - |
38 |
| - <p>I am a <a href="http://git-scm.com">Git</a> evangelist and Ruby |
39 |
| - developer working on <a href="http://github.com">GitHub.com</a>. |
40 |
| - I am the author of the <a href="http://progit.org">Pro Git</a> book |
41 |
| - by Apress, the <a href="https://peepcode.com/products/git-internals-pdf">Git Internals Peepcode <span class="caps">PDF</span></a> |
42 |
| - as well as the maintainer of the <a href="http://git-scm.com">Git homepage</a> |
43 |
| - and the <a href="http://book.git-scm.com">Git Community Book</a>. |
44 |
| - I have presented at <a id="menu_talks" href="#">a bunch of conferences</a> |
45 |
| - and a number of local groups and have done corporate training on Git |
46 |
| - across the country.</p> |
47 |
| - |
48 |
| - <h3>About This Site</h3> |
49 |
| - |
50 |
| - <p>This site is built using the Jekyll library and hosted on GitHub. |
51 |
| - The source code used to create this library is publicly available on |
52 |
| - GitHub as well.</p> |
53 |
| - </div> |
54 |
| - </div> |
55 |
| - <div class="grid_6 omega"> |
56 |
| - <a href="http://www.flickr.com/photos/chacon/174667918/" title="Jessica and Scott at the Tetons by schacon, on Flickr"> |
57 |
| - <img width="300" src="http://farm1.static.flickr.com/56/174667918_c29a05a91d.jpg" alt="Jessica and Scott at the Tetons" /></a> |
58 |
| - |
59 |
| - <img width="300" src="http://farm5.static.flickr.com/4045/4318260674_05667bf79e.jpg"/> |
60 |
| - |
61 |
| - <a href="http://www.flickr.com/photos/fraserspeirs/3395523242/sizes/m/in/set-72157615924425156/"> |
62 |
| - <img width="300" src="http://farm4.static.flickr.com/3442/3395523242_107d9cec71.jpg"/></a> |
63 |
| - |
64 |
| - <a href="http://www.flickr.com/photos/chacon/206680272/" title="Who is the Monkey? by schacon, on Flickr"> |
65 |
| - <img width="300" src="http://farm1.static.flickr.com/59/206680272_d082087ea0.jpg" alt="Who is the Monkey?" /></a> |
66 |
| - |
67 |
| - <img width="300" src="http://farm3.static.flickr.com/2636/4318263576_acec667e8b.jpg"/> |
68 |
| - </div> |
| 1 | +--- |
| 2 | +layout: reference |
| 3 | +--- |
| 4 | +<div class="box"> |
| 5 | + <h2>Who Did This?</h2> |
| 6 | + <br/> |
| 7 | + <p>The Git Reference site was put together by the GitHub |
| 8 | + team.</p> |
69 | 9 | </div>
|
0 commit comments