diff --git a/cms/src/app.html b/cms/src/app.html index 120e47d..f0a1adb 100644 --- a/cms/src/app.html +++ b/cms/src/app.html @@ -2,12 +2,21 @@ - + + + + + กองสรรหาบุคคล %sveltekit.head% - +
%sveltekit.body%
+ diff --git a/cms/src/app.postcss b/cms/src/app.postcss index fbbbcdb..1a15529 100644 --- a/cms/src/app.postcss +++ b/cms/src/app.postcss @@ -2,6 +2,7 @@ @tailwind base; @tailwind components; @tailwind utilities; +@charset url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap"); @layer base { h1 { @apply text-4xl; @@ -15,4 +16,4 @@ ol{ @apply list-decimal } - } \ No newline at end of file + } diff --git a/cms/src/lib/components/Footer.svelte b/cms/src/lib/components/Footer.svelte new file mode 100644 index 0000000..024f1a7 --- /dev/null +++ b/cms/src/lib/components/Footer.svelte @@ -0,0 +1,145 @@ + + + diff --git a/cms/src/lib/components/Header.svelte b/cms/src/lib/components/Header.svelte index fa04ab7..c18783b 100644 --- a/cms/src/lib/components/Header.svelte +++ b/cms/src/lib/components/Header.svelte @@ -1,33 +1,65 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/cms/src/routes/+layout.svelte b/cms/src/routes/+layout.svelte index 4e9ecf8..28ac727 100644 --- a/cms/src/routes/+layout.svelte +++ b/cms/src/routes/+layout.svelte @@ -1,9 +1,11 @@
- - - +
+ +
+