-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
72 lines (67 loc) · 2.15 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
---
layout: page
title: About
---
<div>
<p>
Hi I am Samuel Toriel. I am currently at
<a href="beechvalley.com">Beech Valley</a> as a Software Engineer.
Previously I worked for:
</p>
<ul>
<li><a href="https://home.ibotta.com/">Ibotta</a> as a Staff Engineer</li>
<li>
Percolate (acquired by <a href="https://seismic.com/">Seismic</a>) as an
Engineering Manager in Infrastructure
</li>
<li>
Apto (acquired by <a href="https://www.buildout.com/">Buildout</a>) as a
Sr. Software Engineer and eventually Engineering Manager in Product
</li>
<li>
<a href="https://www.fullcontact.com/">FullContact</a> as a DevOps
Engineer managing AWS infrastructure and building internal tools
</li>
<li>
<a href="https://www.rackspace.com/">Rackspace</a> as a Software Engineer
building the
<a href="https://mycloud.rackspace.com/humans.txt">Cloud Control Panel</a>
</li>
<li>
<a href="https://cilorlando.org/">Center for Independent Living</a> as a
web programmer.
</li>
</ul>
<p>
Removing barriers and making it easier for other developers to get work done
is what I like to do. You can read more about my experience and
accomplishments on
<a href="https://www.linkedin.com/in/samuel-toriel-4225815">LinkedIn</a> or
from my <a href="/resume.txt">Resume</a>.
</p>
<div style="display: flex; gap: 0px 30px">
<img
width="50%"
height="50%"
src="{{ site.data.config['assets'] }}me_and_chips.jpg"
alt="Picture of Samuel Toriel in Blacksburg, VA"
style="margin: 10px auto 0px auto; border: 2px solid gray"
/>
<img
width="50%"
height="50%"
src="{{ site.data.config['assets'] }}me_and_bubba_chips.jpg"
alt="Picture of Samuel Toriel in Blacksburg, VA"
style="margin: 10px auto 0px auto; border: 2px solid gray"
/>
</div>
<div>
<img
width="50%"
height="50%"
src="{{ site.data.config['assets'] }}me_and_bubba_programming.jpeg"
alt="Picture of Samuel Toriel in Blacksburg, VA"
style="margin: 10px auto 0px auto; border: 2px solid gray"
/>
</div>
</div>