This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5455aa1bb8c fix: extract elements in h1 tags (#1207)
5455aa1bb8c is described below
commit 5455aa1bb8c69a6488c7b75c09a625ac76ecc8a0
Author: Young <[email protected]>
AuthorDate: Tue Jul 12 16:09:00 2022 +0800
fix: extract elements in h1 tags (#1207)
---
website/src/components/sections/HeroSection.tsx | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/website/src/components/sections/HeroSection.tsx
b/website/src/components/sections/HeroSection.tsx
index 016774f8446..8abf97e1001 100644
--- a/website/src/components/sections/HeroSection.tsx
+++ b/website/src/components/sections/HeroSection.tsx
@@ -26,17 +26,13 @@ const LazyLoadHeroCanvas = () => {
const HeroSection: FC = () => (
<div className="hero-sec-wrap" style={{ width: '100%' }}>
<div className="hero-text">
- <h1 className="hero-title">
- <span><Translate id="hero.component.title.fragment1">Full Lifecycle
API Management</Translate></span>
- {' '}
- <br />
- <span style={{ color: '#E8433E', fontSize: 32 }}>
- <Translate id="hero.component.title.fragment2">API Gateway, Ingress
Controller, etc.</Translate>
- </span>
- </h1>
- <h2 className="hero-subtitle">
- <Translate id="hero.component.subtitle.content">Apache APISIX provides
rich traffic management features like Load Balancing, Dynamic Upstream, Canary
Release, Circuit Breaking, Authentication, Observability, etc.</Translate>
+ <h1 className="hero-title"><Translate
id="hero.component.title.fragment1">Full Lifecycle API
Management</Translate></h1>
+ <h2 className="hero-subtitle" style={{ color: '#E8433E', fontSize: 32,
fontWeight: 700 }}>
+ <Translate id="hero.component.title.fragment2">API Gateway, Ingress
Controller, etc.</Translate>
</h2>
+ <h3 className="hero-subtitle">
+ <Translate id="hero.component.subtitle.content">Apache APISIX provides
rich traffic management features like Load Balancing, Dynamic Upstream, Canary
Release, Circuit Breaking, Authentication, Observability, etc.</Translate>
+ </h3>
<div className="hero-ctas">
<Link
to={useBaseUrl('downloads')}