website/index.html

102 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- tacit css -->
<!-- reference: https://yegor256.github.io/tacit/ -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.7.1.min.css"
/>
<!-- bootstrap icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
/>
<title>Aarya Bhatia</title>
</head>
<body>
<section>
<h1>Aarya Bhatia</h1>
<main>
<h2>Introduction</h2>
<p>
Hello, I am a 22 year old software engineer working at Amazon. I
recently completed my Bachelors degree in Applied Mathematics and
Computer Science at the University of Illinois Urbana-Champaign.
</p>
<h2>Skills</h2>
<p>
I am experienced in full-stack web development and systems
programming. I am proficient in Linux and C/C++, Python, Go,
JavaScript and SQL. I have worked with several frameworks including
Express and Flask. I love problem-solving and being the most efficient
version of myself. I also enjoy exploring new tools and hacking on
tools like bspwm, neovim or tmux. Check out my collection of
<a href="https://github.com/aarya-bhatia/scripts">scripts</a> or
<a href="https://github.com/aarya-bhatia/dotfiles">dotfiles</a> on
Github.
</p>
<h2>Work Experience</h2>
<p>
This year, I will begin working at Amazon as an SDE. I had my first
internship with Amazon in 2023, where I worked on a React project and
shipped several website improvements.
</p>
<p>
Previously, I was the lead course assistant at my university for 2
years, where we taught about computer systems and C programming.
</p>
<h2>Hobbies</h2>
<p>
I am a trained musician and primarily play the electric guitar, since
the last 12 years. I appreciate a wide range of musical genres,
especially old rock hits and progressive metal artists such as Opeth
and Porcupine Tree.
</p>
<footer>
<p>
Reach out to me for any opportunities on my email:
<a href="mailto:aarya.bhatia1678@gmail.com"
>aarya.bhatia1678@gmail.com</a
>.
</p>
<nav>
<ul>
<li>
<a href="mailto:aarya.bhatia1678@gmail.com"
><i class="bi-envelope"></i
></a>
</li>
<li>
<a href="https://www.github.com/aarya-bhatia/"
><i class="bi-github"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/aarya-bhatia/"
><i class="bi-linkedin"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/aarya.bhatia/"
><i class="bi-instagram"></i
></a>
</li>
</ul>
</nav>
</footer>
</main>
</section>
</body>
</html>