Skip to content

Commit

Permalink
feat(site): add elevatebart to the about-us page (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart authored Jan 3, 2025
1 parent c4bfb19 commit 716b501
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion components/company/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,18 @@
<a href="https://github.com/MilosPaunovic" target="_blank" class="me-2"><github /></a>
</span>
</div>
<div class="team-card" data-aos="zoom-in">
<img class="img-fluid team-member" src="/landing/company/teams/elevatebart.png" alt="Bart Ledoux"/>
<div class="w-100">
<div class="team-name">Bart Ledoux</div>
<div class="team-title font-small">Senior Frontend Engineer</div>
</div>
<span>
<a href="https://www.linkedin.com/in/bartledoux/" target="_blank" class="me-2"><linkedin /></a>
<a href="https://github.com/elevatebart" target="_blank" class="me-2"><github /></a>
<a href="https://piaille.fr/@elevatebart" target="_blank" class="me-2"><mastodon /></a>
</span>
</div>
<div class="team-card" data-aos="zoom-in">
<img class="img-fluid team-member" src="/landing/company/teams/smuntean.png" alt="Stefan Muntean"/>
<div class="w-100">
Expand All @@ -208,9 +220,10 @@
import Github from "vue-material-design-icons/Github.vue";
import Linkedin from "vue-material-design-icons/Linkedin.vue";
import Twitter from "vue-material-design-icons/Twitter.vue";
import Mastodon from "vue-material-design-icons/Mastodon.vue";
export default {
components: {Twitter, Linkedin, Github, Section}
components: {Twitter, Linkedin, Github, Section, Mastodon}
}
</script>

Expand Down
Binary file added public/landing/company/teams/elevatebart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 716b501

Please sign in to comment.