Skip to content

[User Story] Contact section only links to Twitter DM — no form or email option #25

Description

@coderabbitai

Summary

The contact section in src/routes/+page.svelte provides only a Twitter/X DM link. The email entry in DATA.contact has url: '#' and navbar: false, effectively making it invisible.

Visitors who don't use Twitter, want to send a detailed message, or prefer email have no way to reach out.

Options to Improve

Option A: Enable the email dock icon (quickest)

In src/lib/data/resume.ts:

email: {
  name: 'Send Email',
  url: 'mailto:your-real@email.com', // replace '#'
  navbar: true,                        // show in dock
  icon: GmailSvg,
  dark_icon: GmailDarkSvg
}

Option B: Add a lightweight contact form

Integrate Formspree or Resend to handle form submissions without a backend.

Option C: Add a scheduling link

Embed a Calendly or cal.com link for professional meeting requests.

Backlink: #1 | Requested by: @lora-sys

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions