Skip to content

Commit ac9094c

Browse files
committed
Add FA icons to each heading with internal links
1 parent aea53c9 commit ac9094c

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

index.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
line-height: 1.5em;
5454
}
5555

56+
i.fa-solid {
57+
color: black;
58+
padding-right: 10px;
59+
font-size: 90%;
60+
}
61+
5662
.pc #header .logo { font-size:21px; }
5763
.mobile #header .logo { font-size:18px; }
5864
#header_logo_index .logo { font-size:40px; }
@@ -185,12 +191,18 @@ <h1 class="logo">
185191
<div id="index_content1">
186192
<div class="index_content1">
187193
<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>
189198
<div class="desc">
190199
<p>DojoCon Japan とは日本の CoderDojo コミュニティメンバーが全国から集まるカンファレンスイベント (CoderDojo Conference) です。2016年に始まり、毎年1回のペースで開催しています。</p>
191200
</div>
192201

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>
194206
<div class="desc">
195207
<p>CoderDojo は7〜17歳を対象とした非営利のプログラミング道場です。2011年にアイルランドで始まり、世界では100カ国・2,000の道場、<a href='https://coderdojo.jp/'>日本には{{ site.data.stats['active_dojos'] }}以上の道場</a>があります。</p>
196208
</div>
@@ -207,7 +219,10 @@ <h3 class="headline rich_font" style='margin-top: 70px;'>CoderDojo とは?</h3
207219
<div id="index_content2">
208220
<div class="index_content1">
209221
<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>
211226
</div>
212227

213228
{% for event in site.data.events %}
@@ -266,7 +281,10 @@ <h3 class="headline">
266281
<div id="index_dis">
267282
<div class="index_content1">
268283
<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>
270288
<div class="desc">
271289
<p>これまでの DojoCon Japan 実行委員長の方々を中心にまとめられた開催ガイドラインがあります。DojoCon Japan の開催に興味ある方にとってお役に立てば幸いです。</p>
272290
<br>

0 commit comments

Comments
 (0)