Skip to content

Commit faf2a54

Browse files
committed
Add Harry Bott to the team section with profile details and image
1 parent 77f9795 commit faf2a54

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

images/people/harry.jpg

49.4 KB
Loading

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ <h2 class='header-shadow dark'>Team</h2>
144144
</div>
145145

146146
<div class='grid'>
147+
<div class='col-third'>
148+
<a class='card' href='{{ site.baseurl }}/people/harry'>
149+
<div class='card-img-wrapper'>
150+
<img class='card-img' src='{{ site.baseurl }}/images/people/harry.jpg' alt='Harry Bott'>
151+
</div>
152+
<span class='card-text'>
153+
<h4 class='text-m card-title'>Harry Bott</h4>
154+
<h5 class='text-xs card-subtitle center'>Chief Executive Officer</h5>
155+
</span>
156+
</a>
157+
</div>
158+
147159
<div class='col-third'>
148160
<a class='card' href='{{ site.baseurl }}/people/vinnie'>
149161
<div class='card-img-wrapper'>

people/harry.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: team
3+
nav-class: dark
4+
member-name: Harry Bott
5+
id: harry
6+
title: Harry Bott | The C++ Alliance
7+
position: Chief Executive Officer
8+
linkedin: https://www.linkedin.com/in/haroldbott/
9+
email: harry@cppalliance.org
10+
image: /images/people/harry.jpg
11+
---
12+
<p>Harry Bott is an executive engineering leader and software engineer with extensive financial technology experience, including building large-scale electronic trading and options platforms. He previously served as a Vice President at Goldman Sachs, CIO at Bear Wagner Specialists, and Executive Director at JPMorgan Chase, and has worked with Bloomberg on its open-source BDE libraries and C++ standards efforts. As CEO of the C++ Alliance (appointed September 2025), Harry focuses on constructive partnership with the broader C++ community, strengthening Boost stewardship, and advancing modern tooling and documentation that help developers build safe, high-performance systems.</p>

0 commit comments

Comments
 (0)