Skip to content

Commit

Permalink
added stephens picture (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarger14 authored Mar 13, 2024
1 parent 58dd5fd commit a2f8ccf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _includes/team_members.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ <h3>Tim Freebern</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="team_box team_box_1">
<div class="team_img zCore_img">
<img src="assets/images/people/spardue.jpeg" class="img-fluid" alt="">
</div>
<div class="team_info">
<h3>Stephen Pardue</h3>
<p>Developer</p>
</div>
</div>
</div>
</div>
<div class="team_join_button text-center">
<a href="/careers" class="zCore_btn_drk_bg team_btn_1 wow slideInLeft" data-wow-duration="2s">Join zCore</a>
Expand Down
Binary file added assets/images/people/spardue.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ <h3>Tim Freebern</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="team_box team_box_1">
<div class="team_img zCore_img">
<img src="{{relative_url}}/assets/images/people/spardue.jpeg" class="img-fluid" alt="">
</div>
<div class="team_info">
<h3>Stephen Pardue</h3>
<p>Developer</p>
</div>
</div>
</div>
</div>
<div class="team_join_button text-center">
<a href="/careers" class="zCore_btn team_btn_1 wow slideInLeft" data-wow-duration="2s">Join zCore</a>
Expand Down

0 comments on commit a2f8ccf

Please sign in to comment.