Skip to content

Commit

Permalink
ajout logo sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Jun 16, 2024
1 parent 72a7147 commit 251f2cc
Show file tree
Hide file tree
Showing 50 changed files with 835 additions and 631 deletions.
38 changes: 13 additions & 25 deletions data/partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"title": "Onepoint",
"id": "onepoint",
"website": "https://www.onepoint.com"
"website": "https://www.groupeonepoint.com/fr/"
},
{
"title": "Proginov",
Expand Down Expand Up @@ -90,7 +90,7 @@
{
"title": "Delia Technologies",
"id": "delia-technologies",
"website": "https://www.delia-technologies.com"
"website": "https://www.delia.tech/"
},
{
"title": "Doctolib",
Expand All @@ -103,9 +103,9 @@
"website": "https://www.epitech.eu"
},
{
"title": "Inetnum",
"id": "inetnum",
"website": "https://www.inetnum.fr"
"title": "Inetum",
"id": "inetum",
"website": "https://www.inetum.com"
},
{
"title": "Isilog",
Expand All @@ -130,7 +130,7 @@
{
"title": "Neosoft",
"id": "neosoft",
"website": "https://www.neosoft.com"
"website": "https://www.neosoft.fr/"
},
{
"title": "Orange Business",
Expand All @@ -150,12 +150,12 @@
{
"title": "SII",
"id": "sii",
"website": "https://www.groupe-sii.com"
"website": "https://sii-group.com/fr-FR"
},
{
"title": "SNCF Connect & Tech",
"id": "sncf-connect-tech",
"website": "https://www.sncf.com/fr"
"website": "https://jobs.connect-tech.sncf/"
},
{
"title": "VIF",
Expand All @@ -165,7 +165,7 @@
{
"title": "Younup",
"id": "younup",
"website": "https://www.younup.com"
"website": "https://www.younup.fr/"
}
],
"virtual": [
Expand All @@ -182,12 +182,12 @@
{
"title": "ModalB",
"id": "modalb",
"website": "https://www.modalb.com"
"website": "https://www.modalbgroup.com/"
},
{
"title": "AB Tasty",
"id": "ab-tasty",
"website": "https://www.abtasty.com"
"website": "https://www.abtasty.com/fr/"
},
{
"title": "Malt",
Expand All @@ -199,29 +199,17 @@
{
"title": "Arkup",
"id": "arkup",
"website": "https://www.arkup.com"
"website": "https://www.arkup.fr/arkup/"
},
{
"title": "Kanoma",
"id": "kanoma",
"website": "https://www.kanoma.com"
"website": "https://www.kanoma.fr/"
},
{
"title": "Google",
"id": "google",
"website": "https://www.google.com"
}
],
"partners": [
{
"title": "Nantes Digital Job",
"id": "nantes-digital-job",
"website": "https://www.nantesdigitaljob.com"
},
{
"title": "Nantes Metropole",
"id": "nantes-metropole",
"website": "https://www.nantesmetropole.fr"
}
]
}
7 changes: 6 additions & 1 deletion json_schemas/schema_partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"velotypie": {
"type": "array",
"items": { "$ref": "#/definitions/partner" }
},
"partners": {
"type": "array",
"items": { "$ref": "#/definitions/partner" }
}
},
"definitions": {
Expand All @@ -42,4 +46,5 @@
},
"required": ["id", "title"]
}
}
}
}
Loading

0 comments on commit 251f2cc

Please sign in to comment.