File size: 376 Bytes
046198b | 1 2 3 4 5 6 7 8 9 | export const CONTACT_EMAIL = "guttikondamanoj7@gmail.com";
export const RESUME_URL =
"https://docs.google.com/document/d/1ANwI2jq6cZriBsm2d2jxZxn1pLQEsImb/view?usp=sharing";
export const LINKEDIN_URL = "https://www.linkedin.com/in/manojguttikonda/";
export const GITHUB_URL = "https://github.com/im-mj";
export const HUGGING_FACE_URL = "https://huggingface.co/MrNoOne07";
|