added fontawesome icons

This commit is contained in:
Aarya Bhatia 2024-03-30 17:38:55 -05:00
parent 6b459e8a70
commit b2a74355bf

View File

@ -17,7 +17,9 @@
<!-- <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> -->
<!-- sakura css -->
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" media="screen" type="text/css">
<!-- uncomment for dark mode -->
<!-- <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" media="screen and (prefers-color-scheme: dark)" /> -->
<!-- custom css -->
<link rel="stylesheet" type="text/css" href="static/index.css">
@ -28,52 +30,57 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap">
<title>Aarya Bhatia</title>
<!-- icons -->
<script src="https://kit.fontawesome.com/89988d9d38.js" crossorigin="anonymous"></script>
<title>Aarya Bhatia</title>
</head>
<body>
<header>
<h1>Aarya Bhatia</h1>
</header>
<hr />
<main>
<section>
<div style="padding: 10px">
<a href="mailto:aarya.bhatia1678@gmail.com"><i class="fa-lg fa-regular fa-envelope"></i></a>
&nbsp;
<a href="https://www.github.com/aarya-bhatia/"><i class="fa-lg fa-regular fa-github"></i></a>
&nbsp;
<a href="https://www.linkedin.com/in/aarya-bhatia/"><i class="fa-lg fa-regular fa-linkedin"></i></a>
&nbsp;
<a href="https://www.instagram.com/aarya.bhatia/"><i class="fa-lg fa-regular fa-instagram"></i></a>
</div>
<main>
<h2>Introduction</h2>
<p>I am a student pursuing a Bachelor's degree in Applied
Mathematics and Computer Science from the University of
Illinois, at Urbana-Champaign. I grew up in India and came to
study in the US in 2020. I will graduate in May to start
working full-time as a software developer.</p>
Mathematics and Computer Science from the University of
Illinois, at Urbana-Champaign. I grew up in India and came to
study in the US in 2020. I will graduate in May to start
working full-time as a software developer.</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 like
Express.js and Flask.py. I love problem-solving and being the
most efficient version of myself. My workflow uses neovim, tmux
programming. I am proficient in Linux and C, C++, Python, Go,
Javascript and SQL. I have worked with several frameworks like
Express.js and Flask.py. I love problem-solving and being the
most efficient version of myself. My workflow uses neovim, tmux
and i3.</p>
<h2>Work Experience</h2>
<p>Most recently, I worked as a SDE intern at Amazon, where I
developed shipped several website improvments in React.js.
Presently, I am a course assistant at my university for CS340,
where we teach about computer systems and C programming.</p>
developed shipped several website improvments in React.js.
Presently, I am a course assistant at my university for CS340,
where we teach about computer systems and C programming.</p>
<h2>Hobbies</h2>
<p>I am a trained musician with my primary instrument being the
electric guitar. I have been playing guitar for over a decade. For
fun, I enjoy playing sports like badminton and hiking.</p>
</section>
<section>
electric guitar. I have been playing guitar for over a decade. For
fun, I enjoy playing sports like badminton and hiking.</p>
<h2>Contact Me</h2>
@ -89,15 +96,9 @@
<br/>
<button type="submit">Send</button>
</form>
</section>
</main>
<footer>
<a href="mailto:aarya.bhatia1678@gmail.com"><i title="email"></i></a>
<a href="https://www.github.com/aarya-bhatia/"><i title="github"></i></a>
<a href="https://www.linkedin.com/in/aarya-bhatia/"><i title="linkedin"></i></a>
<a href="https://www.instagram.com/aarya.bhatia/"><i title="instagram"></i></a>
</footer>
</body>
</html>