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 Nagasaki 2nd #825

Merged
merged 3 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<!-- content -->
<!-- ↓直近開催予定のイベントページがある場合にコメントアウトを外して内容を更新 -->
<!--

<div id="container" class="row clearfix">
<h2>近日開催のイベント</h2>
<a href="https://railsgirls.com/tokyo.html" class="span4 event" style="background:url(/images/events/rails_girls_tokyo_16th_OGP.png) center -15px / 100% no-repeat;">
<h3>Tokyo 16th<small>2024/03/01〜2024/03/02</small></h3>
<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/04/15</small></h3>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025/02/14〜2025/02/15ですかね👀

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix date
ありがとうございます!こちらで修正しました🙏

</a>
</div> -->
</div>
<!-- ↑直近開催予定のイベントページがある場合にコメントアウトを外して内容を更新 -->

<div id="container" class="row clearfix">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>日本で近日開催のイベント</h2>
<!-- ↓直近で開催予定のイベントページがまだない場合 -->

<div class="span12" style="padding-bottom: 2em;">
coming soon..
<a href="https://railsgirls.com/nagasaki_2nd.html">Rails Girls Nagasaki 2nd</a>
obregonia1 marked this conversation as resolved.
Show resolved Hide resolved
</div>

<!-- ↑直近で開催予定のイベントページがまだない場合 -->
Expand Down
Loading