-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathcss.json
More file actions
55 lines (55 loc) · 1.48 KB
/
css.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{
"name": "JSConf Spain",
"url": "https://jsconf.es",
"startDate": "2025-03-01",
"endDate": "2025-03-01",
"city": "Madrid",
"country": "Spain",
"online": true,
"locales": "ES",
"cocUrl": "https://www.jsconf.es/codigo-de-conducta",
"cfpUrl": "https://tally.so/r/3xyl4v",
"cfpEndDate": "2024-12-01",
"twitter": "@midudev"
},
{
"name": "Positive Design Days",
"url": "https://positive-design-days.com",
"startDate": "2025-06-12",
"endDate": "2025-06-12",
"city": "Strasbourg",
"country": "France",
"online": false,
"locales": "FR,EN",
"cocUrl": "https://positive-design-days.com/coc",
"cfpUrl": "https://conference-hall.io/positive-design-days",
"cfpEndDate": "2025-04-29"
},
{
"name": "SmashingConf Freiburg",
"url": "https://smashingconf.com/freiburg-2025",
"startDate": "2025-09-08",
"endDate": "2025-09-11",
"city": "Freiburg",
"country": "Germany",
"online": true,
"locales": "EN",
"offersSignLanguageOrCC": true,
"cocUrl": "https://smashingconf.com/codeofconduct",
"twitter": "@smashingconf"
},
{
"name": "SmashingConf New York",
"url": "https://smashingconf.com/ny-2025",
"startDate": "2025-10-06",
"endDate": "2025-10-09",
"city": "New York, NY",
"country": "U.S.A.",
"online": true,
"locales": "EN",
"offersSignLanguageOrCC": true,
"cocUrl": "https://smashingconf.com/codeofconduct",
"twitter": "@smashingconf"
}
]