Skip to content

style: 展示のページのスタイルが崩れていたので修正 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 9, 2024
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
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
Loading