-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from TijlIvens/main
Add lemon companies + Add projects + developers
- Loading branch information
Showing
20 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "Bevoy", | ||
"description": "Simplify your workplace well-being. Bevoy is an all-in-one solution that integrates your existing well-being initiatives, fills in what’s missing, ensures legal compliance, and delivers actionable data — all while rewarding colleagues for feedback, learning, and healthier living.", | ||
"useLogoInsteadOfTextTitle": true, | ||
"links": { | ||
"website": "https://bevoy.be" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "Etion", | ||
"description": "ETION is het forum voor geëngageerd ondernemen", | ||
"useLogoInsteadOfTextTitle": true, | ||
"links": { | ||
"website": "https://etion.be/" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Lemon", | ||
"description": "Full-service digital accelerator. Your partner in delivering business impact by designing, developing and maintaining digital solutions.", | ||
"useLogoInsteadOfTextTitle": true, | ||
"links": { | ||
"website": "https://www.lemon.be/", | ||
"jobWebsite": "https://lemon.be/jobs" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"githubUserName": "mathieu-van-flieberge-lemon", | ||
"name": "Mathieu Van Flieberge", | ||
"links": { | ||
"linkedin": "https://www.linkedin.com/in/mathieu-van-flieberge/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"githubUserName": "tijlivens", | ||
"name": "Tijl Ivens", | ||
"links": { | ||
"linkedin": "https://www.linkedin.com/in/s-tijl/" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Bevoy", | ||
"description": "Bevoy is an all-in-one solution that integrates your existing well-being initiatives, fills in what’s missing, ensures legal compliance, and delivers actionable data — all while rewarding colleagues for feedback, learning, and healthier living.", | ||
"publisher": "Bevoy", | ||
"developers": [ | ||
{ | ||
"githubUserName": "tijlivens", | ||
"companyName": "Lemon" | ||
}, | ||
{ | ||
"githubUserName": "mathieu-van-flieberge-lemon", | ||
"companyName": "Lemon" | ||
} | ||
], | ||
"releaseData": "2023-07-04", | ||
"links": { | ||
"appstore": "https://apps.apple.com/be/app/bevoy/id6443584006", | ||
"playstore": "https://play.google.com/store/apps/details?id=life.bevoy.app", | ||
"webApp": "https://go.bevoy.life", | ||
"marketingWebsite": "https://bevoy.be" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Etion", | ||
"description": "Mobile app to view the articles and events of Etion. Easily manage your membership with Etion.", | ||
"publisher": "Etion", | ||
"developers": [ | ||
{ | ||
"githubUserName": "tijlivens", | ||
"companyName": "Lemon" | ||
}, | ||
{ | ||
"githubUserName": "mathieu-van-flieberge-lemon", | ||
"companyName": "Lemon" | ||
} | ||
], | ||
"releaseData": "2024-05-16", | ||
"links": { | ||
"appstore": "https://apps.apple.com/be/app/etion/id6470307468", | ||
"playstore": "https://play.google.com/store/apps/details?id=be.etion.app", | ||
"webApp": "https://app.etion.be/", | ||
"marketingWebsite": "https://etion.be/" | ||
} | ||
} |