6 Commits
Author SHA1 Message Date
Jinho Jang 3e36fc9790 Increase small text to 12px (#114)
* fix: increase small text to 12px

* fix: use initiative CTA label

* refactor: use Tailwind text-xs utility

* fix: make homepage banner dismissible

* fix: update Discord links and banner text

* fix: refresh Discord invite links
2026-07-23 20:58:59 +09:00
jinhojang6 4a70bc3f5a fix: update responsive styles and improve layout across various components 2026-06-19 00:31:34 +09:00
jinhojang6 71cea0c82a fix: align research hero spacing — symmetric mobile flow with 70px title gaps, desktop padding preserved 2026-06-18 23:37:36 +09:00
JulesFILIOT 8788bbb1bd fix(web): use research overview mobile layout below 1025px 2026-06-11 13:21:28 +09:00
jinhojang6 f8d37d13d4 feat(research): update overview section to use paragraphs and improve CTA handling
feat(blog): add hero tagline to blog copy and update BlogHero component
fix(calendar): enhance event selection logic and improve calendar navigation
fix(footer): rename "Research Hub" to "Research Overview" for clarity
fix(navigation): update "Research Hub" label to "Research Overview" for consistency
fix(technology-stack): correct GitHub link formatting in blockchain technology stack
2026-06-05 10:59:11 +09:00
jinhojang6 719022a97f refactor(research): split page into one-section-per-file modules
338-line research-page.tsx held every section. Extract each into its own file
under _sections/ (hero, overview, resources, contribute) with shared types.ts +
atoms.tsx; research-page.tsx is now a thin orchestrator (keeps getTranslations/
t.rich logic). Pure move/extract, no behavior change. tsc + 61 tests + eslint clean.
2026-06-03 02:48:52 +09:00