Skip to content

Commit 77f9795

Browse files
committed
Add Jeremy Childers to the team section with profile details and image
1 parent 5f6ba55 commit 77f9795

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

images/people/jeremy.jpg

29.7 KB
Loading

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,18 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
379379
</span>
380380
</a>
381381
</div>
382+
383+
<div class='col-third'>
384+
<a class='card' href='{{ site.baseurl }}/people/jeremy'>
385+
<div class='card-img-wrapper'>
386+
<img class='card-img' src='{{ site.baseurl }}/images/people/jeremy.jpg' alt='Jeremy Childers'>
387+
</div>
388+
<span class='card-text'>
389+
<h4 class='text-m card-title'>Jeremy Childers</h4>
390+
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
391+
</span>
392+
</a>
393+
</div>
382394
</section>
383395

384396
<!-- Our Alumni section-->
@@ -592,6 +604,7 @@ <h5 class='text-xs card-subtitle'>Staff Engineer</h5>
592604
</span>
593605
</a>
594606
</div>
607+
595608

596609
</section>
597610

people/jeremy.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: Jeremy Childers
5+
id: jeremy
6+
title: Jeremy Childers | The C++ Alliance
7+
position: Staff Engineer
8+
image: /images/people/jeremy.jpg
9+
github: https://github.com/jlchilders11
10+
email: jeremy@cppalliance.org
11+
---
12+
<p>Jeremy is an open-source focused full stack web developer with a primary focus in the Python programming language and the Django Framework. Having started as a Physics major, he quickly fell in love with programming and being an engineer, and hasn't looked back in his 8 year long career. When not digging through esoteric bug reports (or writing one himself) he enjoys miniature painting, table top rpgs, and amateur power lifting.</p>

0 commit comments

Comments
 (0)