@@ -3,19 +3,70 @@ title: Community
33menu : { main: { weight: 40 } }
44---
55
6- {{% blocks/lead color="white " %}}
7-
8- Use GitHub for questions, issue tracking, and contributions.
6+ {{% blocks/cover title="Join the Community" color="swanlake" height="auto " %}}
7+ < p class = " display-6 " >Help us build the next generation of Arrow Flight SQL servers.</ p >
8+ {{% /blocks/cover %}}
99
10+ {{% blocks/lead color="white" %}}
11+ <h2 class =" display-4 font-weight-bold mb-4 " >Connect and Collaborate</h2 >
12+ <p class =" lead text-muted " >Whether you're looking for help or want to contribute, there are many ways to get involved with SwanLake.</p >
1013{{% /blocks/lead %}}
1114
12- ## Get Help
13-
14- - Questions and ideas: [ GitHub Discussions] ( https://github.com/swanlake-io/swanlake/discussions )
15- - Bug reports and feature requests: [ GitHub Issues] ( https://github.com/swanlake-io/swanlake/issues )
16-
17- ## Contribute
18-
19- - Source code: [ swanlake-io/swanlake] ( https://github.com/swanlake-io/swanlake )
20- - Website source: [ swanlake-io/swanlake.github.io] ( https://github.com/swanlake-io/swanlake.github.io )
21- - Contribution notes: [ CONTRIBUTION.md] ( https://github.com/swanlake-io/swanlake/blob/main/CONTRIBUTION.md )
15+ {{% blocks/section color="primary" %}}
16+ <div class =" container " >
17+ <div class =" row g-4 " >
18+ <div class="col-lg-6">
19+ <div class="feature-card">
20+ <div class="feature-icon">
21+ <i class="fa-solid fa-comments"></i>
22+ </div>
23+ <h3>Get Help</h3>
24+ <p>Have questions or need assistance? Use our community channels to find answers and share ideas.</p>
25+ <ul class="list-unstyled mt-4">
26+ <li class="mb-3">
27+ <a href="https://github.com/swanlake-io/swanlake/discussions" class="text-decoration-none d-flex align-items-center">
28+ <i class="fa-brands fa-github mr-2"></i>
29+ <span>GitHub Discussions</span>
30+ </a>
31+ </li>
32+ <li>
33+ <a href="https://github.com/swanlake-io/swanlake/issues" class="text-decoration-none d-flex align-items-center">
34+ <i class="fa-solid fa-bug mr-2"></i>
35+ <span>Issue Tracker</span>
36+ </a>
37+ </li>
38+ </ul>
39+ </div>
40+ </div>
41+ <div class="col-lg-6">
42+ <div class="feature-card">
43+ <div class="feature-icon">
44+ <i class="fa-solid fa-code-pull-request"></i>
45+ </div>
46+ <h3>Contribute</h3>
47+ <p>Help us improve SwanLake by contributing code, documentation, or feedback.</p>
48+ <ul class="list-unstyled mt-4">
49+ <li class="mb-3">
50+ <a href="https://github.com/swanlake-io/swanlake" class="text-decoration-none d-flex align-items-center">
51+ <i class="fa-brands fa-github mr-2"></i>
52+ <span>SwanLake Repository</span>
53+ </a>
54+ </li>
55+ <li class="mb-3">
56+ <a href="https://github.com/swanlake-io/swanlake.github.io" class="text-decoration-none d-flex align-items-center">
57+ <i class="fa-solid fa-globe mr-2"></i>
58+ <span>Website Source</span>
59+ </a>
60+ </li>
61+ <li>
62+ <a href="https://github.com/swanlake-io/swanlake/blob/main/CONTRIBUTION.md" class="text-decoration-none d-flex align-items-center">
63+ <i class="fa-solid fa-file-contract mr-2"></i>
64+ <span>Contribution Guidelines</span>
65+ </a>
66+ </li>
67+ </ul>
68+ </div>
69+ </div>
70+ </div >
71+ </div >
72+ {{% /blocks/section %}}
0 commit comments