-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 2.84 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<title>
José Nino
</title>
</head>
<body>
<div class="centered">
<div id="picture"></div>
<div class="text">
<h1>José Ulises Niño Rivera</h1>
<p class="main">Staff Software Engineer, Builder, Consultant</p>
<p class="description">
I am currently working as a freelancer under
<a href="https://pukkabuilt.org" target="_blank">Pukka Built</a>
</p>
<p class="description">
I volunteer my time with
<a href="https://www.wta.org/get-involved/volunteer" target="_blank">Washington Trails Association</a>,
<a href="https://www.habitatskc.org" target="_blank">King County Habitat for Humanity</a>,
<a href="https://www.seattle.gov/seattle-bicycle-advisory-board" target="_blank">Seattle Bicycle Advisory Board</a>, and
<a href="https://outdoorsforall.org/" target="_blank">Outdoors for All</a>.
</p>
<p class="description">
I worked at
<a href="https://patch.io" target="_blank">Patch</a>, where I helped build the
software infrastructure to grow carbon removal to the gigatonne scale the world needs.
</p>
<p class="description">
I helped build <a href="https://lyft.com" target="_blank">Lyft's</a> resilient, performant,
and adaptible network infrastructure. I was part of the founding
<a href="https://www.envoyproxy.io/" target="_blank">Envoy</a> team, and co-created
<a href="https://envoy-mobile.github.io/" target="_blank">Envoy Mobile</a>.
</p>
<p class="description">
I have also worked at
<a href="https://flatiron.com/" target="_blank">Flatiron Health</a>,
<a href="https://www.gocanvas.com/" target="_blank">Canvas</a>,
<a href="https://suchisaria.jhu.edu/" target="_blank">Suchi Saria</a>, and
<a href="https://www.timplab.org/" target="_blank">Winston Timp</a>.
</p>
<p class="description">
You can check out
<a href="JoseNinoResume.pdf" download> my resume</a>.
</p>
<div class="connect">
<a href="https://github.com/junr03" target="_blank"><img class="logo" src="images/github_logo.png"></a>
<a href="https://linkedin.com/in/josenino" target="_blank"><img class="logo" src="images/linkedin_logo.png"></a>
<a href="https://twitter.com/junr03" target="_blank"><img class="logo" src="images/twitter_logo.png"></a>
</div>
</div>
</div>
</body>
</html>