From c9459977f16fe4816886a8f686ae75bd7b364428 Mon Sep 17 00:00:00 2001 From: Sanjay Singh Date: Tue, 24 Mar 2026 14:32:54 -0700 Subject: [PATCH] Update about page: crisp experience bullets, minimal education Co-Authored-By: Claude Sonnet 4.6 --- _tabs/about.md | 13 ++++++------- assets/css/jekyll-theme-chirpy.scss | 9 +++++++++ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/_tabs/about.md b/_tabs/about.md index 5a9a2a5..7234250 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -7,7 +7,7 @@ order: 4

I'm Sanjay Singh, a Staff Software Engineer at LinkedIn building infrastructure that operates at massive scale. My work sits at the intersection of distributed systems, platform engineering, and security — designing systems that are reliable, observable, and hard to compromise.

-

+

I care about building things that last: systems that are simple enough to reason about, secure by default, and resilient when things inevitably go wrong.

@@ -53,10 +53,10 @@ order: 4

LinkedIn · Sunnyvale, CA

@@ -70,8 +70,7 @@ order: 4

B.Tech, Computer Science

-

Motilal Nehru National Institute of Technology (NIT Allahabad)

-

2011 – 2015

+

NIT Allahabad — studied core CS fundamentals spanning algorithms, operating systems, networks, and distributed computing.

diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss index b7ec1ab..71c8659 100644 --- a/assets/css/jekyll-theme-chirpy.scss +++ b/assets/css/jekyll-theme-chirpy.scss @@ -105,6 +105,15 @@ } } +.about-quote { + font-size: 1.1rem; + font-weight: 500; + font-style: italic; + color: var(--link-color); + margin-top: 1rem; + opacity: 0.85; +} + /* Focus grid */ .focus-grid { display: grid;