diff --git a/website/assets/styles/bootstrap-overrides.less b/website/assets/styles/bootstrap-overrides.less index 8b19c0ec44..38ddc2b2db 100644 --- a/website/assets/styles/bootstrap-overrides.less +++ b/website/assets/styles/bootstrap-overrides.less @@ -315,15 +315,16 @@ a.text-danger:hover, a.text-danger:focus { } .dropdown-item { font-size: 14px; - line-height: 20px; + line-height: 21px; padding: 8px 16px; display: inline-flex; flex-direction: column; align-items: flex-start; } .dropdown-item:hover { - background-color: unset; - color: #6a67fe; + border-radius: 4px; + background: #F9FAFC; + color: @core-fleet-black; } .dropdown-item:before { content: none; diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index abc9cfca74..9662d82580 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -447,22 +447,21 @@ html, body { [purpose='glass-header-btn'] { color: #FFFFFF; - height: 32px; + height: 36px; position: relative; font-size: 14px; font-weight: 700; line-height: 1; - padding: 16px; - box-shadow: 1px 1px 2px rgba(25, 33, 71, 0.24); - border-radius: 4px; + padding: 16px 12px; + border-radius: 8px; background-color: @core-vibrant-red; text-decoration: none; white-space: nowrap; } [purpose='header-nav-btn'][aria-expanded='true'] { - font-weight: 700; + // font-weight: 700; outline: none; - color: @core-fleet-black-75; + color: @core-fleet-black; } [purpose='header-nav-btn']:before { display: block; @@ -479,8 +478,7 @@ html, body { white-space: nowrap; text-decoration: none; &:hover { - color: @core-fleet-black-75; - font-weight: 700; + color: @core-fleet-black; text-decoration: none; } } @@ -489,18 +487,22 @@ html, body { font-weight: 400; cursor: pointer; display: inline-block; - padding: 6px 16px; + padding: 4px 8px; text-decoration: none; + width: auto; + margin-right: 24px; } [purpose='header-nav-btn']:hover { - font-weight: 700; + // font-weight: 700; + color: @core-fleet-black; text-decoration: none; } &:focus { outline-color: none; } .current-section { - font-weight: 700; + // font-weight: 700; + color: @core-fleet-black; svg { path { fill: #6a67fe; @@ -508,13 +510,14 @@ html, body { } } [purpose='gh-button'] { - padding: 0px 20px; - min-width: 140px; - width: 140px; + min-width: 98.5px; + width: 98.5px; + margin-right: 16px; } [purpose='header-dropdown'] { - box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.4); - border-radius: 8px; + box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10); + padding: 4px; + border-radius: 4px; a { font-weight: 400; line-height: 20px; @@ -528,6 +531,9 @@ html, body { align-items: center; } } + hr { + margin: 16px; + } a:hover { text-decoration: none; } diff --git a/website/config/routes.js b/website/config/routes.js index 382c5dd742..af16cacb97 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -27,6 +27,7 @@ module.exports.routes = { pageTitleForMeta: 'Contact us', pageDescriptionForMeta: 'Get in touch with our team.', hideFooterLinks: true, + currentSection: 'community', } }, @@ -410,7 +411,7 @@ module.exports.routes = { locals: { pageTitleForMeta: 'Support', pageDescriptionForMeta: 'Ask a question, chat with engineers, or get in touch with the Fleet team.', - currentSection: 'documentation', + currentSection: 'community', } }, @@ -457,7 +458,8 @@ module.exports.routes = { action: 'view-testimonials', locals: { pageTitleForMeta: 'What people are saying', - pageDescriptionForMeta: 'See what people are saying about Fleet.' + pageDescriptionForMeta: 'See what people are saying about Fleet.', + currentSection: 'community', } }, @@ -478,6 +480,7 @@ module.exports.routes = { locals: { pageTitleForMeta: 'Meetups', pageDescriptionForMeta: 'See upcoming meetup locations.', + currentSection: 'community', } }, diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index 5267f7b49f..0938008604 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -169,20 +169,19 @@
Docs
- + Pricing +
+
News + Case studies Ask around Meetups - Share your story - COMPANY -
- The handbook - Testimonials -
+ Share your story + The handbook + Get your license + Schedule a demo
-
- Pricing <% if(_.has(me, 'id')) {%>
Log out @@ -204,7 +203,7 @@ <%/* Desktop Navigation bar */%>
- Multi platform + Multi platform
-
- Docs -
-
- Stories + Docs + Pricing + - Pricing