Skip to content

Commit

Permalink
fix: Add parts information
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahito committed Feb 20, 2024
1 parent 26f1f96 commit b725117
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 2024/src/slm/index.slm
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ html lang="ja"
| 日時 : ${this.about.date}
ul class="list is-disc"
- for part of this.about.parts
- if part.session_types.length > 1
- if part.session_types.length > 0
li class="item"
| ${part.session_types.join(" / ")} : ${part.begin_at} 〜 ${part.end_at}
- else
li class="item"
| ${part.begin_at} 〜 ${part.end_at}
| ${part.begin_at} 〜 ${part.end_at} (予定)
li class="item"
| 会場 :
a class="text is-primary is-link is-margin-left-xs" href="${this.about.place.url}" rel="noopener noreferrer" target="_blank"
Expand Down
15 changes: 8 additions & 7 deletions 2024/src/yaml/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ about:
本イベントではそれらのエンジニアがもつノウハウや悩みを参加者と共有・議論することで、参加者がもっとおもしろいエンジニアになることを目的としています。
fee: 無料 (参加登録制)
parts:
- begin_at: 13:30
end_at: 18:00
session_types:
# - begin_at: ??:??
# end_at: ??:??
# session_types:
Expand All @@ -20,10 +17,14 @@ about:
# end_at: ??:??
# session_types:
# - Workshop
- begin_at: 13:30
end_at: 18:00
session_types:
- Presentation
- begin_at: 13:30
end_at: 18:00
session_types:
- Presentation
- begin_at: 14:20
end_at: 17:40
session_types:
- Showcase
organizer: NTT Developers
place:
text: docomo R&D OPEN LAB ODAIBA
Expand Down

0 comments on commit b725117

Please sign in to comment.