|
1 | 1 | {{ define "main" }}
|
2 | 2 | {{ partial "page-header" . }}
|
3 |
| - |
4 | 3 | <section class="section pt-6 contributors-list-section">
|
| 4 | + |
5 | 5 | <div class="container">
|
| 6 | + |
| 7 | + <div class="mt-6 mb-12"> |
| 8 | + {{ partial "components/content-contribute-cta.html" (dict |
| 9 | + "icon" "solid user-group" |
| 10 | + "title" "Ready to <span class=\"gradient-text\">Join Us?</span>" |
| 11 | + "description" "Become part of our growing community of researchers, developers, and enthusiasts. Explore the many ways you can contribute to the future of open-source neuromorphic computing." |
| 12 | + "link" "/getting-involved/" |
| 13 | + "link_text" "See How to Get Involved" |
| 14 | + ) }} |
| 15 | + </div> |
| 16 | + |
| 17 | + |
6 | 18 | {{/* 1. Get all contributor profile pages, sorted by title (name) */}}
|
7 | 19 | {{ $allContributorProfiles := where site.RegularPages "Section" "contributors" }}
|
8 | 20 |
|
|
61 | 73 |
|
62 | 74 | {{ range $year_str := $uniqueYearsSorted }}
|
63 | 75 | {{ $current_loop_year := int $year_str }}
|
64 |
| - <div class="year-section mb-12"> |
65 |
| - <h2 class="text-3xl font-bold mb-6 pb-2 border-b border-border dark:border-darkmode-border">{{ $year_str }}</h2> |
| 76 | + <div class="year-section mb-6"> |
| 77 | + <h2 class="text-3xl text-center font-bold mb-10 pb-2">{{ $year_str }} Contributors</h2> |
66 | 78 |
|
67 | 79 | {{ $contributorsInThisYear := slice }}
|
68 | 80 |
|
@@ -185,15 +197,6 @@ <h2 class="text-3xl font-bold mb-6 pb-2 border-b border-border dark:border-darkm
|
185 | 197 | <p class="text-center text-xl">No contributions found with yearly data.</p>
|
186 | 198 | {{ end }}
|
187 | 199 |
|
188 |
| -<div class="mt-8"> |
189 |
| - {{ partial "components/content-contribute-cta.html" (dict |
190 |
| - "icon" "solid user-group" |
191 |
| - "title" "Ready to <span class=\"gradient-text\">Join Us?</span>" |
192 |
| - "description" "Become part of our growing community of researchers, developers, and enthusiasts. Explore the many ways you can contribute to the future of open-source neuromorphic computing." |
193 |
| - "link" "/getting-involved/" |
194 |
| - "link_text" "See How to Get Involved" |
195 |
| - ) }} |
196 |
| -</div> |
197 | 200 | </div>
|
198 | 201 | </section>
|
199 | 202 | {{ end }}
|
0 commit comments