added website link 9010ef70
Steve · 2024-03-10 20:27 2 file(s) · +20 −1
src/data/constants.ts +2 −1
26 26
  ethereum: "https://rainbow.me/stevedylandev.eth",
27 27
  farcaster: "https://warpcast.com/stevedylandev.eth",
28 28
  medium: "https://medium.com/@stevedylandev",
29 -
  linkedin: "https://www.linkedin.com/in/steve-simkins/"
29 +
  linkedin: "https://www.linkedin.com/in/steve-simkins/",
30 +
  website: "/"
30 31
};
src/pages/links.astro +18 −0
14 14
			<li>
15 15
				<a
16 16
					class="flex items-center gap-4 p-2 sm:hover:text-link"
17 +
					href={SOCIAL_LINKS.website}
18 +
				>
19 +
        <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
20 +
  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
21 +
  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />
22 +
  <path d="M3.6 9h16.8" />
23 +
  <path d="M3.6 15h16.8" />
24 +
  <path d="M11.5 3a17 17 0 0 0 0 18" />
25 +
  <path d="M12.5 3a17 17 0 0 1 0 18" />
26 +
</svg>
27 +
					Website
28 +
					<span class="sr-only">Website</span>
29 +
				</a>
30 +
			</li>
31 +
32 +
			<li>
33 +
				<a
34 +
					class="flex items-center gap-4 p-2 sm:hover:text-link"
17 35
					href={SOCIAL_LINKS.farcaster}
18 36
					target="_blank"
19 37
					rel="noopener noreferrer"