From b9936764eeb51e410c2bb8ff742f6a2d54f68bf5 Mon Sep 17 00:00:00 2001 From: Aarya Bhatia Date: Sat, 30 Mar 2024 17:52:46 -0500 Subject: [PATCH] add makefile to compile md file to html --- Makefile | 8 ++ index.html | 224 ++++++++++++++++++++++++++++++-------------------- index.md | 32 ++++++++ template.html | 77 +++++++++++++++++ 4 files changed, 252 insertions(+), 89 deletions(-) create mode 100644 Makefile create mode 100644 index.md create mode 100644 template.html diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c5b60de --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +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 diff --git a/index.html b/index.html index 514c3ab..171d9b2 100644 --- a/index.html +++ b/index.html @@ -1,104 +1,150 @@ - + - - - - + + + - - - - + + + + - - + + - - + + - - - - + + + + - - + + - - - - - + + + + + - - + + - Aarya Bhatia - - -
-

Aarya Bhatia

-
-
+ + Aarya Bhatia + + +
+

Aarya Bhatia

+
+
-
- -   - -   - -   - -
+
+ +   + +   + +   + +
-
-

Introduction

+
+ +

Introduction

+

+ 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. +

+

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 like Express.js and Flask.py. I love + problem-solving and being the most efficient version of myself. My + workflow uses neovim, tmux and bspwm. +

+

Work Experience

+

+ 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. +

+

Hobbies

+

+ 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. +

-

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.

+

Contact Me

-

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 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.

- -

Work Experience

- -

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.

- -

Hobbies

- -

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.

- -

Contact Me

- -
- - -
- - -
- - -
- -
-
- - - + + diff --git a/index.md b/index.md new file mode 100644 index 0000000..0cd5e9d --- /dev/null +++ b/index.md @@ -0,0 +1,32 @@ +--- +title: Aarya Bhatia +date: 2024-03-30 +--- + +## Introduction + +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. + +## 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 like Express.js and Flask.py. I love problem-solving +and being the most efficient version of myself. My workflow uses neovim, tmux +and bspwm. + +## Work Experience + +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. + +## Hobbies + +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. diff --git a/template.html b/template.html new file mode 100644 index 0000000..f601b1d --- /dev/null +++ b/template.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $title$ + + +
+

Aarya Bhatia

+
+
+ +
+ +   + +   + +   + +
+ +
+ + $body$ + +

Contact Me

+ +
+ + +
+ + +
+ + +
+ +
+
+ + + +