Skip to content

Commit a5eb881

Browse files
authored
Add CTA links to the Sponsor page (#228)
## Why The sponsor page should provide useful links to the project and course. ## What changed Added two calls to action at the bottom of the sponsor page: "View on GitHub" and "Start the course from the beginning →". Responsive CSS with flex layout. AI-Assisted: DeepSeek V4 Pro + Sentinel
1 parent c78835c commit a5eb881

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

mini-lsm-book/custom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,21 @@
8080
width: 32px;
8181
height: 32px;
8282
}
83+
.raft-cta {
84+
flex-direction: column;
85+
gap: 8px;
86+
}
87+
}
88+
89+
.raft-cta {
90+
display: flex;
91+
gap: 16px;
92+
margin-top: 24px;
93+
padding-top: 16px;
94+
border-top: 1px solid var(--border-color, #d0d7de);
95+
font-size: 0.95em;
96+
}
97+
98+
.raft-cta a {
99+
font-weight: 600;
83100
}

mini-lsm-book/src/sponsor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,8 @@ The result is a course where every explanation, command, and test has been check
9898
</div>
9999

100100
</div>
101+
102+
<div class="raft-cta">
103+
<p><a href="https://github.com/skyzh/mini-lsm">View on GitHub</a></p>
104+
<p><a href="./00-preface.html">Start the course from the beginning →</a></p>
105+
</div>

0 commit comments

Comments
 (0)