chore: updated links 09f9b53e
Steve · 2026-03-16 22:42 2 file(s) · +24 −4
packages/client/src/data/constants.ts +5 −4
19 19
		title: "Projects",
20 20
		path: "/projects",
21 21
	},
22 +
  {
23 +
    title: "CV",
24 +
    path: "/cv",
25 +
  },
22 26
	{
23 27
		title: "Now",
24 28
		path: "/now",
26 30
	{
27 31
		title: "Feeds",
28 32
		path: "/feeds",
29 -
	},
30 -
	{
31 -
		title: "Videos",
32 -
		path: "/videos",
33 33
	},
34 34
	{
35 35
		title: "Photos",
50 50
	ethereum: "https://app.ens.domains/stevedylandev.eth",
51 51
	email: "mailto:contact@stevedylan.dev",
52 52
	rss: "https://stevedylan.dev/rss.xml",
53 +
  cv: "/cv",
53 54
	pgp: "https://stevedylan.dev/public_key.asc",
54 55
};
packages/client/src/pages/links.astro +19 −0
88 88
    <li>
89 89
      <a
90 90
          class="flex items-center gap-4 p-2 sm:hover:text-link"
91 +
          href={SOCIAL_LINKS.cv}
92 +
          target="_blank"
93 +
          rel="noopener noreferrer"
94 +
        >
95 +
          <svg 
96 +
            xmlns="http://www.w3.org/2000/svg" 
97 +
            viewBox="0 0 24 24"
98 +
            class="h-6 w-6" 
99 +
            stroke-width="0.5"
100 +
            stroke="currentColor"
101 +
          >
102 +
            <path fill="currentColor" d="M2 5.75A2.75 2.75 0 0 1 4.75 3h14.5A2.75 2.75 0 0 1 22 5.75v9.5A2.75 2.75 0 0 1 19.25 18H10v-1q.18-.24.331-.5h8.919c.69 0 1.25-.56 1.25-1.25v-9.5c0-.69-.56-1.25-1.25-1.25H4.75c-.69 0-1.25.56-1.25 1.25v3.919a5 5 0 0 0-1.5 1.33zM6.75 7a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5zm6 5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM6 10a4 4 0 1 0 0 8.001A4 4 0 0 0 6 10m3 8.001c-.835.628-1.874 1-3 1a4.98 4.98 0 0 1-3-.998v3.246c0 .57.605.92 1.09.669l.09-.055L6 20.592l1.82 1.272a.75.75 0 0 0 1.172-.51L9 21.249z"/></svg>
103 +
          cv
104 +
          <span class="sr-only">CV</span>
105 +
        </a>
106 +
    </li>
107 +
    <li>
108 +
      <a
109 +
          class="flex items-center gap-4 p-2 sm:hover:text-link"
91 110
          href={SOCIAL_LINKS.atproto}
92 111
          target="_blank"
93 112
          rel="noopener noreferrer"