Skip to content

Commit bfd0241

Browse files
committed
Add Ion Gaztañaga to team section and update social links
1 parent 2400a06 commit bfd0241

File tree

4 files changed

+38
-6
lines changed

4 files changed

+38
-6
lines changed

_includes/team-bio.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
<a href="mailto:{{ page.email | encode_email }}"><img class='social-icon email' src="{{ site.baseurl }}/images/icons/email-gold.svg" /></a>
55
{% endif %}
66
{% if page.site %}
7-
<a href="{{ page.site }}"><img class='social-icon web' src="{{ site.baseurl }}/images/icons/web-gold.svg" /></a>
7+
<a href="{{ page.site }}" target="_blank"><img class='social-icon web' src="{{ site.baseurl }}/images/icons/web-gold.svg" /></a>
88
{% endif %}
99
{% if page.resume %}
10-
<a href="{{ page.resume }}"><img class='social-icon resume' src="{{ site.baseurl }}/images/icons/resume-gold.svg" /></a>
10+
<a href="{{ page.resume }}" target="_blank"><img class='social-icon resume' src="{{ site.baseurl }}/images/icons/resume-gold.svg" /></a>
1111
{% endif %}
1212
{% if page.stack-overflow %}
13-
<a href="{{ page.stack-overflow }}"><img class='social-icon stack' src="{{ site.baseurl }}/images/icons/stack-overflow-gold.svg" /></a>
13+
<a href="{{ page.stack-overflow }}" target="_blank"><img class='social-icon stack' src="{{ site.baseurl }}/images/icons/stack-overflow-gold.svg" /></a>
1414
{% endif %}
1515
{% if page.github %}
16-
<a href="{{ page.github }}"><img class='social-icon github' src="{{ site.baseurl }}/images/icons/github-gold.svg" /></a>
16+
<a href="{{ page.github }}" target="_blank"><img class='social-icon github' src="{{ site.baseurl }}/images/icons/github-gold.svg" /></a>
1717
{% endif %}
1818
{% if page.linkedin %}
19-
<a href="{{ page.linkedin }}"><img class='social-icon linkedin' src="{{ site.baseurl }}/images/icons/linkedin-gold.svg" /></a>
19+
<a href="{{ page.linkedin }}" target="_blank"><img class='social-icon linkedin' src="{{ site.baseurl }}/images/icons/linkedin-gold.svg" /></a>
2020
{% endif %}
2121
{% if page.twitter %}
22-
<a href="{{ page.twitter }}"><img class='social-icon twitter' src="{{ site.baseurl }}/images/icons/twitter-gold.svg" /></a>
22+
<a href="{{ page.twitter }}" target="_blank"><img class='social-icon twitter' src="{{ site.baseurl }}/images/icons/twitter-gold.svg" /></a>
2323
{% endif %}
2424
</div>
2525

images/people/ion.jpg

29.3 KB
Loading

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,17 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
379379
</a>
380380
</div>
381381

382+
<div class='col-third'>
383+
<a class='card' href='{{ site.baseurl }}/people/ion'>
384+
<div class='card-img-wrapper'>
385+
<img class='card-img' src='{{ site.baseurl }}/images/people/ion.jpg' alt='Ion Gaztañaga'>
386+
</div>
387+
<span class='card-text'>
388+
<h4 class='text-m card-title'>Ion Gaztañaga</h4>
389+
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
390+
</span>
391+
</a>
392+
</div>
382393
</section>
383394

384395
<!-- Our Alumni section-->

people/ion.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: team
3+
nav-class: dark
4+
member-name: Ion Gaztañaga
5+
id: ion
6+
title: Ion Gaztanaga | The C++ Alliance
7+
position: Staff Engineer
8+
github: https://github.com/igaztanaga
9+
linkedin: https://www.linkedin.com/in/ion-gaztañaga-95ab95b/
10+
image: /images/people/ion.jpg
11+
---
12+
13+
<p>
14+
Enjoying family and friends in the beautiful city of <a href="https://en.wikipedia.org/wiki/San_Sebasti%C3%A1n">San Sebastian</a>, Ion is a telecom engineer from the <a href="https://www.ehu.eus/en/web/bilboko-ingeniaritza-eskola/">University of the Basque Country</a>. At the Faculty of Engineering he started coding in C++, with the SGI STL code as the best teacher.
15+
</p>
16+
<p>
17+
Never got over his childhood games, so Ion has been playing with trains for many years, designing and programming embedded and safety-critical systems.
18+
</p>
19+
<p>
20+
He joined Boost in 2005 and still maintains and extends several libraries: Move, Container, Intrusive and Interprocess.
21+
</p>

0 commit comments

Comments
 (0)