|
| 1 | +<footer id="footer" class="footer-bottom text-center"> |
| 2 | + <h2 style="line-height: 30px;"> |
| 3 | + <a class="footer-link" href="/" title="トップページに戻ります">Top</a> |
| 4 | + | <a class="footer-link" href="/kata" title="道場情報まとめ「Kata」を見る">Kata</a> |
| 5 | + | <a class="footer-link" href="/#news" title="最近のニュース「DojoLetter」を見る">News</a> |
| 6 | + | <a class="footer-link" href="/docs" title="公式資料まとめ「Docs」を見る">資料</a> |
| 7 | + | <a class="footer-link" href="/charter" title="CoderDojo 憲章を見る">憲章</a> |
| 8 | + | <a class="footer-link" href="/stats" title="CoderDojo の統計データを見る">統計</a> |
| 9 | + | <a class="footer-link" href="/sotechsha2" title="CoderDojo Japan 公式ブックを見る">書籍</a> |
| 10 | + | <a class="footer-link" href="<%= dojomap_url %>" title="地図から探せる「DojoMap」を見る">地図</a> |
| 11 | + | <a class="footer-link" href="/privacy" title="プライバシーポリシーを見る">Privacy</a> |
| 12 | + | <a class="footer-link" href="/podcasts" title="ポッドキャスト番組「DojoCast」を見る">Podcast</a> |
| 13 | + | <a class="footer-link" href="<%= decadojo_url %>" title="CoderDojo の地域カンファレンス「DecaDojo」を見る">DecaDojo</a> |
| 14 | + | <a class="footer-link" href="<%= dojocon_url %>" title="CoderDojo の全国カンファレンス「DojoCon Japan」を見る">DojoCon</a> |
| 15 | + | <a class="footer-link" href="/english" hreflang="en" title="Read CoderDojo Japan's website in English">English</a> |
| 16 | + </h2> |
| 17 | + |
| 18 | + <h2> |
| 19 | + <a href="http://news.coderdojo.jp/" target="_blank" rel="external noopener"> |
| 20 | + <i class="fa fa-newspaper-o fa-3x fa-fw" aria-hidden="true" title="News"></i> |
| 21 | + </a> |
| 22 | + <a href="https://www.facebook.com/coderdojo.jp/"> |
| 23 | + <i class="fa fa-facebook fa-3x fa-fw" aria-hidden="true" title="Facebook"></i> |
| 24 | + </a> |
| 25 | + <a href="https://twitter.com/CoderDojoJapan"> |
| 26 | + <i class="fa fa-twitter fa-3x fa-fw" aria-hidden="true" title="Twitter"></i> |
| 27 | + </a> |
| 28 | + <a href="https://www.youtube.com/CoderDojoJapan"> |
| 29 | + <i class="fa fa-youtube fa-3x fa-fw" aria-hidden="true" title="YouTube"></i> |
| 30 | + </a> |
| 31 | + <a href="/podcasts"> |
| 32 | + <i class="fa fa-podcast fa-3x fa-fw" aria-hidden="true" title="Podcast"></i> |
| 33 | + </a> |
| 34 | + <a href="/english"> |
| 35 | + <i class="fa fa-globe fa-3x fa-fw" aria-hidden="true" title="English"></i> |
| 36 | + </a> |
| 37 | + </h2> |
| 38 | + |
| 39 | + <p style="margin-bottom: 30px;"> |
| 40 | + 本サイトのソースコードは<br class="ignore-pc"> |
| 41 | + <a class="footer-link" href="https://github.com/coderdojo-japan/coderdojo.jp">GitHub</a> |
| 42 | + 上で公開されています。 |
| 43 | + </p> |
| 44 | + <p style="font-size: 90%; color: #DDDDDD;"> |
| 45 | + Copyright © |
| 46 | + <a href="/about-coderdojo-japan" style="color: #DDDDDD; text-decoration: none;"> |
| 47 | + 一般社団法人 CoderDojo Japan |
| 48 | + </a> |
| 49 | + <br> |
| 50 | + 新宿区高田馬場1-28-10 三慶ビル4F |
| 51 | + <a href="https://case-shinjuku.com/" style="color: #DDDDDD; text-decoration: none;"> |
| 52 | + ケイス新宿 |
| 53 | + </a> |
| 54 | + </p> |
| 55 | +</footer> |
0 commit comments