File tree Expand file tree Collapse file tree 11 files changed +105
-2
lines changed Expand file tree Collapse file tree 11 files changed +105
-2
lines changed Original file line number Diff line number Diff line change 1+ works :
2+ " ひらめきゲーム " :
3+ author : " 奥村総司"
4+ image : " /img/contests/winners/7110.webp"
5+ protopedia : " https://protopedia.net/prototype/7110"
6+
7+ " 初心者ねこのお手伝い " :
8+ author : " 松尾太耀"
9+ image : " /img/contests/winners/7425.webp"
10+ protopedia : " https://protopedia.net/prototype/7425"
11+
12+ " スペース・サイクリング " :
13+ author : " 内田湘悟"
14+ image : " /img/contests/winners/7434.webp"
15+ protopedia : " https://protopedia.net/prototype/7434"
16+
17+ " ヤモリゲーム " :
18+ author : " 伊藤碧"
19+ image : " /img/contests/winners/7404.webp"
20+ protopedia : " https://protopedia.net/prototype/7404"
21+
22+ " ピタへび!! " :
23+ author : " 秋穂遥斗"
24+ image : " /img/contests/winners/7430.webp"
25+ protopedia : " https://protopedia.net/prototype/7430"
26+
27+ " Egg Beat " :
28+ author : " 花田勘太郎"
29+ image : " /img/contests/winners/7466.webp"
30+ protopedia : " https://protopedia.net/prototype/7466"
31+
32+ " To my parents 〜直接渡せない時用マシーン〜 " :
33+ author : " yutokome"
34+ image : " /img/contests/winners/7098.webp"
35+ protopedia : " https://protopedia.net/prototype/7098"
36+
37+ winners :
38+ - award : " 白帯 最優秀賞"
39+ work : " スペース・サイクリング"
40+
41+ - award : " 白帯 優秀賞"
42+ work : " ひらめきゲーム"
43+
44+ - award : " 白帯 優秀賞"
45+ work : " 初心者ねこのお手伝い"
46+
47+ - award : " 黒帯 最優秀賞"
48+ work : " Egg Beat"
49+
50+ - award : " 黒帯 優秀賞"
51+ work : " ヤモリゲーム"
52+
53+ - award : " 黒帯 優秀賞"
54+ work : " ピタへび!!"
55+
56+ - award : " 九州賞"
57+ work : " To my parents 〜直接渡せない時用マシーン〜"
58+
59+
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ events:
6868 start : " 16:00"
6969 end : " 16:10"
7070 title : " コンテスト結果発表"
71+ link : " /contests/winners/"
7172
7273 - room : " 5F 大会議室(セッション)"
7374 start : " 16:10"
Original file line number Diff line number Diff line change @@ -8,17 +8,23 @@ permalink: /contests/
88tags : イベント
99---
1010
11+ <p class =" border rounded px-5 py-3 mb-5 " >
12+ DojoCon Japan 2025 プログラミングコンテストの受賞作品が決定しました。<br >
13+ 受賞作品の一覧は下記のページをご覧ください。<br >
14+ <a href =" /contests/winners/ " >DojoCon Japan 2025 プログラミングコンテスト 受賞作品</a >
15+ </p >
16+
1117<p class =" border rounded px-5 py-3 mb-5 " >
1218 DojoCon Japan 2025 プログラミングコンテストの作品募集は2025年9月7日をもって終了しました。<br >
1319 たくさんのご応募ありがとうございました。<br >
1420 応募作品の一覧は下記のページをご覧ください。<br >
15- <a href =" https://protopedia.net/event/dojocon2025 " target =" _blank " >DojoCon Japan 2025 応募作品</a >
21+ <a href =" https://protopedia.net/event/dojocon2025 " target =" _blank " >DojoCon Japan 2025 プログラミングコンテスト 応募作品</a >
1622</p >
1723
1824<p >
1925 子ども達に他の地域の文化やコミュニティーにふれてもらいたい。
2026 プログラミングを通じて様々な経験をしてもらいたい。
21- その思いから、『 DojoCon Japan 2025 プログラミングコンテスト 』を開催いたします。
27+ その思いから、『DojoCon Japan 2025 プログラミングコンテスト』を開催いたします。
2228 一次審査で選ばれた作品は 2025年10月25日(土) に福岡県久留米市で行われる DojoCon Japan 2025 で作品発表していただきます。
2329</p >
2430
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ date : 2025-10-25
4+ permalink : /contests/winners/
5+ title : DojoCon Japan 2025 プログラミングコンテスト受賞作品一覧
6+ title-in-news-list : プログラミングコンテストの受賞作品が決定しました
7+ tag : コンテスト
8+ categories : news
9+ ---
10+
11+ {% include navbar.html %}
12+
13+ <h2 class =" mx-auto text-4xl text-center mb-2 mt-30 px-4 sm:px-8 xl:mt-15 break-keep " >
14+ プログラミング<wbr >コンテスト 受賞作品一覧
15+ </h2 >
16+
17+ <div class =" max-w-2xl mx-auto px-4 sm:px-8 my-15 " >
18+ <section class =" w-full mx-auto " >
19+ <div class="space-y-15">
20+ {% for w in site.data.contests_winners.winners %}
21+ {% assign work = site.data.contests_winners.works[w.work] %}
22+ <article>
23+ <div>
24+ <h3 class="text-3xl mb-4">{{ w.award }}</h3>
25+ <h4 class="text-2xl mb-2">{{ w.work }}</h4>
26+ </div>
27+
28+ <div class="flex justify-center mb-2">
29+ <img src="{{ work.image }}" alt="{{ w.work }} の画像" class="max-h-90 w-auto max-w-full object-contain rounded-md" />
30+ </div>
31+ <p class="text-base mb-1">作: <strong>{{ work.author }}</strong></p>
32+ <a class="underline text-[#cc8f2e]" href="{{ work.protopedia }}" target="_blank" rel="noopener">ProtoPedia で見る</a>
33+ </article>
34+ {% endfor %}
35+ </div>
36+ </section >
37+ </div >
You can’t perform that action at this time.
0 commit comments