Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b31b32

Browse files
committedDec 19, 2024·
Add Lyon Craft
1 parent 3b95ab2 commit 9b31b32

File tree

3 files changed

+110
-1
lines changed

3 files changed

+110
-1
lines changed
 

‎data/conferences.json

+12
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,17 @@
3131
"JavaScript",
3232
"Éthique"
3333
]
34+
},
35+
{
36+
"image": "lyon-craft.svg",
37+
"key": "lyon-craft",
38+
"name": "Lyon Craft",
39+
"url": "https://lyon-craft.fr/",
40+
"shortDescription": "Lyon Craft c'est une journée pour échanger autour de la très large thématique qu'est le Software Craftsmanship. Un moment pour partager avec des actrices et acteurs locaux. L'occasion, aussi, de découvrir ce mouvement ou de perfectionner notre usage des approches qu'il plébiscite.",
41+
"tags": [
42+
"Craftsmanship",
43+
"artisan",
44+
"Coding Dojo"
45+
]
3446
}
3547
]

‎public/css/main.css

-1
Original file line numberDiff line numberDiff line change
@@ -5477,7 +5477,6 @@ h1 img {
54775477
}
54785478
.communitiesList img {
54795479
max-width: 100px;
5480-
padding-right: 20px;
54815480
}
54825481
.communitiesList .thumbnail a > img {
54835482
height: 100px;
+98
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.