Skip to content

Commit

Permalink
Merge pull request #1230 from smog-root/New_Updated_images
Browse files Browse the repository at this point in the history
Converted_images_to_WEBP_for_better_Optimization_2
  • Loading branch information
ANSHIKA-26 authored Oct 20, 2024
2 parents 583aee6 + 561b032 commit c678ba0
Show file tree
Hide file tree
Showing 130 changed files with 117 additions and 118 deletions.
Binary file removed assets/380x80/img1.jpg
Binary file not shown.
Binary file added assets/380x80/img1.webp
Binary file not shown.
Binary file removed assets/380x80/img1_380x80.jpg
Binary file not shown.
Binary file added assets/380x80/img1_380x80.webp
Binary file not shown.
Binary file removed assets/380x80/img2.jpg
Binary file not shown.
Binary file added assets/380x80/img2.webp
Binary file not shown.
Binary file removed assets/380x80/img2_380x80.jpg
Binary file not shown.
Binary file added assets/380x80/img2_380x80.webp
Binary file not shown.
Binary file removed assets/380x80/img3.jpg
Binary file not shown.
Binary file added assets/380x80/img3.webp
Binary file not shown.
Binary file removed assets/380x80/img3_380x80.jpg
Binary file not shown.
Binary file added assets/380x80/img3_380x80.webp
Binary file not shown.
Binary file removed assets/380x80/img4.jpg
Binary file not shown.
Binary file added assets/380x80/img4.webp
Binary file not shown.
Binary file removed assets/380x80/img4_380x80.jpg
Binary file not shown.
Binary file added assets/380x80/img4_380x80.webp
Binary file not shown.
Binary file removed assets/380x80/img5.jpg
Binary file not shown.
Binary file added assets/380x80/img5.webp
Binary file not shown.
Binary file removed assets/380x80/img5_380x80.jpg
Binary file not shown.
Binary file added assets/380x80/img5_380x80.webp
Binary file not shown.
Binary file removed assets/avatar.png
Binary file not shown.
Binary file added assets/avatar.webp
Binary file not shown.
Binary file removed assets/face/face1.jpg
Binary file not shown.
Binary file added assets/face/face1.webp
Binary file not shown.
Binary file removed assets/face/face2.jpg
Binary file not shown.
Binary file added assets/face/face2.webp
Binary file not shown.
Binary file removed assets/face/face3.jpg
Binary file not shown.
Binary file added assets/face/face3.webp
Binary file not shown.
Binary file removed assets/fashion.jpeg
Binary file not shown.
Binary file added assets/fashion.webp
Binary file not shown.
Binary file removed assets/google_icon.jpg
Binary file not shown.
Binary file added assets/google_icon.webp
Binary file not shown.
Binary file removed assets/health.jpeg
Binary file not shown.
Binary file added assets/health.webp
Binary file not shown.
Binary file removed assets/img1.jpg
Binary file not shown.
Binary file added assets/img1.webp
Binary file not shown.
Binary file removed assets/img10.jpg
Binary file not shown.
Binary file added assets/img10.webp
Binary file not shown.
Binary file removed assets/img11.jpg
Binary file not shown.
Binary file added assets/img11.webp
Binary file not shown.
Binary file removed assets/img12.jpg
Binary file not shown.
Binary file added assets/img12.webp
Binary file not shown.
Binary file removed assets/img13.jpg
Binary file not shown.
Binary file added assets/img13.webp
Binary file not shown.
Binary file removed assets/img14.jpg
Binary file not shown.
Binary file added assets/img14.webp
Binary file not shown.
Binary file removed assets/img2.jpg
Binary file not shown.
Binary file added assets/img2.webp
Binary file not shown.
Binary file removed assets/img21.jpg
Binary file not shown.
Binary file added assets/img21.webp
Binary file not shown.
Binary file removed assets/img3.jpg
Diff not rendered.
Binary file added assets/img3.webp
Binary file not shown.
Binary file removed assets/img4.jpg
Diff not rendered.
Binary file added assets/img4.webp
Binary file not shown.
Binary file removed assets/img5.jpg
Diff not rendered.
Binary file added assets/img5.webp
Binary file not shown.
Binary file removed assets/img6.jpg
Diff not rendered.
Binary file added assets/img6.webp
Binary file not shown.
Binary file removed assets/img7.jpg
Diff not rendered.
Binary file added assets/img7.webp
Binary file not shown.
Binary file removed assets/img8.jpg
Diff not rendered.
Binary file added assets/img8.webp
Binary file not shown.
Binary file removed assets/img9.jpg
Diff not rendered.
Binary file added assets/img9.webp
Binary file not shown.
Binary file removed assets/slider/img1.jpg
Diff not rendered.
Binary file added assets/slider/img1.webp
Binary file not shown.
Binary file removed assets/slider/img2.jpg
Diff not rendered.
Binary file added assets/slider/img2.webp
Binary file not shown.
Binary file removed assets/slider/img3.jpg
Diff not rendered.
Binary file added assets/slider/img3.webp
Binary file not shown.
Binary file removed assets/slider/img4.jpg
Diff not rendered.
Binary file added assets/slider/img4.webp
Binary file not shown.
Binary file removed assets/slider/img5.jpg
Diff not rendered.
Binary file added assets/slider/img5.webp
Binary file not shown.
Binary file removed assets/slider/img6.jpg
Diff not rendered.
Binary file added assets/slider/img6.webp
Binary file not shown.
Binary file removed assets/slider/img7.jpg
Diff not rendered.
Binary file added assets/slider/img7.webp
Binary file not shown.
Binary file removed assets/start.PNG
Diff not rendered.
Binary file added assets/start.webp
Binary file not shown.
20 changes: 10 additions & 10 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordWise</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.png" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.webp" />
<!--fotn awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 class="text-center">Login</h2>
<button type="submit" class="btn btn-primary w-100 mb-3">LOGIN</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.jpg" alt="Google Logo" class="google-logo">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google
</button>
</form>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2 class="text-center">Signup</h2>
<button type="submit" class="btn btn-primary w-100 mb-3">SIGNUP</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.jpg" alt="Google Logo" class="google-logo">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google</button>
</form>
</div>
Expand Down Expand Up @@ -372,7 +372,7 @@ <h2 class="text-title text-dark display-1"looking for feedback></h2>
</div>
<!--thumbnail-->
<div class="thumbnail mt-3">
<img src="./assets/img1.jpg" class="thumbnail" alt="">
<img src="./assets/img1.webp" class="thumbnail" alt="">
</div>
<!--content-->
<div class="content text-dark display-1 secondary-title mt-3">
Expand Down Expand Up @@ -408,7 +408,7 @@ <h2 class="text-title text-dark display-1"looking for feedback></h2>
</div>
<div class="post-author text-center">
<div class="author-avatar">
<img src="./assets/face/face1.jpg" class="rounded">
<img src="./assets/face/face1.webp" class="rounded">

