diff --git a/index.html b/index.html index 6388e34..f25d679 100644 --- a/index.html +++ b/index.html @@ -5,15 +5,15 @@ - + - - + + + + + + + + Aarya Bhatia @@ -30,8 +31,8 @@
-
-

Introduction

+
+

Introduction

Hello, I am a 22 year old software engineer working at Amazon. I recently completed my Bachelor’s degree in Applied Mathematics and @@ -39,8 +40,8 @@

-
-

Skills

+
+

Skills

I am experienced in full-stack web development and systems programming. I am proficient in Linux and C/C++, Python, Go, @@ -54,8 +55,8 @@ Github.

-
-

Work Experience

+
+

Work Experience

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 @@ -66,8 +67,8 @@ years, where we taught about computer systems and C programming.

-
-

Hobbies

+
+

Hobbies

I am a trained musician and primarily play the electric guitar, since the last 12 years. I appreciate a wide range of musical @@ -75,8 +76,8 @@ as Opeth and Porcupine Tree.

-
-

Contact

+
+

Contact

Reach out to me for any opportunities on my email:

diff --git a/static/index.css b/static/index.css new file mode 100644 index 0000000..90bc952 --- /dev/null +++ b/static/index.css @@ -0,0 +1,48 @@ +@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap'); + +body { + background: black; + color: white; + max-width: 800px; + margin: auto; + padding: 20px; + box-sizing: border-box; + + font-family: "Source Code Pro", monospace; + font-weight: 350; +} + +h1 { + color: red; +} + +h2, +h3, +h2, +h5, +h6 { + color: green; +} + +footer { + display: flex; + justify-content: center; + margin-top: 10px; + margin-bottom: 10px; +} + + +footer a { + color: white; + text-decoration: none; + font-size: 1.2rem; + padding: 10px; +} + +a { + color: red; +} + +a:hover { + color: brown; +}