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

replaced svgs #633

Merged
merged 1 commit into from
Nov 16, 2024
Merged
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
16 changes: 16 additions & 0 deletions public/images/shape-animation/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/shape-animation/hashflag-star.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/shape-animation/hashflag-star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
198 changes: 198 additions & 0 deletions public/images/shape-animation/hashflag-star.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/images/shape-animation/hashflag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/shape-animation/medal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/containers/about/layout-02/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const AboutArea = ({
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/app-download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const AppDownloadArea = ({
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
</motion.div>
<motion.div
Expand Down
2 changes: 1 addition & 1 deletion src/containers/blog/layout-01/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const BlogArea = ({
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/contact-info/layout-01/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const ContactInfo = ({ data: { section_title, items, images } }: TProps) => {
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
<motion.div
className="tw-absolute tw-z-1 tw-w-15 tw-bottom-[140px] tw-right-2.5 sm:tw-bottom-[314px] sm:tw-right-7.5 md:tw-w-auto md:tw-right-[70px]"
Expand Down
2 changes: 1 addition & 1 deletion src/containers/hero/layout-01/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const HeroArea = ({
}}
>
<img
src="/images/shape-animation/shape-1.png"
src="/images/shape-animation/code.svg"
alt=""
width={136}
height={136}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/hero/layout-02/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const HeroArea = ({
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
<motion.div
className="tw-absolute tw-z-1 tw-w-15 tw-bottom-[140px] tw-right-2.5 sm:tw-bottom-[314px] sm:tw-right-7.5 md:tw-w-auto md:tw-right-[70px]"
Expand Down
2 changes: 1 addition & 1 deletion src/containers/register-guide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const RegisterGuideArea = ({
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand Down
4 changes: 2 additions & 2 deletions src/containers/team/layout-01/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const TeamArea = ({
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand All @@ -79,7 +79,7 @@ const TeamArea = ({
}}
>
<img
src="/images/shape-animation/shape-1.png"
src="/images/shape-animation/code.svg"
alt=""
loading="lazy"
width={136}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/testimonial/layout-04/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const TestimonialArea = ({
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/testimonial/layout-05/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const TestimonialArea = ({
y: trans2().y,
}}
>
<img src="/images/shape-animation/shape-3.png" alt="" />
<img src="/images/shape-animation/medal.svg" alt="" />
</motion.div>
</div>
</Section>
Expand Down
4 changes: 2 additions & 2 deletions src/containers/video/layout-01/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const VideoArea = ({
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand All @@ -108,7 +108,7 @@ const VideoArea = ({
}}
>
<img
src="/images/shape-animation/shape-1.png"
src="/images/shape-animation/code.svg"
alt=""
loading="lazy"
width={136}
Expand Down
4 changes: 2 additions & 2 deletions src/containers/video/layout-02/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const VideoArea = ({
y: trans2().y,
}}
>
<img src="/images/shape-animation/shape-3.png" alt="" />
<img src="/images/shape-animation/medal.svg" alt="" />
</motion.div>
<motion.div
className="tw-absolute tw-z-20 tw-top-0 -tw-right-2.5 md:tw-right-7.5"
Expand All @@ -86,7 +86,7 @@ const VideoArea = ({
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
</div>
<div className="lg:tw-col-span-4 lg:tw-pl-5 xl:tw-pl-15">
Expand Down
4 changes: 2 additions & 2 deletions src/containers/video/layout-03/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const VideoArea = ({
y: trans2().y,
}}
>
<img src="/images/shape-animation/shape-3.png" alt="" />
<img src="/images/shape-animation/medal.svg" alt="" />
</motion.div>
<motion.div
className="tw-absolute tw-z-20 tw-top-0 -tw-right-2.5 md:tw-right-7.5"
Expand All @@ -85,7 +85,7 @@ const VideoArea = ({
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
</div>
<motion.div
Expand Down
4 changes: 2 additions & 2 deletions src/containers/video/layout-04/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const VideoArea = ({ data: { images, video }, space, bg }: TProps) => {
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand All @@ -79,7 +79,7 @@ const VideoArea = ({ data: { images, video }, space, bg }: TProps) => {
}}
>
<img
src="/images/shape-animation/shape-1.png"
src="/images/shape-animation/code.svg"
alt=""
loading="lazy"
width={136}
Expand Down
4 changes: 2 additions & 2 deletions src/containers/video/layout-06/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const VideoArea = ({
y: trans2().y,
}}
>
<img src="/images/shape-animation/shape-3.png" alt="" />
<img src="/images/shape-animation/medal.svg" alt="" />
</motion.div>
<motion.div
className="tw-absolute tw-z-20 tw-top-0 -tw-right-2.5 md:tw-right-7.5"
Expand All @@ -81,7 +81,7 @@ const VideoArea = ({
y: trans1().y,
}}
>
<img src="/images/shape-animation/shape-1.png" alt="" />
<img src="/images/shape-animation/code.svg" alt="" />
</motion.div>
</div>
<motion.div
Expand Down
4 changes: 2 additions & 2 deletions src/containers/video/layout-07/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const VideoArea = ({
}}
>
<img
src="/images/shape-animation/shape-3.png"
src="/images/shape-animation/medal.svg"
alt="shape"
loading="lazy"
width={178}
Expand All @@ -105,7 +105,7 @@ const VideoArea = ({
}}
>
<img
src="/images/shape-animation/shape-1.png"
src="/images/shape-animation/code.svg"
alt=""
loading="lazy"
width={136}
Expand Down
Loading