|
11 | 11 | <meta name="robots" content="index, follow"> |
12 | 12 |
|
13 | 13 | <meta property="og:type" content="website"> |
14 | | - <meta property="og:url" content="https://spockframework.org/"> <meta property="og:title" content="Spock Framework - the enterprise-ready specification framework"> |
| 14 | + <meta property="og:url" content="https://spockframework.org/"> |
| 15 | + <meta property="og:title" content="Spock Framework - the enterprise-ready specification framework"> |
15 | 16 | <meta property="og:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain."> |
16 | 17 | <meta property="og:image" content="spock-main-logo.svg"> |
17 | 18 | <meta property="twitter:card" content="summary"> |
18 | | - <meta property="twitter:url" content="https://spockframework.org/"> <meta property="twitter:title" content="Spock Framework - the enterprise-ready specification framework"> |
| 19 | + <meta property="twitter:url" content="https://spockframework.org/"> |
| 20 | + <meta property="twitter:title" content="Spock Framework - the enterprise-ready specification framework"> |
19 | 21 | <meta property="twitter:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain."> |
20 | 22 | <meta property="twitter:image" content="spock-main-logo.svg"> |
21 | 23 |
|
22 | 24 | <link href=" https://unpkg.com/[email protected]/dist/aos.css" rel=" stylesheet" |
23 | 25 | integrity="sha384-/rJKQnzOkEo+daG0jMjU1IwwY9unxt1NBw3Ef2fmOJ3PW/TfAg2KXVoWwMZQZtw9" |
24 | 26 | crossorigin="anonymous"> |
25 | | - <link rel="preconnect" href="https://fonts.googleapis.com"> |
26 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
27 | | - <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> |
| 27 | + <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous"> |
| 28 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"> |
| 29 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" crossorigin="anonymous"> |
28 | 30 | </head> |
29 | 31 | <body class="leading-normal tracking-normal"> |
30 | 32 |
|
@@ -73,8 +75,10 @@ <h2 class="text-3xl md:text-4xl font-bold mb-8 text-gray-100" data-aos="fade-up" |
73 | 75 | <a href="https://github.com/spockframework/spock/discussions" class="mx-3 hover-underline-animation"><i class="fas fa-comment-dots"></i> Discussions</a> <span class="link-separator">|</span> |
74 | 76 | <a href="https://gitter.im/spockframework/spock" class="mx-3 hover-underline-animation"><i class="fas fa-comments"></i> Chat</a> |
75 | 77 | </div> |
76 | | - <div class="text-center mt-8 flex flex-wrap justify-center items-center" data-aos="fade-up" data-aos-delay="400"> |
77 | | - <a href="https://search.maven.org/search?q=g:org.spockframework" target="_blank"><img src="https://img.shields.io/maven-central/v/org.spockframework/spock-core?style=for-the-badge&label=Latest%20Version&labelColor=374151&color=1562ae" alt="Spock Latest Version"></a> |
| 78 | + <div class="text-center mt-8 flex flex-wrap justify-center items-center gap-4" data-aos="fade-up" data-aos-delay="400"> |
| 79 | + <a href="https://search.maven.org/search?q=g:org.spockframework" target="_blank"><img src="https://img.shields.io/maven-central/v/org.spockframework/spock-core?style=for-the-badge&label=Latest%20Version&labelColor=374151&color=1562ae&versionSuffix=groovy-2.5" alt="Spock Latest Version for Groovy 2.5"></a> |
| 80 | + <a href="https://search.maven.org/search?q=g:org.spockframework" target="_blank"><img src="https://img.shields.io/maven-central/v/org.spockframework/spock-core?style=for-the-badge&label=Latest%20Version&labelColor=374151&color=1562ae&versionSuffix=groovy-3.0" alt="Spock Latest Version for Groovy 3.0"></a> |
| 81 | + <a href="https://search.maven.org/search?q=g:org.spockframework" target="_blank"><img src="https://img.shields.io/maven-central/v/org.spockframework/spock-core?style=for-the-badge&label=Latest%20Version&labelColor=374151&color=1562ae&versionSuffix=groovy-4.0" alt="Spock Latest Version for Groovy 4.0"></a> |
78 | 82 | </div> |
79 | 83 | </section> |
80 | 84 |
|
@@ -293,6 +297,6 @@ <h3 class="text-3xl md:text-4xl font-bold text-center text-gray-100" data-aos="f |
293 | 297 | }); |
294 | 298 | </script> |
295 | 299 |
|
296 | | -<script type="module" src="/src/main.ts"></script> |
| 300 | +<script type="module" src="src/main.ts"></script> |
297 | 301 | </body> |
298 | 302 | </html> |
0 commit comments