import React, { UseState } from "react";
function Sevagen() {
const [pronous, setPronouns] = useState(["He", "Him", "His"]);
const [askMeAbout, setAskMeAbout] = useState(["web dev","tech","GNOME","scuba diving","Git"]);
const [code, setCode] = useState(["Javascript", "C++", "Python"]);
const [learning, setLearning] = useState(["React", "Django", "GraphQL"]);
return (
<div className="About Me">
I'm a 3rd year computer science student from Amrita Vishwa Vidyapeetham, in the state of Kerala
and I'm from Mauritius. You can address me as {`${pronouns}`} and ask me about {`${askMeAbout}`}
I'm knowledgable in {`${code}`} and currently learning {`${learning}`}
I love connecting with different people so if you want to say hi,
I'll be happy to meet you more!
Reach me through email: sevagenv@gmail.com or just google me :)
</div>
);
}
const error = "Don't try to compile this, you'll get errors :)"
export default Sevagen;
Highlights
Pinned Loading
-
Video-to-Image-converter
Video-to-Image-converter PublicPassing a video as input, we generate thumbnails for every 1 sec interval of the video. The FrameRate can be adjusted in order to obtain more thumbnails. I'm using OpenCV to extract the images and …
Python 10
-
Video-pdf-webapp
Video-pdf-webapp PublicEquivalent of the Video-to-Image Converter. All the functions of that repo have been incorporated into a webapp.
Python 13
-
chaoss-microtasks
chaoss-microtasks PublicRepo containing the solutions to the microtasks of the GrimoireLab Project for GSoC 2021.
Python 2
-
-
Google-Calender-Notifier
Google-Calender-Notifier PublicThis is an application that allows you to connect to your google account to fetch your google calendar details and send an SMS to the required parties needed for your meetings.
If the problem persists, check the GitHub status page or contact support.