Skip to content

Commit

Permalink
feat: make other roles for co-founders
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix278 committed Dec 16, 2024
1 parent 13155f8 commit 4dfe1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ document.addEventListener("DOMContentLoaded", function () {
const members = [
{
name: "Martin Sidorov",
profession: "Co-Founder, Software Engineer",
profession: "Co-Founder, Backend Developer",
portfolio: "https://martinsidorov.com/",
picture: "./resources/img/members/martin.webp",
},
{
name: "Daniel Laks",
profession: "Co-Founder, Software Engineer",
profession: "Co-Founder, Frontend Developer",
portfolio: "https://www.linkedin.com/in/daniel-luxx/",
picture: "./resources/img/members/daniel.webp",
},
Expand Down

0 comments on commit 4dfe1f1

Please sign in to comment.