diff options
Diffstat (limited to 'src/desktop')
-rw-r--r-- | src/desktop/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/desktop/index.html b/src/desktop/index.html index 775a5b2..d038535 100644 --- a/src/desktop/index.html +++ b/src/desktop/index.html @@ -29,7 +29,7 @@ __HEADER__ <!-- end Header --> <!-- Hero section --> - <div class="section-xl bg-image parallax" data-bg-src="desktop-header.webp"> + <div class="section-xl bg-image parallax" data-bg-src="desktop-header.jpg"> <div class="bg-black-05"> <div class="container"> <div class="row"> @@ -57,7 +57,7 @@ __HEADER__ <!-- box 1 --> <div class="row align-items-center col-spacing-50"> <div class="col-12 col-md-6"> - <img class="border-radius box-shadow-with-hover" src="adelie-writer.webp" alt=""> + <img class="border-radius box-shadow-with-hover" src="adelie-writer.jpg" alt=""> </div> <div class="col-12 col-md-6"> <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Enjoy your computer again</h6> @@ -73,7 +73,7 @@ __HEADER__ <!-- box 2 --> <div class="row align-items-center col-spacing-50 margin-top-50 text-md-right"> <div class="col-12 col-md-6 order-md-2"> - <img class="border-radius box-shadow-with-hover" src="adelie-digikam.webp" alt=""> + <img class="border-radius box-shadow-with-hover" src="adelie-digikam.jpg" alt=""> </div> <div class="col-12 col-md-6 order-md-1"> <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Grow your photo library</h6> @@ -85,7 +85,7 @@ __HEADER__ <!-- box 3 --> <div class="row align-items-center col-spacing-50 margin-top-50"> <div class="col-12 col-md-6"> - <img class="border-radius box-shadow-with-hover" src="adelie-spotify.webp" alt=""> + <img class="border-radius box-shadow-with-hover" src="adelie-spotify.jpg" alt=""> </div> <div class="col-12 col-md-6"> <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Stream your favorite artists</h6> @@ -99,7 +99,7 @@ __HEADER__ <!-- box 4 --> <div class="row align-items-center col-spacing-50 margin-top-50 text-md-right"> <div class="col-12 col-md-6 order-md-2"> - <img class="border-radius box-shadow-with-hover" src="adelie-g4-cpuinfo.webp" alt=""> + <img class="border-radius box-shadow-with-hover" src="adelie-g4-cpuinfo.jpg" alt=""> </div> <div class="col-12 col-md-6 order-md-1"> <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Develop your applications</h6> @@ -113,7 +113,7 @@ __HEADER__ <!-- box 5 --> <div class="row align-items-center col-spacing-50 margin-top-50"> <div class="col-12 col-md-6"> - <img class="border-radius box-shadow-with-hover" src="man-studying.webp" alt=""> + <img class="border-radius box-shadow-with-hover" src="man-studying.jpg" alt=""> </div> <div class="col-12 col-md-6"> <h6 class="font-family-tertiary font-small font-weight-normal uppercase">Explore your world</h6> |