-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
103 lines (90 loc) · 5.94 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
layout: default
title: "About Me"
---
<div class="flex-auto">
<div class="absolute top-0 right-0 p-2">
<a class="text-blue-300" href="/">back home</a>
</div>
<div class="sm:px-8 mt-9">
<div class="mx-auto w-full max-w-7xl lg:px-8">
<div class="relative px-4 sm:px-8 lg:px-12">
<div class="mx-auto max-w-2xl lg:max-w-5xl">
<div class="flex flex-col lg:flex-row lg:justify-between lg:mt-24">
<div class="max-w-2xl">
<h1
class="text-4xl font-extrabold tracking-tight bg-gradient-to-r from-blue-700 via-blue-400 to-blue-300 bg-clip-text text-transparent sm:text-5xl">
About Me
</h1>
<div class="text-lg flex flex-col mt-6 text-justify text-zinc-600 dark:text-zinc-400 space-y-4">
<div>
My name is Scott Chacon. I am a
<a class="text-blue-600" href="http://github.com/schacon">software developer</a>,
<a class="text-blue-600" href="http://git-scm.com">Git evangelist</a>, speaker,
<a class="text-blue-600" href="https://www.amazon.com/Pro-Git-Scott-Chacon/dp/1484200772/">author</a>,
<a class="text-blue-600" href="http://www.tripit.com/people/schacon">world traveler</a>,
father, husband, cat and dog rescuer, baby signer and gorilla tamer.
Not neccesarily in that order.
</div>
<div>
I work at <a class="text-blue-600" href="https://gitbutler.com">GitButler</a>, a new take on modern version control tools,
and previously cofounded <a class="text-blue-600" href="https://chatterbug.com">Chatterbug</a> to help people learn languages,
and even more previously cofounded <a class="text-blue-600" href="http://github.com">GitHub</a>.
</div>
<div>
I have a WSET Level 3 Certification in Wines and Spirits, my wonderful wife and I run a dog rescue outside of Berlin,
and I speak 6 languages to various degress.
</div>
<div>
🇬🇧 English natively,<br/>
🇩🇪 German relatively well <span class="text-sm text-zinc-400">(B2)</span>, <br/>
🤟 American Sign Language sort of well <span class="text-sm text-zinc-400">(B1)</span>,<br/>
🇫🇷 French minimally <span class="text-sm text-zinc-400">(A2)</span>, <br/>
🇪🇸 Spanish not great <span class="text-sm text-zinc-400">(A1)</span>, <br/>
🇯🇵 Japanese terribly <span class="text-sm text-zinc-400">(<N5)</span>.
</div>
<h1
class="pt-8 text-3xl font-extrabold tracking-tight bg-gradient-to-r from-zinc-700 via-zinc-400 to-zinc-300 bg-clip-text text-transparent">
About Scott
<span class="text-lg">(Professional Edition)</span>
</h1>
<div class="text-sm text-zinc-400">(for copypasting to pro bio things)</div>
<div class="text-zinc-500">
"Scott Chacon is the former cofounder of GitHub; now cofounder of GitButler, a next generation version control client,
based in Berlin. Scott helped grow GitHub from 4 cofounders to 450 employees over 8 years, eventually being acquired by
Microsoft for $7.5 billion. Scott is also the author of Pro Git, published by Apress and found online at git-scm.com. In
unrelated news, he holds a WSET Level 3 certification in Wines and Spirits and owns a dog rescue outside of Berlin."
</div>
<div class="flex flex-row pt-12">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg rotate-3 ml-8 mt-1 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/paris.jpg" }}">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg -rotate-3 mt-8 ml-8 mt-1 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/ball2.png" }}">
</div>
</div>
</div>
<div class="w-full p-8 ml-12">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg rotate-3 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/podcast.png" }}">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg -rotate-3 ml-12 mt-1 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/dog.jpg" }}">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg rotate-3 -ml-3 mt-1 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/dance.jpg" }}">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg -rotate-3 ml-8 mt-1 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/wset.png" }}">
<img alt="" loading="lazy" width="3744" height="5616"
class="shadow h-64 w-64 rounded-lg rotate-3 -ml-32 -mt-6 object-cover" style="color:transparent" sizes="(min-width: 640px) 18rem, 11rem"
src="{{ " /assets/images/conf.png" }}">
</div>
</div>
</div>
</div>
</div>
</div>
</div>