Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 42 additions & 4 deletions src/pages/contribute-to-opensource.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,48 @@
type="image/png"
href="https://firstcontributions.github.io/assets/first-contributions-logo.svg"
/>
<link
rel="stylesheet"
href="https://unpkg.com/chota@0.9.2/dist/chota.min.css"
/>
<style>
:root {
color-scheme: light;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.5;
}

body {
color: #1f2937;
margin: 0;
}

.container {
margin: 0 auto;
max-width: 64rem;
padding: 2rem 1rem;
}

h1,
h2,
h3 {
color: #111827;
line-height: 1.2;
}

h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
margin-top: 0;
}

h2 {
margin-top: 2.5rem;
}

a {
color: #2563eb;
}

li {
margin-bottom: 0.75rem;
}
</style>

<!-- Structured Data / Schema.org -->
<script type="application/ld+json">
Expand Down