{#await getJson('/json/me.json')}
{:then info}
{info.name}
{info.job_title}
{@html info.about}
Skills
Experience
{addToast(new Toast("Click on a skill to open a prompt", ToastType.Info, true, 8_000))}
{addToast(new Toast("Welcome!", ToastType.Success, true, 7_000))}
{:catch}
Unable to load portfolio overview data
{addToast(new Toast("Unable to load me.json", ToastType.Error, true, 3000))}
{/await}