Skip to content
Open
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
15 changes: 15 additions & 0 deletions content/getting-started/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,21 @@ <h2 class="section-heading">Need help?</h2>
<a class="btn btn-primary" href="mailto:support@tabulareditor.com?subject=Tabular%20Editor%203%20support">Contact support</a>
</div>

<!-- CONSULTANCY: no upsell, GitHub issues instead of dedicated support -->
<div class="section" data-edition="consultancy">
<div class="section-header">
<svg class="icon" viewBox="0 0 20.4014 21.5982" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M14.5922 0.0309528C14.9066 0.135741 15.0765 0.475533 14.9717 0.789899L14.3717 2.5899C14.2669 2.90427 13.9271 3.07416 13.6128 2.96937C13.2984 2.86458 13.1285 2.52479 13.2333 2.21043L13.8333 0.410426C13.9381 0.0960601 14.2779 -0.0738358 14.5922 0.0309528ZM19.0278 2.22441C19.2621 1.9901 19.2621 1.6102 19.0278 1.37588C18.7935 1.14157 18.4136 1.14157 18.1793 1.37588L15.7793 3.77588C15.5449 4.0102 15.5449 4.3901 15.7793 4.62441C16.0136 4.85873 16.3935 4.85873 16.6278 4.62441L19.0278 2.22441ZM6.73079 2.57469C7.4552 1.05003 9.48557 0.729817 10.6441 1.95751L18.5482 10.3337C19.6862 11.5397 19.2876 13.5088 17.7703 14.1772L13.0457 16.2586C13.1476 16.621 13.2022 17.0032 13.2022 17.3982C13.2022 19.7178 11.3218 21.5982 9.00215 21.5982C7.49523 21.5982 6.17366 20.8045 5.43261 19.6125L3.99186 20.2472C3.31486 20.5454 2.52433 20.3991 1.99895 19.8783L0.532822 18.4249C-0.0100176 17.8867 -0.153794 17.0645 0.174238 16.3741L6.73079 2.57469ZM6.54642 19.1218C7.08923 19.8937 7.98678 20.3982 9.00215 20.3982C10.659 20.3982 12.0022 19.055 12.0022 17.3982C12.0022 17.1754 11.9779 16.9582 11.9318 16.7493L6.54642 19.1218ZM9.77131 2.78109C9.19205 2.16724 8.17687 2.32735 7.81466 3.08968L1.25811 16.889C1.14877 17.1192 1.1967 17.3933 1.37764 17.5727L2.84377 19.026C3.0189 19.1997 3.28241 19.2484 3.50807 19.149L17.2865 13.0791C18.0451 12.7448 18.2444 11.7603 17.6755 11.1573L9.77131 2.78109ZM18.0023 6.00015C17.671 6.00015 17.4023 6.26877 17.4023 6.60015C17.4023 6.93152 17.671 7.20015 18.0023 7.20015H19.8014C20.1328 7.20015 20.4014 6.93152 20.4014 6.60015C20.4014 6.26877 20.1328 6.00015 19.8014 6.00015H18.0023Z" fill="currentColor"/>
</svg>
<h2 class="section-heading">Need support?</h2>
</div>
<p class="tagline">Dedicated support isn't included with consultancy editions. Report issues or request features on GitHub.</p>
<div class="btn-row">
<a class="btn btn-secondary" href="https://github.com/TabularEditor/TabularEditor3/issues" target="_blank" rel="noopener">Report a bug</a>
<a class="btn btn-secondary" href="https://github.com/TabularEditor/TabularEditor3/discussions/categories/ideas" target="_blank" rel="noopener">Request a feature</a>
</div>
</div>

<!-- Pre-sales: shown for everyone except Enterprise -->
<!-- Pre-sales: trial only -->
<div class="section" data-edition="trial">
Expand Down
Loading