Skip to content
Merged
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
8 changes: 0 additions & 8 deletions src/pages/tools/sci-for-opentelemetry/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import TextWithImage from "@/components/text-with-image.astro";
import TextBlock from "@/components/text-block.astro";
import CardGrid from "@/components/card-grid.astro";
import ResourceCards from "@/components/resource-cards.astro";
import CTABanner from "@/components/cta-banner.astro";
import Footer from "@/components/footer.astro";

import projects from "@/data/projects.json";
Expand Down Expand Up @@ -163,12 +162,5 @@ const lifecycleLabel = sciOtelProject?.lifecycle
bgClass="bg-white"
/>

<CTABanner
heading="Help Make Carbon a First-Class Signal"
body="If you'd like to get involved or have questions, reach out to Russ Trow (russell@greensoftware.foundation), Jamie Cowan (jamie@greensoftware.foundation), or Sarah Hsu (@greenhsu123)."
ctaText="Apply to Join the Project"
ctaHref={assemblyUrl}
/>

<Footer />
</Layout>
Loading