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: 0 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
link: /news/
- name: 応募・開催概要
link: /info/
- name: 過去の合宿の様子
link: /reports/
- name: お問い合わせ
link: /contact/
- name: 旧サイト
Expand Down
17 changes: 10 additions & 7 deletions _includes/hero.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<section class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} is-bold is-primary" {% if page.hero_image %} style="background: url('{{ page.hero_image }}') no-repeat center center; background-size: cover;" {% endif %}>
<div class="hero-body {% if page.hero_darken %} hero-darken {% endif %}">
<div class="container">
{% if page.article %}
<h1 class="title article is-2">{{ page.title }}</h1>
{% if page.no_title %}
{% else %}
<h1 class="title is-2">{{ page.title }}</h1>
{% endif %}
<p class="subtitle is-3">{{ page.subtitle }}</p>
{% if page.hero_link %}
<a href="{{ page.hero_link | relative_url }}" class="button is-info is-large">{{ page.hero_link_text }}</a>
{% if page.article %}
<h1 class="title article is-2">{{ page.title }}</h1>
{% else %}
<h1 class="title is-2">{{ page.title }}</h1>
{% endif %}
<p class="subtitle is-3">{{ page.subtitle }}</p>
{% if page.hero_link %}
<a href="{{ page.hero_link | relative_url }}" class="button is-info is-large">{{ page.hero_link_text }}</a>
{% endif %}
{% endif %}
</div>
</div>
Expand Down
Binary file modified image/2025/rubycamp2025_a.pdf
Binary file not shown.
Binary file modified image/2025/rubycamp2025_b.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
show_sidebar: false
hero_image: /image/banners/banner_home.png
hero_height: is-fullheight
no_title: true
---

<div class="tile is-ancestor">
Expand Down Expand Up @@ -37,11 +38,10 @@ <h3>
<div class="card">
<div class="card-content grey lighten-5">
<h5 class="red-text center-align">
<i class="fa fa-file-image-o" aria-hidden="true"></i>
Ruby合宿2025
<i class="fa fa-images" aria-hidden="true"></i>
Ruby合宿2025 ダウンロード
</h5>
<div class="center-align">
<img class="responsive-img" src="/image/2025/rubycamp2025.png"/>
<ul>
<li>
<a href="/image/2025/rubycamp2025_a.pdf" download="Ruby合宿2025チラシ_表面.pdf">
Expand Down