Skip to content

Commit

Permalink
配信情報を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Sakanoshita committed Nov 14, 2022
1 parent ac419de commit 2d674f2
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 28 deletions.
4 changes: 2 additions & 2 deletions _data/talks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- talk: 基調講演
title: (仮)加古川市における地理情報とオープンデータ活用
title: 加古川市スマートシティ推進の取り組みについて
name: 多田 功
position: 加古川市 スマートシティ担当課長
img: noimg.webp
img: tada.png
33 changes: 18 additions & 15 deletions _includes/speaker.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<section>
<div class="container py-4 py-xl-5">
<h2 class="display-6 fw-bold mb-4" id="speaker"><i class="bi bi-chat-square"></i> 講演</h2>
{% for talk in site.data.talks %}
<div class="row mb-4 mb-xxl-5 justify-content-center">
<h3>{{ talk.talk }}</h3>
<div class="col-10 col-md-5 col-lg-4 col-xl-3 g-0 text-center">
{% if talk.img != null %}
<img src="/img/{{ talk.img }}" alt="" class="img-fluid" width="320px" height="320px">
{% endif %}
</div>
<div class="col-10 col-md-7 col-lg-8 col-xl-9 p-3 speakertalk">
<h4 class="fs-2">{{ talk.title }}</h4>
<p class="fs-4">{{ talker.name }}</p>
<p>{{ talk.position }}</p>
<div class="container py-4 py-xl-3">
<div class="card">
<div class="card-body">
<h2 class="display-6 fw-bold mb-4" id="speaker"><i class="bi bi-chat-square"></i> 基調講演</h2>
{% for talk in site.data.talks %}
<div class="row mb-4 mb-xxl-5 justify-content-center">
<div class="col-10 col-md-5 col-lg-4 col-xl-3 g-0 text-center">
{% if talk.img != null %}
<img src="/img/{{ talk.img }}" alt="" class="img-fluid" width="200">
{% endif %}
</div>
<div class="col-10 col-md-7 col-lg-8 col-xl-9 p-3">
<h4 class="fs-2">{{ talk.title }}</h4>
<p class="fs-4">{{ talker.name }}</p>
<p>{{ talk.position }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</section>
10 changes: 5 additions & 5 deletions _includes/timetable.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="timetable">
<div class="container py-4 py-xl-5">
<div class="container py-4 py-xl-2">
<div class="card">
<div class="card-body">
<h2 class="display-6 fw-bold mb-4"><i class="bi bi-calendar"></i> タイムテーブル</h2>
Expand All @@ -26,7 +26,7 @@ <h5>開会の挨拶(実行委員長)</h5>
<tr>
<th>13:10〜13:30</th>
<td>
<h5><span>基調講演</span><br>(仮)加古川市における地理情報とオープンデータ活用</h5>
<h5><span>基調講演</span><br>加古川市スマートシティ推進の取り組みについて</h5>
<p class="speaker">多田 功 | 加古川市 スマートシティ担当課長</p>
</td>
<td>&nbsp;</td>
Expand All @@ -38,7 +38,7 @@ <h5><span>基調講演</span><br>(仮)加古川市における地理情報とオ
<tr>
<th>13:40〜14:00</th>
<td>
<h5><span>スポンサー講演</span><br>OpenStreetMap x LocationMind(仮)</h5>
<h5><span>スポンサー講演</span><span class="red">配信無し</span><br>OpenStreetMap x LocationMind(仮)</h5>
<p class="speaker">金杉 洋 | LocationMind株式会社</p>
これまでにOpenStreetMapを利用してきた実績と、今後の活用の可能性についてのご紹介します。
</td>
Expand All @@ -47,7 +47,7 @@ <h5><span>スポンサー講演</span><br>OpenStreetMap x LocationMind(仮)<
<tr>
<th>14:00〜14:20</th>
<td>
<h5><span>スポンサー講演</span><br>Mapboxでの日本地図対応 Mapboxでの日本地図対応</h5>
<h5><span>スポンサー講演</span><span class="red">配信無し</span><br>Mapboxでの日本地図対応 Mapboxでの日本地図対応</h5>
<p class="speaker">矢澤 良紀 | Mapbox Japan G.K.</p>
Mapboxが日本地図向けに行った対応の過去3年間の歴史をお話頂きます。
</td>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h5>泉州らへんでオープンデータとGISを楽しむ会の活動
</tr>
<tr>
<td>
<h5>街の魅力発見とOSM</h5>
<h5><span class="red">配信無し</span>街の魅力発見とOSM</h5>
<p class="speaker">藤野 進</p>
大阪市東淀川区でのOSMを使った、街の魅力発見する活動について
</td>
Expand Down
15 changes: 9 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ h5 span {
display: inline-block;
background-color: darkgreen;
padding: 2px 4px;
margin: 2px;
margin: 2px 4px;
color: #ffffff;
}

h5 span.red{
display: inline-block;
background-color: darkred;
padding: 2px 4px;
margin: 2px 4px;
color: #ffffff;
}

Expand Down Expand Up @@ -102,11 +110,6 @@ section h2 i {
vertical-align: -.125em;
}

.speakertalk {
color: var(--bg-color);
background-color: var(--main-color);
}

/* page */

.page__article h2 {
Expand Down
Binary file added img/tada.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ layout: home
{% include about.html %}
{% include news.html %}
{% include outline.html %}
{% include speaker.html %}
{% include timetable.html %}
{% include sponser.html %}
{% include committee.html %}
Expand Down

0 comments on commit 2d674f2

Please sign in to comment.