-
Notifications
You must be signed in to change notification settings - Fork 3
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 #78 from acmauth/AboutFAQ
Added a json for contributors instead of scraping the md
- Loading branch information
Showing
3 changed files
with
64 additions
and
57 deletions.
There are no files selected for viewing
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
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,45 @@ | ||
{ | ||
"contributors": [ | ||
{ | ||
"name": "Apostolos Halis", | ||
"personal_link": "https://github.com/TolisSth", | ||
"image_url": "https://avatars.githubusercontent.com/u/93685610?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Christos Balaktsis", | ||
"personal_link": "https://www.linkedin.com/in/christos-balaktsis/", | ||
"image_url": "https://avatars.githubusercontent.com/u/74056421?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Dimitra Angelidou", | ||
"personal_link": "https://github.com/dangelidou", | ||
"image_url": "https://avatars.githubusercontent.com/u/115474360?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Konstantinos Agathopoulos", | ||
"personal_link": "https://github.com/Kostaga", | ||
"image_url": "https://avatars.githubusercontent.com/u/59094550?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Michalis Karypidis", | ||
"personal_link": "https://github.com/VirtualVirtuosoV1", | ||
"image_url": "https://avatars.githubusercontent.com/u/110724304?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Myrto Gkogkou", | ||
"personal_link": "https://gr.linkedin.com/in/myrto-gkogkou-67b004260", | ||
"image_url": "https://avatars.githubusercontent.com/u/75997814?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Neron Panagiotopoulos", | ||
"personal_link": "https://www.linkedin.com/in/neronmkp/", | ||
"image_url": "https://avatars.githubusercontent.com/u/18248043?v=4?s=100" | ||
}, | ||
{ | ||
"name": "Vasilis Michaelidis", | ||
"personal_link": "https://github.com/VasilisMicha", | ||
"image_url": "https://avatars.githubusercontent.com/u/145148992?v=4?s=100" | ||
} | ||
] | ||
} | ||
|
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