Skip to content

Commit 42657ca

Browse files
Merge pull request #21 from coderdojo-japan/refactor-exhibition-site
style: 展示のページのスタイルが崩れていたので修正
2 parents 9c2f93b + 2f71bb8 commit 42657ca

37 files changed

+18
-3978
lines changed

_data/projects.yml

+7-338
Large diffs are not rendered by default.

_pages/exhibition.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ permalink: /exhibition/
55
---
66
<div class="container mt-5 mb-5">
77
<div class="row">
8-
<div class="col-md-6 offset-md-3 col-12" style='margin: 70px auto 30px;'>
9-
<h1>ニンジャ作品展示</h1>
10-
<p>各地のニンジャによる作品の展示です</p>
11-
</div>
8+
<div class="row justify-content-center">
9+
<div class="col-md-6 col-12 text-center" style="margin: 70px auto 30px;padding-top: 20px;">
10+
<h1 style="font-weight: bold;">ニンジャ作品展示</h1>
11+
<p>各地のニンジャによる作品の展示です</p>
12+
</div>
1213
</div>
1314

1415
<div class="air"></div>
@@ -24,8 +25,8 @@ permalink: /exhibition/
2425
<a href="/expo/{{ project.id }}">
2526
<img class="w-100 px-5" alt="サムネイル"
2627
{% if project.thumbnail %}
27-
src="/img/2023/exhibition/{{ project.thumbnail }}" {% else %}
28-
src="/img/2023/dummy.jpg"
28+
src="/img/exhibition/{{ project.thumbnail }}" {% else %}
29+
src="/img/ogp.jpg"
2930
{% endif %}
3031
>
3132
</a>

_pages/exhibition/2023-1.md

-110
This file was deleted.

_pages/exhibition/2023-10.md

-110
This file was deleted.

_pages/exhibition/2023-11.md

-110
This file was deleted.

0 commit comments

Comments
 (0)