~$
developer_naim
Home
About
Projects
Contact
contact.js ~
▋
function
getInTouch
()
{
console
.
log
(
"Have a project in mind or want to collaborate? I'd love to hear from you!"
)
;
}
getInTouch
()
;
contact-info.json ~
// Contact Information
{
"Phone"
:
{
"value"
:
"+8801776556776"
,
"action"
:
Copy
},
"Email"
:
{
"value"
:
"naiem9009@gmail.com"
,
"action"
:
Send
},
"Location"
:
{
"value"
:
"Dhaka, Bangladesh"
,
}
}
social-links.js ~
// Connect with me
const
socialLinks
=
{
"github"
:
"https://github.com/naiem9009"
,
"linkedin"
:
"https://www.linkedin.com/in/md-naim-hossen-b44a72267"
}
message-form.jsx ~
// Send me a message
function
ContactForm
()
{
const
name
=
const
email
=
const
message
=
await
sendMessage
()
}
export
default
ContactForm
;