</div>
<div class="author-info py-2">
Expand Down Expand Up @@ -442,7 +442,7 @@ <h3 class="text-dark">Amy Tan</h3>
<article class="article text-center">
<div class="d-flex">
<a href="#">
<img src="./assets/img9.jpg" class="object-fit" alt="">
<img src="./assets/img9.webp" class="object-fit" alt="">
</a>
<div class="cart-body px-1">
<div class="category">
Expand Down Expand Up @@ -475,7 +475,7 @@ <h3 class="text-dark">Amy Tan</h3>
</a>
</div>
<a href="#">
<img src="./assets/img8.jpg" class="object-fit" alt="">
<img src="./assets/img8.webp" class="object-fit" alt="">
</a>
</div>
</article>
Expand Down Expand Up @@ -1179,7 +1179,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex ">
<a class="d-flex" href="#">
<img src="./assets/img9.jpg" class="object-fit" alt="">
<img src="./assets/img9.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embrace the beauty of nature through our enchanting blog, where we celebrate the wonders of
Expand All @@ -1197,7 +1197,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex">
<a class="d-flex" href="#">
<img src="./assets/img1.jpg" class="object-fit" alt="">
<img src="./assets/img1.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embark on unforgettable journeys through our travel blog, where wanderlust meets inspiration
Expand All @@ -1214,7 +1214,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex">
<a class="d-flex" href="#">
<img src="./assets/img2.jpg" class="object-fit" alt="">
<img src="./assets/img2.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Gaming Adventures Unleashed
Expand Down
Binary file removed boy.png
Diff not rendered.
Binary file added boy.webp
Binary file not shown.
36 changes: 18 additions & 18 deletions category.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordWise</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.png" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.webp" />
<!--font awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
Expand Down Expand Up @@ -105,7 +105,7 @@ <h2 class="text-center">Login</h2>
<button type="submit" class="btn btn-primary w-100 mb-3">LOGIN</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.jpg" alt="Google Logo" class="google-logo">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google
</button>
</form>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h2 class="text-center">Signup</h2>
<button type="submit" class="btn btn-primary w-100 mb-3">SIGNUP</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.jpg" alt="Google Logo" class="google-logo">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google</button>
</form>
</div>
Expand Down Expand Up @@ -356,7 +356,7 @@ <h2>Forgot Password</h2>
<div class="new-post-list">
<article class="new-post-item">
<div class="new-post-thumbnail">
<img src="./assets/img5.jpg" alt="Post Image">
<img src="./assets/img5.webp" alt="Post Image">
<span class="s1"></span>
<span class="s2"></span>
</div>
Expand All @@ -380,7 +380,7 @@ <h3 class="new-post-title">Mouthwatering Memoirs</h3>
<div class="new-post-list">
<article class="new-post-item">
<div class="new-post-thumbnail">
<img src="./assets/img21.jpg" alt="Post Image">
<img src="./assets/img21.webp" alt="Post Image">
<span class="s1"></span>
<span class="s2"></span>
</div>
Expand All @@ -404,7 +404,7 @@ <h3 class="new-post-title">Roaming Routes</h3>
<div class="new-post-list">
<article class="new-post-item">
<div class="new-post-thumbnail">
<img src="./assets/img2.jpg" alt="Post Image">
<img src="./assets/img2.webp" alt="Post Image">
<span class="s1"></span>
<span class="s2"></span>
</div>
Expand All @@ -428,7 +428,7 @@ <h3 class="new-post-title">The Future of Tech</h3>
<div class="new-post-list">
<article class="new-post-item">
<div class="new-post-thumbnail">
<img src="./assets/img7.jpg" alt="Post Image">
<img src="./assets/img7.webp" alt="Post Image">
<span class="s1"></span>
<span class="s2"></span>
</div>
Expand All @@ -452,7 +452,7 @@ <h3 class="new-post-title">Living Well</h3>
<div class="new-post-list">
<article class="new-post-item">
<div class="new-post-thumbnail">
<img src="./assets/health.jpeg" alt="Post Image">
<img src="./assets/health.webp" alt="Post Image">
<span class="s1"></span>
<span class="s2"></span>
</div>
Expand All @@ -476,7 +476,7 @@ <h3 class="new-post-title">Health Tips</h3>
<div class="new-post-list">
<article class="new-post-item">
<div class="new-post-thumbnail">
<img src="./assets/fashion.jpeg" alt="Post Image">
<img src="./assets/fashion.webp" alt="Post Image">
<span class="s1"></span>
<span class="s2"></span>
</div>
Expand Down Expand Up @@ -511,22 +511,22 @@ <h3 class="new-post-title">Fashion Trends</h3>

