~chrono/personal-website-alyx

e47be8cbc116ebbbe9a7e8835371835a97dea40a — Michael Gummere 4 months ago 56b0e0e
add linkedin to footer
2 files changed, 10 insertions(+), 5 deletions(-)

M components/AboutPage/ProfileCard.tsx
M components/Footer/Footer.tsx
M components/AboutPage/ProfileCard.tsx => components/AboutPage/ProfileCard.tsx +0 -2
@@ 1,7 1,5 @@
// import Clock from "./Clock.tsx";
import Clock from "../../islands/Clock.tsx";

// icons
import ClockIcon from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/clock.tsx";
import College from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/building.tsx";
import MapPin from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/map-pin.tsx";

M components/Footer/Footer.tsx => components/Footer/Footer.tsx +10 -3
@@ 6,6 6,7 @@ import BrandTwitter from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/brand-t
import BrandTwitch from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/brand-twitch.tsx";
import BrandDiscord from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/brand-discord.tsx";
import BrandSourcehut from "./BrandSourcehut.tsx";
import BrandLinkedIn from "https://deno.land/x/tabler_icons_tsx@0.0.6/tsx/brand-linkedin";

import SplashTextDisplay from "../../islands/SplashTextDisplay.tsx";



@@ 16,6 17,7 @@ const iconMap = {
  // twitch: BrandTwitch,
  discord: BrandDiscord,
  sourcehut: BrandSourcehut,
  linkedin: BrandLinkedIn
};

export default function Footer() {


@@ 42,6 44,10 @@ export default function Footer() {
          name: "Instagram",
          href: "https://www.instagram.com/chrono.1.1.1/",
        },
        {
          name: "LinkedIn",
          href: "https://linkedin.com/in/michael-gummere/"
        }
      ],
    },
  ];


@@ 53,11 59,12 @@ export default function Footer() {
    "gitlab",
    "sourcehut",
    "github",
    "twitch",
    // "twitch",
    "twitter",
    "discord",
    "instagram",
    "youtube",
    // "instagram",
    // "youtube",
    "linkedin"
  ];

  menus.forEach((menu) => {