docs: update wechat image and home page tagline
and add event report
This commit is contained in:
parent
f585dba206
commit
0eedd7d088
@ -19,9 +19,6 @@ function HomepageHeader() {
|
|||||||
<span className="text-gradient font-bold">{siteConfig.title}</span>
|
<span className="text-gradient font-bold">{siteConfig.title}</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="opacity-60 text-2xl">{siteConfig.tagline}</p>
|
<p className="opacity-60 text-2xl">{siteConfig.tagline}</p>
|
||||||
<p className="opacity-60">
|
|
||||||
Tianji brings all your commonly used tools together in one place
|
|
||||||
</p>
|
|
||||||
<div className="text-xl">
|
<div className="text-xl">
|
||||||
<span className="text-gradient font-bold">Tianji</span> ={' '}
|
<span className="text-gradient font-bold">Tianji</span> ={' '}
|
||||||
<span className="underline font-semibold">Website Analytics</span> +{' '}
|
<span className="underline font-semibold">Website Analytics</span> +{' '}
|
||||||
@ -118,18 +115,21 @@ function HomepageFooter() {
|
|||||||
<BlockCard
|
<BlockCard
|
||||||
icon={<RiWechatFill className="text-green-500" />}
|
icon={<RiWechatFill className="text-green-500" />}
|
||||||
title="Wechat"
|
title="Wechat"
|
||||||
|
data-tianji-event="community-wechat"
|
||||||
/>
|
/>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|
||||||
<BlockCard
|
<BlockCard
|
||||||
icon={<RiDiscordFill className="text-indigo-600" />}
|
icon={<RiDiscordFill className="text-indigo-600" />}
|
||||||
title="Discord"
|
title="Discord"
|
||||||
|
data-tianji-event="community-discord"
|
||||||
onClick={() => window.open('https://discord.gg/8Vv47wAEej')}
|
onClick={() => window.open('https://discord.gg/8Vv47wAEej')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BlockCard
|
<BlockCard
|
||||||
icon={<RiTwitterXFill />}
|
icon={<RiTwitterXFill />}
|
||||||
title="Twitter"
|
title="Twitter"
|
||||||
|
data-tianji-event="community-twitter"
|
||||||
onClick={() => window.open('https://twitter.com/moonrailgun')}
|
onClick={() => window.open('https://twitter.com/moonrailgun')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -141,8 +141,8 @@ export default function Home(): JSX.Element {
|
|||||||
const { siteConfig } = useDocusaurusContext();
|
const { siteConfig } = useDocusaurusContext();
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`Hello from ${siteConfig.title}`}
|
title={`Tianji = Website Analytics + Uptime Monitor + Server Status`}
|
||||||
description="Insight into everything"
|
description={siteConfig.tagline}
|
||||||
>
|
>
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Loading…
Reference in New Issue
Block a user