contact.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Ready to connect? Let's make it official! 🤝Warning: I actually respond to messages (shocking, I know)

const contactInfo = {
  status: "Available for hire, collaboration, or just tech chats!",

  The professional stalking begins here 👀
  socialMedia: {
    github: {
      url: "https://github.com/kamrunnaharSomapti",
      description: "Where my code lives (and occasionally works)"
    },

    linkedin: {
      url: "https://www.linkedin.com/in/somapti-kamrunnahar/",
      description: "Professional me (with slightly better photos)"
    },

    leetcode: {
      url: "https://leetcode.com/u/somaptikamrunnahar/",
      description: "Where I pretend to be good at algorithms 🧠"
    }
  },

   Direct communication channels 📬
  email: {
    address: "somaptikamrunnahar@gmail.com",
"Usually within 24 hours (unless I'm debugging)"    note: "Best way to reach me for serious inquiries"
  },

  The mystery number 📞
  phone: {
    number: "404 - Can't share in public",
    reason: "Mom said not to give my number to strangers 👀",
    alternative: "Slide into my email DMs instead!"
  },

  Let's build something amazing together! 🚀
  openTo: ["Freelance projects", "Full-time opportunities", "Tech discussions", "Code reviews"]
};