Skip to content

Commit

Permalink
added pre event
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Dec 1, 2024
1 parent d45be38 commit a5dec61
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="container py-4 py-xl-3">
<div class="row justify-content-center">
<div class="col">

<div class="card">
<div class="card-body">
<h2 class="display-6 fw-bold mb-4"><i class="bi bi-newspaper"></i> お知らせ</h2>
Expand All @@ -18,16 +17,15 @@ <h2 class="display-6 fw-bold mb-4"><i class="bi bi-newspaper"></i> お知らせ<
<div class="container col-md-12 col-sm-12">
<div class="overflow-auto" style="height:440px;">
<ul>
<li>2024/12/01 FOSS4G Hokkaido 2024へのリンクを張りました</li>
<li>2024/12/01 プレイベントについて記載</li>
<li>2024/10/02 ホームページを公開しました</li>
</ul>
</div>
</div>
</div>

</div>
</div>
</div>
</div>
</div>
</section>
</section>
30 changes: 30 additions & 0 deletions _includes/pre-event.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<section id="pre-event">
<div class="container py-4 py-xl-3">
<div class="row justify-content-center">
<div class="col">
<div class="card">
<div class="card-body">
<h2 class="display-6 fw-bold mb-4"><i class="bi bi-newspaper"></i>プレイベント</h2>
<div class="row">
<div class="container col-md-12 col-sm-12">
<div class="overflow-auto">
<p>State of the Map Japan 2024では前日にプレイベントとしてもくもく会を開催します。</p>
<p>もくもく会は、OpenStreetMapに関する作業をするための時間です。地図の作成、データの整理、ツールの開発、ドキュメントの翻訳など、自分の興味のある作業を選んで取り組むことができます。</p>
<p>参加は自由です。OpenStreetMapのマッピングをされる方はマウスなどを必ずお持ちください!</p>
<ul>
<li>日時: 2025年2月14日(金) 10:00-17:00</li>
<li>
開催場所: EZOHUB SAPPORO <a href="{{ site.event.map }}"><i class="bi bi-map-fill"></i></a><br>
〒{{ site.event["zip"] }} {{ site.event["address"] }}
</li>
</ul>
<p>なお、同じ日程にて<a href="https://foss4g.hokkaido.jp/2024/">FOSS4G Hokkaido 2024 ハンズオン</a>が開催されます。そちらのご参加もご検討ください!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ layout: home

{% include about.html %}
{% include news.html %}
{% include pre-event.html %}
{% include outline.html %}
{% comment %}
{% include speaker.html %}
Expand Down

0 comments on commit a5dec61

Please sign in to comment.