Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(PPDSC-2297): NewsKit homepage update - banners, explore and more #336

Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9a1cb93
docs(PPDSC-2297): newskit homepage update - banners, explore and more
evgenitsn Aug 16, 2022
463d674
docs(PPDSC-2297): update brand grid
evgenitsn Aug 16, 2022
f156e9c
docs(PPDSC-2297): update sections and ssr mismatch fixed
evgenitsn Aug 16, 2022
ca448fe
docs(PPDSC-2297): update random logos naming
evgenitsn Aug 16, 2022
27e244d
docs(PPDSC-2297): addressed design review comments
evgenitsn Aug 17, 2022
f734f8e
docs(PPDSC-2297): update Explore Foundations illustration
evgenitsn Aug 17, 2022
afebd72
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 17, 2022
be83e40
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 17, 2022
59d1f85
docs(PPDSC-2297): addressing design comments
evgenitsn Aug 18, 2022
9b0541b
docs(PPDSC-2297): addressing design comments
evgenitsn Aug 18, 2022
80585df
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 18, 2022
5f6bda9
docs(PPDSC-2297): add full stop to a copy
evgenitsn Aug 18, 2022
9192ad4
docs(PPDSC-2297): update the banners to non interactive
evgenitsn Aug 18, 2022
b322036
docs(PPDSC-2297): update snapshots
evgenitsn Aug 18, 2022
de452c0
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 19, 2022
7899907
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 22, 2022
80d2b70
docs(PPDSC-2297): address comments
evgenitsn Aug 22, 2022
6ffbf98
docs(PPDSC-2297): update useReactKeys usage
evgenitsn Aug 22, 2022
eca2318
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 22, 2022
8c1b1b0
docs(PPDSC-2297): address comments
evgenitsn Aug 22, 2022
449dd17
docs(PPDSC-2297): address comments
evgenitsn Aug 22, 2022
619f107
Merge branch 'main' into docs/PPDSC-2297-newskit-homepage-update-bann…
evgenitsn Aug 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ exports[`SiteHeader has first item highlighted (About) if we are on a section wi
font-family: "Poppins",sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 600;
font-weight: 500;
letter-spacing: 0;
padding: 0.5px 0px;
display: inline-block;
Expand Down Expand Up @@ -1962,7 +1962,7 @@ exports[`SiteHeader has first item highlighted (About) if we are on the /about s
font-family: "Poppins",sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 600;
font-weight: 500;
letter-spacing: 0;
padding: 0.5px 0px;
display: inline-block;
Expand Down Expand Up @@ -3325,7 +3325,7 @@ exports[`SiteHeader has no highlighted items if we are on the homepage 1`] = `
font-family: "Poppins",sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 600;
font-weight: 500;
letter-spacing: 0;
padding: 0.5px 0px;
display: inline-block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ exports[`ComponentAPI renders with props for multiple components 1`] = `
font-family: "Poppins",sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 600;
font-weight: 500;
letter-spacing: 0;
padding: 0.5px 0px;
display: inline-block;
Expand Down
Loading