Skip to content

Redesign 2020#2558

Merged
bretg merged 138 commits intoprebid:devfrom
AtreNet:redesign-2020
Dec 8, 2020
Merged

Redesign 2020#2558
bretg merged 138 commits intoprebid:devfrom
AtreNet:redesign-2020

Conversation

@bretg
Copy link
Contributor

@bretg bretg commented Dec 8, 2020

We synced dev with master, so re-applying the redesign to dev with this PR

Only bring in what we need to keep CSS size down
So that we can include it separately and still use it in webpack build pipeline
For styling and JS
Via browsersync

Without this change I was having to wait for Jekyll to finish rebuilding the site in order to see CSS changes
bootstrap import stubbed till we can figure out just which bits we need and can limit the import to keep JS size down
Removing some unneeded CSS/JS dn prep work for new site fonts
Use the same nav struct for mobile view as well
Should see if we can trim this down at some point and not load _all_ of the utility classes
Also fix unbalanced tags and add comments to sort out unbalanced tag
But collapse it behind the toggle on smaller screens.
So that we don’t have extra margin below sidebar when left nav is collapsed on mobile
Since the local compiled bootstrap uses features of JS that aren’t supported in IE11 and aren’t being “fixed” by babel in testing.
Switching from sizes in design comp to Minor Thirds ratio to have more difference in font size between the levels.
h5 isn’t used in the content area on the site but adding it here so that it’s available in the future if an h5 is added.
Required adding semi-bold italic font from Google for proper display in browsers.
Leaving italic on h5 since h5 is same size as body copy and leaving italic-semi-bold include to support h5 styling.
Make the overall page wider and the sidebar narrower, then give all that extra space to the content.
It didn’t in review/testing but this tweak will ensure it doesn’t in the future.
# Conflicts:
#	dev-docs/modules/userId.md
Revert CNAME to be correct for production site before opening a PR.

This reverts commit 8c44d99.
So that PR for production site doesn’t block search indexing.
Had to move away from JS build process due to issues generating a cross-browser JS file.
# Conflicts:
#	README.md
#	_assets/sass/components/_pb.scss
#	_layouts/home.html
#	assets/css/main-bundle.css
#	webpack.mix.js
@bretg bretg merged commit 3e98a59 into prebid:dev Dec 8, 2020
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.

2 participants