Skip to content

Commit 01bdcc4

Browse files
nicoburnsmrego
authored andcommitted
Add get involved call to action
Signed-off-by: Nico Burns <[email protected]>
1 parent edea136 commit 01bdcc4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_includes/hero.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ <h1 class="title center-text">
66
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
77
</h1>
88
<div class="center-text cta-container">
9+
<a class="button button--hero" href="/contributing/">Get Involved</a>
910
<a class="button button--hero" target="_blank" href="https://opencollective.com/servo">Donate</a>
1011
</div>
1112
</div>

assets/css/style.css.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,10 @@ nav .inner-container {
439439
}
440440

441441
.cta-container {
442+
display: flex;
443+
justify-content: center;
442444
padding: var(--24px) 0;
445+
gap: var(--16px);
443446
}
444447

445448
.features {

0 commit comments

Comments
 (0)