We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac9724 commit 95d846bCopy full SHA for 95d846b
app/views/events/index.html.haml
@@ -45,7 +45,9 @@
45
46
%section#dojos.dojos.text-center
47
%br
48
- %h3{style: "margin-top: 60px; font-weight: bold;"} ☯️ 掲載道場について
+ %h3#howto{style: "margin-top: 60px; font-weight: bold;"}
49
+ %a{href: '#howto'} ☯️
50
+ 掲載道場について
51
%p{style: "margin: 0 30px 40px 0px;"}
52
%a{href: "/"}
53
coderdojo.jp
@@ -63,7 +65,9 @@
63
65
掲載申請はコチラ
64
66
)
67
- %h3{style: "margin-top: 60px; font-weight: bold;"} 🛠 関連リンク
68
+ %h3#references{style: "margin-top: 60px; font-weight: bold;"}
69
+ %a{href: '#references'} 🛠
70
+ 関連リンク
71
%ul{:style => "list-style: none; margin-left: -40px; margin-bottom: 40px;"}
72
%li
73
%a{href: "https://github.com/coderdojo-japan/coderdojo.jp/issues/258"} 直近の Dojo 開催情報を表示したい #258
0 commit comments