🌴
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Stretch My Time Off - Optimise Your Vacation Days</title>
|
||||
<title>🌴 Stretch My Time Off - Optimise Your Vacation Days</title>
|
||||
<meta name="description" content="Unlock the secret to extending your vacation days by strategically aligning public holidays and personal leave. Plan your ultimate getaway with ease and efficiency." />
|
||||
<meta name="keywords" content="vacation, holidays, time off, optimise, travel, planning, calendar" />
|
||||
<meta name="author" content="Zach" />
|
||||
|
||||
@@ -407,9 +407,9 @@
|
||||
|
||||
<main>
|
||||
<div class="header">
|
||||
<h2>Stretch My Time Off</h2>
|
||||
<h2>🌴 Stretch My Time Off</h2>
|
||||
<p>
|
||||
In <strong>{selectedCountry}</strong>, there are <strong>{holidays.length}</strong> public holidays in <strong>{year}</strong>.
|
||||
In <strong>{getFlagEmoji(Object.keys(countriesList).find(code => countriesList[code] === selectedCountry))} {selectedCountry}</strong>, there are <strong>{holidays.length}</strong> public holidays in <strong>{year}</strong>.
|
||||
<br />
|
||||
Let's stretch your time off from <strong>{daysOff} days</strong> to <strong>{consecutiveDaysOff.reduce((total, group) => total + group.totalDays, 0)} days</strong> (<a href="#how-it-works" on:click={toggleHowItWorks}>how?</a>)
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user