From 456b1e87c2b2e9871e810ce37c21c6449c871ecc Mon Sep 17 00:00:00 2001 From: Commandcracker <49335821+Commandcracker@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:38:20 +0100 Subject: [PATCH] Update homepage and make everything orange (#337) --- docs/.vitepress/theme/style.css | 16 ++++++++-------- docs/index.md | 13 ++++++++++--- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index d63aee82d..df89f5aac 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -49,10 +49,10 @@ --vp-c-default-3: var(--vp-c-gray-3); --vp-c-default-soft: var(--vp-c-gray-soft); - --vp-c-brand-1: var(--vp-c-indigo-1); - --vp-c-brand-2: var(--vp-c-indigo-2); - --vp-c-brand-3: var(--vp-c-indigo-3); - --vp-c-brand-soft: var(--vp-c-indigo-soft); + --vp-c-brand-1: #ff9800; + --vp-c-brand-2: #fb8c00; + --vp-c-brand-3: #f57c00; + --vp-c-brand-soft: rgba(255, 152, 0, .16); --vp-c-tip-1: var(--vp-c-brand-1); --vp-c-tip-2: var(--vp-c-brand-2); @@ -94,14 +94,14 @@ --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient( 120deg, - #bd34fe 30%, - #41d1ff + #ff9800 30%, + #fb8c00 ); --vp-home-hero-image-background-image: linear-gradient( -45deg, - #bd34fe 50%, - #47caff 50% + #ff9800 50%, + #fb8c00 50% ); --vp-home-hero-image-filter: blur(44px); } diff --git a/docs/index.md b/docs/index.md index e7665b3b6..6ad392caa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,9 @@ hero: name: 'Pumpkin' text: 'Minecraft Server' tagline: Empowering everyone to host fast and efficient Minecraft servers + image: + src: /assets/icon.png + alt: Pumpkin actions: - theme: brand text: Quick Start @@ -18,10 +21,14 @@ hero: link: /developer/introduction features: - - title: Written in Rust + # Need to add the svg here instead of using src because then it won't have the box around it + - icon: + title: Written in Rust details: Pumpkin is written 100% in Rust, ensuring memory safety and unmatched performance. - - title: Feature complete + - icon: 📋 + title: Feature complete details: With all vanilla features supported, you will have no issues. - - title: Flexibility + - icon: ⚙️ + title: Flexibility details: Highly configurable, with the ability to disable unnecessary features. ---