may 2024 update, and added tacit css
This commit is contained in:
parent
8990c66c76
commit
fc256d60d0
8
Makefile
8
Makefile
@ -1,8 +0,0 @@
|
|||||||
all: index.html
|
|
||||||
|
|
||||||
index.html: index.md template.html
|
|
||||||
pandoc --template template.html -f markdown -t html5 index.md -o index.html
|
|
||||||
prettier index.html --write
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf index.html
|
|
220
index.html
220
index.html
@ -4,168 +4,98 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
<!-- favicons -->
|
<!-- tacit css -->
|
||||||
<link
|
<!-- reference: https://yegor256.github.io/tacit/ -->
|
||||||
type="image/png"
|
|
||||||
sizes="16x16"
|
|
||||||
rel="icon"
|
|
||||||
href="static/favicon/icons8-console-material-sharp-16.png"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
type="image/png"
|
|
||||||
sizes="32x32"
|
|
||||||
rel="icon"
|
|
||||||
href="static/favicon/icons8-console-material-sharp-32.png"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
type="image/png"
|
|
||||||
sizes="96x96"
|
|
||||||
rel="icon"
|
|
||||||
href="static/favicon/icons8-console-material-sharp-96.png"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- normalize css -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="static/normalize.css" />
|
|
||||||
|
|
||||||
<!-- simplecss -->
|
|
||||||
<!-- <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" -->
|
|
||||||
<!-- media="screen" -->
|
|
||||||
<!-- type="text/css" -->
|
|
||||||
<!-- /> -->
|
|
||||||
<!-- uncomment for dark mode -->
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://unpkg.com/sakura.css/css/sakura-dark.css"
|
href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.7.1.min.css"
|
||||||
media="screen and (prefers-color-scheme: dark)"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- custom css -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="static/index.css" />
|
|
||||||
|
|
||||||
<!-- google fonts -->
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<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"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- fontawesome icons -->
|
|
||||||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> -->
|
|
||||||
<!-- <script src="https://kit.fontawesome.com/89988d9d38.js" crossorigin="anonymous"></script> -->
|
|
||||||
|
|
||||||
<!-- bootstrap icons -->
|
<!-- bootstrap icons -->
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
|
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<meta name="date" content="2024-03-30" />
|
|
||||||
<title>Aarya Bhatia</title>
|
<title>Aarya Bhatia</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<section>
|
||||||
<h1>Aarya Bhatia</h1>
|
<h1>Aarya Bhatia</h1>
|
||||||
</header>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div style="padding: 10px; font-size: 2rem">
|
<main>
|
||||||
<!-- <a href="mailto:aarya.bhatia1678@gmail.com"><i class="fa-lg fa-regular fa-envelope"></i></a> -->
|
<h2>Introduction</h2>
|
||||||
<!-- -->
|
<p>
|
||||||
<!-- <a href="https://www.github.com/aarya-bhatia/"><i class="fa-lg fa-regular fa-github"></i></a> -->
|
Hello, I am a 22 year old software engineer working at Amazon. I
|
||||||
<!-- -->
|
recently completed my Bachelor’s degree in Applied Mathematics and
|
||||||
<!-- <a href="https://www.linkedin.com/in/aarya-bhatia/"><i class="fa-lg fa-regular fa-linkedin"></i></a> -->
|
Computer Science at the University of Illinois Urbana-Champaign.
|
||||||
<!-- -->
|
</p>
|
||||||
<!-- <a href="https://www.instagram.com/aarya.bhatia/"><i class="fa-lg fa-regular fa-instagram"></i></a> -->
|
<h2>Skills</h2>
|
||||||
<a href="mailto:aarya.bhatia1678@gmail.com"
|
<p>
|
||||||
><i class="bi-envelope"></i
|
I am experienced in full-stack web development and systems
|
||||||
></a>
|
programming. I am proficient in Linux and C/C++, Python, Go,
|
||||||
|
JavaScript and SQL. I have worked with several frameworks including
|
||||||
<a href="https://www.github.com/aarya-bhatia/"
|
Express and Flask. I love problem-solving and being the most efficient
|
||||||
><i class="bi-github"></i
|
version of myself. I also enjoy exploring new tools and hacking on
|
||||||
></a>
|
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://www.linkedin.com/in/aarya-bhatia/"
|
<a href="https://github.com/aarya-bhatia/dotfiles">dotfiles</a> on
|
||||||
><i class="bi-linkedin"></i
|
Github.
|
||||||
></a>
|
</p>
|
||||||
|
<h2>Work Experience</h2>
|
||||||
<a href="https://www.instagram.com/aarya.bhatia/"
|
<p>
|
||||||
><i class="bi-instagram"></i
|
This year, I will begin working at Amazon as an SDE. I had my first
|
||||||
></a>
|
internship with Amazon in 2023, where I worked on a React project and
|
||||||
</div>
|
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>
|
||||||
|
|
||||||
<main>
|
<li>
|
||||||
<!-- the following block of html is auto-generated... -->
|
<a href="https://www.github.com/aarya-bhatia/"
|
||||||
<h2 id="introduction">Introduction</h2>
|
><i class="bi-github"></i
|
||||||
<p>
|
></a>
|
||||||
I am a student from India pursuing a Bachelor’s degree in Applied
|
</li>
|
||||||
Mathematics and Computer Science at the University of Illinois, at
|
|
||||||
Urbana-Champaign. I will graduate in 2024 and work full-time as a
|
|
||||||
software developer engineer.
|
|
||||||
</p>
|
|
||||||
<h2 id="skills">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 my workflow using bspwm, vim and
|
|
||||||
tmux.
|
|
||||||
</p>
|
|
||||||
<h2 id="work-experience">Work Experience</h2>
|
|
||||||
<p>
|
|
||||||
I am currently a course assistant at my university for CS340, where we
|
|
||||||
teach about computer systems and C programming.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I will begin working at Amazon as SDE-1 this year in the Goodreads team.
|
|
||||||
I had my first internship with Amazon in 2023 where I worked on a React
|
|
||||||
project and shipped several website improvements.
|
|
||||||
</p>
|
|
||||||
<h2 id="hobbies">Hobbies</h2>
|
|
||||||
<p>
|
|
||||||
I am a trained musician with my primary instrument being the electric
|
|
||||||
guitar. I have been playing guitar for more than 10 years, and
|
|
||||||
appreciate a wide range of musical genres, especially old rock and metal
|
|
||||||
hits.
|
|
||||||
</p>
|
|
||||||
<p>Reach out to me for any opportunities using the form below.</p>
|
|
||||||
|
|
||||||
<h2>Contact Me</h2>
|
<li>
|
||||||
|
<a href="https://www.linkedin.com/in/aarya-bhatia/"
|
||||||
|
><i class="bi-linkedin"></i
|
||||||
|
></a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<form
|
<li>
|
||||||
action="mailto:aaryab.alertservice@gmail.com"
|
<a href="https://www.instagram.com/aarya.bhatia/"
|
||||||
method="post"
|
><i class="bi-instagram"></i
|
||||||
enctype="text/plain"
|
></a>
|
||||||
>
|
</li>
|
||||||
<label for="name">Name</label>
|
</ul>
|
||||||
<input required type="text" name="name" id="name" placeholder="Name" />
|
</nav>
|
||||||
<br />
|
</footer>
|
||||||
<label for="email">Email</label>
|
</main>
|
||||||
<input
|
</section>
|
||||||
required
|
|
||||||
type="email"
|
|
||||||
name="email"
|
|
||||||
id="email"
|
|
||||||
placeholder="Email"
|
|
||||||
/>
|
|
||||||
<br />
|
|
||||||
<label for="message">Message</label>
|
|
||||||
<textarea required name="message" id="message"></textarea>
|
|
||||||
<br />
|
|
||||||
<button type="submit">Send</button>
|
|
||||||
</form>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer></footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
35
index.md
35
index.md
@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
title: Aarya Bhatia
|
|
||||||
date: 2024-03-30
|
|
||||||
---
|
|
||||||
|
|
||||||
## Introduction
|
|
||||||
|
|
||||||
I am a student from India pursuing a Bachelor's degree in Applied Mathematics
|
|
||||||
and Computer Science at the University of Illinois, at Urbana-Champaign. I will
|
|
||||||
graduate in 2024 and work full-time as a software developer engineer.
|
|
||||||
|
|
||||||
## Skills
|
|
||||||
|
|
||||||
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 my workflow using bspwm, vim and tmux.
|
|
||||||
|
|
||||||
## Work Experience
|
|
||||||
|
|
||||||
I am currently a course assistant at my university for CS340, where we teach
|
|
||||||
about computer systems and C programming.
|
|
||||||
|
|
||||||
I will begin working at Amazon as SDE-1 this year in the Goodreads team. I had
|
|
||||||
my first internship with Amazon in 2023 where I worked on a React project and
|
|
||||||
shipped several website improvements.
|
|
||||||
|
|
||||||
## Hobbies
|
|
||||||
|
|
||||||
I am a trained musician with my primary instrument being the electric guitar. I
|
|
||||||
have been playing guitar for more than 10 years, and appreciate a wide range of
|
|
||||||
musical genres, especially old rock and metal hits.
|
|
||||||
|
|
||||||
Reach out to me for any opportunities using the form below.
|
|
Binary file not shown.
Before Width: | Height: | Size: 183 B |
Binary file not shown.
Before Width: | Height: | Size: 251 B |
Binary file not shown.
Before Width: | Height: | Size: 534 B |
@ -1,9 +0,0 @@
|
|||||||
body {
|
|
||||||
font-family: "Noto Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6{
|
|
||||||
font-family: "Roboto", sans-serif;
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
BIN
static/photo.jpg
BIN
static/photo.jpg
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
BIN
static/photo.png
BIN
static/photo.png
Binary file not shown.
Before Width: | Height: | Size: 2.1 MiB |
140
template.html
140
template.html
@ -1,140 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
|
|
||||||
<!-- favicons -->
|
|
||||||
<link
|
|
||||||
type="image/png"
|
|
||||||
sizes="16x16"
|
|
||||||
rel="icon"
|
|
||||||
href="static/favicon/icons8-console-material-sharp-16.png"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
type="image/png"
|
|
||||||
sizes="32x32"
|
|
||||||
rel="icon"
|
|
||||||
href="static/favicon/icons8-console-material-sharp-32.png"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
type="image/png"
|
|
||||||
sizes="96x96"
|
|
||||||
rel="icon"
|
|
||||||
href="static/favicon/icons8-console-material-sharp-96.png"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- normalize css -->
|
|
||||||
<link rel="stylesheet" type="text/css" href="static/normalize.css" />
|
|
||||||
|
|
||||||
<!-- simplecss -->
|
|
||||||
<!-- <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" -->
|
|
||||||
<!-- 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" />
|
|
||||||
|
|
||||||
<!-- google fonts -->
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
||||||
<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"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- fontawesome icons -->
|
|
||||||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> -->
|
|
||||||
<!-- <script src="https://kit.fontawesome.com/89988d9d38.js" crossorigin="anonymous"></script> -->
|
|
||||||
|
|
||||||
<!-- bootstrap icons -->
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<meta name="date" content="$date$" />
|
|
||||||
<title>$title$</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>Aarya Bhatia</h1>
|
|
||||||
</header>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div style="padding: 10px; font-size: 2rem">
|
|
||||||
<!-- <a href="mailto:aarya.bhatia1678@gmail.com"><i class="fa-lg fa-regular fa-envelope"></i></a> -->
|
|
||||||
<!-- -->
|
|
||||||
<!-- <a href="https://www.github.com/aarya-bhatia/"><i class="fa-lg fa-regular fa-github"></i></a> -->
|
|
||||||
<!-- -->
|
|
||||||
<!-- <a href="https://www.linkedin.com/in/aarya-bhatia/"><i class="fa-lg fa-regular fa-linkedin"></i></a> -->
|
|
||||||
<!-- -->
|
|
||||||
<!-- <a href="https://www.instagram.com/aarya.bhatia/"><i class="fa-lg fa-regular fa-instagram"></i></a> -->
|
|
||||||
<a href="mailto:aarya.bhatia1678@gmail.com"
|
|
||||||
><i class="bi-envelope"></i
|
|
||||||
></a>
|
|
||||||
|
|
||||||
<a href="https://www.github.com/aarya-bhatia/"
|
|
||||||
><i class="bi-github"></i
|
|
||||||
></a>
|
|
||||||
|
|
||||||
<a href="https://www.linkedin.com/in/aarya-bhatia/"
|
|
||||||
><i class="bi-linkedin"></i
|
|
||||||
></a>
|
|
||||||
|
|
||||||
<a href="https://www.instagram.com/aarya.bhatia/"
|
|
||||||
><i class="bi-instagram"></i
|
|
||||||
></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<!-- the following block of html is auto-generated... -->
|
|
||||||
$body$
|
|
||||||
|
|
||||||
<h2>Contact Me</h2>
|
|
||||||
|
|
||||||
<form
|
|
||||||
action="mailto:aaryab.alertservice@gmail.com"
|
|
||||||
method="post"
|
|
||||||
enctype="text/plain"
|
|
||||||
>
|
|
||||||
<label for="name">Name</label>
|
|
||||||
<input
|
|
||||||
required
|
|
||||||
type="text"
|
|
||||||
name="name"
|
|
||||||
id="name"
|
|
||||||
placeholder="Name"
|
|
||||||
/>
|
|
||||||
<br />
|
|
||||||
<label for="email">Email</label>
|
|
||||||
<input
|
|
||||||
required
|
|
||||||
type="email"
|
|
||||||
name="email"
|
|
||||||
id="email"
|
|
||||||
placeholder="Email"
|
|
||||||
/>
|
|
||||||
<br />
|
|
||||||
<label for="message">Message</label>
|
|
||||||
<textarea required name="message" id="message"></textarea>
|
|
||||||
<br />
|
|
||||||
<button type="submit">Send</button>
|
|
||||||
</form>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer></footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user