Skip to content

Commit

Permalink
Update g0v Summit 2024 config (#18)
Browse files Browse the repository at this point in the history
* add Wi-Fi info to g0v Summit 2024

* fix missing webview icon issue for g0v Summit 2024

* add safety & CoC report to g0v Summit 2024
  • Loading branch information
yellowsoar authored May 3, 2024
1 parent 106b0d3 commit fe76500
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions events/g0v_Summit_2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,39 @@
"zh": "我的票券"
}
},
{
"feature": "wifi",
"display_text": {
"en": "Wi-Fi",
"zh": "會場 Wi-Fi"
},
"wifi": [
{
"SSID": "g0v Summit 2024_via KlickKlack",
"password": "summit2024"
}
],
"visible_roles": [
"attendee",
"speaker"
]
},
{
"feature": "wifi",
"display_text": {
"en": "Wi-Fi",
"zh": "會場 Wi-Fi"
},
"wifi": [
{
"SSID": "g0v Staff",
"password": "iamnobody"
}
],
"visible_roles": [
"staff"
]
},
{
"feature": "announcement",
"display_text": {
Expand All @@ -43,6 +76,15 @@
},
"url": "https://opass.g0v.tw"
},
{
"feature": "webview",
"display_text": {
"en": "Safety Tips",
"zh": "安全須知"
},
"icon": "https://summit.g0v.tw/2024/assets/img/pangolin-mono.png",
"url": "https://summit.g0v.tw/2024/safety/"
},
{
"feature": "schedule",
"display_text": {
Expand Down Expand Up @@ -73,6 +115,7 @@
"en": "Unconf.",
"zh": "開放工作坊"
},
"icon": "https://summit.g0v.tw/2024/assets/img/pangolin-mono.png",
"url": "https://g0v.hackmd.io/@summit2024/notes/%2FIGm0HDk1QDKRAoqpf6d7qA"
},
{
Expand All @@ -81,6 +124,7 @@
"en": "Lightning Talk",
"zh": "閃電講"
},
"icon": "https://summit.g0v.tw/2024/assets/img/pangolin-mono.png",
"url": "https://g0v.hackmd.io/@summit2024/notes/%2FJCl7O8QXTeWlcYukM6ld3w"
},
{
Expand All @@ -97,14 +141,25 @@
"en": "Code of Conduct",
"zh": "社群守則"
},
"icon": "https://summit.g0v.tw/2024/assets/img/pangolin-mono.png",
"url": "https://summit.g0v.tw/2024/coc/"
},
{
"feature": "webview",
"display_text": {
"en": "CoC Violation Report",
"zh": "騷擾事件通報"
},
"icon": "https://summit.g0v.tw/2024/assets/img/pangolin-mono.png",
"url": "https://forms.gle/LYGUTG58yj8doKxT6"
},
{
"feature": "webview",
"display_text": {
"en": "Working Group Minutes",
"zh": "籌備紀錄"
},
"icon": "https://summit.g0v.tw/2024/assets/img/pangolin-mono.png",
"url": "https://g0v.hackmd.io/@summit2024/book/"
},
{
Expand Down

0 comments on commit fe76500

Please sign in to comment.