Skip to content

Commit 8207e58

Browse files
committed
Update team members and add Gennero profile
1 parent 930e70e commit 8207e58

File tree

4 files changed

+40
-13
lines changed

4 files changed

+40
-13
lines changed

images/people/gennaro.jpg

24.9 KB
Loading

index.html

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,18 +226,6 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
226226
</a>
227227
</div>
228228

229-
<div class='col-third'>
230-
<a class='card' href='{{ site.baseurl }}/people/christian'>
231-
<div class='card-img-wrapper'>
232-
<img class='card-img' src='{{ site.baseurl }}/images/people/christian.jpg' alt='Christian Mazakas'>
233-
</div>
234-
<span class='card-text'>
235-
<h4 class='text-m card-title'>Christian Mazakas</h4>
236-
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
237-
</span>
238-
</a>
239-
</div>
240-
241229
<div class='col-third'>
242230
<a class='card' href='{{ site.baseurl }}/people/krystian'>
243231
<div class='card-img-wrapper'>
@@ -363,6 +351,20 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
363351
</span>
364352
</a>
365353
</div>
354+
<div class='col-third'>
355+
<a class='card' href='{{ site.baseurl }}/people/gennaro'>
356+
<div class='card-img-wrapper'>
357+
<img class='card-img' src='{{ site.baseurl }}/images/people/gennaro.jpg' alt='Gennaro'>
358+
</div>
359+
<span class='card-text'>
360+
<h4 class='text-m card-title'>
361+
<center>
362+
Gennaro Prota<center>
363+
</h4>
364+
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
365+
</span>
366+
</a>
367+
</div>
366368
</section>
367369

368370
<!-- Our Alumni section-->
@@ -543,6 +545,18 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
543545
</span>
544546
</a>
545547
</div>
548+
549+
<div class='col-third'>
550+
<a class='card' href='{{ site.baseurl }}/people/christian'>
551+
<div class='card-img-wrapper'>
552+
<img class='card-img' src='{{ site.baseurl }}/images/people/christian.jpg' alt='Christian Mazakas'>
553+
</div>
554+
<span class='card-text'>
555+
<h4 class='text-m card-title'>Christian Mazakas</h4>
556+
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
557+
</span>
558+
</a>
559+
</div>
546560
</section>
547561

548562
<!-- News section-->

people/christian.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: team
2+
layout: alumni
33
nav-class: dark
44
member-name: Christian Mazakas
55
id: christian

people/gennaro.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: team
3+
nav-class: dark
4+
member-name: Gennaro Prota
5+
id: gennaro
6+
title: Gennaro Prota | The C++ Alliance
7+
position: Staff Engineer
8+
github: https://github.com/gennaroprota
9+
linkedin: https://www.linkedin.com/in/gennaroprota/
10+
image: /images/people/gennaro.jpg
11+
---
12+
<p>Gennaro is a software engineer with extensive experience in C++ and system-level programming. He was a valued contributor to the C++ newsgroups (mainly comp.lang.c++.moderated and comp.std.c++) and has contributed to a range of applications and tools across the automotive, industrial, and enterprise domains, often working close to hardware or within complex ecosystems. He values clean design, maintainable code and effective collaboration.
13+
</p>

0 commit comments

Comments
 (0)