138
138
<!--<div id="header"></div>-->
139
139
< div id ="header_logo_index ">
140
140
< div class ="logo_area ">
141
- < p class ="logo "> < img src ="/img/logo.png " alt ="{{ site.title }} " title ="{{ site.title }} " width ="300px " /> </ p >
141
+ < p class ="logo ">
142
+ < img src ="/img/logo.png " width ="300px " loading ="lazy "
143
+ alt ="{{ site.title }} "
144
+ title ="{{ site.title }} " />
145
+ </ p >
142
146
</ div >
143
147
< a href ="#index_content1 " class ="link "> < span > Start content</ span > </ a >
144
148
</ div >
156
160
< div id ="logo_image ">
157
161
< h1 class ="logo ">
158
162
< a href ="/ " title ="{{ site.title }} ">
159
- < img src ="/img/logo.png " alt ="{{ site.title }} " title ="{{ site.title }} " width ="300px " />
163
+ < img src ="/img/logo.png " width ="300px " loading ="lazy "
164
+ alt ="{{ site.title }} "
165
+ title ="{{ site.title }} " />
160
166
</ a >
161
167
</ h1 >
162
168
</ div >
@@ -181,7 +187,9 @@ <h3 class="headline rich_font" style='margin-top: 70px;'>CoderDojo とは?</h3
181
187
</ div >
182
188
183
189
< div class ="index_content2 ">
184
- < img src ="/img/cover-photo.jpg " title ="DojoCon Japan Cover Photo " alt ="DojoCon Japan Cover Photo " />
190
+ < img src ="/img/cover-photo.jpg " loading ="lazy "
191
+ alt ="DojoCon Japan Cover Photo "
192
+ title ="DojoCon Japan Cover Photo " />
185
193
</ div >
186
194
</ div > <!-- END #index_content1 -->
187
195
@@ -199,9 +207,9 @@ <h3 class="headline rich_font">DojoCon Japan 開催例</h3>
199
207
< div class ='box clearfix ' style ='margin-bottom: 50px; '>
200
208
< div class ="image ">
201
209
< a href ="{{ event.url }} ">
202
- < img src ="/img/events/{{ event.img }} "
203
- alt ="DojoCon Japan {{ event.year }} @ {{ event.venue }} "
204
- title ="DojoCon Japan {{ event.year }} @ {{ event.venue }} " />
210
+ < img src ="/img/events/{{ event.img }} " loading =" lazy "
211
+ alt ="DojoCon Japan {{ event.year }} @ {{ event.venue }} "
212
+ title ="DojoCon Japan {{ event.year }} @ {{ event.venue }} " />
205
213
</ a >
206
214
</ div >
207
215
@@ -273,7 +281,9 @@ <h3 class="headline">
273
281
< div id ="footer_logo ">
274
282
< div class ="logo_area ">
275
283
< p class ="logo ">
276
- < img src ="/img/logo.png " alt ="{{ site.title }} " title ="{{ site.title }} " width ="300px " />
284
+ < img src ="/img/logo.png " width ="300px " loading ="lazy "
285
+ alt ="{{ site.title }} "
286
+ title ="{{ site.title }} " />
277
287
</ p >
278
288
</ div >
279
289
</ div >
0 commit comments