Skip to content

Commit

Permalink
Merge pull request #276 from ntt-developers/add_archives_to_2023
Browse files Browse the repository at this point in the history
✨ Add archives for 2023
  • Loading branch information
Mahito authored May 8, 2023
2 parents f04a8d2 + dee9292 commit bcbcbf7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
38 changes: 19 additions & 19 deletions 2023/src/slm/index.slm
Original file line number Diff line number Diff line change
Expand Up @@ -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(/<br\s?\/?>/)
/ 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(/<br\s?\/?>/)
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"
Expand Down
18 changes: 9 additions & 9 deletions 2023/src/yaml/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
以下の行為は禁止します。
Expand Down

0 comments on commit bcbcbf7

Please sign in to comment.