diff --git a/src/assets/img/fosc-logo-old.png b/src/assets/img/fosc-logo-old.png index 200364f..7923c83 100644 Binary files a/src/assets/img/fosc-logo-old.png and b/src/assets/img/fosc-logo-old.png differ diff --git a/src/components/Badge.astro b/src/components/Badge.astro new file mode 100644 index 0000000..40ce6d3 --- /dev/null +++ b/src/components/Badge.astro @@ -0,0 +1,88 @@ +--- +import foscLogo from "../assets/img/fosc-logo-old.png"; +import { Image } from "astro:assets"; + +--- +
+ +
+ + + + + \ No newline at end of file diff --git a/src/components/NavItem.astro b/src/components/NavItem.astro index 2bc93f9..1ab2dd0 100644 --- a/src/components/NavItem.astro +++ b/src/components/NavItem.astro @@ -6,10 +6,4 @@ interface Props { const { href, title } = Astro.props; --- -
  • -{title} - -
  • \ No newline at end of file +
  • {title}
  • \ No newline at end of file diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index a1938b1..1d08475 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -6,7 +6,7 @@ import NavItem from "./NavItem.astro"; import foscLogo from '../assets/img/fosc-logo-new.png' --- -