Skip to content

Commit 0400c9e

Browse files
congwang-mkclaude
andcommitted
Unify About page heading styles with global section-title/section-subtitle pattern
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0838307 commit 0400c9e

2 files changed

Lines changed: 20 additions & 46 deletions

File tree

about.html

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,25 @@ <h1>About Multikernel Technologies</h1>
2323
</div>
2424
</section>
2525

26-
<!-- Mission & Vision Section -->
26+
<!-- Mission Section -->
2727
<section class="mission-vision">
2828
<div class="section-container">
29-
<div class="mv-block">
30-
<span class="mv-label">Our Mission</span>
31-
<h2 class="mv-statement">Every application deserves its own kernel.</h2>
32-
<p class="mv-detail">We are building the infrastructure layer that gives every workload isolation, predictability, and performance as a default, not a tuning exercise.</p>
29+
<div class="section-header">
30+
<h2 class="section-title">Our Mission</h2>
31+
<p class="section-subtitle">Every application deserves its own kernel.</p>
3332
</div>
34-
<div class="mv-divider"></div>
35-
<div class="mv-block">
36-
<span class="mv-label">Our Vision</span>
37-
<h2 class="mv-statement">The isolation of a separate machine. The performance of bare metal. The simplicity of a single platform.</h2>
38-
<p class="mv-detail">Built on Linux, 100% open source.</p>
33+
<p class="mv-detail">We are building the infrastructure layer that gives every workload isolation, predictability, and performance as a default, not a tuning exercise.</p>
34+
</div>
35+
</section>
36+
37+
<!-- Vision Section -->
38+
<section class="mission-vision">
39+
<div class="section-container">
40+
<div class="section-header">
41+
<h2 class="section-title">Our Vision</h2>
42+
<p class="section-subtitle">The isolation of a separate machine. The performance of bare metal. The simplicity of a single platform.</p>
3943
</div>
44+
<p class="mv-detail">Built on Linux, 100% open source.</p>
4045
</div>
4146
</section>
4247

assets/css/about.css

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,14 @@
1212
background: var(--gray-50);
1313
}
1414

15-
/* Mission & Vision */
16-
.mv-block {
17-
text-align: center;
18-
max-width: 640px;
19-
margin: 0 auto;
20-
}
21-
22-
.mv-label {
23-
display: inline-block;
24-
font-size: var(--text-xs);
25-
font-weight: 700;
26-
text-transform: uppercase;
27-
letter-spacing: 0.1em;
28-
color: var(--gray-400);
29-
margin-bottom: var(--space-3);
30-
}
31-
32-
.mv-statement {
33-
font-family: var(--font-display);
34-
font-size: var(--text-lg);
35-
font-weight: 600;
36-
line-height: var(--leading-relaxed);
37-
color: var(--gray-900);
38-
letter-spacing: -0.01em;
39-
margin-bottom: var(--space-2);
40-
}
41-
15+
/* Mission & Vision detail text */
4216
.mv-detail {
43-
font-size: var(--text-sm);
17+
font-size: var(--text-base);
4418
line-height: var(--leading-relaxed);
4519
color: var(--gray-500);
46-
margin: 0;
47-
}
48-
49-
.mv-divider {
50-
width: 40px;
51-
height: 1px;
52-
background: var(--gray-300);
53-
margin: var(--space-6) auto;
20+
text-align: center;
21+
max-width: 640px;
22+
margin: 0 auto;
5423
}
5524

5625
/* Values grid */

0 commit comments

Comments
 (0)