Skip to content

Commit

Permalink
Merge pull request #795 from maimux2x/update_events_info
Browse files Browse the repository at this point in the history
Rails Girls Tokyo 16thを過去のイベントに移動
  • Loading branch information
emorima authored Mar 4, 2024
2 parents d858d91 + da9c554 commit 25bb1c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@
---

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

<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>

<a href="https://railsgirls.com/matsue-5th.html" class="span4 event" style="background:url(https://railsgirls.com/images/matsue/5th-logo.png) center 0px / 40% no-repeat;">
<h3>Matsue 5th<small>2023/11/11</small></h3>
</a>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ <h2>Guides in other languages</h2>
<h2>日本で近日開催のイベント</h2>

<div id="container" class="row clearfix">
<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;">
<!-- <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>
</a> -->

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

<div class="span12" style="padding-bottom: 2em;">
coming soon..
</div>
-->

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

Expand Down

0 comments on commit 25bb1c9

Please sign in to comment.