swiftlang / swift-org-website

Swift.org website
https://swift.org
Other
460 stars 173 forks source link

Reduce duplicated code for banners #749

Open rauhul opened 1 week ago

rauhul commented 1 week ago

Unifies the banner and cta css styles used on multiple pages.

Moves the element to a common location so the it can be found in the source easily and be reused across pages.

rauhul commented 1 week ago

@swift-ci test

dempseyatgithub commented 1 week ago

Do the cherry-picks in this PR include turning the banners on all the pages orange?

rauhul commented 1 week ago

@dempseyatgithub nope, I split out the orange into a subclass(?) called ".banner.primary" which is only used on the home page right now.