Skip to content

Commit 5b3c61b

Browse files
committed
Merge links into cta section
1 parent 30587e8 commit 5b3c61b

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

index.html

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,29 @@ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-4 spock-blue-text" data
190190
</div>
191191
</section>
192192

193-
<section class="py-16 md:py-24"> <div class="container mx-auto px-6 text-center">
194-
<h2 class="text-3xl md:text-4xl font-bold mb-8 text-gray-100" data-aos="fade-up">Ready to Improve Your Testing?</h2>
195-
196-
<div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-4" data-aos="fade-up" data-aos-delay="200">
197-
<a href="https://groovyconsole.dev/?g=groovy_4_0&gist=437e9026ff86d2d709c2c56eb7e2eef1#g8qcDpYAQE" target="_blank" class="cta-button cta-primary">
198-
Try it online
199-
</a>
200-
<a href="http://docs.spockframework.org" target="_blank" class="cta-button cta-secondary">
201-
Read the Docs
202-
</a>
203-
<a href="https://github.com/spockframework/spock-example" target="_blank" class="cta-button cta-tertiary">
204-
Clone the Example Project
205-
</a>
193+
<section class="py-16 md:py-24">
194+
<div class="container mx-auto px-6 text-center">
195+
<h2 class="text-3xl md:text-4xl font-bold mb-8 text-gray-100" data-aos="fade-up">Ready to Improve Your Testing?</h2>
196+
197+
<div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-4" data-aos="fade-up" data-aos-delay="200">
198+
<a href="https://groovyconsole.dev/?g=groovy_4_0&gist=437e9026ff86d2d709c2c56eb7e2eef1#g8qcDpYAQE" target="_blank" class="cta-button cta-primary">
199+
Try it online
200+
</a>
201+
<a href="http://docs.spockframework.org" target="_blank" class="cta-button cta-secondary">
202+
Read the Docs
203+
</a>
204+
<a href="https://github.com/spockframework/spock-example" target="_blank" class="cta-button cta-tertiary">
205+
Clone the Example Project
206+
</a>
207+
</div>
208+
</div>
209+
<div class="container mx-auto px-6 text-center spock-blue-text text-md additional-links flex flex-wrap justify-center items-center gap-y-2 pt-8">
210+
<a href="https://spockframework.org/spock/javadoc/current" class="mx-3"><span class="link-separator">JavaDoc</span></a>
211+
<a href="https://github.com/spockframework/spock" class="mx-3"><span class="link-separator">Source Code</span></a>
212+
<a href="https://github.com/spockframework/spock/issues" class="mx-3"><span class="link-separator">Issue Tracker</span></a>
213+
<a href="https://github.com/spockframework/spock/discussions" class="mx-3"><span class="link-separator">Discussions</span></a>
214+
<a href="https://gitter.im/spockframework/spock" class="mx-3"><span class="link-separator">Chat</span></a>
206215
</div>
207-
</div>
208216
</section>
209217

210218

@@ -248,17 +256,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Built-in Matchers</h3>
248256
</div>
249257
</section>
250258

251-
252-
<section class="py-12"> <div class="container mx-auto px-6 text-center spock-blue-text text-lg additional-links flex flex-wrap justify-center items-center gap-y-2">
253-
<a href="https://spockframework.org/spock/javadoc/current" class="mx-3"><span class="link-separator">JavaDoc</span></a>
254-
<a href="https://github.com/spockframework/spock" class="mx-3"><span class="link-separator">Source Code</span></a>
255-
<a href="https://github.com/spockframework/spock/issues" class="mx-3"><span class="link-separator">Issue Tracker</span></a>
256-
<a href="https://github.com/spockframework/spock/discussions" class="mx-3"><span class="link-separator">Discussions</span></a>
257-
<a href="https://gitter.im/spockframework/spock" class="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">
259+
<section class="py-16 md:py-24"> <div class="container mx-auto px-6">
262260
<h2 class="text-3xl md:text-4xl font-bold text-center mb-12 text-gray-100" data-aos="fade-up">
263261
See How Readable Tests Can Be
264262
</h2>

0 commit comments

Comments
 (0)