Skip to content

Redesign About page (Design 1E) in the QuantEcon brand - #234

Merged
mmcky merged 8 commits into
mainfrom
feat/about-1E-redesign
Jul 14, 2026
Merged

Redesign About page (Design 1E) in the QuantEcon brand#234
mmcky merged 8 commits into
mainfrom
feat/about-1E-redesign

Conversation

@mmcky

@mmcky mmcky commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Rebuilds the About page (/about/) from a flat Markdown list into the card-based Design 1E layout, recoloured from the mockup's generic rainbow to the four real QuantEcon logo colours (red #D25663 · yellow #FCC837 · green #6EAC5B · blue #1364AC).

What changed

Page pages/about.mdpages/about.html. Same permalink /about/, still renders through the existing default layout — real header, footer, and .container. No mockup shell/navbar.
Styles New assets/sass/_about.scss partial (registered via @use 'about' in main.scss).
Fonts Added Exo 2 weights 300;600;700 to the Google Fonts import so the mission headline renders as designed (light weight with a bold inline emphasis).

Layout (top → bottom)

  1. Mission — full-width card with a logo-gradient left rail (red→yellow→green→blue), "Our mission" eyebrow, light Exo 2 headline with bold inline emphasis.
  2. What we do — 2-column grid of accent-bordered cards (Lectures/red, Books/yellow, Code libraries/green, Workshops/blue) + a full-width Infrastructure card with the gradient rail. Whole cards link through to their sections.
  3. History & grants — 220px label column + a coloured-dot timeline, trimmed to four concise milestones (dates informed by the Infrastructure page, not a duplicate of it).
  4. Supporting cards — Fiscal sponsorship / Get involved (dark) / Contact, with real hrefs wired.

Implementation notes

  • Brand accents come from the global --qe-* custom properties already defined on :root in main.scss, so the page stays in sync with the brand tokens.
  • Responsive: below 768px the grids collapse to a single column and the History block stacks (label above timeline).
  • Built and rendered locally (desktop + mobile) to verify layout, fonts, and colours.

Content to confirm before merge

The history/grants copy is a concise first pass — happy to refine the wording and exact Sloan grant details with the team (per our discussion, this is a starting point, not final).

🤖 Generated with Claude Code

Rebuild /about/ from a flat Markdown list into the card-based Design 1E
layout, recoloured to the four QuantEcon logo colours instead of the
mockup's generic rainbow.

- Convert pages/about.md -> pages/about.html (still renders through the
  existing default layout, real header/footer, and .container)
- Add assets/sass/_about.scss: mission card with a logo-gradient rail,
  accent-bordered "What we do" grid, coloured-dot History timeline, and a
  supporting-card row (fiscal sponsorship / get involved / contact)
- Brand accents pull from the global --qe-* custom properties (red, yellow,
  green, blue); the mission and Infrastructure rails echo the equalizer logo
- Load Exo 2 weights 300/600/700 so the mission headline renders as designed
  (light weight with a bold inline emphasis)
- Whole "What we do" cards link through to their sections; real hrefs wired
- History trimmed to four concise milestones (dates informed by the
  Infrastructure page rather than duplicating it)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 6, 2026 11:12
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for grand-swan-ca5201 ready!

Name Link
🔨 Latest commit 7be9a7a
🔍 Latest deploy log https://app.netlify.com/projects/grand-swan-ca5201/deploys/6a55dd98b8d41f0008f88577
😎 Deploy Preview https://deploy-preview-234--grand-swan-ca5201.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR redesigns the QuantEcon About page to use the card-based “Design 1E” layout and aligns the styling with QuantEcon’s brand color tokens and typography.

Changes:

  • Replaces pages/about.md with a structured pages/about.html implementation while keeping the /about/ permalink and default layout.
  • Adds a new page-specific Sass partial (assets/sass/_about.scss) and wires it into the global stylesheet.
  • Expands the Google Fonts import to include additional Exo 2 weights needed by the new layout.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
pages/about.md Removes the prior flat Markdown About page content.
pages/about.html Introduces the new card-based About page markup and section structure.
assets/sass/_about.scss Adds dedicated styling for the new About page layout and components.
assets/main.scss Registers the new About Sass partial and adds Exo 2 font weights.

Comment thread assets/sass/_about.scss
Comment thread assets/sass/_about.scss
mmcky and others added 3 commits July 6, 2026 21:17
Drop the red/yellow/green/blue cycling on the "What we do" grid (and the
rainbow rail on the full-width Infrastructure card) in favour of one QE
brand-blue accent, so the mission card's logo-gradient rail stays the only
multi-colour moment on the page.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop the per-entry colour cycling on the timeline dots and year labels so
they match the "What we do" cards; the mission rail stays the only
multi-colour element. Removes the now-unused --accent custom property.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the dark slate "Get involved" card with a light blue-tinted
surface (--dark modifier renamed to --highlight) so it stays distinct as
the action card without the visual weight of a dark block. CTA now uses
the standard link blue.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mmcky

