└── maintainers.json /maintainers.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "Name": "Praveen Kumar Purushothaman", 4 | "Desc": "Full Stack JavaScript Specialist & Mentor", 5 | "Pics": [ 6 | "https://i.imgur.com/iiTWGn6.jpg", 7 | "https://i.imgur.com/sWTTQEc.png", 8 | "https://i.imgur.com/0ghBiKE.png" 9 | ], 10 | "Contact": { 11 | "Website": "https://praveen.science/", 12 | "LinkedIn": "https://www.linkedin.com/in/praveentech/", 13 | "GitHub": "https://github.com/praveenscience/", 14 | "Facebook": "https://www.facebook.com/praveenscience/", 15 | "Twitter": "https://twitter.com/praveenscience", 16 | "Instagram": "https://www.instagram.com/praveenscience/" 17 | }, 18 | "Project": "https://github.com/praveenscience/Internship-LMS-FrontEnd", 19 | "Tech": ["HTML", "CSS", "JavaScript", "React JS", "Node JS"] 20 | }, 21 | { 22 | "Name": "Abir Pal", 23 | "Desc": "Student Developer and Evanglist @ TechSmith(US)", 24 | "Pics": [ 25 | "https://avatars3.githubusercontent.com/u/53480076?s=460&u=c1aad58f1a773750a47475682afa80ac3b74f583&v=4" 26 | ], 27 | "Contact": { 28 | "Website": "https://abirpal.netlify.com", 29 | "LinkedIn": "https://www.linkedin.com/in/imabp", 30 | "GitHub": "https://github.com/imabp", 31 | "Twitter": "https://twitter.com/imabptweets" 32 | }, 33 | "Project": "https://github.com/Tech-Phantoms/Tech_Phantoms_website", 34 | "Tech": [ 35 | "Airtable", 36 | "React JS", 37 | "Node JS", 38 | "Material UI", 39 | "Design", 40 | "UI", 41 | "UX" 42 | ] 43 | }, 44 | { 45 | "Name": "Sai Durga Kamesh Kota", 46 | "Desc": "Machine Learning Practioner and Google DSC ML Lead", 47 | "Pics": [ 48 | "https://avatars2.githubusercontent.com/u/46109386?s=460&u=c680abd3f6a618a603e7f1c0e468e111e1364fff&v=4" 49 | ], 50 | "Contact": { 51 | "Website": "http://saidurgakameshkota.tech/", 52 | "LinkedIn": "https://www.linkedin.com/in/saidurgakameshkota/", 53 | "GitHub": "https://github.com/ksdkamesh99", 54 | "Twitter": "https://twitter.com/ksdkamesh99" 55 | }, 56 | "Project": "https://github.com/ksdkamesh99/TensorGram", 57 | "Tech": ["Machine Learning", "Flask", "Keras", "Tensorflow", "PyPI Package"] 58 | } 59 | ] 60 | --------------------------------------------------------------------------------