File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 3
3
{% include head.html %}
4
4
< body >
5
5
{% include navbar.html %}
6
- {{content}}
6
+ {{ content }}
7
+
7
8
< div id ="page-top "> < a href ="#top "> < img src ="/img/svg/up.svg " alt ="Up " width ="24px " /> </ a > </ div >
8
9
{% include footer.html %}
9
10
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ layout: default
4
4
5
5
<div class =" top-contents " >
6
6
<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>
11
11
<!-- <div class="top-texts">
12
12
<h1>DojoCon Japan <br>{{ site.year }}</h1>
13
13
<h2 class="text-center">見渡す</h2>
@@ -183,8 +183,6 @@ layout: default
183
183
</div >
184
184
</div >
185
185
186
-
187
-
188
186
<section id =" contact " class =" bg-main " >
189
187
<div class =" section-contents container " >
190
188
<h2 class="text-center title-text">CONTACT</h2>
@@ -200,7 +198,7 @@ layout: default
200
198
<!--<p class="caption">主催</p>-->
201
199
<p class="text-center">DojoCon Japan {{ site.year }} 実行委員会</p>
202
200
<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>
204
202
<br>
205
203
206
204
<h2>STAFF</h2>
@@ -223,5 +221,5 @@ layout: default
223
221
224
222
<h2>Supported by</h2>
225
223
<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 >
You can’t perform that action at this time.
0 commit comments