Skip to content

Commit

Permalink
add Jonathan Rayback
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdhamilton committed Jan 8, 2025
1 parent e867cbc commit 752aae9
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 21 deletions.
Binary file added docs/images/photos/jonathan-rayback.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 34 additions & 10 deletions docs/working-groups/did-methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,16 +297,16 @@ <h2 class="font-alt">Chairs</h2>
<div class="col-10 col-md-6 col-lg-4 m-15px-tb">
<div class="our-team">
<div class="img">
<img src="/images/photos/markus-sabadello.jpg"/>
<img src="/images/photos/matt-mckinney.jpeg"/>
</div>
<div class="info">
<h6>Markus Sabadello</h6>
<label>Founder @ Danube Tech</label>
<h6>Matt McKinney</h6>
<label>Growth @ ArcBlock</label>
</div>
<ul class="social-icons">

<li>
<a class="linkedin" href="https://www.linkedin.com/in/markus-sabadello-353a0821">
<a class="linkedin" href="https://www.linkedin.com/in/mtmckinney">
<svg>
<use xlink:href="/images/icons.svg#linkedin"></use>
</svg>
Expand All @@ -315,7 +315,7 @@ <h6>Markus Sabadello</h6>


<li>
<a class="twitter" href="https://twitter.com/peacekeeper">
<a class="twitter" href="https://twitter.com/RobRoyHobbs">
<svg>
<use xlink:href="/images/icons.svg#twitter"></use>
</svg>
Expand All @@ -329,16 +329,40 @@ <h6>Markus Sabadello</h6>
<div class="col-10 col-md-6 col-lg-4 m-15px-tb">
<div class="our-team">
<div class="img">
<img src="/images/photos/matt-mckinney.jpeg"/>
<img src="/images/photos/jonathan-rayback.jpg"/>
</div>
<div class="info">
<h6>Matt McKinney</h6>
<label>Growth @ ArcBlock</label>
<h6>Jonathan Rayback</h6>
<label>Owner @ Future Forge Innovation</label>
</div>
<ul class="social-icons">

<li>
<a class="linkedin" href="https://www.linkedin.com/in/mtmckinney">
<a class="linkedin" href="https://www.linkedin.com/in/jonathan-rayback">
<svg>
<use xlink:href="/images/icons.svg#linkedin"></use>
</svg>
</a>
</li>


</ul>
</div>
</div>

<div class="col-10 col-md-6 col-lg-4 m-15px-tb">
<div class="our-team">
<div class="img">
<img src="/images/photos/markus-sabadello.jpg"/>
</div>
<div class="info">
<h6>Markus Sabadello</h6>
<label>Founder @ Danube Tech</label>
</div>
<ul class="social-icons">

<li>
<a class="linkedin" href="https://www.linkedin.com/in/markus-sabadello-353a0821">
<svg>
<use xlink:href="/images/icons.svg#linkedin"></use>
</svg>
Expand All @@ -347,7 +371,7 @@ <h6>Matt McKinney</h6>


<li>
<a class="twitter" href="https://twitter.com/RobRoyHobbs">
<a class="twitter" href="https://twitter.com/peacekeeper">
<svg>
<use xlink:href="/images/icons.svg#twitter"></use>
</svg>
Expand Down
10 changes: 5 additions & 5 deletions docs/working-groups/identifiers-discovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,11 @@ <h5 style="text-align: center; margin: 2em 0 0;">All Repositories</h5>
<div style="font-size: 85%; color: #777;">did:webvh (did:web + Verifiable History). Formerly called did:tdw.</div>
</a>

<a class="icon-link" href="https://github.com/decentralized-identity/didwebvh-ts" style="display: block; margin-bottom: 1em;">
<strong>didwebvh-ts</strong>
<div style="font-size: 85%; color: #777;">An implementation in Typescript of the Trust DID Web (did:tdw) DID Method</div>
</a>

<a class="icon-link" href="https://github.com/decentralized-identity/ethr-did-resolver" style="display: block; margin-bottom: 1em;">
<strong>ethr-did-resolver</strong>
<div style="font-size: 85%; color: #777;">DID resolver for Ethereum Addresses with support for key management</div>
Expand Down Expand Up @@ -470,11 +475,6 @@ <h5 style="text-align: center; margin: 2em 0 0;">All Repositories</h5>
<div style="font-size: 85%; color: #777;">Collection of resources related to secret/key recovery</div>
</a>

<a class="icon-link" href="https://github.com/decentralized-identity/trustdidweb-ts" style="display: block; margin-bottom: 1em;">
<strong>trustdidweb-ts</strong>
<div style="font-size: 85%; color: #777;">An implementation in Typescript of the Trust DID Web (did:tdw) DID Method</div>
</a>

<a class="icon-link" href="https://github.com/decentralized-identity/uni-registrar-driver-did-btcr" style="display: block; margin-bottom: 1em;">
<strong>uni-registrar-driver-did-btcr</strong>
<div style="font-size: 85%; color: #777;">A Universal Registrar driver for did:btcr identifiers.</div>
Expand Down
17 changes: 11 additions & 6 deletions templates/pages/working-groups/did-methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,22 @@
{% set repoTag = "wg-dm" %}
{%
set chairs = {
"Markus Sabadello": {
title: "Founder @ Danube Tech",
photo: "/images/photos/markus-sabadello.jpg",
linkedin: "markus-sabadello-353a0821",
twitter: "peacekeeper"
},
"Matt McKinney": {
title: "Growth @ ArcBlock",
photo: "/images/photos/matt-mckinney.jpeg",
linkedin: "mtmckinney",
twitter: "RobRoyHobbs"
},
"Jonathan Rayback": {
title: "Owner @ Future Forge Innovation",
photo: "/images/photos/jonathan-rayback.jpg",
linkedin: "jonathan-rayback"
},
"Markus Sabadello": {
title: "Founder @ Danube Tech",
photo: "/images/photos/markus-sabadello.jpg",
linkedin: "markus-sabadello-353a0821",
twitter: "peacekeeper"
}
}
%}
Expand Down

0 comments on commit 752aae9

Please sign in to comment.