-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[[position]] doesn't work with static adapter, make a route for each …
…job ad, add header text to identify each page of generated pdf
- Loading branch information
Showing
8 changed files
with
65 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<script> | ||
import "../app.pcss"; | ||
import Heading from "flowbite-svelte/Heading.svelte"; | ||
</script> | ||
|
||
<div class="flex flex-col container max-w-2xl md:mx-auto p-2"> | ||
<div class="flex flex-col container max-w-2xl md:mx-auto p-2"> | ||
<Heading class="my-2 p-4 text-center text-red-500">WORK IN PROGRESSS!</Heading> | ||
</div> | ||
<slot /> | ||
</div> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<svelte:options runes={true} /> | ||
|
||
<script lang="ts"> | ||
import Heading from "flowbite-svelte/Heading.svelte"; | ||
</script> | ||
|
||
<div class="flex flex-col space-y-4 p-4"> | ||
<Heading tag="h3">Invalid or expired link.</Heading> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<svelte:options runes={true} /> | ||
|
||
<script lang="ts"> | ||
import ApplicationForm from "$lib/components/ApplicationForm.svelte"; | ||
</script> | ||
|
||
<ApplicationForm position="SSC Research Software Engineer - HPC" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<svelte:options runes={true} /> | ||
|
||
<script lang="ts"> | ||
import ApplicationForm from "$lib/components/ApplicationForm.svelte"; | ||
</script> | ||
|
||
<ApplicationForm position="SSC Research Software Engineer" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<svelte:options runes={true} /> | ||
|
||
<script lang="ts"> | ||
import ApplicationForm from "$lib/components/ApplicationForm.svelte"; | ||
</script> | ||
|
||
<ApplicationForm position="SSC Research Software Engineer - Web Development" /> |