website/index.html

96 lines
3.0 KiB
HTML
Raw Normal View History

<!doctype html>
2023-09-30 15:01:59 -07:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-03-30 16:12:41 -07:00
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
2024-03-30 16:12:41 -07:00
/>
2024-05-29 12:37:29 -07:00
<link rel="stylesheet" href="static/index.css" />
<title>Aarya Bhatia</title>
</head>
2024-05-24 19:31:34 -07:00
<body>
2024-06-02 07:51:41 -07:00
<h1>Aarya Bhatia</h1>
2024-06-02 07:51:41 -07:00
<div>
<h2>Introduction</h2>
<p>
Hello! I am a 22-year-old software engineer currently working at Amazon.
I recently earned my Bachelors degree in Applied Mathematics and
Computer Science from the University of Illinois Urbana-Champaign.
</p>
</div>
2024-05-25 17:49:17 -07:00
2024-06-02 07:51:41 -07:00
<div>
<h2>Skills</h2>
<p>
I have extensive experience in full-stack web development and systems
programming. I am proficient in Linux, C/C++, Python, Bash, Go,
JavaScript, and SQL. Additionally, I have worked with several frameworks
including Express and Flask. I thrive on problem-solving and always
strive to be my most efficient self. I enjoy exploring new tools and
often hack on tools like dwm, bspwm, Neovim, or tmux. Feel free to check
out my collection of scripts and dotfiles on
<a href="https://github.com/aarya-bhatia">Github</a>. Read
<a href="./pages/environment.html">here</a> about my current setup.
</p>
</div>
<div>
<h2>Work Experience</h2>
<p>
I am excited to begin my role at Amazon as a Software Development
Engineer this year. In 2023, I completed an internship at Amazon, where
I worked on a React project and implemented several website
improvements. Previously, I served as the lead course assistant at my
university for two years, teaching computer systems and C programming.
</p>
</div>
<div>
<h2>Hobbies</h2>
<p>
I am a trained musician with 12 years of experience playing the electric
guitar. I have a deep appreciation for a wide range of musical genres,
especially old rock hits and progressive metal artists like Opeth and
Porcupine Tree.
</p>
</div>
<div>
<h2>Contact</h2>
<p>
Reach out to me for any opportunities on my email:
<a href="mailto:aarya.bhatia1678@gmail.com"
>aarya.bhatia1678@gmail.com</a
>.
</p>
</div>
2024-05-25 17:40:33 -07:00
2024-06-02 07:51:41 -07:00
<div class="social">
<div>
<a href="mailto:aarya.bhatia1678@gmail.com"
><i class="bi-envelope"></i
></a>
</div>
2024-06-02 07:51:41 -07:00
<div>
<a href="https://www.github.com/aarya-bhatia/"
><i class="bi-github"></i
></a>
</div>
2024-06-02 07:51:41 -07:00
<div>
<a href="https://www.linkedin.com/in/aarya-bhatia/"
><i class="bi-linkedin"></i
></a>
</div>
2024-06-02 07:51:41 -07:00
<div>
<a href="https://www.instagram.com/aarya.bhatia/"
><i class="bi-instagram"></i
></a>
</div>
2024-05-25 17:40:33 -07:00
</div>
</body>
2023-09-30 15:01:59 -07:00
</html>