diff --git a/_config.yml b/_config.yml index 5a343ca4..3fe414bc 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Pramod Kotipalli -subtitle: Masters candidate, Stanford CS +subtitle: Software engineer and computer science researcher url: "https://p13i.io" # Site configurations diff --git a/_data/navbar.yml b/_data/navbar.yml index ff83d3f4..694b9807 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -3,6 +3,11 @@ target: _self category: research +- display: "Engineering āš™ļø" + href: /engineering/ + target: _self + category: engineering + - display: "Writing šŸ“" href: /writing/ target: _self diff --git a/_layouts/index.md b/_layouts/index.md index f88886be..d376125c 100644 --- a/_layouts/index.md +++ b/_layouts/index.md @@ -5,15 +5,19 @@ layout: base

-

hey there! 😁

+

Hi, I'm Pramod.


-
- +
+ Portrait of Pramod Kotipalli
-
+

{{ content }}
@@ -22,9 +26,12 @@ layout: base
+

Research and engineering

{% for post in site.posts %} {% if post.featured %} + {% if post.categories contains "research" or post.categories contains "engineering" %} {% include _post_card.html post=post %} + {% endif %} {% endif %} {% endfor %}
diff --git a/index.md b/index.md index d193da02..9c3c03bf 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,9 @@ --- layout: index +description: + Software engineer and computer science researcher working + across machine learning, distributed systems, and + human-computer interaction. --- -brb gonna get my phd +I’m a software engineer and computer science researcher.