Skip to content

Commit 758dfc0

Browse files
committed
add load='lazy' to pfp images
1 parent 4b8a9fc commit 758dfc0

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

index.html

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,10 @@ <h1>Officers</h1>
275275
<div id="people">
276276
<!-- Kento -->
277277
<span style="width: 270;" class="person">
278-
<img class="profilePic" src="./images/profiles/kento.jpg"></img>
278+
<img
279+
loading="lazy"
280+
class="profilePic"
281+
src="./images/profiles/kento.jpg" />
279282
<br />
280283
<p class="name">
281284
Kento Nishi
@@ -298,7 +301,10 @@ <h1>Officers</h1>
298301

299302
<!-- Sofia -->
300303
<span style="width: 270;" class="person">
301-
<img class="profilePic" src="./images/profiles/sofia2.png"></img>
304+
<img
305+
loading="lazy"
306+
class="profilePic"
307+
src="./images/profiles/sofia2.png" />
302308
<br />
303309
<p class="name">
304310
Sofia Tkachenko
@@ -318,8 +324,8 @@ <h1>Officers</h1>
318324

319325
<!-- Ronak -->
320326
<span style="width: 270px;" class="person">
321-
<img style="height: 250px; width: auto;" class="profilePic"
322-
src="./images/profiles/ronak.png"></img>
327+
<img loading="lazy" style="height: 250px; width: auto;" class="profilePic"
328+
src="./images/profiles/ronak.png" />
323329
<br />
324330
<p class="name">
325331
Ronak Badhe
@@ -335,7 +341,10 @@ <h1>Officers</h1>
335341
</span>
336342
<!-- Sangmin -->
337343
<span style="width: 270;" class="person">
338-
<img class="profilePic" src="./images/profiles/sangmin.png"></img>
344+
<img
345+
loading="lazy"
346+
class="profilePic"
347+
src="./images/profiles/sangmin.png" />
339348
<br />
340349
<p class="name">
341350
Sangmin Chun
@@ -362,7 +371,10 @@ <h1>Officers</h1>
362371

363372
<!-- Hillary -->
364373
<span style="width: 270;" class="person">
365-
<img class="profilePic" src="./images/profiles/pic1.png"></img>
374+
<img
375+
loading="lazy"
376+
class="profilePic"
377+
src="./images/profiles/pic1.png" />
366378
<br />
367379
<p class="name">
368380
Hillary Chang
@@ -382,7 +394,10 @@ <h1>Officers</h1>
382394

383395
<!-- Ankith -->
384396
<span style="width: 270;" class="person">
385-
<img class="profilePic" src="./images/profiles/ankith.png"></img>
397+
<img
398+
loading="lazy"
399+
class="profilePic"
400+
src="./images/profiles/ankith.png" />
386401
<br />
387402
<p class="name">
388403
Ankith Madadi

0 commit comments

Comments
 (0)