Reeks aan verbeteringen om actieve leden en teamleden te tonen

This commit is contained in:
Michael Boelen 2023-05-08 15:04:22 +02:00
parent 3f36e036d0
commit a0599f1143
18 changed files with 137 additions and 10 deletions

View file

@ -0,0 +1,16 @@
{
"id": "jan-sepp",
"name": "Jan Sepp",
"email": "",
"gender": "male",
"nationality": "Dutch",
"thumbnail": "/afbeeldingen/personen/jan-sepp-200x200.jpg",
"social": {
"github": "",
"instagram": "",
"linkedin": "",
"mastodon": "",
"mastodon_url": "",
"twitter": ""
}
}

View file

@ -0,0 +1,16 @@
{
"id": "mark-janssen",
"name": "Mark Janssen",
"email": "",
"gender": "male",
"nationality": "Dutch",
"thumbnail": "/afbeeldingen/personen/mark-janssen-200x200.jpg",
"social": {
"github": "",
"instagram": "",
"linkedin": "",
"mastodon": "",
"mastodon_url": "",
"twitter": ""
}
}

View file

@ -1,9 +1,10 @@
{
"id": "michael-boelen",
"name": "Michael Boelen",
"thumbnail": "",
"email": "michael@nluug.nl",
"gender": "male",
"nationality": "Dutch",
"profile_page": "/organisatie/personen/michael-boelen/",
"thumbnail": "/afbeeldingen/personen/michael-boelen-200x200.png",
"websites": [{
"id": 1,
@ -15,11 +16,12 @@
"url": "https://linux-audit.com/"
}],
"social": {
"facebook": "",
"github": "mboelen",
"twitter": "mboelen",
"instagram": "",
"linkedin": "michael-boelen",
"mastodon": "@mboelen@mastodon.social",
"mastodon_url": "https://mastodon.social/@mboelen"
"mastodon_url": "https://mastodon.social/@mboelen",
"twitter": "mboelen"
}
}

View file

@ -0,0 +1,16 @@
{
"id": "ronny-lam",
"name": "Ronny Lam",
"email": "",
"gender": "male",
"nationality": "Dutch",
"thumbnail": "/afbeeldingen/personen/ronny-lam-200x200.jpg",
"social": {
"github": "",
"instagram": "",
"linkedin": "",
"mastodon": "",
"mastodon_url": "",
"twitter": ""
}
}