Skip to content

Commit 884a094

Browse files
author
Franck
authored
Merge pull request #647 from OriginProtocol/jon-snow-team
Add Jonathan Snow to website
2 parents 0030743 + 8ba6eb8 commit 884a094

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

static/img/headshot-jonathans.jpg

29 KB
Loading

templates/team.html

+18
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,24 @@ <h1>{{gettext("Core team")}}</h1>
576576
</div>
577577
</div>
578578

579+
<div class="col-12 col-md-6 col-xl-4">
580+
<div class="team-member">
581+
<div class="headshot-wrapper">
582+
<img src="/static/img/headshot-jonathans.jpg" class="headshot" alt="Jonathan Snow headshot" />
583+
</div>
584+
<div class="name">
585+
<a href="https://twitter.com/jonathansnow" target="_blank" rel="noopener noreferrer">{{ gettext("Jonathan Snow") }}
586+
</a>
587+
</div>
588+
<div class="title">
589+
{{ gettext("Data Engineer") }}
590+
</div>
591+
<div class="bio">
592+
{{ gettext("Before joining Origin, Jonathan worked with several crypto and finance brands, focusing on building data pipelines and automation tools. Prior to that, he helped build a company that provided social media user data to a number of startups and PR firms.") }}
593+
</div>
594+
</div>
595+
</div>
596+
579597
<div class="col-12 col-md-6 col-xl-4">
580598
<div class="team-member">
581599
<div class="headshot-wrapper">

0 commit comments

Comments
 (0)