diff --git a/src/assets/menu-primary.ts b/src/assets/menu-primary.ts index e88de80..95edd97 100644 --- a/src/assets/menu-primary.ts +++ b/src/assets/menu-primary.ts @@ -7,7 +7,6 @@ const links: Link[] = [ { href: "/", label: "Home" }, { href: "/about/", label: "About" }, { href: "/projects/", label: "Projects" }, - { href: "/recognition/", label: "Recognition" }, { href: "/contact/", label: "Contact" } ]; diff --git a/src/components/AwardCard.astro b/src/components/AwardCard.astro index 393fbee..8ca880e 100644 --- a/src/components/AwardCard.astro +++ b/src/components/AwardCard.astro @@ -13,18 +13,16 @@ const { award } = Astro.props as Props; const { Content } = await render(award); --- -
-
-
-
{award.data.title}
-
- {award.data.giver} ({award.data.date.getFullYear()}) -
+
+
+
{award.data.title}
+
+ {award.data.giver} ({award.data.date.getFullYear()})
-
-
- -
+
+
+
+
diff --git a/src/pages/recognition.astro b/src/drafts/recognition.astro similarity index 100% rename from src/pages/recognition.astro rename to src/drafts/recognition.astro diff --git a/src/pages/index.astro b/src/pages/index.astro index aa8e479..276fd29 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -174,33 +174,18 @@ const tracks = (
Recognition -
+ I am very grateful to have been recognised and awarded for my work. +
- I am very grateful to have been recognised and awarded for my - work. - - Click here for more information - -
-
-
- { - awardsDoubled.map((award) => { - return ; - }) - } -
+ { + awardsDoubled.map((award) => { + return ; + }) + }