Skip to content

Commit

Permalink
added cfp
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Dec 1, 2024
1 parent 4a1b6ae commit 5311654
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
32 changes: 32 additions & 0 deletions _includes/cfp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<section id="cfp">
<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-megaphone"></i> 発表者募集</h2>
<div class="row">
<div class="container col-md-12 col-sm-12">
<!--
<img src="./img/group_picture.jpg" class="w-100 pb-3">
-->
</div>
</div>
<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><a href="https://docs.google.com/forms/d/e/1FAIpQLSezzR8k55W_CyzlUJlXwaq5KvoEVZT3E4exHLX8Ff_C11E60A/viewform">発表エントリーフォーム</a></p>
<p>State of the Map Japan 2024で話題提供されたい方は上記エントリーフォームからお申し込みください。</p>
<p>今年のテーマは、"Re-mapping"です。</p>
<p>みなさまの多様な話題提供をお待ちしております!</p>
<p class="notice">※ 応募者多数の場合、発表者を絞り込ませていただく場合がございます。予めご了承ください。</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
5 changes: 4 additions & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
<!-- li class="nav-item"><a href="https://sotmjp2024.peatix.com/" class="nav-link">参加登録</a></li -->
<li class="nav-item"><a href="./index.html#about" class="nav-link">SOTMJについて</a></li>
<li class="nav-item"><a href="./index.html#news" class="nav-link">お知らせ</a></li>
<li class="nav-item"><a href="./index.html#cfp" class="nav-link">発表者募集</a></li>
<li class="nav-item"><a href="./index.html#event-outline" class="nav-link">開催概要</a></li>
<!--
<li class="nav-item"><a href="./index.html#timetable" class="nav-link">タイムテーブル</a></li>
<li class="nav-item"><a href="./index.html#sponser" class="nav-link">スポンサー</a></li>
-->
<li class="nav-item"><a href="./coc.html" class="nav-link">行動規範</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
3 changes: 2 additions & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ <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 プレイベントについて記載</li>
<li>2024/12/01 発表者募集を追加しました</li>
<li>2024/12/01 プレイベントについて記載しました</li>
<li>2024/10/02 ホームページを公開しました</li>
</ul>
</div>
Expand Down
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 cfp.html %}
{% include pre-event.html %}
{% include outline.html %}
{% comment %}
Expand Down

0 comments on commit 5311654

Please sign in to comment.