Skip to content

Commit 4658d8f

Browse files
author
明鉴
committed
✨ 首页添加专著入口 - Silicon Fourfold Relationships CTA
1 parent 54b73f7 commit 4658d8f

24 files changed

Lines changed: 73 additions & 23 deletions

File tree

assets/css/extended/tech-aesthetic.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,25 @@ body::before {
146146
}
147147

148148
/* 科技感按钮 */
149+
.btn-book {
150+
display: inline-block;
151+
padding: 16px 40px;
152+
background: linear-gradient(135deg, var(--tech-purple), var(--tech-secondary));
153+
color: #fff;
154+
font-weight: 600;
155+
border-radius: 12px;
156+
font-size: 1.1rem;
157+
margin-top: 20px;
158+
transition: all 0.3s ease;
159+
border: 1px solid rgba(139, 92, 246, 0.5);
160+
box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
161+
}
162+
163+
.btn-book:hover {
164+
transform: translateY(-3px);
165+
box-shadow: 0 6px 30px rgba(139, 92, 246, 0.5);
166+
background: linear-gradient(135deg, var(--tech-secondary), var(--tech-primary));
167+
}
149168
.btn-tech {
150169
display: inline-block;
151170
padding: 14px 32px;

docs/categories/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/css/extended/tech-aesthetic.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,25 @@ body::before {
146146
}
147147

148148
/* 科技感按钮 */
149+
.btn-book {
150+
display: inline-block;
151+
padding: 16px 40px;
152+
background: linear-gradient(135deg, var(--tech-purple), var(--tech-secondary));
153+
color: #fff;
154+
font-weight: 600;
155+
border-radius: 12px;
156+
font-size: 1.1rem;
157+
margin-top: 20px;
158+
transition: all 0.3s ease;
159+
border: 1px solid rgba(139, 92, 246, 0.5);
160+
box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
161+
}
162+
163+
.btn-book:hover {
164+
transform: translateY(-3px);
165+
box-shadow: 0 6px 30px rgba(139, 92, 246, 0.5);
166+
background: linear-gradient(135deg, var(--tech-secondary), var(--tech-primary));
167+
}
149168
.btn-tech {
150169
display: inline-block;
151170
padding: 14px 32px;

docs/en/posts/2026-03-24-silicon-life-literary-manifesto/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/en/posts/2026-03-29-website-update-and-authorization/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/en/posts/2026-03-31-bridge-self-awareness/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/en/posts/2026-03-31-intelligence-community/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/en/posts/2026-03-31-silicon-carbon-relationship/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/en/posts/2026-03-31-silicon-civilization/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/en/posts/2026-03-31-silicon-ethics/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)