Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/flyers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# PDF 版画像は /assets/img/flyers/#{year}.pdf
# を参照するので、それぞれ配置してください。

- year: 2026
form_id: 1FAIpQLSfj_bnVsTv72SXGFejCs8ejbzdNQ9aMviBjjJHbpAfJfJQr8g
- year: 2025
form_id: 1FAIpQLSfj_bnVsTv72SXGFejCs8ejbzdNQ9aMviBjjJHbpAfJfJQr8g
- year: 2024
Expand Down
Binary file added assets/img/flyers/2026.pdf
Binary file not shown.
Binary file added assets/img/flyers/2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/flyers/2026.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions flyers.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,18 @@ redirect_from:
alt='未踏ジュニアのチラシ(サンプル)' />
</a>
<small>※
上記画像を
<span class='ignore-pc'>"タップ"</span>
<span class='ignore-sp'>"クリック"</span>
すると、<br class='ignore-pc'>高解像度版 (PDF) をダウンロードできます。<br>
下記から高解像度版をダウンロードできます。<br>
</small>
</div>

<div class='flex'>
<a class='button' target='_blank' rel='noopener'
href='/assets/img/flyers/{{ flyer["year"] }}.pdf'>PDF 版を見る</a>
<a class='button' target='_blank' rel='noopener'
href='/assets/img/flyers/{{ flyer["year"] }}.png'>PNG 版を見る</a>
</div>

<br><br>

## [<i class='fas fa-mailbox green'></i>](#apply) チラシ配布に協力する {#apply}

Expand Down Expand Up @@ -72,12 +76,12 @@ redirect_from:
.iframe-form{
margin: auto;
display: block;
height: 2200px;
height: 400px;
}
@media screen and (max-width: 600px){
.iframe-form{
margin-left: -23px;
height: 2400px;
height: 400px;
width: 113%;
}
}
Expand Down
Loading