mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
refactor: Optimized quality for loading page spinner
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { ImageExport } from "./assets";
|
||||
import netResume from "./illustrations/dotnet-resume.svg";
|
||||
import footer from "./illustrations/footer.svg";
|
||||
import foxRuns from "./illustrations/fox_runs.gif";
|
||||
import foxRunsDark from "./illustrations/fox_runs-dark.gif";
|
||||
import foxRunsLight from "./illustrations/fox_runs-light.gif";
|
||||
import fullstackResumeImg from "./illustrations/fullstack-resume.svg";
|
||||
import fox from "./illustrations/home-decor.svg";
|
||||
import itsMe from "./illustrations/its_me.webp";
|
||||
@@ -35,9 +36,15 @@ export const footerImage: ImageExport =
|
||||
alt: "A cartoon fox looking at a laptop"
|
||||
};
|
||||
|
||||
export const spinner: ImageExport =
|
||||
export const spinnerDark: ImageExport =
|
||||
{
|
||||
src: foxRuns,
|
||||
src: foxRunsDark,
|
||||
alt: "Cute cartoon fox runs to the left"
|
||||
};
|
||||
|
||||
export const spinnerLight: ImageExport =
|
||||
{
|
||||
src: foxRunsLight,
|
||||
alt: "Cute cartoon fox runs to the left"
|
||||
};
|
||||
|
||||
@@ -80,7 +87,8 @@ export const projectsImg: ImageExport =
|
||||
const illustrations =
|
||||
{
|
||||
footerImage,
|
||||
spinner,
|
||||
spinnerDark,
|
||||
spinnerLight,
|
||||
homeDecor,
|
||||
profilePicture,
|
||||
aboutPicture,
|
||||
|
||||
Reference in New Issue
Block a user