From fba0b71677ef2ebc84b4d66e8af696d3f4980506 Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Wed, 1 Jul 2026 15:54:46 -0700 Subject: [PATCH] Swap in workato-logo-teal.svg and add Workato Labs eyebrow - Replace nav + footer logo on index.html with workato-logo-teal.svg - Replace nav logo on principles.html and quickstart.html - Add "Workato Labs" eyebrow above the hero headline on index.html - Move workato-logo-teal.svg into assets/ for consistency Co-Authored-By: Claude Opus 4.8 (1M context) --- assets/workato-logo-teal.svg | 17 +++++++++++++++++ index.html | 16 ++++++++++++++-- principles.html | 2 +- quickstart.html | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 assets/workato-logo-teal.svg diff --git a/assets/workato-logo-teal.svg b/assets/workato-logo-teal.svg new file mode 100644 index 0000000..ca655c6 --- /dev/null +++ b/assets/workato-logo-teal.svg @@ -0,0 +1,17 @@ + + + + + + + + + diff --git a/index.html b/index.html index 2a8e22c..7ba2162 100644 --- a/index.html +++ b/index.html @@ -151,6 +151,17 @@ .spark--2 { top: 64px; right: 11%; width: 18px; transform: rotate(10deg); } @media (max-width: 680px) { .spark { display: none; } } + .hero .hero-eyebrow { + display: block; + font-family: var(--w-font-heading); + font-weight: 600; + font-size: 15px; + letter-spacing: 0.08em; + text-transform: uppercase; + color: var(--w-hero-teal); + margin-bottom: 16px; + } + .hero h1 { font-family: var(--w-font-display); font-size: clamp(36px, 5vw, 56px); @@ -859,7 +870,7 @@