Skip to content

Commit a775551

Browse files
committed
Add Steve Gerbino to team section with profile details and image
1 parent 1ab4261 commit a775551

File tree

7 files changed

+46
-32
lines changed

7 files changed

+46
-32
lines changed

_includes/contact.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ <h2 class='header-shadow center'>Contact</h2>
1919
</a>
2020
</div>
2121
<div class='col-third col-third-sm'>
22-
<a class='social-icon' href="https://twitter.com/cppalliance">
22+
<a class='social-icon' href="https://x.com/cppalliance">
2323
<div class='social-icon-img-wrapper'>
24-
<img class='social-icon-img twitter' alt='twitter-logo' src='{{ site.baseurl }}/images/icons/twitter.svg' />
24+
<img class='social-icon-img twitter' alt='x-logo' src='{{ site.baseurl }}/images/icons/twitter.svg' />
2525
</div>
26-
<span class='social-icon-text'>Twitter</span>
26+
<span class='social-icon-text'>X</span>
2727
</a>
2828
</div>
2929
<div class='col-third col-third-sm'>

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
</a>
8383
</div>
8484
<div class='col-fourth col-fourth-sm social-link'>
85-
<a class='social-icon nav-link-mobile' href="https://twitter.com/cppalliance">
85+
<a class='social-icon nav-link-mobile' href="https://x.com/cppalliance">
8686
<div class='social-icon-img-wrapper'>
87-
<img class='social-icon-img twitter' alt='twitter-logo' src='{{ site.baseurl }}/images/icons/twitter.svg' />
87+
<img class='social-icon-img twitter' alt='x-logo' src='{{ site.baseurl }}/images/icons/twitter.svg' />
8888
</div>
89-
<span class='social-icon-text'>Twitter</span>
89+
<span class='social-icon-text'>X</span>
9090
</a>
9191
</div>
9292
<div class='col-fourth col-fourth-sm social-link'>

images/icons/twitter-gold.svg

Lines changed: 2 additions & 13 deletions
Loading

images/icons/twitter.svg

Lines changed: 2 additions & 13 deletions
Loading

images/people/steve.jpg

31 KB
Loading

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,18 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
378378
</span>
379379
</a>
380380
</div>
381+
382+
<div class='col-third'>
383+
<a class='card' href='{{ site.baseurl }}/people/steve'>
384+
<div class='card-img-wrapper'>
385+
<img class='card-img' src='{{ site.baseurl }}/images/people/steve.jpg' alt='Steve Gerbino'>
386+
</div>
387+
<span class='card-text'>
388+
<h4 class='text-m card-title'>Steve Gerbino</h4>
389+
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
390+
</span>
391+
</a>
392+
</div>
381393
</section>
382394

383395
<!-- Our Alumni section-->

people/steve.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: team
3+
nav-class: dark
4+
member-name: Steve Gerbino
5+
id: steve
6+
title: Steve Gerbino | The C++ Alliance
7+
position: Staff Engineer
8+
github: https://github.com/sgerbino
9+
linkedin: https://www.linkedin.com/in/stevegerbino/
10+
twitter: https://x.com/ssgerbino
11+
image: /images/people/steve.jpg
12+
---
13+
14+
<p>
15+
Steve Gerbino is a software engineer specializing in blockchain technology and open-source development. He co-architected the Koinos Blockchain — a fast, feeless, developer-centric smart contract platform built on the principle that powerful technology means nothing if ordinary people can't use it.
16+
</p>
17+
18+
<p>
19+
He also contributed to the Steem Blockchain, working on core protocol development including consensus validation, performance optimization, and state management. Previously, he worked in FinTech on Openlink's flagship application Endur/Findur, an industry leader in transaction lifecycle management for supermajors like Shell and ExxonMobil.
20+
</p>
21+
22+
<p>
23+
His hobbies include playing blues on the guitar, swimming in the Mediterranean, and calling new programming languages a flavor of the month before returning to C++.
24+
</p>

0 commit comments

Comments
 (0)