Skip to content

Commit e77cb8b

Browse files
committed
Fix broken HTML DOM in Staff section
1 parent c6cd391 commit e77cb8b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

_layouts/default.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
{% include head.html %}
44
<body>
55
{% include navbar.html %}
6-
{{content}}
6+
{{ content }}
7+
78
<div id="page-top"><a href="#top"><img src="/img/svg/up.svg" alt="Up" width="24px" /></a></div>
89
{% include footer.html %}
910

index.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ layout: default
44

55
<div class="top-contents">
66
<div class="top">
7-
<h1>
8-
<img src="/img/mainvisual.png" alt="DojoCon Japan {{ site.year }}" class="ignore-sp">
9-
<img src="/img/mainvisual-mobile.png" alt="DojoCon Japan {{ site.year }}" class="ignore-pc">
10-
</h1>
7+
<h1>
8+
<img src="/img/mainvisual.png" alt="DojoCon Japan {{ site.year }}" class="ignore-sp">
9+
<img src="/img/mainvisual-mobile.png" alt="DojoCon Japan {{ site.year }}" class="ignore-pc">
10+
</h1>
1111
<!-- <div class="top-texts">
1212
<h1>DojoCon Japan <br>{{ site.year }}</h1>
1313
<h2 class="text-center">見渡す</h2>
@@ -183,8 +183,6 @@ layout: default
183183
</div>
184184
</div>
185185

186-
187-
188186
<section id="contact" class="bg-main">
189187
<div class="section-contents container">
190188
<h2 class="text-center title-text">CONTACT</h2>
@@ -200,7 +198,7 @@ layout: default
200198
<!--<p class="caption">主催</p>-->
201199
<p class="text-center">DojoCon Japan {{ site.year }} 実行委員会</p>
202200
<p class="text-center"><a href="https://coderdojo.jp/" target="_blank" rel="noopener">一般社団法人 CoderDojo Japan</a></p>
203-
<div id='staff'>
201+
<div id='staff'></div>
204202
<br>
205203

206204
<h2>STAFF</h2>
@@ -223,5 +221,5 @@ layout: default
223221

224222
<h2>Supported by</h2>
225223
<p class="text-center"><a href="https://coderdojo.com/" target="_blank" rel="noopener">CoderDojo Foundation</a></p>
226-
</div>
227-
<!--</section>-->
224+
</div>
225+
</section>

0 commit comments

Comments
 (0)