This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-site-dev by this push:
new 75f2b0e1 WB-283 - Capitalise content across the site (#119)
75f2b0e1 is described below
commit 75f2b0e1748b1c9cba9f819f3961e97f0c935300
Author: Gio <[email protected]>
AuthorDate: Wed Apr 17 20:43:58 2024 +0200
WB-283 - Capitalise content across the site (#119)
---
app/blog/page.tsx | 2 +-
app/download/page.tsx | 2 +-
app/powered-by/page.tsx | 8 ++++----
components/BlogSection.tsx | 4 ++--
components/CommunitySection.tsx | 2 +-
components/CompanyCarousel.tsx | 2 +-
components/Features.tsx | 2 +-
components/Header.tsx | 2 +-
components/HeroSection.tsx | 6 +++---
components/MobileNav.tsx | 2 +-
components/TextCodeSplitSection.tsx | 2 +-
components/TextVideoSplitSection.tsx | 2 +-
data/featuresData.ts | 18 +++++++++---------
data/headerNavLinks.ts | 8 ++++----
data/siteMetadata.js | 2 +-
15 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/app/blog/page.tsx b/app/blog/page.tsx
index 2c9b2cc9..d56faa19 100644
--- a/app/blog/page.tsx
+++ b/app/blog/page.tsx
@@ -12,7 +12,7 @@ export default function BlogPage() {
<section aria-labelledby="blog-section-title" className="mt-8 pb-32">
<header className="p-8 text-center md:p-0 md:pt-16">
<h1 className="mb-6 text-3xl font-bold md:pb-10 md:text-5xl">
- Apache Pinot™ blog
+ Apache Pinot™ Blog
</h1>
</header>
<div className="grid grid-cols-1 gap-6 md:grid-cols-3 lg:px-24">
diff --git a/app/download/page.tsx b/app/download/page.tsx
index cea13413..745bd7c4 100644
--- a/app/download/page.tsx
+++ b/app/download/page.tsx
@@ -17,7 +17,7 @@ const Download = () => {
<section>
<header className="p-8 text-center md:p-0 md:pt-16">
<h1 className="mb-6 text-3xl font-bold md:text-5xl">
- Apache Pinot™ download
+ Apache Pinot™ Download
</h1>
<p className="text-lg md:mb-12">
Be sure to verify your downloads by these{' '}
diff --git a/app/powered-by/page.tsx b/app/powered-by/page.tsx
index 397cd429..8a1cc440 100644
--- a/app/powered-by/page.tsx
+++ b/app/powered-by/page.tsx
@@ -17,13 +17,13 @@ const PoweredBy = () => {
<section>
<header className="p-8 pb-6 text-center md:p-0 md:pt-16">
<h1 className="mb-6 text-3xl font-bold md:pb-10 md:text-5xl">
- powered by Apache Pinot™
+ Powered by Apache Pinot™
</h1>
- <h3 className="pt-4 text-2xl font-semibold md:pb-10">company
stories</h3>
+ <h3 className="pt-4 text-2xl font-semibold md:pb-10">Company
Stories</h3>
</header>
<CompanyStoriesGrid />
<h3 className="p-4 pt-14 text-center text-2xl font-semibold
md:pb-10">
- companies using Apache Pinot
+ Companies Using Apache Pinot
</h3>
<CompanyTable companies={companiesUsingPinot} />
<footer className="mx-5 my-14 bg-green-50 py-12 text-center
md:mx-28 md:my-24">
@@ -32,7 +32,7 @@ const PoweredBy = () => {
</h3>
<Button variant="default" size="lg" className="bg-vine-100
px-6 py-2 text-base">
<Link href={siteMetadata.shareStory.link} target="_blank">
- share now
+ Share Now
</Link>
</Button>
</footer>
diff --git a/components/BlogSection.tsx b/components/BlogSection.tsx
index d0eb7e9c..fbb1f49a 100644
--- a/components/BlogSection.tsx
+++ b/components/BlogSection.tsx
@@ -20,7 +20,7 @@ const BlogSection: React.FC<BlogSectionProps> = ({ posts })
=> {
id="blog-section-title"
className="m-12 text-center text-[2rem] font-bold leading-10
lg:mt-24"
>
- pinot blog
+ Pinot Blog
</h4>
<div className="grid grid-cols-1 gap-[1.875rem] md:grid-cols-3
lg:px-24">
{posts.slice(0, 3).map((post) => {
@@ -34,7 +34,7 @@ const BlogSection: React.FC<BlogSectionProps> = ({ posts })
=> {
className="text-base font-semibold leading-tight
text-vine-100"
>
<Link href={'/blog'}>
- browse all
+ Browse All
<ArrowRight className="mr-2 h-5 w-5" />
</Link>
</Button>
diff --git a/components/CommunitySection.tsx b/components/CommunitySection.tsx
index 9ade32b2..c9dda2f0 100644
--- a/components/CommunitySection.tsx
+++ b/components/CommunitySection.tsx
@@ -43,7 +43,7 @@ const CommunityBox: React.FC<CommunityBoxProps> = ({ name,
icon, link, isWide =
const CommunitySection: React.FC = () => {
return (
<section className="px-6 py-14 md:mx-auto
md:max-w-screen-outerLiveArea md:px-[13.5rem] md:py-[6.5rem]">
- <h3 className="pb-8 text-center text-[2rem] font-bold
md:pb-14">join our community</h3>
+ <h3 className="pb-8 text-center text-[2rem] font-bold
md:pb-14">Join our Community</h3>
<div className="flex flex-wrap justify-center gap-x-[1.375rem]
gap-y-6 lg:gap-[6.75rem]">
{siteMetadata.communityLinks.map((community: CommunityLink) =>
(
<CommunityBox
diff --git a/components/CompanyCarousel.tsx b/components/CompanyCarousel.tsx
index b782a30a..3048c404 100644
--- a/components/CompanyCarousel.tsx
+++ b/components/CompanyCarousel.tsx
@@ -98,7 +98,7 @@ const CompanyStories: React.FC = () => {
className="justify-center p-0 pt-8 text-base font-semibold
leading-tight text-vine-100 md:pt-12"
>
<Link href={'/powered-by'}>
- see company stories
+ See Company Stories
<ArrowRight className="mr-2 h-5 w-5" />
</Link>
</Button>
diff --git a/components/Features.tsx b/components/Features.tsx
index 896fc388..e3cddb90 100644
--- a/components/Features.tsx
+++ b/components/Features.tsx
@@ -6,7 +6,7 @@ const Features: React.FC = () => {
<section className="flex px-6 py-14 md:mx-auto
md:max-w-screen-outerLiveArea md:px-[6.75rem] md:py-[6.5rem]">
<div className="mx-auto max-w-7xl">
<h3 className="pb-8 text-center text-[1.75rem] font-semibold
md:pb-16 md:text-[2rem]">
- features
+ Features
</h3>
<div className="grid grid-cols-1 gap-y-10 sm:grid-cols-2
md:gap-x-[5.625rem] md:gap-y-24 lg:grid-cols-3">
{featuresData.map((feature, index) => (
diff --git a/components/Header.tsx b/components/Header.tsx
index 529189f1..a76d7707 100644
--- a/components/Header.tsx
+++ b/components/Header.tsx
@@ -73,7 +73,7 @@ const Header = () => {
</Button>
<Button variant="default" size="lg" className="bg-vine-100
px-6 py-2 text-base">
<Link href={siteMetadata.cta.getStarted}
target="_blank">
- get started
+ Get Started
</Link>
</Button>
</div>
diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx
index 621b5004..6e4b156b 100644
--- a/components/HeroSection.tsx
+++ b/components/HeroSection.tsx
@@ -11,7 +11,7 @@ const HeroSection = () => {
<section className="md:mx-auto md:max-w-screen-outerLiveArea">
<div className="p-8 text-center md:pb-12 md:pt-24">
<h1 className="mb-4 text-4xl font-bold leading-[45px]
md:text-[3.5rem] md:leading-[70px]">
- Insights, unlocked in real time.
+ Insights, Unlocked in Real Time.
</h1>
<p className="m-auto mb-8 max-w-4xl text-lg
md:leading-[28.80px]">
Apache Pinot™: The real-time analytics open source
platform for
@@ -25,7 +25,7 @@ const HeroSection = () => {
className="rounded-lg bg-vine-100 px-8 py-3 text-xl"
>
<Link href={siteMetadata.cta.getStarted}
target="_blank">
- get started
+ Get Started
</Link>
</Button>
<Button
@@ -34,7 +34,7 @@ const HeroSection = () => {
className="rounded-lg border-2 border-vine-100 px-8
py-3 text-xl text-vine-100 hover:border-vine-120 hover:text-vine-120"
>
<Link href={siteMetadata.cta.slackInvite}
target="_blank">
- join slack
+ Join Slack
</Link>
</Button>
</div>
diff --git a/components/MobileNav.tsx b/components/MobileNav.tsx
index 69f7c537..2e31dd86 100644
--- a/components/MobileNav.tsx
+++ b/components/MobileNav.tsx
@@ -98,7 +98,7 @@ const MobileNav = () => {
className="bg-vine-100 px-6 py-2 text-base"
>
<Link href={siteMetadata.cta.getStarted}
target="_blank">
- get started
+ Get Started
</Link>
</Button>
<Button
diff --git a/components/TextCodeSplitSection.tsx
b/components/TextCodeSplitSection.tsx
index c454ca55..46e0a95e 100644
--- a/components/TextCodeSplitSection.tsx
+++ b/components/TextCodeSplitSection.tsx
@@ -28,7 +28,7 @@ const TextCodeSplitSection:
React.FC<TextCodeSplitSectionProps> = ({ title }) =>
className="mr-2 rounded-lg bg-vine-100 px-8 py-3
text-xl"
>
<Link href={siteMetadata.cta.getStarted}
target="_blank">
- get started
+ Get Started
</Link>
</Button>
</div>
diff --git a/components/TextVideoSplitSection.tsx
b/components/TextVideoSplitSection.tsx
index 72c9ee59..4d24fe96 100644
--- a/components/TextVideoSplitSection.tsx
+++ b/components/TextVideoSplitSection.tsx
@@ -38,7 +38,7 @@ const TextVideoSplitSection:
React.FC<TextVideoSplitSectionProps> = ({ videoUrl,
className="my-6 mr-2 justify-start p-0 text-lg
font-semibold leading-tight text-vine-100"
>
<Link href={siteMetadata.cta.learnMore}
target="_blank">
- learn more
+ Learn More
<ArrowRight className="mr-2 h-5 w-5" />
</Link>
</Button>
diff --git a/data/featuresData.ts b/data/featuresData.ts
index 6b9663d5..dabedc23 100644
--- a/data/featuresData.ts
+++ b/data/featuresData.ts
@@ -8,21 +8,21 @@ interface Feature {
const featuresData: Feature[] = [
{
imageSrc: '/static/images/features/fast_queries.svg',
- title: 'fast queries',
+ title: 'Fast Queries',
description: [
'Filter and aggregate petabyte data sets with P90 latencies in the
tens of milliseconds—fast enough to return live results interactively in the
UI.'
]
},
{
imageSrc: '/static/images/features/high_concurrency.svg',
- title: 'high concurrency',
+ title: 'High Concurrency',
description: [
'With user-facing applications querying Pinot directly, it can
serve hundreds of thousands of concurrent queries per second.'
]
},
{
imageSrc: '/static/images/features/batch_ingest.svg',
- title: 'batch and streaming ingest',
+ title: 'Batch and Streaming Ingest',
description: [
'Ingest from ',
{ text: 'Apache Kafka', url: 'https://kafka.apache.org/' },
@@ -35,19 +35,19 @@ const featuresData: Feature[] = [
},
{
imageSrc: '/static/images/features/upsert.svg',
- title: 'upserts',
+ title: 'Upserts',
description: [
'Ingest the same record many times, but see only the latest value
at query time. Upserts are built-in and production-tested since version 0.6.'
]
},
{
imageSrc: '/static/images/features/versatile_joins.svg',
- title: 'versatile joins',
+ title: 'Versatile Joins',
description: ['Perform arbitrary fact/dimension and fact/fact joins on
petabyte data sets.']
},
{
imageSrc: '/static/images/features/options.svg',
- title: 'rich indexing options',
+ title: 'Rich Indexing Options',
description: [
'Choose from pluggable indexes including ',
{
@@ -88,21 +88,21 @@ const featuresData: Feature[] = [
},
{
imageSrc: '/static/images/features/built_scale.svg',
- title: 'built for scale',
+ title: 'Built for Scale',
description: [
'Pinot is horizontally scalable and fault-tolerant, adaptable to
workloads across the storage and throughput spectrum.'
]
},
{
imageSrc: '/static/images/features/sql_query.svg',
- title: 'SQL query interface',
+ title: 'SQL Query Interface',
description: [
'The highly standard SQL query interface is accessible through a
built-in query editor and a REST API.'
]
},
{
imageSrc: '/static/images/features/multitenancy.svg',
- title: 'built-in multitenancy',
+ title: 'Built-in Multitenancy',
description: [
'Manage and secure data in isolated logical namespaces for
cloud-friendly resource management.'
]
diff --git a/data/headerNavLinks.ts b/data/headerNavLinks.ts
index 0accf60c..c24e122a 100644
--- a/data/headerNavLinks.ts
+++ b/data/headerNavLinks.ts
@@ -1,9 +1,9 @@
const headerNavLinks = [
{ href: '/', title: 'Home' },
- { href: 'https://docs.pinot.apache.org', title: 'docs' },
- { href: '/download', title: 'download' },
- { href: '/powered-by', title: 'powered by' },
- { href: '/blog', title: 'blog' }
+ { href: 'https://docs.pinot.apache.org', title: 'Docs' },
+ { href: '/download', title: 'Download' },
+ { href: '/powered-by', title: 'Powered by' },
+ { href: '/blog', title: 'Blog' }
];
export default headerNavLinks;
diff --git a/data/siteMetadata.js b/data/siteMetadata.js
index dead1575..2e438d25 100644
--- a/data/siteMetadata.js
+++ b/data/siteMetadata.js
@@ -33,7 +33,7 @@ const siteMetadata = {
'https://apache-pinot.slack.com/join/shared_invite/zt-5z7pav2f-yYtjZdVA~EDmrGkho87Vzw#/shared-invite/email'
},
codeSection: {
- header: 'Start your real-time analytics journey.'
+ header: 'Start Your Real-Time Analytics Journey.'
},
analytics: {
// To use an analytics provider, add it to the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]