53
53
line-height : 1.5em ;
54
54
}
55
55
56
+ i .fa-solid {
57
+ color : black;
58
+ padding-right : 10px ;
59
+ font-size : 90% ;
60
+ }
61
+
56
62
.pc # header .logo { font-size : 21px ; }
57
63
.mobile # header .logo { font-size : 18px ; }
58
64
# header_logo_index .logo { font-size : 40px ; }
@@ -185,12 +191,18 @@ <h1 class="logo">
185
191
< div id ="index_content1 ">
186
192
< div class ="index_content1 ">
187
193
< div class ="index_content_header3 ">
188
- < h3 class ="headline rich_font " style ='margin-top: 70px; '> DojoCon Japan とは?</ h3 >
194
+ < h3 class ="headline rich_font " style ='margin-top: 70px; ' id ='about '>
195
+ < a href ='#about '> < i class ="fa-solid fa-badge-check "> </ i > </ a >
196
+ DojoCon Japan とは?
197
+ </ h3 >
189
198
< div class ="desc ">
190
199
< p > DojoCon Japan とは日本の CoderDojo コミュニティメンバーが全国から集まるカンファレンスイベント (CoderDojo Conference) です。2016年に始まり、毎年1回のペースで開催しています。</ p >
191
200
</ div >
192
201
193
- < h3 class ="headline rich_font " style ='margin-top: 70px; '> CoderDojo とは?</ h3 >
202
+ < h3 class ="headline rich_font " style ='margin-top: 70px; ' id ='coderdojo '>
203
+ < a href ='#coderdojo '> < i class ="fa-solid fa-yin-yang "> </ i > </ a >
204
+ CoderDojo とは?
205
+ </ h3 >
194
206
< div class ="desc ">
195
207
< p > CoderDojo は7〜17歳を対象とした非営利のプログラミング道場です。2011年にアイルランドで始まり、世界では100カ国・2,000の道場、< a href ='https://coderdojo.jp/ '> 日本には{{ site.data.stats['active_dojos'] }}以上の道場</ a > があります。</ p >
196
208
</ div >
@@ -207,7 +219,10 @@ <h3 class="headline rich_font" style='margin-top: 70px;'>CoderDojo とは?</h3
207
219
< div id ="index_content2 ">
208
220
< div class ="index_content1 ">
209
221
< div class ="index_content_header3 " style ='margin-top: 80px; margin-bottom: 60px; '>
210
- < h3 id ='examples ' class ="headline rich_font "> DojoCon Japan 開催例</ h3 >
222
+ < h3 id ='examples ' class ="headline rich_font ">
223
+ < a href ='#examples '> < i class ="fa-solid fa-magnifying-glass-location "> </ i > </ a >
224
+ DojoCon Japan 開催例
225
+ </ h3 >
211
226
</ div >
212
227
213
228
{% for event in site.data.events %}
@@ -266,7 +281,10 @@ <h3 class="headline">
266
281
< div id ="index_dis ">
267
282
< div class ="index_content1 ">
268
283
< div class ="index_content_header3 ">
269
- < h3 class ="headline rich_font "> DojoCon Japan の< br class ='ignore-pc '> 開催ガイドライン</ h3 >
284
+ < h3 id ='guidelines ' class ="headline rich_font ">
285
+ < a href ='#guidelines '> < i class ="fa-solid fa-list-check "> </ i > </ a >
286
+ DojoCon Japan の< br class ='ignore-pc '> 開催ガイドライン
287
+ </ h3 >
270
288
< div class ="desc ">
271
289
< p > これまでの DojoCon Japan 実行委員長の方々を中心にまとめられた開催ガイドラインがあります。DojoCon Japan の開催に興味ある方にとってお役に立てば幸いです。</ p >
272
290
< br >
0 commit comments