|
- <template>
- <div class="items-center px-6 py-4 ">
- <h1 class="p-2 font-serif">👋 Hello World</h1>
-
- <div class="p-4 leading-normal">
- Welcome to my homepage,
- <br>
-
- I’m a Software Developer working at <a class="no-underline text-grey-dark" href="https://zerodha.com/">Zerodha</a> where
- I write Golang, Python and Javascript to build things that are used at scale.
- <br>
-
- I am also developing <a class="no-underline text-grey-dark" href="https://upi.link/">upi.link</a>, a small and nifty
- programmable UPI shortlink generator.
- <br>
-
- <br>
- <br>
- You can read my <a class="no-underline text-grey-dark" href="https://blog.rohanverma.net/">blog</a> where
- I try to write about what I am doing and things I find interesting.
- </div>
- </div>
- </template>
|