diff --git a/.svelte-kit/ambient.d.ts b/.svelte-kit/ambient.d.ts index b41ac14b..ce535f49 100644 --- a/.svelte-kit/ambient.d.ts +++ b/.svelte-kit/ambient.d.ts @@ -30,13 +30,13 @@ declare module '$env/static/private' { export const npm_command: string; export const LSCOLORS: string; export const SESSION_MANAGER: string; - export const USER_ZDOTDIR: string; + export const WINDOWID: string; export const npm_config_userconfig: string; export const COLORTERM: string; export const npm_config_cache: string; export const LESS: string; export const XDG_MENU_PREFIX: string; - export const TERM_PROGRAM_VERSION: string; + export const GNOME_KEYRING_CONTROL: string; export const _P9K_TTY: string; export const NODE: string; export const SSH_AUTH_SOCK: string; @@ -45,7 +45,7 @@ declare module '$env/static/private' { export const COLOR: string; export const npm_config_local_prefix: string; export const DESKTOP_SESSION: string; - export const NO_AT_BRIDGE: string; + export const KITTY_PID: string; export const npm_config_globalconfig: string; export const EDITOR: string; export const PWD: string; @@ -56,10 +56,8 @@ declare module '$env/static/private' { export const SYSTEMD_EXEC_PID: string; export const _: string; export const XAUTHORITY: string; - export const VSCODE_GIT_ASKPASS_NODE: string; - export const GJS_DEBUG_TOPICS: string; + export const KITTY_PUBLIC_KEY: string; export const MOTD_SHOWN: string; - export const VSCODE_INJECTION: string; export const GDM_LANG: string; export const HOME: string; export const USERNAME: string; @@ -69,24 +67,19 @@ declare module '$env/static/private' { export const npm_package_version: string; export const MEMORY_PRESSURE_WATCH: string; export const WAYLAND_DISPLAY: string; - export const GIT_ASKPASS: string; + export const KITTY_WINDOW_ID: string; export const INVOCATION_ID: string; export const MANAGERPID: string; export const INIT_CWD: string; - export const CHROME_DESKTOP: string; export const npm_lifecycle_script: string; - export const GJS_DEBUG_OUTPUT: string; - export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string; export const GNOME_SETUP_DISPLAY: string; export const npm_config_npm_version: string; export const XDG_SESSION_CLASS: string; + export const TERMINFO: string; export const TERM: string; export const npm_package_name: string; - export const VSCODE_NONCE: string; export const npm_config_prefix: string; - export const ZDOTDIR: string; export const USER: string; - export const VSCODE_GIT_IPC_HANDLE: string; export const DISPLAY: string; export const npm_lifecycle_event: string; export const SHLVL: string; @@ -98,23 +91,19 @@ declare module '$env/static/private' { export const DEBUGINFOD_URLS: string; export const npm_package_json: string; export const P9K_SSH: string; - export const VSCODE_GIT_ASKPASS_MAIN: string; export const JOURNAL_STREAM: string; export const XDG_DATA_DIRS: string; - export const GDK_BACKEND: string; export const npm_config_noproxy: string; export const PATH: string; export const npm_config_node_gyp: string; export const GDMSESSION: string; - export const ORIGINAL_XDG_CURRENT_DESKTOP: string; export const DBUS_SESSION_BUS_ADDRESS: string; export const npm_config_global_prefix: string; export const MAIL: string; + export const KITTY_INSTALLATION_DIR: string; export const GIO_LAUNCHED_DESKTOP_FILE_PID: string; export const npm_node_execpath: string; - export const GIO_LAUNCHED_DESKTOP_FILE: string; export const OLDPWD: string; - export const TERM_PROGRAM: string; export const NODE_ENV: string; } @@ -151,13 +140,13 @@ declare module '$env/dynamic/private' { npm_command: string; LSCOLORS: string; SESSION_MANAGER: string; - USER_ZDOTDIR: string; + WINDOWID: string; npm_config_userconfig: string; COLORTERM: string; npm_config_cache: string; LESS: string; XDG_MENU_PREFIX: string; - TERM_PROGRAM_VERSION: string; + GNOME_KEYRING_CONTROL: string; _P9K_TTY: string; NODE: string; SSH_AUTH_SOCK: string; @@ -166,7 +155,7 @@ declare module '$env/dynamic/private' { COLOR: string; npm_config_local_prefix: string; DESKTOP_SESSION: string; - NO_AT_BRIDGE: string; + KITTY_PID: string; npm_config_globalconfig: string; EDITOR: string; PWD: string; @@ -177,10 +166,8 @@ declare module '$env/dynamic/private' { SYSTEMD_EXEC_PID: string; _: string; XAUTHORITY: string; - VSCODE_GIT_ASKPASS_NODE: string; - GJS_DEBUG_TOPICS: string; + KITTY_PUBLIC_KEY: string; MOTD_SHOWN: string; - VSCODE_INJECTION: string; GDM_LANG: string; HOME: string; USERNAME: string; @@ -190,24 +177,19 @@ declare module '$env/dynamic/private' { npm_package_version: string; MEMORY_PRESSURE_WATCH: string; WAYLAND_DISPLAY: string; - GIT_ASKPASS: string; + KITTY_WINDOW_ID: string; INVOCATION_ID: string; MANAGERPID: string; INIT_CWD: string; - CHROME_DESKTOP: string; npm_lifecycle_script: string; - GJS_DEBUG_OUTPUT: string; - VSCODE_GIT_ASKPASS_EXTRA_ARGS: string; GNOME_SETUP_DISPLAY: string; npm_config_npm_version: string; XDG_SESSION_CLASS: string; + TERMINFO: string; TERM: string; npm_package_name: string; - VSCODE_NONCE: string; npm_config_prefix: string; - ZDOTDIR: string; USER: string; - VSCODE_GIT_IPC_HANDLE: string; DISPLAY: string; npm_lifecycle_event: string; SHLVL: string; @@ -219,23 +201,19 @@ declare module '$env/dynamic/private' { DEBUGINFOD_URLS: string; npm_package_json: string; P9K_SSH: string; - VSCODE_GIT_ASKPASS_MAIN: string; JOURNAL_STREAM: string; XDG_DATA_DIRS: string; - GDK_BACKEND: string; npm_config_noproxy: string; PATH: string; npm_config_node_gyp: string; GDMSESSION: string; - ORIGINAL_XDG_CURRENT_DESKTOP: string; DBUS_SESSION_BUS_ADDRESS: string; npm_config_global_prefix: string; MAIL: string; + KITTY_INSTALLATION_DIR: string; GIO_LAUNCHED_DESKTOP_FILE_PID: string; npm_node_execpath: string; - GIO_LAUNCHED_DESKTOP_FILE: string; OLDPWD: string; - TERM_PROGRAM: string; NODE_ENV: string; [key: `PUBLIC_${string}`]: undefined; [key: `${string}`]: string | undefined; diff --git a/.svelte-kit/generated/client-optimized/app.js b/.svelte-kit/generated/client-optimized/app.js new file mode 100644 index 00000000..67a5c159 --- /dev/null +++ b/.svelte-kit/generated/client-optimized/app.js @@ -0,0 +1,36 @@ +export { matchers } from './matchers.js'; + +export const nodes = [ + () => import('./nodes/0'), + () => import('./nodes/1'), + () => import('./nodes/2'), + () => import('./nodes/3'), + () => import('./nodes/4'), + () => import('./nodes/5'), + () => import('./nodes/6') +]; + +export const server_loads = []; + +export const dictionary = { + "/": [2], + "/contact": [3], + "/nexo_project": [4], + "/projects": [5], + "/skills": [6] + }; + +export const hooks = { + handleError: (({ error }) => { console.error(error) }), + + reroute: (() => {}), + transport: {} +}; + +export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode])); + +export const hash = false; + +export const decode = (type, value) => decoders[type](value); + +export { default as root } from '../root.js'; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/matchers.js b/.svelte-kit/generated/client-optimized/matchers.js new file mode 100644 index 00000000..f6bd30a4 --- /dev/null +++ b/.svelte-kit/generated/client-optimized/matchers.js @@ -0,0 +1 @@ +export const matchers = {}; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/0.js b/.svelte-kit/generated/client-optimized/nodes/0.js new file mode 100644 index 00000000..45d0407e --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/0.js @@ -0,0 +1,3 @@ +import * as universal from "../../../../src/routes/+layout.js"; +export { universal }; +export { default as component } from "../../../../src/routes/+layout.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/1.js b/.svelte-kit/generated/client-optimized/nodes/1.js new file mode 100644 index 00000000..bf58badb --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/1.js @@ -0,0 +1 @@ +export { default as component } from "../../../../node_modules/@sveltejs/kit/src/runtime/components/svelte-5/error.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/2.js b/.svelte-kit/generated/client-optimized/nodes/2.js new file mode 100644 index 00000000..1cb4f855 --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/2.js @@ -0,0 +1 @@ +export { default as component } from "../../../../src/routes/+page.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/3.js b/.svelte-kit/generated/client-optimized/nodes/3.js new file mode 100644 index 00000000..060205a6 --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/3.js @@ -0,0 +1 @@ +export { default as component } from "../../../../src/routes/contact/+page.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/4.js b/.svelte-kit/generated/client-optimized/nodes/4.js new file mode 100644 index 00000000..6a76d10b --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/4.js @@ -0,0 +1 @@ +export { default as component } from "../../../../src/routes/nexo_project/+page.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/5.js b/.svelte-kit/generated/client-optimized/nodes/5.js new file mode 100644 index 00000000..0d2d91af --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/5.js @@ -0,0 +1 @@ +export { default as component } from "../../../../src/routes/projects/+page.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client-optimized/nodes/6.js b/.svelte-kit/generated/client-optimized/nodes/6.js new file mode 100644 index 00000000..b7b7f923 --- /dev/null +++ b/.svelte-kit/generated/client-optimized/nodes/6.js @@ -0,0 +1 @@ +export { default as component } from "../../../../src/routes/skills/+page.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/client/nodes/0.js b/.svelte-kit/generated/client/nodes/0.js index fed1375f..45d0407e 100644 --- a/.svelte-kit/generated/client/nodes/0.js +++ b/.svelte-kit/generated/client/nodes/0.js @@ -1 +1,3 @@ +import * as universal from "../../../../src/routes/+layout.js"; +export { universal }; export { default as component } from "../../../../src/routes/+layout.svelte"; \ No newline at end of file diff --git a/.svelte-kit/generated/server/internal.js b/.svelte-kit/generated/server/internal.js index d19f62dd..5d97ed29 100644 --- a/.svelte-kit/generated/server/internal.js +++ b/.svelte-kit/generated/server/internal.js @@ -21,7 +21,7 @@ export const options = { app: ({ head, body, assets, nonce, env }) => "\n\n\t
\n\t\t\n\t\t\n\t\t\n\t\t" + head + "\n\t\n\t\n\t\tg==null?void 0:g.stop()}}const zn=e=>e.hasOwnProperty("x")&&e.hasOwnProperty("y"),zr=e=>zn(e)&&e.hasOwnProperty("z"),Bt=(e,t)=>Math.abs(e-t);function Aa(e,t){if(Un(e)&&Un(t))return Bt(e,t);if(zn(e)&&zn(t)){const n=Bt(e.x,t.x),r=Bt(e.y,t.y),o=zr(e)&&zr(t)?Bt(e.z,t.z):0;return Math.sqrt(Math.pow(n,2)+Math.pow(r,2)+Math.pow(o,2))}}const Ea=(e,t)=>1-3*t+3*e,Va=(e,t)=>3*t-6*e,Ma=e=>3*e,nn=(e,t,n)=>((Ea(t,n)*e+Va(t,n))*e+Ma(t))*e,Oa=(e,t,n)=>3*Ea(t,n)*e*e+2*Va(t,n)*e+Ma(t),wu=1e-7,Su=10;function Cu(e,t,n,r,o){let i,a,s=0;do a=t+(n-t)/2,i=nn(a,r,o)-e,i>0?n=a:t=a;while(Math.abs(i)>wu&&++s I'm a programmer, passionate gamer and high school student from Poland. I'm currently focused on Svelte, Python (discord.py) and planning to learn C# or C++. I'm also learning Japanese and would like to learn Spanish in the future. Magic Card My own personal bot for Discord, written in Python using the discord.py library. It's purpose is to use on my own Discord server, and it has or will have a lot of features, such as: moderation, fun, and more. It's still under development, but it's already usable.
+ It contains commands such as: and much more, also I'm still adding new features. Suggestions are welcome. Magic Card My own personal bot for Discord, written in Python using the discord.py library. It's purpose is to use on my own Discord server, and it has or will have a lot of features, such as: moderation, fun, and more. It's still under development, but it's already usable.
+ It contains commands such as: and much more, also I'm still adding new features. Suggestions are welcome. My own personal bot for Discord, written in Python using the discord.py library. A website for my uncle's business. It's purpose is to be like a business card, but on the internet. ${escape_html(page.error?.message)} I'm a programmer, passionate gamer and high school student from Poland. I'm currently focused on Svelte, Python (discord.py) and planning to learn C# or C++. I'm also learning Japanese and would like to learn Spanish in the future. Magic Card My own personal bot for Discord, written in Python using the discord.py library. It's purpose is to use on my own Discord server, and it has or will have a lot of features, such as: moderation, fun, and more. It's still under development, but it's already usable.
+ It contains commands such as: and much more, also I'm still adding new features. Suggestions are welcome. ${escape_html(card.desc)} ${escape_html(card.desc)} Magic Card
Hi, I'm f1rq
`),y=r(`Contact me
'),lt=i('Nexo bot for Discord
Projects I've worked on:
`),M=c('Skills or technologies I'm familiar with:
`),g2=s('Contact me
Nexo bot for Discord
Projects I've worked on:
Nexo bot for Discord
Website for my uncle's business
${escape_html(page.status)}
Hi, I'm f1rq
`;
+ },
+ $$slots: { default: true }
+ });
+ $$payload.out += ` `;
+ BlurFade($$payload, {
+ delay: 0.1 * 2,
+ children: ($$payload2) => {
+ $$payload2.out += `Contact me
`;
+ },
+ $$slots: { default: true }
+ });
+ $$payload.out += ` `;
+ BlurFade($$payload, {
+ delay: 0.1 * 2,
+ children: ($$payload2) => {
+ $$payload2.out += ``;
+ },
+ $$slots: { default: true }
+ });
+ $$payload.out += ` `;
+ BlurFade($$payload, {
+ delay: 0.1 * 3,
+ children: ($$payload2) => {
+ $$payload2.out += ``;
+ MagicCard($$payload2, {
+ class: "mr-8 cursor-pointer flex-col items-center justify-center shadow-2xl whitespace-nowrap text-3xl group hover:border-[#24A1DEAA] transition-all duration-300",
+ gradientColor: "#0b5980",
+ gradientSize: 200,
+ children: ($$payload3) => {
+ $$payload3.out += `Nexo bot for Discord
`;
+ BlurFade($$payload2, {
+ delay: 0.1 * 2,
+ children: ($$payload3) => {
+ $$payload3.out += `${escape_html(card.title)}
`;
+ slot($$payload, $$props, "default", {}, () => {
+ Nexo_body_card($$payload, {
+ class: "absolute pb-0.5 px-4 md:pb-10 inset-x-0 bottom-2 flex flex-col justify-end size-full"
+ });
+ });
+ $$payload.out += `
${escape_html(card.title)}
`;
+ slot($$payload, $$props, "default", {}, () => {
+ Sbau_body_card($$payload, {
+ class: "absolute pb-0.5 px-4 md:pb-10 inset-x-0 bottom-2 flex flex-col justify-end size-full"
+ });
+ });
+ $$payload.out += `
Projects I've worked on:
`;
+ },
+ $$slots: { default: true }
+ });
+ $$payload.out += ` `;
+ BlurFade($$payload, {
+ delay: 0.1 * 2,
+ children: ($$payload2) => {
+ $$payload2.out += `Skills or technologies I'm familiar with:
`;
+ },
+ $$slots: { default: true }
+ });
+ $$payload.out += ` `;
+ BlurFade($$payload, {
+ delay: 0.1 * 2,
+ children: ($$payload2) => {
+ $$payload2.out += `