@@ -248,7 +248,17 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Built-in Matchers</h3>
248248 </ div >
249249</ section >
250250
251- < section class ="py-16 md:py-24 "> < div class ="container mx-auto px-6 ">
251+
252+ < section class ="py-12 "> < div class ="container mx-auto px-6 text-center text-gray-400 text-lg additional-links flex flex-wrap justify-center items-center gap-y-2 ">
253+ < a href ="https://spockframework.org/spock/javadoc/current " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> JavaDoc</ span > </ a >
254+ < a href ="https://github.com/spockframework/spock " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Source Code</ span > </ a >
255+ < a href ="https://github.com/spockframework/spock/issues " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Issue Tracker</ span > </ a >
256+ < a href ="https://github.com/spockframework/spock/discussions " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Discussions</ span > </ a >
257+ < a href ="https://gitter.im/spockframework/spock " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Chat</ span > </ a >
258+ </ div >
259+ </ section >
260+
261+ < section class ="py-16 md:py-24 bg-gray-800 "> < div class ="container mx-auto px-6 ">
252262 < h2 class ="text-3xl md:text-4xl font-bold text-center mb-12 text-gray-100 " data-aos ="fade-up ">
253263 See How Readable Tests Can Be
254264 </ h2 >
@@ -344,15 +354,6 @@ <h2 class="text-3xl md:text-4xl font-bold text-center mb-12 text-gray-100" data-
344354</ div >
345355</ section >
346356
347- < section class ="py-12 bg-gray-800 "> < div class ="container mx-auto px-6 text-center text-gray-400 text-sm additional-links flex flex-wrap justify-center items-center gap-y-2 ">
348- < a href ="https://spockframework.org/spock/javadoc/current " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Javadoc</ span > </ a >
349- < a href ="https://github.com/spockframework/spock " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Source Code</ span > </ a >
350- < a href ="https://github.com/spockframework/spock/issues " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Issue Tracker</ span > </ a >
351- < a href ="https://github.com/spockframework/spock/discussions " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Discussions</ span > </ a >
352- < a href ="https://gitter.im/spockframework/spock " class ="hover-underline-animation mx-3 "> < span class ="link-separator "> Chat</ span > </ a >
353- </ div >
354- </ section >
355-
356357< footer class ="py-8 text-center text-gray-400 text-sm ">
357358 < div class ="container mx-auto px-6 ">
358359 © 2025 Spock Framework Team. All rights reserved.
0 commit comments