<!-- Slide images -->
<div class="slide first">
<img src="./assets/slider/img1.jpg" alt="Slide 1">
<img src="./assets/slider/img1.webp" alt="Slide 1">
</div>
<div class="slide">
<img src="./assets/slider/img2.jpg" alt="Slide 2">
<img src="./assets/slider/img2.webp" alt="Slide 2">
</div>
<div class="slide">
<img src="./assets/slider/img3.jpg" alt="Slide 3">
<img src="./assets/slider/img3.webp" alt="Slide 3">
</div>
<div class="slide">
<img src="./assets/slider/img4.jpg" alt="Slide 4">
<img src="./assets/slider/img4.webp" alt="Slide 4">
</div>
<div class="slide">
<img src="./assets/slider/img5.jpg" alt="Slide 5">
<img src="./assets/slider/img5.webp" alt="Slide 5">
</div>
<div class="slide">
<img src="./assets/slider/img6.jpg" alt="Slide 6">
<img src="./assets/slider/img6.webp" alt="Slide 6">
</div>

<!-- Automatic navigation -->
Expand Down Expand Up @@ -603,7 +603,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex ">
<a class="d-flex" href="#">
<img src="./assets/img9.jpg" class="object-fit" alt="">
<img src="./assets/img9.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embrace the beauty of nature through our enchanting blog, where we
Expand All @@ -621,7 +621,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex">
<a class="d-flex" href="#">
<img src="./assets/img1.jpg" class="object-fit" alt="">
<img src="./assets/img1.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embark on unforgettable journeys through our travel blog, where
Expand All @@ -639,7 +639,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex">
<a class="d-flex" href="#">
<img src="./assets/img2.jpg" class="object-fit" alt="">
<img src="./assets/img2.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Gaming Adventures Unleashed
Expand Down
8 changes: 4 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - WordWise</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.png" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.webp" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- CSS -->
Expand Down Expand Up @@ -221,7 +221,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex ">
<a class="d-flex" href="#">
<img src="./assets/img9.jpg" class="object-fit" alt="">
<img src="./assets/img9.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embrace the beauty of nature through our enchanting blog, where we celebrate the wonders of the natural world
Expand All @@ -238,7 +238,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex">
<a class="d-flex" href="#">
<img src="./assets/img1.jpg" class="object-fit" alt="">
<img src="./assets/img1.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embark on unforgettable journeys through our travel blog, where wanderlust meets inspiration
Expand All @@ -255,7 +255,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex">
<a class="d-flex" href="#">
<img src="./assets/img2.jpg" class="object-fit" alt="">
<img src="./assets/img2.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Gaming Adventures Unleashed
Expand Down
12 changes: 6 additions & 6 deletions contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.png" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact Us</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="text-center">Login</h2>
<button type="submit" class="btn btn-primary w-100 mb-3">LOGIN</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.jpg" alt="Google Logo" class="google-logo">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google
</button>
</form>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h2 class="text-center">Signup</h2>
<button type="submit" class="btn btn-primary w-100 mb-3">SIGNUP</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<img src="./assets/google_icon.jpg" alt="Google Logo" class="google-logo">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google</button>
</div>
</div>
Expand Down Expand Up @@ -578,7 +578,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex" style="align-items: flex-start; ">
<a class="d-flex" href="#">
<img src="./assets/img9.jpg" class="object-fit" alt="">
<img src="./assets/img9.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px; ">
<a href="#" class="text-title display-2 text-dark">
Embrace the beauty of nature through our enchanting blog, where we
Expand All @@ -598,7 +598,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex" style="align-items: flex-start; ">
<a class="d-flex" href="#">
<img src="./assets/img1.jpg" class="object-fit" alt="">
<img src="./assets/img1.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Embark on unforgettable journeys through our travel blog, where
Expand All @@ -617,7 +617,7 @@ <h2 class="footer-title secondary-title">Feature Post</h2>
<article class="article">
<div class="d-flex" style="align-items: flex-start; ">
<a class="d-flex " href="#">
<img src="./assets/img2.jpg" class="object-fit" alt="">
<img src="./assets/img2.webp" class="object-fit" alt="">
<div class="px-1" style="width: 300px;">
<a href="#" class="text-title display-2 text-dark">
Gaming Adventures Unleashed
Expand Down
Binary file removed faq.png
Diff not rendered.
Binary file added faq.webp
Binary file not shown.
Loading

1 comment on commit c678ba0

@vercel
Copy link

@vercel vercel bot commented on c678ba0 Oct 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.