Skip to content

Commit

Permalink
応募フォーム準備中の旨を記載
Browse files Browse the repository at this point in the history
  • Loading branch information
moesuke committed Dec 18, 2024
1 parent 005a9de commit 8dec8eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 2024/winter/entry/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,24 @@ main .attention h3{
background: rgb(49, 47, 121);
}

.award .entry_button_pending {
display: block;
text-decoration: none;
color: #888;
background: #DDD;
background-size: 40px 40px; /* ストライプのサイズ */
width: 70%;
margin: 30px auto;
padding: 1rem;
text-align: center;
font-size: 1.7rem;
font-weight: bold;
border-radius: 20px;
border-style: dashed;
border: 2px solid #888;
position: relative;
}

.award.award_all {
background: rgb(211, 182, 211);
}
Expand Down
2 changes: 2 additions & 0 deletions 2024/winter/entry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ <h2 class="text-center m-5">ZEN Study 部門</h2>
</dd>
</dl>
</div>
<div class="entry_button_pending">応募フォーム(準備中)</div>
<!-- TODOフォーム作る <a href="https://questant.jp/q/zenstudy_contest2024_winter" target="_blank" class="entry_button">応募はこちらから</a> -->
</div>
<div class="award award_gakuen p-2 animation animation-below">
Expand Down Expand Up @@ -289,6 +290,7 @@ <h2 class="text-center m-5">角川ドワンゴ学園 部門</h2>
</dd>
</dl>
</div>
<div class="entry_button_pending">応募フォーム(準備中)</div>

<!-- 応募フォーム確認する <a href="https://forms.gle/zYSB5cbmDjjfQuTV6" class="entry_button" target="_blank">応募はこちらから</a> -->
</div>
Expand Down

0 comments on commit 8dec8eb

Please sign in to comment.