Bring homepage Lighthouse performance to 100
All checks were successful
/ deploy (push) Successful in 46s

This commit is contained in:
Loyyd 2026-07-10 13:37:39 +02:00
parent 6dbca792c0
commit 5eb81b3aca
11 changed files with 36 additions and 50 deletions

View file

@ -3,50 +3,16 @@
<div style="clear:both;"> </div>
<script type="text/javascript">
jQuery(document).ready(function() {
// Slider creation
jQuery('#slider').nivoSlider({
effect: 'slideInLeft',
animSpeed: 750,
directionNavHide: false, beforeChange: function(){
//jQuery('.nivo-caption').slideUp(300);
},
afterChange: function(){
//jQuery('.nivo-caption').slideDown(500);
},
pauseTime: 5000 });
});
</script>
<div id="frontpage">
<div class="slider-wrapper theme-default slider-numbers">
<div class="ribbon"></div>
<div id="slider" class="nivoSlider">
<a href='/the-founders.html'>
<img src='/assets/uploads/2013/10/TrueParentsSlider.jpg' alt="Rev. Sun Myung Moon and Dr. Hak Ja Han Moon" />
</a> <a href='/about-us-organizations.html'>
<img src='/assets/uploads/2013/10/Little-Angels-Presentationlight1.jpg' alt="The Little Angels children's folk ballet performance" title="#caption1" />
</a> <a href='/the-founders.html'>
<img src='/assets/uploads/2013/10/father-Seung-Hwa_Presentation.jpg' alt="Rev. Sun Myung Moon" title="#caption2" />
</a> </div>
<div id="caption0" class="nivo-html-caption">
<h3></h3><div class="slide-text"></div>
</div>
<div id="caption1" class="nivo-html-caption">
<h3>The Little Angels</h3><div class="slide-text"></div>
</div>
<div id="caption2" class="nivo-html-caption">
<h3>Rev. Sun Myung Moon</h3><div class="slide-text"></div>
</div>
</div> <div id="front-columns">
<div id="front-columns">
<div class="ppcolumn column1" id="column1">
<a href="/the-founders.html" >
<div class="column-image">
<img src="/assets/uploads/2013/10/True_Parents.jpg" id="columnImage1" alt="Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, founders of FFWPU International" />
<picture>
<source type="image/webp" srcset="/assets/uploads/2013/10/True_Parents-336.webp 336w, /assets/uploads/2013/10/True_Parents-483.webp 483w" sizes="(max-width: 800px) 100vw, 336px" />
<img src="/assets/uploads/2013/10/True_Parents.jpg" id="columnImage1" alt="Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, founders of FFWPU International" width="483" height="329" decoding="async" />
</picture>
<h3 class='column-header-image'>Founders of FFWPU International</h3>
</div>
</a> <!-- link -->
@ -64,7 +30,10 @@
<div class="ppcolumn column2" id="column2">
<a href="/videos.html" >
<div class="column-image">
<img src="/assets/uploads/2013/10/DP-Screenshot.jpg" id="columnImage2" alt="Divine Principle video presentation screenshot" />
<picture>
<source type="image/webp" srcset="/assets/uploads/2013/10/DP-Screenshot-336.webp 336w, /assets/uploads/2013/10/DP-Screenshot-672.webp 672w" sizes="(max-width: 800px) 100vw, 336px" />
<img src="/assets/uploads/2013/10/DP-Screenshot.jpg" id="columnImage2" alt="Divine Principle video presentation screenshot" width="900" height="500" decoding="async" />
</picture>
<h3 class='column-header-image'>The Divine Principle and Other teachings.</h3>
</div>
</a> <!-- link -->
@ -82,7 +51,10 @@
<div class="ppcolumn column3" id="column3">
<a href="/about-us-organizations.html" >
<div class="column-image">
<img src="/assets/uploads/2013/10/UPF-Prayer-Evening.jpg" id="columnImage3" alt="UPF prayer evening gathering" />
<picture>
<source type="image/webp" srcset="/assets/uploads/2013/10/UPF-Prayer-Evening-336.webp 336w, /assets/uploads/2013/10/UPF-Prayer-Evening-656.webp 656w" sizes="(max-width: 800px) 100vw, 336px" />
<img src="/assets/uploads/2013/10/UPF-Prayer-Evening.jpg" id="columnImage3" alt="UPF prayer evening gathering" width="656" height="448" decoding="async" />
</picture>
<h3 class='column-header-image'>Activities and Organizations</h3>
</div>
</a> <!-- link -->