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;