Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted_Images_to_WebP_for_Better_Optimization #283

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Roboto&display=swap" rel="stylesheet" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="180x180" href="./public/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./public/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./public/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="./public/apple-touch-icon.webp">
<link rel="icon" type="image/png" sizes="32x32" href="./public/favicon-32x32.webp">
<link rel="icon" type="image/png" sizes="16x16" href="./public/favicon-16x16.webp">
<meta name="theme-color" content="#000000" />
<meta name="description" content="Modern PWA Recipe Application" />

Expand Down
Binary file removed frontend/public/540x720.png
Binary file not shown.
Binary file added frontend/public/540x720.webp
Binary file not shown.
Binary file removed frontend/public/android-chrome-192x192.png
Binary file not shown.
Binary file added frontend/public/android-chrome-192x192.webp
Binary file not shown.
Binary file removed frontend/public/android-chrome-512x512.png
Binary file not shown.
Binary file added frontend/public/android-chrome-512x512.webp
Binary file not shown.
Binary file removed frontend/public/apple-touch-icon.png
Binary file not shown.
Binary file added frontend/public/apple-touch-icon.webp
Binary file not shown.
Binary file removed frontend/public/favicon-16x16.png
Binary file not shown.
Binary file added frontend/public/favicon-16x16.webp
Binary file not shown.
Binary file removed frontend/public/favicon-32x32.png
Binary file not shown.
Binary file added frontend/public/favicon-32x32.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions frontend/src/Pages/Landing.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

import { useEffect, useState } from "react";
import Foods from "../assets/Images/ArrayOfFoods.png";
import Search from "../assets/Images/Seach Recipe.png";
import Cooking from "../assets/Images/Cooking.png";
import Foods from "../assets/Images/ArrayOfFoods.webp";
import Search from "../assets/Images/Seach Recipe.webp";
import Cooking from "../assets/Images/Cooking.webp";
import Cards from "../Components/Cards.jsx";
import massa from "../assets/Images/Massaman.png";
import massa from "../assets/Images/Massaman.webp";
import { useNavigate } from "react-router-dom";
import axios from "axios";

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Pages/NotFound.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import food from "../assets/Images/food404.png";
import food from "../assets/Images/food404.webp";
import { Link } from "react-router-dom";

const NotFound = () => {
Expand Down
Binary file removed frontend/src/assets/Images/ArrayOfFoods.png
Binary file not shown.
Binary file added frontend/src/assets/Images/ArrayOfFoods.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/BG.png
Binary file not shown.
Binary file added frontend/src/assets/Images/BG.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/Cooking.png
Binary file not shown.
Binary file added frontend/src/assets/Images/Cooking.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/Massaman.png
Binary file not shown.
Binary file added frontend/src/assets/Images/Massaman.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/Seach Recipe.png
Binary file not shown.
Binary file added frontend/src/assets/Images/Seach Recipe.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/food404.png
Binary file not shown.
Binary file added frontend/src/assets/Images/food404.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/ingredients.png
Binary file not shown.
Binary file added frontend/src/assets/Images/ingredients.webp
Binary file not shown.
Binary file removed frontend/src/assets/Images/pasta-bg.png
Binary file not shown.
Binary file added frontend/src/assets/Images/pasta-bg.webp
Binary file not shown.