diff --git a/2023/src/slm/index.slm b/2023/src/slm/index.slm index 27b4eac..a313935 100644 --- a/2023/src/slm/index.slm +++ b/2023/src/slm/index.slm @@ -80,25 +80,25 @@ html lang="ja" | ${form.session_types.join(" / ")} に参加登録する br / Archive - / section class="section is-feature is-wide-lg" - / div class="inner is-padding-horizontal" - / div class="grid is-gap-xl" - / div class="column is-12" - / div class="box" - / h2 class="text is-strong is-xl" - / | Archive - / div class="column is-12 is-desktop-6" - / div class="box is-space" - / - for paragraph of this.archives.description.split(//) - / p class="text is-line-height-xl" - / | ${paragraph} - / div class="column is-12 is-desktop-6 is-space" - / - for link of this.archives.links - / a class="button is-plain is-primary is-margin-right" href="${link.url}" rel="noopener noreferrer" target="_blank" - / i class="fa-solid fa-arrow-up-right-from-square is-margin-right-xs" - / span class="text is-strong" - / | ${link.text} を視聴する - / br + section class="section is-feature is-wide-lg" + div class="inner is-padding-horizontal" + div class="grid is-gap-xl" + div class="column is-12" + div class="box" + h2 class="text is-strong is-xl" + | Archive + div class="column is-12 is-desktop-6" + div class="box is-space" + - for paragraph of this.archives.description.split(//) + p class="text is-line-height-xl" + | ${paragraph} + div class="column is-12 is-desktop-6 is-space" + - for link of this.archives.links + a class="button is-plain is-primary is-margin-right" href="${link.url}" rel="noopener noreferrer" target="_blank" + i class="fa-solid fa-arrow-up-right-from-square is-margin-right-xs" + span class="text is-strong" + | ${link.text} を視聴する + br / Timetable section class="section is-feature is-wide-lg" div class="inner is-padding-horizontal" diff --git a/2023/src/yaml/data.yaml b/2023/src/yaml/data.yaml index 0692487..773f188 100644 --- a/2023/src/yaml/data.yaml +++ b/2023/src/yaml/data.yaml @@ -19,15 +19,15 @@ about: - Presentation organizer: NTT Developers place: オンライン -# archives: -# description: | -# 講演の動画を YouTube で視聴可能です (講演の資料はタイムテーブルをご覧ください)。 -# 現段階で公開されていないものについては講演者の意向により非公開となっております。 -# links: -# - text: Track 1 -# url: https://www.youtube.com/watch?v= -# - text: Track 2 -# url: https://www.youtube.com/watch?v= +archives: + description: | + 講演の動画を YouTube で視聴可能です (講演の資料はタイムテーブルをご覧ください)。 + 現段階で公開されていないものについては講演者の意向により非公開となっております。 + links: + - text: Track 1 + url: https://www.youtube.com/watch?v=t-stcOTkZLI + - text: Track 2 + url: https://www.youtube.com/watch?v=sBriGtPQj9Q code_of_conduct: description: | 以下の行為は禁止します。