diff --git a/src/components/Header.astro b/src/components/Header.astro index 53e818d..5bfdf04 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,7 +1,7 @@ --- import Container from "@components/Container.astro"; import Link from "@components/Link.astro"; -import { SITE } from "@consts"; +import { SITE, SOCIALS } from "@consts"; ---
@@ -31,9 +31,9 @@ import { SITE } from "@consts"; {`/`} - + social.NAME === "cv")?.HREF || ""} external={true}> + cv + diff --git a/src/consts.ts b/src/consts.ts index 524a51c..9586e8c 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -36,5 +36,9 @@ export const SOCIALS: Socials = [ { NAME: "linkedin", HREF: "https://www.linkedin.com/in/michael-rausch-13445b8a/", + }, + { + NAME: "cv", + HREF: "https://standardresume.co/r/sQUNyo7W9NsmFFG8ZvU_B", } ]; diff --git a/src/content/work/Standard.md b/src/content/work/Standard.md new file mode 100644 index 0000000..3bf6a5b --- /dev/null +++ b/src/content/work/Standard.md @@ -0,0 +1,7 @@ +--- +company: "Standard" +role: "Software Engineer / Director" +dateStart: "01/01/2019" +dateEnd: "Mothballed" +--- + diff --git a/src/pages/index.astro b/src/pages/index.astro index 02b5415..e9d3f99 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -50,23 +50,26 @@ const work = await Promise.all( -
-
-
- Latest posts -
- - See all posts - -
- -
+ { blog.length > 1 && +
+
+
+ Latest posts +
+ + See all posts + +
+ +
+ } +