diff --git a/lychee.toml b/lychee.toml index 06a6e7ac..e544f9dc 100644 --- a/lychee.toml +++ b/lychee.toml @@ -14,7 +14,8 @@ exclude = [ "openjdk.org/*", "npmjs.com/*", "raw.githubusercontent.com/SpineEventEngine/*", - "medium.com/*" + "medium.com/*", + "levelup.gitconnected.com/*" ] # Exclude these filesystem paths from getting checked. diff --git a/site/assets/scss/pages/_getting-help.scss b/site/assets/scss/pages/_getting-help.scss index c8a86133..bce9bce6 100644 --- a/site/assets/scss/pages/_getting-help.scss +++ b/site/assets/scss/pages/_getting-help.scss @@ -422,6 +422,10 @@ width: 100%; } } + + .contact-btn-holder { + margin-top: 40px; + } } } diff --git a/site/go.mod b/site/go.mod index 8f1fab4b..a8d6cc1f 100644 --- a/site/go.mod +++ b/site/go.mod @@ -4,7 +4,7 @@ go 1.22.0 require ( github.com/SpineEventEngine/documentation/docs v0.0.0-20260218163235-1e42a01bda43 // indirect - github.com/SpineEventEngine/site-commons v0.0.0-20260217160941-2a1a87ca8cfb // indirect + github.com/SpineEventEngine/site-commons v0.0.0-20260226201948-3aec673b8046 // indirect github.com/SpineEventEngine/validation/docs v0.0.0-20260205202311-181ba8844107 // indirect github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect diff --git a/site/go.sum b/site/go.sum index 2740f3f2..b4f28646 100644 --- a/site/go.sum +++ b/site/go.sum @@ -1,7 +1,7 @@ github.com/SpineEventEngine/documentation/docs v0.0.0-20260218163235-1e42a01bda43 h1:U8uzukc07jvl1DncjbbTlsIv6UhJ3E8pd+SiTY+nlnM= github.com/SpineEventEngine/documentation/docs v0.0.0-20260218163235-1e42a01bda43/go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo= -github.com/SpineEventEngine/site-commons v0.0.0-20260217160941-2a1a87ca8cfb h1:4OsCLSX35TznTy8qs/l8HkFUYKNPfMF/tgO1iYe9LfI= -github.com/SpineEventEngine/site-commons v0.0.0-20260217160941-2a1a87ca8cfb/go.mod h1:tkAl4StIREKmz9r5PiJtuDhvwMMkFXKWcaTyxhIikho= +github.com/SpineEventEngine/site-commons v0.0.0-20260226201948-3aec673b8046 h1:qx3XD7j5i3xhtDu/iRLdqwT16BxHg+9Z7wtXae1VWRU= +github.com/SpineEventEngine/site-commons v0.0.0-20260226201948-3aec673b8046/go.mod h1:tkAl4StIREKmz9r5PiJtuDhvwMMkFXKWcaTyxhIikho= github.com/SpineEventEngine/validation/docs v0.0.0-20260205202311-181ba8844107 h1:2DHRIwwLudP6l3Kh7Nd4KR4uXcsDtIAXE9adW68ivME= github.com/SpineEventEngine/validation/docs v0.0.0-20260205202311-181ba8844107/go.mod h1:STHyjXejVvPmfrxujfDvhofmjg55mMk+fwI3TVL0b4Y= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 h1:L6+F22i76xmeWWwrtijAhUbf3BiRLmpO5j34bgl1ggU= diff --git a/site/layouts/_partials/getting-help/comparable-services-footer.html b/site/layouts/_partials/getting-help/comparable-services-footer.html index c279a0e2..8e3cce5e 100644 --- a/site/layouts/_partials/getting-help/comparable-services-footer.html +++ b/site/layouts/_partials/getting-help/comparable-services-footer.html @@ -40,7 +40,8 @@ / 1 support pack (100 hours) -
+ + -
+
--> +
+ {{ partial "getting-help/mailto-button.html" . }}