Skip to content

Commit ca1632d

Browse files
committed
Temp adjustments
1 parent e6c3e8c commit ca1632d

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,6 @@ <h2 class='header text-xl'>
143143
<h2 class='header-shadow dark'>Team</h2>
144144
</div>
145145

146-
<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-
159146
<div class='col-third'>
160147
<a class='card' href='{{ site.baseurl }}/people/vinnie'>
161148
<div class='card-img-wrapper'>
@@ -216,14 +203,27 @@ <h5 class='text-xs card-subtitle'>Executive Team</h5>
216203
</a>
217204
</div>
218205

206+
<div class='grid'>
207+
<div class='col-third'>
208+
<a class='card' href='{{ site.baseurl }}/people/harry'>
209+
<div class='card-img-wrapper'>
210+
<img class='card-img' src='{{ site.baseurl }}/images/people/harry.jpg' alt='Harry Bott'>
211+
</div>
212+
<span class='card-text'>
213+
<h4 class='text-m card-title'>Harry Bott</h4>
214+
<h5 class='text-xs card-subtitle center'>Consultant</h5>
215+
</span>
216+
</a>
217+
</div>
218+
219219
<div class='col-third'>
220220
<a class='card' href='{{ site.baseurl }}/people/mark'>
221221
<div class='card-img-wrapper'>
222222
<img class='card-img' src='{{ site.baseurl }}/images/people/mark.jpg' alt='Mark Cooper'>
223223
</div>
224224
<span class='card-text'>
225225
<h4 class='text-m card-title'>Mark Cooper</h4>
226-
<h5 class='text-xs card-subtitle'>Executive Team</h5>
226+
<h5 class='text-xs card-subtitle'>Consultant</h5>
227227
</span>
228228
</a>
229229
</div>

people/harry.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
member-name: Harry Bott
55
id: harry
66
title: Harry Bott | The C++ Alliance
7-
position: Chief Executive Officer
7+
position: Consultant
88
linkedin: https://www.linkedin.com/in/haroldbott/
99
email: harry@cppalliance.org
1010
image: /images/people/harry.jpg
1111
---
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>
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>

people/mark.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
member-name: Mark Cooper
55
id: mark
66
title: Mark Cooper | The C++ Alliance
7-
position: Chief Marketing Officer
7+
position: Consultant
88
email: mark@cppalliance.org
99
linkedin: https://www.linkedin.com/in/marktcooper/
1010
image: /images/people/mark.jpg

0 commit comments

Comments
 (0)