Delete IMage

This commit is contained in:
karimalden 2024-07-27 14:49:44 +03:00
parent fe6ccaaee0
commit 2c77beab03
27 changed files with 5 additions and 229 deletions

View File

@ -18,6 +18,7 @@
"tagcontainer", "tagcontainer",
"toastify", "toastify",
"Viewelement", "Viewelement",
"webp",
"zustand", "zustand",
"مطلوب" "مطلوب"
], ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/App/SyriaLogo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 KiB

View File

@ -1,5 +0,0 @@
<svg viewBox="0 0 377 446" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse opacity="0.1" cx="293" cy="326.206" rx="293" ry="326.206" fill="white" fill-opacity="0.66"/>
<ellipse opacity="0.1" cx="293" cy="326.207" rx="181.81" ry="202.415" fill="white" fill-opacity="0.66"/>
<ellipse opacity="0.1" cx="292.999" cy="326.206" rx="94.6615" ry="105.39" fill="white" fill-opacity="0.66"/>
</svg>

Before

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1,18 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1082" height="138" viewBox="0 0 1082 138">
<defs>
<clipPath id="clip-path">
<rect id="Rectangle_1" data-name="Rectangle 1" width="1082" height="138" transform="translate(419 362)" fill="#fff"/>
</clipPath>
</defs>
<g id="Mask_Group_1" data-name="Mask Group 1" transform="translate(-419 -362)" clip-path="url(#clip-path)">
<g id="cover" transform="translate(369 332)">
<g id="Group_1" data-name="Group 1">
<path id="Path_1" data-name="Path 1" d="M50,50A20,20,0,0,1,70,30H1112a20,20,0,0,1,20,20V170H50Z" fill="#3182ce"/>
</g>
<g id="Group_2" data-name="Group 2">
<rect id="Rectangle_1-2" data-name="Rectangle 1" width="280.439" height="275.13" rx="20" transform="translate(230.408 111.564)" fill="#fb7d5b"/>
<rect id="Rectangle_2" data-name="Rectangle 2" width="280.439" height="275.13" rx="20" transform="translate(92 61)" fill="#fcc43e"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -24,7 +24,7 @@ const FormField = ({ isLoading }: FormFieldType) => {
const [t] = useTranslation(); const [t] = useTranslation();
return ( return (
<Form className="AuthForm"> <Form className="AuthForm">
<Image src="../Layout/Logo.png" /> <Image src="../App/Logo.png" />
<div className="AuthInput"> <div className="AuthInput">

View File

@ -10,7 +10,7 @@ const Dummy = () => {
return ( return (
<div className="DammyHomePage"> <div className="DammyHomePage">
<Image src="/Layout/OLogo.png" /> <Image src="/App/SyriaLogo.webp" />
</div> </div>
); );
}; };

View File

@ -15,7 +15,7 @@
margin-inline: auto; margin-inline: auto;
height: 60%; height: 60%;
content: ""; content: "";
background: url("../../../public/Layout/auth_bg.png"); background: url("../../../public/Layout/BackgroundHeader.webp");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
z-index: 1; z-index: 1;

View File

@ -23,7 +23,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-image: url("../../../public/Layout/Background_Header.svg"); background-image: url("../../../public/Layout/BackgroundHeader.webp");
} }
} }