-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SUZURI & speaker description / map update
- Loading branch information
1 parent
bcdd6b2
commit 77ad505
Showing
8 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
name: 多田 功 | ||
position: 加古川市 スマートシティ担当課長 | ||
img: tada.png | ||
description: 加古川市が取り組む、行政情報ダッシュボード、オープンデータカタログサイト、プラトーの紹介 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<section> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col ratio" style="--bs-aspect-ratio: 35vh;"> | ||
<div class="col" style="height: 40vh;"> | ||
{% assign l = site.data.location[0] %} | ||
<iframe class="m-0 p-0" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" | ||
marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox={{ l['bbox1_lon'] }}%2C{{ l['bbox1_lat'] }}%2C{{ l['bbox2_lon'] }}%2C{{ l['bbox2_lat'] }}&layer={{ l['layer'] }}&marker={{ l['marker_lat'] }}%2C{{ l['marker_lon'] }}"></iframe><br /> | ||
<small><a href="https://www.openstreetmap.org/?mlat={{ l['marker_lat'] }}&mlon={{ l['marker_lon'] }}#map={{ l['zoom'] }}/{{ l['marker_lat'] }}/{{ l['marker_lon'] }}">大きな地図を表示</a></small> | ||
<iframe class="m-0 p-0" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0" | ||
src="https://www.openstreetmap.org/export/embed.html?bbox={{ l['bbox1_lon'] }}%2C{{ l['bbox1_lat'] }}%2C{{ l['bbox2_lon'] }}%2C{{ l['bbox2_lat'] }}&layer={{ l['layer'] }}&marker={{ l['marker_lat'] }}%2C{{ l['marker_lon'] }}"></iframe><br /> | ||
<small><a class="nav-link text-white text-capitalize text-end" | ||
href="https://www.openstreetmap.org/?mlat={{ l['marker_lat'] }}&mlon={{ l['marker_lon'] }}#map={{ l['zoom'] }}/{{ l['marker_lat'] }}/{{ l['marker_lon'] }}">大きな地図を表示</a></small> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters