diff --git a/2023.md b/2023.md
new file mode 100644
index 0000000..27ef6a4
--- /dev/null
+++ b/2023.md
@@ -0,0 +1,6 @@
+---
+# You don't need to edit this file, it's empty on purpose.
+# Edit theme's home layout instead if you wanna make some changes
+# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+layout: home2023
+---
diff --git a/_includes/2024/about.html b/_includes/2024/about.html
new file mode 100644
index 0000000..930d3d4
--- /dev/null
+++ b/_includes/2024/about.html
@@ -0,0 +1,55 @@
+
+
沖縄では2棟でやります! エモリハウス & ヤダハウス!
+
+女性がRubyKaigiに参加しやすくなるといいなあ、 そんな家主の思いからはじまったエモリハウス。
+女性のRubyKaigi参加者たちといっしょに泊まって、わいわいしよう!という企画です。
+
+RubyKaigiが地方開催になった2016年の京都で発生してから、
+2017年広島、2018年仙台、2019年福岡、2023年松本と開催してきました。
+
+RubyKaigi 2024 in Okinawa では、スケールアウトして、2棟!
+
+常連さんもはじめましての方も、いっしょにエモリハウス・ヤダハウスに泊まって
+RubyKaigiに参加しましょう!
+
+
+
+
+
+
エモリハウス
+
+
+ 2024/05/13 Mon. or 2024/05/14 Tue. 〜 2024/05/18 Sat.
+ RubyKaigiの前々日 or 前日チェックイン 最終日の次の日チェックアウト
+ FamilyRoomOkinawa
+
+
+
+
+
ヤダハウス
+
+
+ 2024/05/14 Tue. 〜 2024/05/18 Sat.
+ RubyKaigiの前日チェックイン 最終日の次の日チェックアウト
+ 旅の宿シビランカ
+
+
+
+
+
+
お申し込みはこちらから!👉 お申し込みフォーム
+
+
エモリハウスに関するお問い合わせは までお願いします。
+
+
+
diff --git a/_includes/2024/contact.html b/_includes/2024/contact.html
new file mode 100644
index 0000000..b01e403
--- /dev/null
+++ b/_includes/2024/contact.html
@@ -0,0 +1,42 @@
+
+
+
はじめましての方 👩も、お子様 👧👦と一緒に泊まりたい方も歓迎です!
+
エモリハウスに参加したい女性からのご連絡をお待ちしています。
+
+
+
diff --git a/_includes/2024/footer.html b/_includes/2024/footer.html
new file mode 100644
index 0000000..71580d7
--- /dev/null
+++ b/_includes/2024/footer.html
@@ -0,0 +1,3 @@
+
diff --git a/_includes/2024/members.html b/_includes/2024/members.html
new file mode 100644
index 0000000..1593355
--- /dev/null
+++ b/_includes/2024/members.html
@@ -0,0 +1,45 @@
+
+はじめましてはじめまして。
+
+
+
+
+
+
emorima
+
+
エモリハウス家主。
+
酒とRubyと、時々、(福山)雅治。Asakusa.rb, Rails Girls, 千鳥足.rb
+
+
+
+
+
+
+
yadaita
+
+
ヤダハウス家主。
+
くまモン好きのRubyist。
+
+
+
+
+
+
diff --git a/_includes/2024/navbar.html b/_includes/2024/navbar.html
new file mode 100644
index 0000000..5488dad
--- /dev/null
+++ b/_includes/2024/navbar.html
@@ -0,0 +1,36 @@
+
diff --git a/_layouts/home2024.html b/_layouts/home2024.html
new file mode 100644
index 0000000..0ff64e1
--- /dev/null
+++ b/_layouts/home2024.html
@@ -0,0 +1,86 @@
+---
+title: emorihouse 2024
+---
+
+
+
+
+
+
+
+ {{ site.title | smartify }}
+
+
+ {% if site.github %}
+
+ {% else %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+ {% include 2024/navbar.html %}
+
+
+
+
+
+
+
+
+
+
+
+
About
+
+
+ {% include 2024/about.html %}
+
+
+
+
+
Members
+
+
+ {% include 2024/members.html %}
+
+
+
+
+
+ {% include 2024/footer.html %}
+
+
+
+
+ {%- if site.github -%}
+
+ {%- else -%}
+
+ {%- endif -%}
+
+
+
+
+
+
diff --git a/assets/images/emorihouse2023.jpeg b/assets/images/emorihouse2023.jpeg
new file mode 100644
index 0000000..48b3042
Binary files /dev/null and b/assets/images/emorihouse2023.jpeg differ
diff --git a/assets/js/main2024.js b/assets/js/main2024.js
new file mode 100644
index 0000000..ab048a9
--- /dev/null
+++ b/assets/js/main2024.js
@@ -0,0 +1,58 @@
+var map;
+var markers = [];
+var infoBalloons = [];
+var markerData = [
+ {
+ name: "那覇文化芸術劇場なはーと",
+ icon: './assets/images/marker_rubykaigi.png',
+ lat: 26.216331,
+ lng: 127.682844
+ }, {
+ name: 'エモリハウス@FamilyRoomOkinawa',
+ icon: './assets/images/marker_emorihouse.png',
+ lat: 26.2180005,
+ lng: 127.6834565
+ }, {
+ name: 'ヤダハウス@旅の宿シビランカ',
+ icon: './assets/images/marker_yadahouse.png',
+ lat: 26.2147761,
+ lng: 127.6805593
+ }
+];
+
+function initMap() {
+ // 地図の作成
+ var mapLatLng = new google.maps.LatLng({lat: markerData[0]['lat'], lng: markerData[0]['lng']});
+ map = new google.maps.Map(document.getElementById('map-canvas'), {
+ center: mapLatLng,
+ zoom: 16
+ });
+
+ // マーカー毎の処理
+ for (var i = 0; i < markerData.length; i++) {
+ markerLatLng = new google.maps.LatLng({lat: markerData[i]['lat'], lng: markerData[i]['lng']});
+
+ var icon_image = {
+ url : markerData[i]['icon'],
+ scaledSize : new google.maps.Size(50, 50)
+ };
+
+ markers[i] = new google.maps.Marker({
+ position: markerLatLng,
+ map: map,
+ icon: icon_image
+ });
+
+ infoBalloons[i] = new google.maps.InfoWindow({ // 吹き出しの追加
+ content: '' + markerData[i]['name'] + '
'
+ });
+
+ markerEvent(i);
+ }
+}
+
+function markerEvent(i) {
+ markers[i].addListener('click', function() {
+ infoBalloons[i].open(map, markers[i]);
+ });
+}
diff --git a/index.md b/index.md
index 27ef6a4..ba1a602 100644
--- a/index.md
+++ b/index.md
@@ -2,5 +2,5 @@
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
-layout: home2023
+layout: home2024
---