Skip to content

Commit

Permalink
Merge pull request #165 from azumag/fix_schedule
Browse files Browse the repository at this point in the history
Fix schedule
  • Loading branch information
azumag committed May 15, 2024
2 parents cac9937 + 4e8e08d commit 3f052d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css?20240514">
<link rel="stylesheet" href="styles.css?20240515">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
Expand Down Expand Up @@ -143,16 +143,16 @@ <h1>イベント詳細</h1>
<h2>スケジュール</h2>
<div class="text-start container-fluid">
<div class="row row-cols-1 border-bottom">
<div class="col col-5 p-0">2024年4月8日</div>
<div class="col col-7">エントリー開始</div>
<div class="col col-5 p-0"><s>2024年4月8日</s></div>
<div class="col col-7"><s>エントリー開始</s></div>
</div>
<div class="row row-cols-1 border-bottom">
<div class="col col-5 p-0"><span>2024年5月6日</span><span>23時59分(GMT)</span></div>
<div class="col col-7"><span>ショート部門</span> <span>エントリー締め切り</span></div>
<div class="col col-5 p-0"><span><s>2024年5月6日</s></span><span><s>23時59分(GMT)</s></span></div>
<div class="col col-7"><span><s>ショート部門</s></span> <span><s>エントリー締め切り</s></span></div>
</div>
<div class="row row-cols-1 border-bottom">
<div class="col col-5 p-0"><span>2024年5月12日</span><span>23時59分(GMT)</span></div>
<div class="col col-7"><span>オンライン部門</span> <span>エントリー締め切り</span></div>
<div class="col col-5 p-0"><span><s>2024年5月12日</s></span><span><s>23時59分(GMT)</s></span></div>
<div class="col col-7"><span><s>オンライン部門</s></span> <span><s>エントリー締め切り</s></span></div>
</div>
<div class="row row-cols-1 border-bottom">
<div class="col col-5 p-0"><span>2024年5月19日</span><span>23時59分(GMT)</span></div>
Expand Down

0 comments on commit 3f052d1

Please sign in to comment.