-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
135 lines (133 loc) · 6.67 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Travis Southard</title>
<meta property="og:title" content="About | Travis Southard">
<meta property="og:description"
content="Travis Southard's 'about' page where you can learn about this Philadelphian queer software engineer's life.">
<meta property="og:image" content="https://travissouthard.com/assets/images/blog/travis-flowers.jpg">
<meta property="og:image:secure_url" content="https://travissouthard.com/assets/images/blog/travis-flowers.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="450">
<meta property="og:image:alt" content="Travis holding a bouquet of flowers in a field of flowers!">
<meta name="author" content="Travis Southard">
<meta name="robots" content="noai, noimageai">
<link href="https://jawns.club/@travissouthard" rel="me">
<link href="https://ko-fi.com/travissouthard" rel="me">
<link href="https://codeforphilly.org/people/travissouthard" rel="me">
<link href="https://dev.to/travissouthard" rel="me">
<link href="https://github.com/travissouthard" rel="me">
<link rel="webmention" href="https://webmention.io/travissouthard.com/webmention">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="microsub" href="https://aperture.p3k.io/microsub/995">
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon_io/site.webmanifest">
</head>
<body>
<header>
<h1>Travis Southard</h1>
<p>Philadelphian Software Engineer</p>
</header>
<nav><ul>
<li>
<a href="index.html">Home</a
></li>
<li>
<a href="projects.html">Projects</a
></li>
<li>
<a href="art.html">Art</a
></li>
<li>
<a href="blog.html">Blog</a
></li>
<li>
<a href="about.html">About</a
></li></ul></nav>
<main>
<h2>About</h2>
<div class="list-view"><article id="about">
<img src="./assets/images/blog/travis-flowers.jpg"
alt="Travis and Ruby standing in front of a castle in County Kerry, Ireland on their honeymoon bike tour"
style="width: 100%; height: 200px; object-fit: cover;">
<p>
My name is Travis, and I am a software engineer living in Philadelphia with my spouse, <a
href="https://spokesandstitches.com/" target="_blank">Ruby</a>, and our two cats, Topaz and Basil. I
am interested in gardening, bike touring, and solarpunk living.
</p>
<p>
I am currently working as a Developer & Data Analyst in the Digital Innovation Lab at <a
href="https://clsphila.org/" target="_blank">Community Legal Services of Philadelphia</a>. I have
previously worked at <a href="https://www.element84.com/" target="_blank">Element 84</a>, <a
href="https://www.azavea.com/" target="_blank">Azavea</a>, and <a href="https://www.urality.com/"
target="_blank">Urality</a>.</p>
<p>
I am actively volunteering as one of the co-directors of <a href="https://codeforphilly.org/"
target="_blank">Code for Philly</a>. I previously served as the tech lead for the Expungement
Petition Generator benefitting <a href="https://www.plsephilly.org/" target="_blank">Philadelphia
Lawyers for Social Equity</a>, and helped put together a <a
href="https://codeforphilly.org/projects/third_places_project-launchpad_2023" target="_blank">third
places finder</a> as part of Code for Philly's Launchpad 2023.
</p>
<p>
Before transitioning into working in tech, I spent about 5 years working in the bicycle industry as a
mechanic and bike tour organizer. I am also an Americorps alum who served in City Year Philadelphia. I
have ridden two cross-country bike tours with <a href="https://bikeandbuild.org/" target="_blank">Bike &
Build</a>, and another on the full <a href="https://www.greenway.org/" target="_blank">East Coast
Greenway</a> with <a href="https://www.instagram.com/explore/tags/ridealongecg/" target="_blank">my
best friend.</a>
</p>
<img src="./assets/images/about2.jpg"
alt="Travis and Ruby standing in front of a castle in County Kerry, Ireland on their honeymoon bike tour"
style="width: 100%; height: 200px; object-fit: cover;">
</article></div>
</main>
<script src="app.js"></script>
<footer>
<ul>
<li>
<a href="index.html">Home</a
></li>
<li>
<a href="projects.html">Projects</a
></li>
<li>
<a href="art.html">Art</a
></li>
<li>
<a href="blog.html">Blog</a
></li>
<li>
<a href="about.html">About</a
></li>
<li>
<a href="webring.html">Webring</a
></li>
<li>
<a href="rss.xml" rel="alternate" type="application/rss+xml">RSS Feed</a
></li>
<li>
<a href="https://github.com/travissouthard">GitHub</a
></li>
<li>
<a href="resume.html">Resumé</a
></li></ul>
<div class="h-card">
<div>
<a class="u-url" rel="me" href="https://travissouthard.com">
<p class="p-name">Travis Southard</p>
</a>
<p><span class="p-locality">Philadelphia</span>, <span class="p-region">PA</span></p>
</div>
<img class="u-photo" src="./assets/images/profile.png" alt="A stylized white on blue photo of Travis' face made of squares of various size.">
</div>
</footer>
</body>
</html>