Skip to content

Commit

Permalink
Merge pull request #73 from devlille/press
Browse files Browse the repository at this point in the history
docs: add/fix some press data
  • Loading branch information
EmmanuelDemey authored Oct 22, 2024
2 parents f59a891 + 90f76ba commit 6509cc2
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions data/press.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
export default {
2024: [
{
title: "L’accessibilité au DevFest Lille 2024",
url: "https://www.sfeir.dev/front/laccessibilite-au-devfest-lille-2024/",
publishedAt: "26 août 2024",
publishedBy: "Sfeir",
type: "press",
},
{
title: "Devfest Lille 2024 : vers un numérique responsable et performant",
url: "https://www.urbilog.com/blogposts/devfest-lille-2024-vers-un-numerique-responsable-et-performant",
Expand All @@ -21,6 +28,13 @@ export default {
publishedBy: "Sfeir",
type: "press",
},
{
title: "Retour sur le DevFest 2024 : une édition inoubliable !",
url: "https://www.sfeir.dev/tendances/retour-sur-le-devfest-2024-une-edition-inoubliable/",
publishedAt: "18 juin 2024",
publishedBy: "Sfeir",
type: "press",
},
{
title: "De retour du DevFest Lille 2024",
url: "https://les-tilleuls.coop/blog/de-retour-du-devfest-lille-2024",
Expand Down Expand Up @@ -75,9 +89,10 @@ export default {
type: "press",
},
{
title: "DevFest Lille 2023 : Les retours de conf' de nos Sfeiriens",
url: "https://www.sfeir.dev/tendances/devfest-lille-2023-les-retours-de-conf-de-nos-sfeiriens/",
publishedAt: "26 juin 2023",
title:
"DevFest Lille : Les retours de conf' de nos Sfeiriens - Partie 2",
url: "https://www.sfeir.dev/tendances/devfest-lille-les-retours-de-conf-de-nos-sfeiriens-partie-2/",
publishedAt: "08 juin 2023",
publishedBy: "Sfeir",
type: "press",
},
Expand All @@ -89,6 +104,21 @@ export default {
publishedBy: "Alizée Colin",
type: "press",
},
{
title:
"L'accessibilité et l'inclusivité au travail : des piliers fondamentaux au cœur du DevFest Lille",
url: "https://www.sfeir.dev/tendances/laccessibilite-et-linclusivite-au-travail-des-piliers-fondamentaux-au-coeur-du-devfest-lille/",
publishedAt: "06 juin 2023",
publishedBy: "Sfeir",
type: "press",
},
{
title: "DevFest Lille 2023 : Les retours de conf' de nos Sfeiriens",
url: "https://www.sfeir.dev/tendances/devfest-lille-2023-les-retours-de-conf-de-nos-sfeiriens/",
publishedAt: "1 juin 2023",
publishedBy: "Sfeir",
type: "press",
},
{
title: "Cockpit io au Devfest Lille 2023",
url: "https://blog.cockpitio.com/events/devfest-lille-2023/",
Expand Down Expand Up @@ -132,7 +162,7 @@ export default {
title: "Retour sur DevFest Lille 2022",
url: "https://www.dnd.fr/retour-sur-devfest-lille-2022/",
publishedAt: "05 juillet 2022",
publishedBy: "Sfeir",
publishedBy: "Dn'D",
type: "press",
},

Expand All @@ -147,7 +177,7 @@ export default {
title: "[REX] DevFest Lille 2022 🍻",
url: "https://maximepawlak.medium.com/rex-devfest-lille-2022-9814f45eea52",
publishedAt: "13 juin 2022",
publishedBy: "DN'D",
publishedBy: "Maxime Pawlak",
type: "press",
},
],
Expand Down

0 comments on commit 6509cc2

Please sign in to comment.