import React, { useContext } from "react"; import FlickerList, { Tooltip } from "../../components/FlickerList.tsx"; import { ReactComponent as Arrow } from "../../assets/arrow-thin.svg"; import { css } from "@emotion/css"; import { setupCursorTracking } from "../../util/index.ts"; import { Emoji } from "../../components/Emoji.tsx"; import { AnimateEntry } from "../../components/AnimateEntry.tsx"; import { AppContext } from "../../AppContext.ts"; import { Button } from "../../components/ButtonOrAnchor.tsx"; const Home: React.FC = () => { const context = useContext(AppContext); return (

MKRhere

Graphic design is my passion I have plenty of experience with Figma and Adobe Suite tools (especially Photoshop and InDesign) ), }, { text: "Developer", description: ( <> I started developing websites in 2015, and in 2017 I joined The Devs Network, catapulting my growth as a full-time developer ), }, { text: "Architect", description: ( <> I have a formal degree in architecture! I'm an architect in both construction and software ), }, ]} />
MKR in pixels

Welcome to the web home of{" "} For legal reasons, my name is Anu Rahul Nandhan, but I generally go by my{" "} nom-de-guerre {" "} Muthu Kumar. }> Muthu Kumar.

I'm from Chennai, South India

I'm looking for work!

* { min-width: fit-content; } `}>
); }; export default Home;