Skip to content

Commit 361c969

Browse files
committed
Footer の各リンクに title 属性を付与(マウスオーバー時にテキストが表示される)
1 parent 619e713 commit 361c969

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

app/views/shared/_footer.html.haml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
%footer#footer.footer-bottom.text-center
22
%h2{style: "line-height: 30px;"}
3-
%a.footer-link{href: "/"} Top
3+
%a.footer-link{href: '/', title: 'トップページに戻ります'} Top
44
|
5-
%a.footer-link{href: "/kata"} Kata
5+
%a.footer-link{href: '/kata', title: '道場情報まとめ「Kata」を見る'} Kata
66
|
7-
%a.footer-link{href: "/#news"} News
7+
%a.footer-link{href: '/#news', title: '最近のニュース「DojoLetter」を見る'} News
88
|
9-
%a.footer-link{href: "/docs"} 資料
9+
%a.footer-link{href: '/docs', title: '公式資料まとめ「Docs」を見る'} 資料
1010
|
11-
%a.footer-link{href: "/charter"} 憲章
11+
%a.footer-link{href: '/charter', title: 'CoderDojo 憲章を見る'} 憲章
1212
|
13-
%a.footer-link{href: "/stats"} 統計
13+
%a.footer-link{href: '/stats', title: 'CoderDojo の統計データを見る'} 統計
1414
|
15-
%a.footer-link{href: "/sotechsha2"} 書籍
15+
%a.footer-link{href: '/sotechsha2', title: 'CoderDojo Japan 公式ブックを見る'} 書籍
1616
|
17-
%a.footer-link{href: "https://map.coderdojo.jp/"} 地図
17+
%a.footer-link{href: 'https://map.coderdojo.jp/', title: '地図から探せる「DojoMap」を見る'} 地図
1818
|
19-
%a.footer-link{href: "/privacy"} Privacy
19+
%a.footer-link{href: '/privacy', title: 'プライバシーポリシーを見る'} Privacy
2020
|
21-
%a.footer-link{href: "/podcasts"} Podcast
21+
%a.footer-link{href: '/podcasts', title: 'ポッドキャスト番組「DojoCast」を見る'} Podcast
2222
|
23-
%a.footer-link{href: "https://decadojo.coderdojo.jp/"} DecaDojo
23+
%a.footer-link{href: 'https://decadojo.coderdojo.jp/', title: 'CoderDojo の地域カンファレンス「DecaDojo」を見る'} DecaDojo
2424
|
25-
%a.footer-link{href: "https://dojocon.coderdojo.jp/"} DojoCon
25+
%a.footer-link{href: 'https://dojocon.coderdojo.jp/', title: 'CoderDojo の全国カンファレンス「DojoCon Japan」を見る'} DojoCon
2626
|
27-
%a.footer-link{href: "/english", hreflang: 'en'} English
27+
%a.footer-link{href: '/english', hreflang: 'en', title: "Read CoderDojo Japan's website in English"} English
2828
%h2
2929
%a{href: "http://news.coderdojo.jp/", target: "_blank", rel: "external noopener"}
3030
%i.fa.fa-newspaper-o.fa-3x.fa-fw{"aria-hidden" => "true", title: "News"}

0 commit comments

Comments
 (0)