Skip to content

Commit

Permalink
Leadership pages updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trayburn committed Jan 9, 2024
1 parent bcc6e7c commit b2872c0
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 8 deletions.
7 changes: 6 additions & 1 deletion _includes/theme/cards/card-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% assign jobtitle = include.jobtitle %}
{% assign links = include.links %}
{% assign url = include.url %}

{% assign discord = include.discord %}
<div class="card card-team {% if include.thumbnail %}card-has-thumbnail{% endif %} {% if include.icon %}card-has-icon{% endif %}">
{% if thumbnail %}
<div class="card-thumbnail">
Expand Down Expand Up @@ -34,6 +34,11 @@ <h3>{{ title }}</h3>
<p>{{ description }}</p>
</div>
{% endif %}
{% if discord %}
<div class="card-description">
<p>Discord: {{ discord }}</p>
</div>
{% endif %}
{% if links %}
<div class="card-links">
{% for link in links %}
Expand Down
1 change: 1 addition & 0 deletions _layouts/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
weight=card.weight
jobtitle=card.jobtitle
links=card.links
discord=card.discord
%}
</div>
{% endfor %}
Expand Down
Binary file added assets/images/team/cameron-steele.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/paul-ingendorf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/robert-kehrerg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions collections/_team/cameron-steele.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Cameron Steele"
date: 2018-12-20T13:44:30+10:00
weight: 4
description: "Floating Board Member and Software Developer at LibLab"
thumbnail: "/assets/images/team/cameron-steele.jpg"
image: "/assets/images/team/cameron-steele.jpg"
jobtitle: "President"
discord: "atechadventurer"
links:
- url: "https://www.linkedin.com/in/atechadventurer/"
label: LinkedIn
icon: "fab fa-linkedin"
---

1 change: 1 addition & 0 deletions collections/_team/doug-emes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: "Current President and Technical Trainer with VSoft Consulting Grou
thumbnail: "/assets/images/team/doug-emes.jpeg"
image: "/assets/images/team/doug-emes.jpeg"
jobtitle: "President"
discord: "doug.emes"
links:
- url: "https://www.linkedin.com/in/doug-emes/"
label: LinkedIn
Expand Down
7 changes: 1 addition & 6 deletions collections/_team/hannah-garbacz.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ description: "Vice President and Director of Client Care at Agent Jill Team"
thumbnail: "/assets/images/team/hannah-garbacz.jpeg"
image: "/assets/images/team/hannah-garbacz.jpeg"
jobtitle: "Vice President"
discord: "hannigarbz"
links:
- url: "https://www.linkedin.com/in/hgarbacz/"
label: LinkedIn
icon: "fab fa-linkedin"
---

Mike is a highly experienced Senior Art Director with over 20 years of experience in the advertising and creative industry. With a strong background in graphic design and a deep understanding of the creative process, Mike has been responsible for leading numerous successful campaigns for some of the world's leading brands.

Throughout his career, Mike has worked on a wide range of projects, including print, digital, and television advertisements, as well as branding, packaging, and product design. He has a keen eye for detail and a passion for creating designs that are both visually striking and effective in communicating the client's message.

Mike's expertise extends beyond just design, as he is also highly skilled in managing and mentoring creative teams. He has a proven track record of leading teams to produce outstanding work on tight deadlines, while maintaining a positive and collaborative working environment.
14 changes: 14 additions & 0 deletions collections/_team/paul-ingendorf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Paul Ingendorf"
date: 2018-12-20T13:44:30+10:00
weight: 4
description: "Floating Board Member and Owner of WanTEK"
thumbnail: "/assets/images/team/paul-ingendorf.jpg"
image: "/assets/images/team/paul-ingendorf.jpg"
jobtitle: "Floating Board Member and and Owner of WanTEK"
discord: "pauldy"
links:
- url: "https://www.linkedin.com/in/paul-ingendorf/"
label: LinkedIn
icon: "fab fa-linkedin"
---
10 changes: 10 additions & 0 deletions collections/_team/robert-kehrerg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Robert Kehrerg"
date: 2018-12-20T13:44:30+10:00
weight: 3
description: "Secretary"
thumbnail: "/assets/images/team/robert-kehrerg.jpg"
image: "/assets/images/team/robert-kehrerg.jpg"
jobtitle: "Secretary"
discord: "pyronaut911"
---
2 changes: 1 addition & 1 deletion pages/team.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: list
title: "Team"
title: "Leadership Team"
description: "Meet our dedicated team."
permalink: "/team/"
date: 2018-02-12T15:37:57+07:00
Expand Down

0 comments on commit b2872c0

Please sign in to comment.