==His Recent Works:==
* He is currently employed as a UI/UX Designer at Infosys Pvt. Ltd. He worked on two large projects and attended numerous UX design meetups and completed various design certifications to stay current with technology. He is also pursuing Google's UI/UX designer certification on coursera, which will help him in becoming one of the best designers.* During the pandemic, he worked as an intern in the R&D Department of [https://nashlabs.io/ NASH TECH LABs] on oxygen concentrators. At the end of his research internship at Nash Tech Labs, he conceptualized a solution to assist manufacturers in developing low-cost oxygen concentrators, where oxygen concentrators can save patients' lives during pandemics.* He has worked as a Frontend Developer and Freelancer for two clients so far. The projects are [http://www.sansam.in/ SanSam.in] and [https://ctrlkart.com/ Ctrlkart.com], and both clients have a high level of satisfaction in the work that he has done for them.
==Fall 2018 doings as UIF:==
* We, the Fall 2018 MITS fellows ([[Rohith.B]], [[Sreevanikanala|Sreevani Kanala]], [[Tasmi samreen|Tasmi Samreen]], and myself), established the Student Activities Cell to assist all clubs on campus and to help new clubs flourish. This had a major impact and significantly expanded student activities on campus. This SAC is intended to be controlled entirely by students, with a President elected by the students as the cell's leader. This SAC is made up of nine clubs, each with 200 or more volunteers.* We launched MITS TALKS by recognising student leaders and exceptional talent on campus. This will allow students to showcase their unique abilities and motivate other students to enchant their skills. We have successfully held four MITS TALKS, and our next fellows are working on more.* On-campus, we successfully conducted 24 Design Thinking sessions. Every session, we changed our techniques by bringing new activities for better immersion and fun learning. In addition, we held two online Design Thinking workshops, one Starter Kit workshop, and four revised Starter Kit workshops. Our workshops drew well over 1500 students. Aside from that, we also had student interactions. We provided students with assistance and direction in order for them to meet their needs on campus. Every year, we held an orientation session for newcomers to help them better comprehend college.
==Social Media:==
*Instagram : [https://www.instagram.com/abhishek.mpl07/ Abhishek Tesla]
<br /><syntaxhighlight lang="html">[[Category:Student Contributors]][[Category:Madanapalle_Institute_of_Technology_and_Science_(2018_Fall_cohort)]][[Category:Student_Contributors]]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple CSS Waves | EL Creative Academy</title>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Simple CSS Waves | EL Creative Academy</title>
</head>
<style>
body { margin: 0;
}
h1 {
font-family: Quicksand, "Segoe UI", sans-serif; font-weight: 300; font-size: 48px;
}
p {
font-family: Quicksand, "Segoe UI", sans-serif; font-size: 14px; color: #333;
}
.header {
position: relative; text-align: center; background: -o-linear-gradient(30deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%); background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%); color: #fff;
}
.inner-header {
height: 65vh; width: 100%; margin: 0; padding: 0;
}
.content {
position: relative; height: 20vh; text-align: center; background-color: #fff;
}
.flex {
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center;
}
.waves {
position: relative; width: 100%; height: 15vh; margin-bottom: -7px; min-height: 100px; max-height: 100px;
}
.parallax > use {
-webkit-animation: moveForever 25s cubic-bezier(.55, .5, .45, .5) infinite; animation: moveForever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
-webkit-animation-delay: -2s; animation-delay: -2s; -webkit-animation-duration: 7s; animation-duration: 7s;
}
.parallax > use:nth-child(2) {
-webkit-animation-delay: -3s; animation-delay: -3s; -webkit-animation-duration: 10s; animation-duration: 10s;
}
.parallax > use:nth-child(3) {
-webkit-animation-delay: -4s; animation-delay: -4s; -webkit-animation-duration: 13s; animation-duration: 13s;
}
.parallax > use:nth-child(4) {
-webkit-animation-delay: -5s; animation-delay: -5s; -webkit-animation-duration: 20s; animation-duration: 20s;
}
@-webkit-keyframes moveForever {
0% { -webkit-transform: translate3d(-90px, 0, 0); transform: translate3d(-90px, 0, 0); } 100% { -webkit-transform: translate3d(85px, 0, 0); transform: translate3d(85px, 0, 0); }
}
@keyframes moveForever {
0% { -webkit-transform: translate3d(-90px, 0, 0); transform: translate3d(-90px, 0, 0); } 100% { -webkit-transform: translate3d(85px, 0, 0); transform: translate3d(85px, 0, 0); }
}
@media (max-width : 768px) {
h1 { font-size: 24px; } .content { height: 30vh; } .waves { height: 40px; min-height: 40px; }
}
</style>
<body>
<div class="header">
<nowiki><div class="header"></nowiki> <svg class="waves" xmlns="<nowiki>http://www.w3.org/2000/svg</nowiki>" xmlns:xlink="<nowiki>http://www.w3.org/1999/xlink</nowiki>" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto"> <defs><path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" /></defs> <g class="parallax"> <use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" /> <use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" /> <use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" /> <use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" /> </g> </svg> <nowiki></div></nowiki>
</body>
</html>
</syntaxhighlight>
[[Category:Student Contributors]]
[[Category:Madanapalle_Institute_of_Technology_and_Science_(2018_Fall_cohort)]]
[[Category:Student_Contributors]]
{{CatTree|Madanapalle_Institute_of_Technology_and_Science}}