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":
},
"Email": {
"value": "naiem9009@gmail.com",
"action":
},
"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() {
}
export default ContactForm;