File size: 652 Bytes
aaef24a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
    <section class="py-16 bg-light">
        <div class="container mx-auto px-4 max-w-6xl text-center">
            <h2 class="text-3xl font-bold mb-6">Want to Contribute?</h2>
            <p class="text-lg text-gray-700 mb-8 max-w-2xl mx-auto">Help us improve these learning materials by contributing to the GitHub repository. We welcome new content, bug fixes, and improvements!</p>
            <a href="https://github.com/marimo-team/learn" target="_blank" class="btn-primary py-3 px-8 inline-flex items-center">
                {% include "icons/github-20.svg" %}
                Contribute on GitHub
            </a>
        </div>
    </section>