diff --git a/scripts/build.mjs b/scripts/build.mjs index 8717058..5a62c81 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -246,10 +246,6 @@ const html = ` color: #666; font-weight: 500; } - .intro { - max-width: 460px; - font-weight: 700; - } .blog-list { display: grid; gap: 28px; @@ -337,10 +333,7 @@ const html = ` display: grid; gap: 24px; max-width: 390px; - font-weight: 700; - } - .bio a { - width: fit-content; + font-weight: 400; } @media (max-width: 860px) { main { @@ -366,11 +359,6 @@ const html = `
-
-

Neeldhara Misra

-

seven small blogs

-
-

A quiet index of notes on research, puzzles, writing, tools, art, and other recurring fascinations.

${entries.map(([blog, posts]) => renderBlog(blog, posts)).join("\n ")}
@@ -384,7 +372,6 @@ const html = `

I am a computer science faculty member at IIT Gandhinagar. My academic work is broadly around algorithms, structural graph theory, parameterized complexity, computational social choice, combinatorial games, and fair allocation.

These blogs separate different kinds of notes: paper-reading and mini-surveys, puzzle-like teaching prompts, reflective essays, poems, reviews of tools and workflows, experiments with AI, and visual or generative art.

The homepage is deliberately small: each section shows the two newest posts and links to that blog's RSS feed.

- neeldhara.com