forked from allthingsgit/www.allthingsgit.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
88 lines (77 loc) · 2.37 KB
/
about.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
---
layout: default
title: About the Podcast
---
<main class="fullwidth">
<div id="intro">
<section>
<div class="logo"></div>
<div class="description">
<h2>About the Podcast</h2>
<p>
All Things Git is the podcast about the Git version
control system. We talk to the people who build
Git, who create tools for Git and teach people how
to use it.
</p>
</div>
</section>
</div>
<div class="bio light">
<section>
<img src="images/about/ethomson.jpg" align="left" class="photo">
<h3><a href="https://www.edwardthomson.com/">Edward Thomson</a></h3>
<p>
Edward's been writing version control software
for over fifteen years, culminating in working on
tools for Git. He's a maintainer of
<a href="http://libgit2.org/">libgit2</a>, the
library that powers Git hosting providers
like GitHub and Visual Studio Team Services, and
is the author of Git for Visual Studio training from
O'Reilly. In his day job,
he's a Program Manager at Microsoft working on
Git in Visual Studio Team Services.
</p>
<p>
Follow him on Twitter at <a href="https://twitter.com/ethomson">@ethomson</a>.
</p>
</section>
</div>
<div class="bio dark">
<section>
<img src="images/about/martinwoodward.jpg" align="left" class="photo">
<h3><a href="http://woodwardweb.com/">Martin Woodward</a></h3>
<p>
Martin Woodward is the principal program manager
for DevOps in Microsoft, where he focuses on
Visual Studio Team Services and Team Foundation
Server. Previously, Martin was executive director
of the .NET Foundation, helping drive Microsoft’s
move to open source, and was responsible for the
Java, Linux, and Mac tooling in the Developer
division, where he helped introduce Git into
Microsoft.
</p>
<p>
Follow him on Twitter at <a href="https://twitter.com/martinwoodward">@martinwoodward</a>.
</p>
</section>
</div>
<div class="light">
<section>
<p>
Our theme music was written and composed by
<a href="http://richardvalentin.com/">Richard Valentin</a>.
</p>
<p>
All Things Git is hosted by
<a href="https://visualstudio.com/team-services">Microsoft
Visual Studio Team Services</a>,
<a href="https://github.com/allthingsgit">GitHub</a>,
and
<a href="https://azure.com/">Microsoft Azure</a>.
</p>
</section>
</div>
</main>