Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tokyo 17th #829

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Tokyo 17th
mkawayanagi committed Jan 6, 2025
commit 0adad54888cccabd33dad4c5e45bacb7adb85e1f
3 changes: 3 additions & 0 deletions events/index.html
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@ <h2>近日開催のイベント</h2>
<a href="https://railsgirls.com/nagasaki_2nd.html" class="span4 event" style="background:url(/images/railsgirls-sq.png) center -20px / 60% no-repeat;">
<h3>Rails Girls Nagasaki 2nd<small>2025/02/14〜2025/02/15</small></h3>
</a>
<a href="https://railsgirls.com/tokyo_17th.html" class="span4 event" style="background:url(/images/railsgirls-sq.png) center -20px / 60% no-repeat;">
<h3>Rails Girls Tokyo 17th<small>2025/02/21〜2025/02/22</small></h3>
</a>
</div>
<!-- ↑直近開催予定のイベントページがある場合にコメントアウトを外して内容を更新 -->

6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -34,7 +34,11 @@ <h2>日本で近日開催のイベント</h2>
<h3>Rails Girls Nagasaki 2nd<small>2025/02/14〜2025/02/15</small></h3>
</a>
</div>

<div class="span12" style="padding-bottom: 2em;">
<a href="https://railsgirls.com/tokyo_17th.html" class="span4 event" style="background:url(/images/railsgirls-sq.png) center -20px / 60% no-repeat;">
<h3>Rails Girls Tokyo 17th<small>2025/02/21〜2025/02/22</small></h3>
</a>
</div>
<!-- ↑直近で開催予定のイベントページがまだない場合 -->
</div>