Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions site/assets/scss/pages/_getting-help.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@
width: 100%;
}
}

.contact-btn-holder {
margin-top: 40px;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions site/go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
<span class="slash">/</span>
<span class="description">1 support pack (100&nbsp;hours)</span>
</div>
<div class="checkboxes-list">
<!-- TODO:2026-03-23:julia.evseeva: Uncomment this when the new solution replacing 2Checkout is ready to use. -->
<!--<div class="checkboxes-list">
<label class="checkbox-container" for="privacyConsent">
<span class="text">I agree to processing of my personal information as per the
<a href="{{ `privacy-statement/`| relURL }}"
Expand All @@ -63,15 +64,18 @@
autocomplete='off'>
<span class="checkmark"></span>
</label>
</div>
</div>-->
<!-- The tooltip visibility is managed in the `js/pages/pricing.js`. -->
<div class="pricing-btn-holder"
<!--<div class="pricing-btn-holder"
data-bs-toggle="tooltip"
data-bs-placement="bottom"
data-bs-title="Read and agree to the terms to&nbsp;continue.">
<button class="btn btn-bordered-blue pricing-btn order-btn disabled"
id="order-now-btn"
disabled>Order Now</button>
</div>-->
<div class="contact-btn-holder">
{{ partial "getting-help/mailto-button.html" . }}
</div>
</div>
</div>
Expand Down
Loading