This commit is contained in:
Aarya Bhatia 2023-09-30 17:01:59 -05:00
parent 1f9e30e2ca
commit 4552a4a0f5
10 changed files with 163 additions and 21 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
messages.txt
nohup.out
*.out
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

1
CNAME Normal file
View File

@ -0,0 +1 @@
aaryab.in

8
app.py
View File

@ -1,8 +0,0 @@
import flask
import requests
app = flask.Flask(__name__)
@app.route("/", methods=["GET"])
def GET_index():
return flask.render_template("index.html")

105
index.html Normal file
View File

@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- bootstrap icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<!-- css -->
<link rel="stylesheet" type="text/css" href="static/index.css">
<!-- 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">
<title>Aarya Bhatia</title>
</head>
<body>
<div class="container">
<h1 class="p-2">Aarya Bhatia</h1>
<hr />
<!-- <img src="static/photo.png" class="img-fluid" height="100" alt="" /> -->
<h4 class="my-2">Introduction</h4>
<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 the US in 2020 for
studies. I will graduate in May 2024 and work full-time as a software
developer.</p>
<h4 class="my-2">Skills</h4>
<p>I am experienced in full-stack web development and systems
programming. I am proficient in Linux and C/C++, Python, Javascript
and SQL languages. I have worked with several web frameworks like
Node.js, Flask.py and Rails. I love problem-solving and being the
most efficient version of myself. My workflow uses neovim, tmux and
i3 on Arch linux.</p>
<h4 class="my-2">Work Experience</h4>
<p>I have done internships at multiple companies and startups. I
initially worked as a web developer at Aspire where I built a custom
Node website for an online assessment form. I also worked in a DevOps
role at an AI startup where I built a Grafana dashboard for
monitoring server health. I most recently worked at Amazon, where I
worked in the Goodreads team in San Francisco. Presently, I am a
course assistant at my university for CS340, where we teach about
computer systems and C programming.</p>
<h4 class="my-2">Hobbies</h4>
<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>
<!-- <p><a class="p-2" href="https://raw.githubusercontent.com/aarya-bhatia/resume/main/resume.pdf">Resume</a></p> -->
<h4 class="my-2">Contact Me</h2>
<form action="mailto:aaryab.alertservice@gmail.com" method="post" enctype="text/plain">
<div class="form-group mb-4">
<div class="form-group">
<label for="name">Name</label>
<input required type="text" class="text-white bg-dark form-control" name="name" id="name" placeholder="Name" />
</div>
</div>
<div class="form-group mb-4">
<div class="form-group">
<label for="email">Email</label>
<input required type="email" class="text-white bg-dark form-control" name="email" id="email" placeholder="Email" />
</div>
</div>
<div class="form-group mb-4">
<div class="form-group">
<label for="message">Message</label>
<textarea required class="text-white bg-dark form-control" name="message" id="message"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">Send</button>
</form>
<div id="social" class="mb-4 d-flex justify-content-center">
<a class="p-2" href="mailto:aarya.bhatia1678@gmail.com"><i title="email" class="bi bi-envelope"></i></a>
<a class="p-2" href="https://www.github.com/aarya-bhatia/"><i title="github" class="bi bi-github"></i></a>
<a class="p-2" href="https://www.linkedin.com/in/aarya-bhatia/"><i title="linkedin" class="bi bi-linkedin"></i></a>
<a class="p-2" href="https://www.instagram.com/aarya.bhatia/"><i title="instagram" class="bi bi-instagram"></i></a>
</div>
</div>
<!-- bootstrap js -->
<!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> -->
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

53
static/index.css Normal file
View File

@ -0,0 +1,53 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root {
--color-pale-blue-lily: #cfecec;
--color-red-gold: #eb5406;
--color-night: #0c090a;
--color-dark-slate: #2B3856;
--color-bright-teal: #01F9C6;
}
body {
background-color: var(--color-night);
color: var(--color-pale-blue-lily);
font-family: 'Source Code Pro', monospace;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', sans-serif;
color: var(--color-red-gold);
}
h1 {
/* color: var(--color-bright-teal); */
color: var(--color-pale-blue-lily);
font-size: 3rem;
}
h4 {
letter-spacing: 0.05em;
color: var(--color-red-gold);
}
a {
color: var(--color-bright-teal);
}
#nav a {
text-decoration: none;
}
#nav a:hover {
color: white;
}
#social a {
font-size: 1.5rem;
text-decoration: none;
color: gray;
}
#social a:hover {
color: var(--color-bright-teal);
}

BIN
static/photo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="add-your-filename-here.css"> -->
<title>Aarya Bhatia</title>
</head>
<body>
<!-- <script src="add-your-filename-here.js"></script> -->
</body>
</html>