chore: Updated email a399410b
Steve · 2025-08-02 16:25 3 file(s) · +26 −3
src/data/constants.ts +1 −0
40 40
	coffee: "https://buymeacoffee.com/stevedylandev",
41 41
	orbiter: "https://orbiter.host",
42 42
	ethereum: "https://app.ens.domains/stevedylandev.eth",
43 +
	email: "mailto:steve@terminal.ceo",
43 44
};
src/pages/about.astro +1 −1
58 58
			Feel free to
59 59
			<button
60 60
				class="style-link inline-block"
61 -
				onclick="window.location.href='mailto:hello@stevedylan.dev'"
61 +
				onclick="window.location.href='mailto:steve@terminal.ceo'"
62 62
				aria-label="github repository"
63 63
			>
64 64
				reach out
src/pages/links.astro +24 −2
4 4
import DecryptingHeader from "@/components/DecryptingHeader";
5 5
6 6
const meta = {
7 -
  title: "Links",
8 -
  description: "Connect with me on all the things",
7 +
	title: "Links",
8 +
	description: "Connect with me on all the things",
9 9
};
10 10
---
11 11
39 39
          </svg>
40 40
          Website
41 41
          <span class="sr-only">Website</span>
42 +
        </a>
43 +
      </li>
44 +
      <li>
45 +
        <a
46 +
          class="flex items-center gap-4 p-2 sm:hover:text-link"
47 +
          href={SOCIAL_LINKS.email}
48 +
        >
49 +
          <svg
50 +
          xmlns="http://www.w3.org/2000/svg"
51 +
          class="h-6 w-6"
52 +
          width="44"
53 +
          height="44"
54 +
          viewBox="0 0 24 24"
55 +
          stroke-width="1.5"
56 +
          stroke="currentColor"
57 +
          fill="none"
58 +
          stroke-linecap="round"
59 +
          stroke-linejoin="round"
60 +
          >
61 +
            <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m2.357 7.714l6.98 4.654c.963.641 1.444.962 1.964 1.087c.46.11.939.11 1.398 0c.52-.125 1.001-.446 1.964-1.087l6.98-4.654M7.157 19.5h9.686c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.31-1.311c.328-.642.328-1.482.328-3.162V9.3c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311c-.642-.327-1.482-.327-3.162-.327H7.157c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.31 1.311c-.328.642-.328 1.482-.328 3.162v5.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311c.642.327 1.482.327 3.162.327"/></svg>
62 +
          Email
63 +
          <span class="sr-only">Email</span>
42 64
        </a>
43 65
      </li>
44 66
      <li>