Make pride buttons lazy load
This commit is contained in:
parent
4fb7783da1
commit
e8841afa78
14
src/home.njk
14
src/home.njk
|
@ -45,13 +45,13 @@ metadata:
|
||||||
<section class="content-section">
|
<section class="content-section">
|
||||||
<h2>Always Proud</h2>
|
<h2>Always Proud</h2>
|
||||||
<div class="web-btn-wrapper">
|
<div class="web-btn-wrapper">
|
||||||
<img src="/assets/buttons/progress.png" alt="A website button of the 2018 Progress Flag" title="2018 Progress Flag by Daniel Quasar (2018)">
|
<img src="/assets/buttons/progress.png" alt="A website button of the 2018 Progress Flag" loading="lazy" title="2018 Progress Flag by Daniel Quasar (2018)">
|
||||||
<img src="/assets/buttons/9_stripe.png" alt="A website button of the 9 stripe rainbow flag" title="Nine-Stripe Rainbow Flag by Gilbert Baker (2017)">
|
<img src="/assets/buttons/9_stripe.png" alt="A website button of the 9 stripe rainbow flag" loading="lazy" title="Nine-Stripe Rainbow Flag by Gilbert Baker (2017)">
|
||||||
<img src="/assets/buttons/lesbian.png" alt="A website button of the lesbian pride flag" title="I am a lesbian">
|
<img src="/assets/buttons/lesbian.png" alt="A website button of the lesbian pride flag" loading="lazy" title="I am a lesbian">
|
||||||
<img src="/assets/buttons/nonbinary.png" alt="A website button of the non-binary pride flag" title="I am non-binary">
|
<img src="/assets/buttons/nonbinary.png" alt="A website button of the non-binary pride flag" loading="lazy" title="I am non-binary">
|
||||||
<img src="/assets/buttons/demigirl.png" alt="A website button of the demigirl pride flag" title="I am a demiwoman">
|
<img src="/assets/buttons/demigirl.png" alt="A website button of the demigirl pride flag" loading="lazy" title="I am a demiwoman">
|
||||||
<img src="/assets/buttons/agender.png" alt="A website button of the agender pride flag" title="I am agender">
|
<img src="/assets/buttons/agender.png" alt="A website button of the agender pride flag" loading="lazy" title="I am agender">
|
||||||
<img src="/assets/buttons/bigender.png" alt="A website button of the bigender pride flag" title="I am bigender">
|
<img src="/assets/buttons/bigender.png" alt="A website button of the bigender pride flag" loading="lazy" title="I am bigender">
|
||||||
</div>
|
</div>
|
||||||
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons" target="_blank">Dime</a> for these pride buttons!</p>
|
<p>Credit to <a href="https://rainy.gay/pride/pridebuttons" target="_blank">Dime</a> for these pride buttons!</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue