From 7153c0fcaad07c58cc7b9eb8054e718540a95233 Mon Sep 17 00:00:00 2001 From: Zachary Date: Mon, 11 Nov 2024 23:59:58 +0100 Subject: [PATCH] Update links --- src/routes/+page.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index ad598c6..974c70d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -473,19 +473,19 @@

How does this work?

- The app uses your country to fetch public holiday data. The algorithm analyzes these holidays and weekends to identify gaps that can be optimized. It ranks these gaps based on their potential to be filled with personal leave days. + This tool detects your country from your IP, uses a default number of government-mandated days off from Wikipedia, and a database of holidays for your country.

- By strategically selecting the most efficient gaps, it calculates the longest possible sequences of consecutive days off. This approach maximizes your vacation time by aligning personal leave with public holidays, ensuring you make the most of your available days. + The algorithm prioritizes filling the shortest gaps first. It optimizes for spreading your holidays throughout the year to create the most number of consecutive vacation periods.

- Built with SvelteKit, this tool uses JavaScript and CSS for responsiveness. Hosted on Vercel with Cloudflare for CDN and security, it was developed using AI tools like GPT-4o. + Built with SvelteKit. Hosted on Vercel with Cloudflare. Developed using Cursor, an AI-powered code editor, and GPT-4o.

{/if} \ No newline at end of file