Skip to content

Commit e229e3b

Browse files
nikomatsakisClaude
andcommitted
docs: update intro page styling and fix Get Started link
- Change hero subtitle to Poppins bold + underline (simpler, matches site) - Remove unused font imports (Dancing Script, Caesar Dressing, etc.) - Fix Get Started link to point to install.md - Remove pre-alpha warning banner Co-authored-by: Claude <[email protected]>
1 parent 1f6da45 commit e229e3b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

md/introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<center>
22
<img src="./artwork/symposium5_vase-ferris.svg" alt="Symposium Logo" width="50%"/>
3-
<div class="warning-banner">⚠️ Pre-alpha software: may eat your laundry</div>
43
<br>
54
<div class="hero-subtitle">AI the Rust Way</div>
65
<div class="action-links">
76
<a href="./about.md" class="action-link">About</a>
87
<span class="separator">⁄</span>
9-
<a href="./get-started" class="action-link">Get started</a>
8+
<a href="./install.md" class="action-link">Get started</a>
109
<span class="separator">⁄</span>
1110
<a href="./contribute.md" class="action-link">Contribute</a>
1211
</div>

theme/custom.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Lato:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600&family=Poppins:wght@400;500;600;700&display=swap");
1+
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600&family=Poppins:wght@400;500;600;700&display=swap");
22

33
body {
44
font-family: "Lato", sans-serif;
@@ -22,9 +22,13 @@ h6 {
2222
}
2323

2424
.hero-subtitle {
25-
font-family: "Dancing Script", cursive;
26-
font-size: 4rem;
27-
font-weight: 400;
25+
font-family: "Poppins", sans-serif;
26+
font-size: 3rem;
27+
font-weight: 700;
28+
letter-spacing: 0.2em;
29+
text-transform: uppercase;
30+
text-decoration: underline;
31+
text-underline-offset: 0.3em;
2832
margin: 0.5rem 0 2rem 0;
2933
color: #666;
3034
}

0 commit comments

Comments
 (0)