Skip to content

Commit d33cf4a

Browse files
committed
Change logos and remove emojis
1 parent be576a9 commit d33cf4a

File tree

5 files changed

+19
-32
lines changed

5 files changed

+19
-32
lines changed

docs/.vitepress/theme/style.css

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@
44
max-width: 1000px !important;
55
}
66

7-
/* Custom brand color */
8-
:root {
9-
--vp-c-brand-1: #9d7a47;
10-
--vp-c-brand-2: #b08f59;
11-
--vp-c-brand-3: #c8a16e;
12-
--vp-c-brand-soft: rgba(157, 122, 71, 0.14);
7+
8+
.vp-doc .contributors-header h2 {
9+
padding-top: 0;
10+
border-top: none;
1311
}
1412

15-
.dark {
16-
--vp-c-brand-1: #c8a16e;
17-
--vp-c-brand-2: #b08f59;
18-
--vp-c-brand-3: #9d7a47;
19-
--vp-c-brand-soft: rgba(176, 143, 89, 0.16);
13+
.vp-doc .sponsors-header h2 {
14+
padding-top: 0;
15+
border-top: none;
2016
}
2117

2218
.dark .VPImage.logo {

docs/en/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ hero:
1414
link: ./guide/
1515

1616
features:
17-
- icon: 🚀
18-
title: Static CLI Binary
17+
- title: Static CLI Binary
1918
details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi.
20-
- icon: 📦
21-
title: Micro Self-Extracted Executable
19+
- title: Micro Self-Extracted Executable
2220
details: You can compile a self-extracted executable and build with your php source code.
23-
- icon: 🔧
24-
title: Dependency Management
21+
- title: Dependency Management
2522
details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions.
2623
---
2724

@@ -37,7 +34,7 @@ const sponsors = [
3734

3835
<div class="sponsors-section">
3936
<div class="sponsors-header">
40-
<h2>💝 Special Sponsors</h2>
37+
<h2>Special Sponsors</h2>
4138
<p class="sponsors-description">
4239
Thank you to our amazing sponsors for supporting this project!
4340
</p>

docs/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ hero:
1717
link: /zh/
1818

1919
features:
20-
- icon: 🚀
21-
title: Static CLI Binary
20+
- title: Static CLI Binary
2221
details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi.
23-
- icon: 📦
24-
title: Micro Self-Extracted Executable
22+
- title: Micro Self-Extracted Executable
2523
details: You can compile a self-extracted executable and build with your php source code.
26-
- icon: 🔧
27-
title: Dependency Management
24+
- title: Dependency Management
2825
details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions.
2926
---
3027

@@ -40,7 +37,7 @@ const sponsors = [
4037

4138
<div class="sponsors-section">
4239
<div class="sponsors-header">
43-
<h2>💝 Special Sponsors</h2>
40+
<h2>Special Sponsors</h2>
4441
<p class="sponsors-description">
4542
Thank you to our amazing sponsors for supporting this project!
4643
</p>
2.38 MB
Loading

docs/zh/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ hero:
1414
link: ./guide/
1515

1616
features:
17-
- icon: 🚀
18-
title: 静态 CLI 二进制
17+
- title: 静态 CLI 二进制
1918
details: 您可以轻松地编译一个独立的 PHP 二进制文件以供通用使用,包括 CLI、FPM SAPI。
20-
- icon: 📦
21-
title: Micro 自解压可执行文件
19+
- title: Micro 自解压可执行文件
2220
details: 您可以编译一个自解压的可执行文件,并将 PHP 源代码与二进制文件打包在一起。
23-
- icon: 🔧
24-
title: 依赖管理
21+
- title: 依赖管理
2522
details: static-php-cli 附带依赖项管理,支持安装不同类型的 PHP 扩展。
2623
---
2724

@@ -37,7 +34,7 @@ const sponsors = [
3734

3835
<div class="sponsors-section">
3936
<div class="sponsors-header">
40-
<h2>💝 特别赞助商</h2>
37+
<h2>特别赞助商</h2>
4138
<p class="sponsors-description">
4239
感谢我们出色的赞助商对本项目的支持!
4340
</p>

0 commit comments

Comments
 (0)