_hello
_about-me
_skills
_projects
_contacts
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
29
30
// Contact Information
const
contactInfo
= {
// Direct Contact
email:
r.changmai@icloud.com
phone:
+(91) 7002183708
location:
Dibrugarh, IN
// Professional Profiles
github:
github.com/michaelspeed
linkedin:
risha-sringa-changmai-7811022a
// Let's Connect
const
message
=
"I'm always interested in hearing about new projects and opportunities. Feel free to reach out!"
;
function
getResponse
() {
return
"I'll get back to you as soon as possible!"
;
}
};
_get in touch