mmcky commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator Author

@DrDrij what do you think of this improvement to the about page.

https://deploy-preview-234--grand-swan-ca5201.netlify.app/about/

@jstac re: history of grants I was thinking of just having date spans for organisations that have supported us like Sloan 2016 - END DATE, Schmidt Futures, and Chow. What to you think?
Screenshot 2026-07-06 at 9 28 03 pm

Address Copilot review on #234: keyboard users had only the browser
default outline on the whole-card "What we do" links and the "Get
involved" CTA. Add explicit :focus-visible outlines (blue, offset),
matching the existing focus-visible convention in main.scss.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jstac

jstac commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Looks great @mmcky ! Can we please add schmidt futures? they gave us $275,000 USD in march 2020. if it doesn't fit nicely in that timeline we could just mention after that we've been supported by them as well.

@mmcky

mmcky commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator Author

Looks great @mmcky ! Can we please add schmidt futures? they gave us $275,000 USD in march 2020. if it doesn't fit nicely in that timeline we could just mention after that we've been supported by them as well.

thanks @jstac will definitely add Schmidt Future. Just trying to find dates -- takes a bit of digging. Hoping that will change soon with our vault :-) Thanks for the March 2020 info.

@jstac

jstac commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Thanks @mmcky . As mentioned, we received it in March 2020. I also had to dig a bit to find that...

Restructure the History & grants timeline around funding relationships,
verified against the private QuantEcon/grant-admin archive:

- Sloan: single relationship spanning 2014-2025, with the two grants
  (QuantEcon lecture series; Executable Books Project) listed underneath.
  End date 2025 reflects the EBP grant G-2019-12432 extended end date of
  31 Jan 2025 per the EBP final report. Folds the former standalone
  "Executable Books 2020" milestone in where it belongs.
- Schmidt Futures: added as the year received (2020), no amount.
- Chow Institute: dated 2024-Now (grant letter signed 31 Mar 2024),
  left open-ended.

Add a .about-tl-grants sub-list style for the two Sloan grants.

Note: founding year (2015) still unresolved -- first Sloan grant
predates it (Jun 2014) and the Chow letter states 2016.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mmcky

mmcky commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator Author

Updated the History & grants timeline (commit 6ad4acd), verified against our grant-admin archive:

  • Alfred P. Sloan Foundation (2014–2025) — now shown as a single funding relationship, with the two grants listed underneath: the QuantEcon lecture series, and the Executable Books Project. The 2025 end reflects the EBP grant (G-2019-12432) extended end date of 31 Jan 2025 per the EBP final report. The old standalone "Executable Books 2020" entry is folded in here.
  • Schmidt Futures (2020) — added, listed by year received. No dollar amount shown (we have no administered record of it — it was a gift). @jstac, you mentioned $275K in March 2020; the July 2020 Sloan report describes it as a 2019 gift, so I have kept it to the year and left the amount off. I have left off amounts.
  • Chow Institute, Xiamen University (2024–Now) — dated from the grant letter (signed 31 Mar 2024), left open-ended.

One still-open item: the founding year shows 2015, but the first Sloan grant was awarded June 2014 and the 2024 Chow grant letter states QuantEcon was co-founded "in 2016." @jstac I think we can stick with 2015

@mmcky

mmcky commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator Author

@jstac here is the latest update

Screenshot 2026-07-14 at 3 19 32 pm

It is a bit odd to have founding year after the initial Sloan grant start date. What do you think?

@jstac

jstac commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

@mmcky many thanks!

but the first Sloan grant was awarded June 2014

okay, let's switch the founding year to 2014. It sounds better :-)

The first lectures went up under quant-econ.net in 2013.

I think 2014 is probably best.

@mmcky

mmcky commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator Author

The first lectures went up under quant-econ.net in 2013.

I remember that! 🤯

Thanks for these dates @jstac -- I agree.

Per jstac on PR #234: use 2014 as the founding year. Aligns with the
first Sloan grant (awarded June 2014) and resolves the prior 2015/2016
ambiguity.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mmcky

mmcky commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator Author

Done — founding year switched to 2014 in 37ad041. That also lines it up with the first Sloan grant (awarded June 2014), so the timeline now opens cleanly on 2014.

(Noted the quant-econ.net lectures going up in 2013 — happy to add that as a separate detail later if useful, but kept the founding milestone at 2014 as you suggested.)

@mmcky

mmcky commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator Author

thanks @jstac merging this now.

@mmcky
mmcky merged commit c79a27b into main Jul 14, 2026
5 checks passed
@mmcky
mmcky deleted the feat/about-1E-redesign branch July 14, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants