Skip to content

Commit

Permalink
Merge pull request #21 from coderdojo-japan/refactor-exhibition-site
Browse files Browse the repository at this point in the history
style: 展示のページのスタイルが崩れていたので修正
  • Loading branch information
takusandayooo authored Sep 9, 2024
2 parents 9c2f93b + 2f71bb8 commit 42657ca
Show file tree
Hide file tree
Showing 37 changed files with 18 additions and 3,978 deletions.
345 changes: 7 additions & 338 deletions _data/projects.yml

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions _pages/exhibition.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ permalink: /exhibition/
---
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-md-6 offset-md-3 col-12" style='margin: 70px auto 30px;'>
<h1>ニンジャ作品展示</h1>
<p>各地のニンジャによる作品の展示です</p>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-12 text-center" style="margin: 70px auto 30px;padding-top: 20px;">
<h1 style="font-weight: bold;">ニンジャ作品展示</h1>
<p>各地のニンジャによる作品の展示です</p>
</div>
</div>

<div class="air"></div>
Expand All @@ -24,8 +25,8 @@ permalink: /exhibition/
<a href="/expo/{{ project.id }}">
<img class="w-100 px-5" alt="サムネイル"
{% if project.thumbnail %}
src="/img/2023/exhibition/{{ project.thumbnail }}" {% else %}
src="/img/2023/dummy.jpg"
src="/img/exhibition/{{ project.thumbnail }}" {% else %}
src="/img/ogp.jpg"
{% endif %}
>
</a>
Expand Down
110 changes: 0 additions & 110 deletions _pages/exhibition/2023-1.md

This file was deleted.

110 changes: 0 additions & 110 deletions _pages/exhibition/2023-10.md

This file was deleted.

110 changes: 0 additions & 110 deletions _pages/exhibition/2023-11.md

This file was deleted.

Loading

0 comments on commit 42657ca

Please sign in to comment.