Skip to content

Commit

Permalink
Merge pull request #58 from kwaka1208/dojocon-2023-develop
Browse files Browse the repository at this point in the history
Countdown DojoCon Japan 追加
  • Loading branch information
Wakabayashi, Kenichi authored Jul 6, 2023
2 parents 03253f9 + c90868d commit 777fb12
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions _data/countdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# - title:
# text:
# img:
# url:

- title: '#1 いよいよ始まる!'
id: XyKhJxF0JbU
date: 2023.06.29
# - title: '#2 基調講演と風魔'
# id: TWw1iokCXlk
# date: 2023.07.06
10 changes: 7 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,15 @@ layout: default
<div class="col-md-8 offset-md-2">
<h2 class="text-center title-text">Countdown <br class='ignore-pc'>DojoCon Japan</h2>
<p class="text-center caption">DojoCon Japan {{ site.year }} の内容を紹介するライブ配信です。</p>
<div class='comming-soon'>ただいま、準備中</div>
</div>
</div>
{% for cd in site.data.countdown %}
<div class="col-md-4 p-3">
<iframe width="100%" height="250" src="https://www.youtube-nocookie.com/embed/{{ cd.id}}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>{{ cd.title }}<br>{{ cd.date }} ONAIR</p>
</div>
{% endfor %}
</div>
</div>

<section id="contact" class="bg-main">
<div class="section-contents container">
<h2 class="text-center title-text">CONTACT</h2>
Expand Down

0 comments on commit 777fb12

Please sign in to comment.