Skip to content

Commit 6368c33

Browse files
committed
update team page: add julio, mark sean as alumni
fixes #242
1 parent ce65a13 commit 6368c33

File tree

4 files changed

+39
-6
lines changed

4 files changed

+39
-6
lines changed

images/people/julio.jpg

58.7 KB
Loading

index.html

+17-5
Original file line numberDiff line numberDiff line change
@@ -364,22 +364,20 @@ <h5 class='text-xs card-subtitle'>Junior Staff Engineer</h5>
364364
</span>
365365
</a>
366366
</div>
367-
368367
<div class='col-third'>
369-
<a class='card' href='{{ site.baseurl }}/people/sean'>
368+
<a class='card' href='{{ site.baseurl }}/people/julio'>
370369
<div class='card-img-wrapper'>
371-
<img class='card-img' src='{{ site.baseurl }}/images/people/sean.jpg' alt='Sean Baxter'>
370+
<img class='card-img' src='{{ site.baseurl }}/images/people/julio.jpg' alt='Julio Estrada'>
372371
</div>
373372
<span class='card-text'>
374373
<h4 class='text-m card-title'>
375374
<center>
376-
Sean Baxter<center>
375+
Julio Estrada<center>
377376
</h4>
378377
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
379378
</span>
380379
</a>
381380
</div>
382-
383381
</section>
384382

385383
<!-- Our Alumni section-->
@@ -531,6 +529,20 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
531529
</a>
532530
</div>
533531

532+
<div class='col-third'>
533+
<a class='card' href='{{ site.baseurl }}/people/sean'>
534+
<div class='card-img-wrapper'>
535+
<img class='card-img' src='{{ site.baseurl }}/images/people/sean.jpg' alt='Sean Baxter'>
536+
</div>
537+
<span class='card-text'>
538+
<h4 class='text-m card-title'>
539+
<center>
540+
Sean Baxter<center>
541+
</h4>
542+
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
543+
</span>
544+
</a>
545+
</div>
534546
</section>
535547

536548
<!-- News section-->

people/julio.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: team
3+
nav-class: dark
4+
member-name: Julio Estrada
5+
id: julio
6+
title: Julio Estrada | The C++ Alliance
7+
position: Staff Engineer
8+
9+
linkedin: https://www.linkedin.com/in/julioestrada
10+
github: https://github.com/julioest
11+
image: /images/people/julio.jpg
12+
---
13+
<p>
14+
Julio Estrada is a Miami-based developer and designer with over 10 years of experience in Front-End Engineering and UX/UI Design. He specializes in building and evolving web products, from developer tools to user-friendly interfaces, using technologies like React, JavaScript, and modern web frameworks. Julio has collaborated with startups, SaaS companies, non-profits, and industry leaders such as Apple, Meta, and Zendesk on a wide range of projects.
15+
</p>
16+
<p>
17+
At The C++ Alliance, he is embracing the open-source and C++ programming worlds, quickly appreciating the hard work of the library authors, the community, and the alliance. Focusing on front-end development for the Boost community, Julio optimizes and enhances documentation tools to improve accessibility and user experience for developers worldwide. Additionally, he has acquired skills in Python and DevOps, enabling contributions to a broader range of development tasks beyond front-end engineering.
18+
</p>
19+
<p>
20+
When not working, he enjoys spending time with his girlfriend and their four rescue dogs: Blacksmith, Obi, Franz, and Mitchell.
21+
</p>

people/sean.html

+1-1
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: Sean Baxter
55
id: sean

0 commit comments

Comments
 (0)